body {
margin: 0px;
padding: 0px;
background-color: #eceded;
}

#wrapper{
top: 10px;
width: 900px;
position: relative;
margin: 0px auto;
color: #000;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

#header{
position: relative;
float: left;
width: 900px;
height: 96px;
background-image: url(../images/header_bg.gif);
}

#header_navi li{
color: #fff;
font-size: 18px;
list-style: none;
position: relative;
float: left;
padding: 37px 10px;
border-right: 1px solid #fff;
}

#header_navi li.active{
background-color: #cfd0d2;
}

#header_navi li a{
color: #fff;
text-decoration: none;
}

#trenner{
position: relative;
float: left;
clear: both;
height: 50px;
width: 900px;
}

#navi{
position: relative;
float: left;
width: 193px;
height: auto;
background-color: #cfd0d2;
}

#navi li{
list-style-image:url(../images/navi_li.gif);
height: 25px;
margin-left: 25px;
}


#navi li a{
color: #000;
text-decoration: none;
font-size: 14px;
}

#navi li.active a{
color: #fff;
}

#navi li.sub{
list-style:none;
font-size: 10px;
margin-left: 35px;
height: 30px;
}

#navi li.sub a{
color: #000;
text-decoration: none;
font-size: 10px;
}

#content{
position: relative;
float: left;
width: 650px;
left: 10px;
}

li.inhalt{
margin-left: 20px;
}

#content a{
color: #000;
text-decoration: none;
font-weight: bold;
}

#content a img{
border: none;
}

#bild_quer{
width: 691px;
height: 222px;
float: left;
position: relative;
clear: both;
}

hr{
clear:both;
float:left;
width:100%;
}

#footer{
position: relative;
float: right;
width: 585px;
height: 40px;
background-color:#cfd0d2;
font-size: 11px;
padding-top: 10px;
}
#slider{
margin-left: 30px;
}
#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:650px;
		height:377px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:0px;
		top:150px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:680px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	
#language {
left:7px;
position:absolute;
top:-20px;
  }
