* {
	padding: 0px;
	margin: 0px;
}

html {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* Allgemeines Layout */

#wrapper {
	display: block;
	height: 400px;
	width: 992px;
	margin:0 auto;
	position:relative;
	clear:left;
	text-align:left;
}
a {
	text-decoration: none;
	color: #384BA2;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
span, h1 {
	display: none;
}
#content #smallboxLeft {
	position: absolute;
	left: 12px;
	top: 355px;
	display: block;
	width: 188px;
	height: 187px;
	padding: 20px 0 0 20px;
}
#content #smallboxLeft .more {
	width: 100%;
	text-align: right;
	margin: 10px 0 0 0;
}
#content #smallboxRight {
	position: absolute;
	left: 240px;
	top: 355px;
	display: block;
	width: 218px;
	height: 187px;
	padding: 20px 0 0 20px;
}
#content #smallboxRight .mediaList {
	list-style: none;
	margin: 10px 0 0 0;
}
#content #smallboxRight .mediaList span {
	display: block;
}
#content #bigbox {
	position: absolute;
	left: 470px;
	top: 295px;
	display: block;
	width: 503px;
	height: 247px;
	padding: 10px 0 0 20px;
}

#cols {
	display: block;
	width: 990px;
	height: auto;
	background: url(/pics/sub_content_bg.jpg) top left repeat-y;
	color: #595959;
}
#cols #colLeft {
	display: block;
	width: 232px;
	float: left;
	clear: both;
}
#cols #colCenter {
	display: block;
	width: 489px;
	float: left;
	padding: 0 20px 0 20px;
	font-size: 1.1em;
}
.breadcrumbWrapper {
	width: 761px;
	height: 37px;
	background: url(/pics/breadcrumb.jpg) left bottom no-repeat;
	padding: 168px 0 0 0;
}
#breadcrumbInit {
	float: left;
	line-height: 37px;
	color: #585858;
	font-size: 0.9em;
	padding-left: 250px;
}
.breadcrumb {
	display: block;
	height: 37px;
	line-height: 37px;
	font-size: 0.9em;
}
.breadcrumb {
	list-style: none;
}
.breadcrumb li {
	float: left;
	margin: 0 0 0 10px;
}
.breadcrumb li.last a {
	background: none;
}
.breadcrumb a {
	color: #384BA2;
	padding: 0 15px 0 0;
	background: url(/pics/breadcrumb_arrow.png) right 5px no-repeat;
}
#cols #colCenter h3#studio {
	margin: 30px 0 20px 0;
	width: 241px;
	height: 14px;
	background: url(/pics/title_rz.png) top left no-repeat;
}
#cols #colCenter h3#open {
	margin: 30px 0 20px 0;
	width: 108px;
	height: 14px;
	background: url(/pics/title_open.png) top left no-repeat;
}
#cols #colCenter h3#adresse {
	margin: 30px 0 20px 0;
	width: 57px;
	height: 14px;
	background: url(/pics/title_adresse.png) top left no-repeat;
}
#cols #colCenter h3#aktuelles {
	margin: 30px 0 20px 0;
	width: 89px;
	height: 14px;
	background: url(/pics/title_aktuelles.png) top left no-repeat;
}
#cols #colCenter h3#partner {
	margin: 30px 0 20px 0;
	width: 122px;
	height: 14px;
	background: url(/pics/title_partner.png) top left no-repeat;
}
#cols #colCenter h3#impressum {
	margin: 30px 0 20px 0;
	width: 96px;
	height: 14px;
	background: url(/pics/title_impressum.png) top left no-repeat;
}
#cols #colCenter p#adressBlock {
	margin: 0 0 10px 0;
}
#cols #colCenter p#adressBlock span {
	display: block;
}
#cols #colCenter #contentLogo {
	width: 140px;
	float: left;
	border: 1px solid #e3e3e3;
	margin: 0 10px 0 0;
	padding: 10px;
}
#cols #colCenter table {
	width: 100%;
}
#cols #colCenter table th {
	padding: 2px 10px 2px 10px;
	text-align: left;
	background: #384ba2;
	border-right: 1px solid #FFF;
	color: #FFF;
}
#cols #colCenter table th#noHead {
	background: none;
}
#cols #colCenter table td {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 2px 10px 2px 10px;
	vertical-align: top;
}
#cols #colCenter table .line {
	background: #FFF;
	
}
#cols #colCenter table .line td {
	border: 1px solid #e3e3e3;
}
#cols #colCenter dl {
	margin: 0 0 20px 0;
}

