html {background: #ffffff;}
body {margin:0px; padding:0px; border:0; height:100%; overflow-y:auto;}
img {border: 0px}


#main{
	width:1000px;
}

#topnav{
	height:30px;
	position:absolute;
	top:0px;
	left:250px;
	width:750px;
	list-style-type: none;
	
}

#topnav li {
float: left;
width: 140px;
height: 26px;
background:url(../pics_interface/topnav_off.png) no-repeat;
text-align:center;
}

#topnav  a{
	color:#939598; 
	text-decoration: none; 
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;

}

#topnav li:hover a{
float: left;
width: 140px;
height: 26px;
background:url(../pics_interface/topnav_on.png) no-repeat;
color: #ED1D25; 
padding-top:4px;
}








#head{
	height:200px;
	height:170px;
}

#navigation{
	height:32px;
	background-color:#ED1C24;
}



#search label, input, select { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;

}

#pathnav{
	height:25px;
	margin:10px 0 0 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	line-height: 2;
}

#pathnav a{
	color:#EC1C24;
	text-decoration: none; 
}

#pathnav a:hover{
	color:#EC1C24;
	text-decoration: underline; 
}


#navleft{
	width:211px;
	background-repeat:repeat-y;
	background-position:right;
  background-image:url(../pics_interface/bg_nav_left.jpg);
  padding:0 5px 0 0;
}
.navleft_bottom{
	margin-left:9px;
	height:13px;
	width:211px;
	background-position:right;
	background:url(../pics_interface/bg_nav_left_bottom.jpg) no-repeat #fff; 
}

#contentheader{

	height:170px;
	width:800px;
}

#content_main{
	width:1000px;
}

#content{
	width:730px;
	float:left;
	background:#FFFFFF;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
	min-height:400px;
	margin:15px 0 0 15px;
}

#content h1{
	color:#939598;
	font-size: 20px;
	padding:0 0 0 20px;
	background:url(../pics_interface/bg_h1.png);
		background-repeat:no-repeat;
  background-position:left center;
}

#content a{
	color:#EC1C24;
	text-decoration: underline; 
}

#content a:hover{
	color:#EC1C24;
	text-decoration: none; 
}

#teaser{
	width:250px;
	float:right;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;
}

#teaser h1{
	color:#939598;
	font-size: 20px;
	padding:0 0 0 20px;
	background:url(../pics_interface/bg_h1.png);
		background-repeat:no-repeat;
  background-position:left center;
}

#teaser a{
	color:#EC1C24;
	text-decoration: underline; 
}

#teaser a:hover{
	color:#EC1C24;
	text-decoration: none; 
}



#footer{
	background: #F8F6F6;
	color: #ee552d; 
	margin-left: 211px;
}




/* Navigation */
/*----------------------------*/
/* Navigation - Level 1 */
/*----------------------------*/
.nav1 {background-color:#F8F6F6;overflow: hidden; clear: both; float: left; width: 183px;  margin: 28px; 0 0 10px; padding: 0px;}
.nav1 ul {width: 183px; margin: 0px 0px 10px 0px; padding: 0px;}	
.nav01 {list-style: none; margin: 0px; padding: 0px;}
.nav01  a {
	display: block; 
	min-height: 25px; 
	height: auto !important; 
	height: 25px; 
	line-height: 1.7em; 
	margin: 0px; 
	padding: 3px 7px 0px 15px; 
	border-bottom: solid 1px #C2C0C0; 
	color:#939598; 
	text-decoration: none; 
	text-align: left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../pics_interface/bg_nav1.jpg) no-repeat;
}
.nav01 a:hover, .nav3 li a.selected { color: #505050; text-decoration: none;background:url(../pics_interface/bg_nav1_over.jpg) no-repeat;}

.nav02  {background:url(../pics_interface/bg_nav2.jpg) no-repeat; border-right: solid 7px #FFFFFF;}
.nav02  a {
	display: block; 
	min-height: 25px; 
	height: auto !important; 
	height: 25px; 
	line-height: 1.7em; 
	margin:0 0 0 10px; 
	padding: 0px 7px 0px 15px; 
	border-bottom: solid 1px #C2C0C0; 
	color:#505050; 
	text-decoration: none; 
	text-align: left;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.nav02 a:hover, .nav3 li a.selected { color: #939598; text-decoration: none;}
