@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#545454;
	}
	

	
a{	
color:#545454; 
}

a:hover 
{
   color: #bb5367;
}

	
h1{
	font-size: 23px;
	color: #bb5367;
	font-weight: lighter;
}

h2{
	font-size: 17px;
	color: #bb5367;
	font-weight: lighter;
}

h3{
	font-size: 14px;
	color: #bb5367;
}

h4, h5, h6{
	font-size: 12px;
	color: #bb5367;
	font-weight: bold;
}

p{
	color:#545454;
}
	
#geruest {
	margin: 1em auto 0;
	width: 1000px;
}
#banner {
	height: 278px;
	width: 100%;
	background-image: url(img/banner.jpg);
	margin:0px;
	padding:0px;
}
#navigation {
	background-color: #4b433f;
	width: 1000px;
	vertical-align: top;

}

#navigation ul{
	list-style:none;
	height: 35px;
		margin:0px;
  padding:0px;
}

#navigation li{
	float:left;    	
}

#navigation li a{
	font-size:16px;
	color:white;
	display:block;
	line-height:35px;
	text-align:center;
	text-decoration:none;
	padding-right: 18px;
	padding-left: 18px;
	margin: 0px;
}

#navigation li a:hover, #navigation li .selected a {
	
 background-color:#fff;
	color:#4b433f;
}

#subnavi {
	width: 1000px;
	height: 100%;
	padding-bottom:15px;
}

#subnavi ul{
	list-style:none;
	height: 35px;
	margin:0px;
    padding-top: 10px;
	padding-left: 18px;

}

#subnavi li{
	float:left; 
	color:#fff;
	line-height:1.8em; 
		
}

#subnavi li a{
	color:#818181;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size: 13px;
	padding-right: 6px;
	
}
#subnavi li a:after{
	content:" | "; 
	color: #bb5367;

}

#subnavi li a:hover, #subnavi li .selected a{
	content:" |"; 
color: #bb5367;
}


#content {
	width: 960px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom:45px;
	margin-top: 40px;
}

#google_translate_element{
	padding-left:42px;
	margin-top:45px;
	
}



#download {
	margin-left:38px;
	width: 222px;
	background-image: url(img/download_bg.gif);
	height: 100%;
	background-repeat: repeat-y;
}

#downloadbild {
	padding-left:38px;
	width: 222px;
	background-image: url(img/downloadoben.jpg);
	height: 45px;
	background-repeat: no-repeat;
}

#download ul {
	padding-top:10px;
	list-style-type: none;
	padding-bottom:10px;
}

#download ul li{
	padding-top:6px;
	list-style-image: url(img/pdficon.jpg);
}

#download li a {
	color: #666;
	
}

#download li a:hover {
	color: #bb5367;
}

#rechts{
	width: 260px;
	float: right;
	margin-bottom:50px;
}

#inhalt {
	width: 700px;
}
#footer {
	clear: both;
	color:#818181;
	padding-left:20px;
	border-top:solid 1px #4b433f;
	padding-top: 8px;

}

#footer a {
	color:#818181;
	display: inline;
	text-decoration: none;
	padding-left:20px;
	padding-top:0px;

}


#footer a:hover {
	color: #bb5367;
}