#cols #colCenter dl dt {
	display: block;
	float: left;
	font-weight: 700;
}

#cols #colCenter dl dd {
	display: block;
	margin: 0 0 0 100px;
}

#cols #colCenter dl dd.h5 {

}

#cols #colCenter dl dd.p {

}
#cols #colCenter #contentFooter {
	padding-top: 20px;
}
#cols #colCenter #contentFooter a {
	color: #384ba2;
	padding: 0 0 0 15px;
	background: url(/pics/content_arrow_totop.png) left 4px no-repeat;
	font-size: 0.9em;
}
#cols #colCenter #back {
	float: left;
	margin: 20px 20px 0 0;
}
#cols #colCenter #back a {
	color: #384ba2;
	padding: 0 0 0 15px;
	background: url(/pics/content_arrow_back.png) left 4px no-repeat;
	font-size: 0.9em;
}


#cols #colCenter a, #cols #colRight a {
	color: #384ba2;
}
#cols #colCenter a:hover {
	text-decoration: underline;
}

#cols #colCenter p {
	margin-bottom: 10px;
}

#cols #colRight {
	width: 214px;
	float: left;
}
#cols #colRight #headerTail {
	display: block;
	width: 229px;
	height: 37px;
	background: url(/pics/sub_header_tail.jpg) top left no-repeat;
	padding: 0 0 0 0;
}
#cols #colRight h3#course {
	margin: 20px 0 20px 15px;
	width: 72px;
	height: 14px;
	background: url(/pics/title_course.png) top left no-repeat;
}
.mediaList {
	list-style: none;
}
#colRight .subList {
	padding: 0 0 0 15px;
}
#colRight .subList li {
	padding: 2px 0 0 50px;
	margin: 0 0 0 -10px;
	background: url(/pics/icon_pdf_white.png) left top no-repeat;
}
.mediaList li {
	padding: 2px 0 20px 50px;
	margin: 0 0 0 -10px;
	background: url(/pics/rueckenzentrum/icon_pdf.png) left top no-repeat;
}
.mediaList li span {
	display: block;
}
.mediaList a:link, .mediaList a:visited {
	color: #384ba2;
	text-decoration: none;
	font-weight: 300;
}
.mediaList a:hover, .mediaList a:focus {
	text-decoration: underline;
}
.mediaList a:link .fileInfo, .mediaList a:visited .fileInfo {
	color: #585858;
}
span.bold {
	font-weight: 700;
	display: inline;
}
.bold {
	font-weight: 700;
}


body {
	background: #FFF;
}
body#sub {
	background: none;
}
#header {
	display: block;
	height: 99px;
	background: url(/pics/rueckenzentrum/header_bg.png) top left no-repeat;
	margin: 0 0 0 0;
}
#header #logo {
	display: inline;
	height: 70px;
	width: 200px;
	margin: 24px 0 0 10px;
	background: url(/pics/rueckenzentrum/logo.png) bottom right no-repeat;
	float: left;
}
#header #logo:hover {
	text-decoration: none;
}
#content {
	display: block;
	height: 535px;
	position: relative;
	background: url(/pics/rueckenzentrum/content_bg.jpg) top left no-repeat;
}
#contentEnd {
	display: block;
	height: 21px;
	width: 992px;
	background: url(/pics/rueckenzentrum/content_bg_bottom.png) left no-repeat;
}
#content #smallboxLeft h4 {
	color: #585858;
	font-weight: 700;
	font-size: 1em;
	margin: 15px 0 0 0;
	line-height: 1.5em;
}
#content #smallboxLeft h5,
#cols #colCenter h5 {
	color: #384ba2;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5em;
}
#content #smallboxLeft a {
	line-height: 1em;
	padding: 0 0 2px 10px;
	background: url(/pics/rueckenzentrum/content_arrow.png) left 5px no-repeat;
	color: #384ba2;
}
#content #smallboxLeft #gewinnspiel a {
	background: none;
}
#content #smallboxRight .trenner {
	background: url(/pics/rueckenzentrum/content_trenner.png) center left no-repeat;
}
#content #smallboxRight .more {

}
#content #smallboxRight a.course {
	background: transparent url(/pics/rueckenzentrum/content_arrow.png) no-repeat scroll left 5px;
	color: #384ba2;
}


