html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:non;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	font-size:12px;
}

#nav li { /* all list items */
	float: left;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

li.navi{
	padding:0px;
	width:156px;
	background-color:#000;
	height:40px;
	margin: 0 10px 0 0;
	text-align:left;
	
}
li.navi_noactiv{
	
	width:156px;
	background-color:#000;
	height:30px;
	margin: 10px 10px 0 0;
	text-align:left;
	
}
#nav a{
	color:#fff;

}
#nav a.bignavi {
	color:#FFA666;
	font-size:16px;
	margin-top:5px;
	font-weight:bold;
	margin-left:30px;
	

}
#nav a.smallnavi {
	color:#fff;
	font-size:14px;
	margin-top:5px;
	font-weight:bold;
	margin-left:30px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}



#container {position:absolute;
	   width:980px; /*left:50%; margin-left:-490px;  negative Hälfte von width: 760px */
            /*height:480px; top:50%; margin-top:-240px;  negative Hälfte von width: 480px */}
            
#links {
	width: 150px;;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top:10px;
}
form {
margin: 0;
padding: 0;
}

#mitte {
	width: 664px;
	float: left;
}


#rechts {
	width: 160px;
	float: left;
}

img{
	margin:0;
	padding:0;
}


.text_black{
	margin:0px;
	font-size:11px;
	color:#333;
	font-family: Arial, Verdana;
}

.hl_link {
	font-size:11px;
	color:#003c78;
	font-family: Arial, Verdana;
	text-decoration:none;
}

input, textarea {
	border:1px solid #333;
	font-size:10px;
}

body {
	margin:0;
	padding:0;
	background-color:#C4CBCF;
	font-size:12px;
	color:#000;
	font-family: Arial, Verdana;
}

a {
	margin:0;
	padding:0;
	font-size:11px;
	color:#000000;
	font-family: Arial, Verdana;
	text-decoration:none;
}

a:hover {
	font-size:11px;
	color:#000000;
	font-family: Arial, Verdana;
	text-decoration:none;
}

a.small_blue {
	font-size:10px;
	color:#003c78;
	font-family: Arial, Verdana;
	text-decoration:none;
}

a.small_blue:hover {
	font-size:10px;
	color:#003c78;
	font-family: Arial, Verdana;
	text-decoration:underline;
}

a.small_red {
	font-size:10px;
	color:#A90606;
	font-family: Arial, Verdana;
	text-decoration:none;
}

a.small_red:hover {
	font-size:10px;
	color:#A90606;
	font-family: Arial, Verdana;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	color:#06457e;
	font-family: Arial, Verdana;
	margin:0px;
}

h2 {
	font-size:16px;
	color:#ffa600;
	font-family: Arial, Verdana;
	margin:0px;
}

h3 {
	font-size:14px;
	color:#ffa600;
	font-family: Arial, Verdana;
	margin:0px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	color:#ffa600;
	font-family: Arial, Verdana;
	margin:0px;
}

h5 {
	font-size:12px;
	font-weight:bold;
	color:#06457e;
	font-family: Arial, Verdana;
	margin:0px;
}

#infolayer
{
 position:absolute;visibility:hidden;
 left:0px; top:0px; width:0px; height:0px;
 z-index:200;
}

li.main_navi_top {
	width:156px;
	margin-top:0px;
	margin-bottom:0px;
}
div.main_navi_body {
	height:16px;
	float:left;
	width:156px;
	background-color:#000;
}
div.border-top{
	width:664px;  
	padding-top:0px;
}
div.border-top2{
	background-image:url(/images/content-header.jpg);
	background-repeat:no-repeat; 
	width:664px; 
	height:18px; 
	padding-top:0px;
}
div.border-top-spacer{
	width:664px; 
	height:3px; 
	letter-spaceing:0px; 
	font-size:1px;
}
div.arrow-left{
	float:left; 
	color:#003c78;
	width:15px;
	float:left;
	padding-left:2px;
}
a.arrow-left{
	color:#003c78;
	width:15px;
	float:left;
	padding-left:2px; 
	display:block;
}
div.pagerfont{
	float:left;
	color:#000;
	font-weight:bold;
}


div.pager{
	float:left; 
	width:13px; 
	height:13px;
	margin-left:1px; 
	text-align:center;
}
div.artikel-box{
	background-image:url(/images/content-background.jpg);
	background-repeat:no-repeat;
	width:221px;
	height:221px;
	float:left;
}

div.detail_zurueck{
	 background-color:#FFF;
	 padding:10px 0 10px 10px;
	
}
div.detail_zurueck a{
 	font-size:14px;
}


div.clearer{
 	clear:both;
}


div.detail_titel{
 	float:left;
 	padding:10px 0 10px 0;
 	 background-color:#FFF;
}

div.welcometext{
 	padding:10px 0 10px 50px;
 	background-color:#FFF;
 	float:left;
 	width:300px;
}
div.welcometext h1{
 	color:#000;
}
div.welcomeimage{
	background-image:url(/images/markenauswahl.gif);
	background-repeat:no-repeat;
 	padding:10px 0 10px 0;
 	background-color:#FFF;
 	float:left;
 	width:200px;
 	height:104px;
 	margin-left:10px;
}
div.welcome-headline{
	text-align:center;
	height:54px;
	font-size:20px;
	font-weight:bold;
}

#mm_link_replace {
	text-align:right;
}

#mm_link_replace a, #mm_link_replace a:hover {
	font-size:9px;
	font-family:'Verdana';
	font-weight:bold;
}