#content #smallboxRight .rz {
	margin: 5px 0 0 0;
	
}
#content #smallboxMiddle a {
	line-height: 1em;
	padding: 0 0 2px 10px;
	background: url(/pics/rueckenzentrum/content_arrow.png) left 5px no-repeat;
	color: #384ba2;
}
#content #bigbox #slider {
	display: block;
	position: relative;
	width: 475px;
	padding-left: 0;
	height: 130px;
	list-style: none;
	padding: 20px 0 0 8px;
	margin-left: 8px;
}
#content #bigbox #slider li {
	float: left;
	position: relative;
	padding: 0 2px 0 0;
	width: 88px;
}

#content #bigbox #slider li a img {
	border: none;
}

#content #bigbox #slider li .mirror {
	position: absolute;
	left: 1px;
	top: 70px;
}

#content #bigbox #slider li .logo {
	position: absolute;
	left: 5px;
	top: 25px;
}
#content #bigbox #slider li .logoRuecken {
	position: absolute;
	left: 3px;
	top: 10px;
}

#content #bigbox #slider li ul {
	display: none;
	list-style: none;
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100px;
}
#content #bigbox #slider li ul li {
	width: auto;
}
#content #bigbox #slider li ul li a {
	padding: 0 0 0 10px;
	background: url(/pics/studiowahl/arrow.png) left center no-repeat;
	color: #bbbbbb;
}
#content #bigbox #slider li ul li a:hover {
	padding: 0 0 0 10px;
	background: url(/pics/studiowahl/arrow_over.png) left center no-repeat;
	color: #595959;
	text-decoration: none;
}

#content #bigbox #killergz h3 {
	width: 360px;
	height: 17px;
	background: url(/pics/studiowahl/killergz/killergz.png) top left no-repeat;
}
#content #bigbox #killeror h3 {
	width: 365px;
	height: 17px;
	background: url(/pics/studiowahl/killergz/killeror.png) top left no-repeat;
}
#content #bigbox #bodyor h3 {
	width: 400px;
	height: 17px;
	background: url(/pics/studiowahl/killergz/bodyor.png) top left no-repeat;
}
#content #bigbox #bodyhr h3 {
	width: 229px;
	height: 17px;
	background: url(/pics/studiowahl/killergz/bodyhr.png) top left no-repeat;
}
#content #bigbox #amanusa h3 {
	width: 365px;
	height: 17px;
	background: url(/pics/studiowahl/killergz/amanusa.png) top left no-repeat;
}
#content #bigbox #crunsh h3 {
	width: 223px;
	height: 17px;
	background: url(/pics/studiowahl/killergz/crunsh.png) top left no-repeat;
}
#content #bigbox #ruecken h3 {
	width: 273px;
	height: 17px;
	background: url(/pics/studiowahl/killergz/ruecken.png) top left no-repeat;
}

#content #bigbox p {
	margin: 0 30px 0 0;
	color: #595959;
}
#content #bigbox #linklist {
	list-style: none;
	margin: 15px 0 0 0;
	
}
#content #bigbox #linklist li {
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 0 0 0;
	
}
#content #bigbox #linklist li a {
	color: #384ba2;
	padding: 0 0 0 0;
}
#content #bigbox #linklist li.last a {
	border: none;
}
#footer {
	padding: 15px 0 15px 10px;
	text-transform: uppercase;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	float: left;
	margin: 0 0 0 30px;
}
#footer p {
	float: right;
	padding-right: 30px;
}
#footer p#newsticker {
	float: left;
	margin-left: 75px;
	width: 550px;
}
#footer a span {
	display: inline;
}
#footer, #footer a {
	color: #949494;
}

.subHeader {
	display: block;
	width: 990px;
	height: 205px;
	background: url(/pics/sub_header.jpg) top left no-repeat;
}
div.studio {
	display: block;
	width: 990px;
	height: 205px;
	background: url(/pics/rueckenzentrum/sub_header_studio.jpg) top left no-repeat;
}
#subContentEnd {
	display: block;
	width: 990px;
	height: 21px;
	background: url(/pics/rueckenzentrum/sub_content_bg_bottom.png) top left no-repeat;
}



/* Navigation */

#header #subMenu {
	padding: 20px 25px 0 0;
	float: right;
	color: #949494;	
	height: 14px;
}

#header #subMenu ul {
	list-style: none;
}

#header #subMenu ul li {
	float: left;
	font-size: 1em;	
	padding: 0 0 0 30px;
	position: relative;
}
#header #subMenu ul li.sub {
	background: url(/pics/menu/arrow_down.png) right center no-repeat;
	padding: 0 10px 0 30px;
	position: relative;
}
#header #subMenu ul li.first {
	padding: 0 10px 0 0;
}
#header #subMenu ul li.first .subLevel {
	margin: 15px 0 0 0;
}
#header #subMenu ul li a {
	color: #949494;	
}


#header #subMenu ul li a:hover, #header #subMenu ul li:hover {
	color: #595959;
	text-decoration: none;
}

#header #subMenu ul li.active a, #header #subMenu ul li.active {
	color: #595959;
	font-weight: 700;
}

#header #subMenu ul .subLevel {
	position: absolute;
	list-style: none;
	display: none;
	top: 0px;
	left: 0px;
	width: 120px;
	margin: 15px 0 0 30px;
	padding: 0  0 0 0;
}
#header #subMenu ul li:hover .subLevel,
#header #subMenu ul li.hover .subLevel  {
	display: block;
}
#header #subMenu ul .subLevel li {
	padding: 1px 0 0 0;
	float: none;
	margin: 0 10px 0 0;
}
#header #subMenu ul .subLevel li a, #header #subMenu ul li.active .subLevel li a { 
	height: 20px;
	padding: 5px 0 0 8px;
	color: #384ba2;
	font-weight: 300;
	background: url(/pics/menu/arrow_right.png) left 10px no-repeat;
}
#header #subMenu ul .subLevel li a:hover {
	color: #384ba2;
}
#header #subMenu ul .subLevel li a:hover{
	font-weight: 700;
}

#header #mainMenu {
	float: right;
	list-style: none;
	margin: 40px 25px 0 0;
	width: 730px;
	display: inline;
}

#header #mainMenu span {
	display: none;
}

#header #mainMenu li {
	float: left;
	margin: 0 30px 0 0;
}
#header #mainMenu li.last {
	margin: 0px;
}

#header #mainMenu li.studio a {
	display: block;
	width: 120px;
	height: 14px;
	background: url(/pics/rueckenzentrum/studio.png) left top no-repeat;
	margin-top: -2px;
	margin-bottom: 1px;
}
#header #mainMenu li a:hover, #header #mainMenu li a.hover, #header #mainMenu li a:focus, #header #mainMenu li.active a {
	border-bottom: 1px solid #424242;
}


#header #mainMenu li:hover li a:hover, #header #mainMenu li.active li a:hover, #header #mainMenu li.hover li a:hover {
	color: #384ba2;
	font-weight: 700;
}




/* Left Menü */

#colLeft ul li a {
	background: url(../pics/amanusa/left_arrow.png) left 1px no-repeat;
}
#colLeft ul li.active a, #colLeft ul li a:hover {
	color: #384ba2;
}



.infobox {
	display: block;
	float: right;
	width: 200px;
	height: 47px;
	margin: 0 0 5px 10px;
	border: 1px solid #384BA2;
	padding: 10px;
}
.infobox a {
	display: block;
	height: 47px;
	background: transparent url(/pics/icon_pdf_white.png) no-repeat scroll left top;
	margin:0 0 0 -10px;
	padding:10px 0 0 50px;
}
#cols #colCenter ul {
	margin: 0 0 20px 15px;
}
#cols #colCenter ul li {
	margin-bottom: 5px;
}

.imprintLogo {
	float: right;
	border: 1px solid #384BA2;
	background: #FFF;
	padding: 5px;
	margin: 20px 150px 0 0;
}
.color {
	color: #384BA2;
}

hr {
	color: #384BA2;
	border-style: solid;
	height: 1px;
	border: none;
	border-bottom: 1px solid #384BA2;
	margin-bottom: 10px;
}

.imprintLogo {
	border: 1px solid #384BA2;
}



#studioMenu .gewinnspiel a {
	background: url(/pics/rueckenzentrum/pi_gewinnspiel.png) top left no-repeat;
	width:269px;
	height:114px;
	display: block;
}

#studioMenu  .studioMenuEbene1 a {
	background: url(/pics/rueckenzentrum/bg_studio_menu_01.png) top left no-repeat;
	width:269px;
	height:113px;
	display: block;
}
#studioMenu .studioMenuEbene2 {
	background: url(/pics/rueckenzentrum/bg_studio_menu_02.png) top left no-repeat;
}
#studioMenu .studioMenuEbene2 a {
	border-bottom:1px #47569d solid;
}
#studioMenu .studioMenuEbene2 a:hover {
  color:#6699ff;
}
#studioMenu .studioMenuEbene3 {
	background: url(/pics/rueckenzentrum/bg_studio_menu_03.png) top left no-repeat;
}
