@charset UTF-8;
/* CSS Web-Style Polo FairFlat */


body {
	background: url(bg_hp.jpg) repeat-x #fff;
	background-position: top center;
	}


#logo {
	height: 63px;
	margin: 20px 10px 10px 10px;
	}

#logo img {
	}	

/* !Navigation */
#navigation {
	background: url(bg_navi.png) no-repeat;
	height: 47px;
	overflow: hidden;
	text-align: center;
	width: 960px;
	}	

#navigation ul{
	margin:0px;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
	}


#navigation ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	}

#navigation ul li a{
	background: url(bg_navi_lnk.png);
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	padding: 10px 20px;
	margin-top: 1px;
	}			

*html #navigation ul li a {
	background: none;
	}
	
#navigation ul li a:hover{
	background-position: 0px -47px;
	}


#navigation span.MenuPipe {
	width: 1px;
	background:url(naviTrenner.png);
	display: block;
	float: left;
	height: 47px;
	}	

#navigation ul li:first-child .MenuPipe {
	display: none;
	}



#navigation li ul {
	display: none; 
	border-right:0px solid #fff;
	width: 180px; /* Width to help Opera out */
	background-color: #000;}
#navigation li:hover ul, #navigation li.hover ul {
	display: block;
	position: absolute;
	margin-top: 46px !important;
	margin: 0;
	padding: 0; 
	float: none;
	clear: both;}

* + html #navigation li:hover ul,  * + html #navigation li.hover ul{
   margin-top: 0px !important;
}

#navigation li:hover li, #navigation li.hover li {
	float: none;
	clear: both; }
#navigation li:hover li a, #navigation li.hover li a {
	background-color: #333;
	clear: both;
	display: block;
	width: 160px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	border-right:0px solid #dedede;
	color: #fff; 
	background: none;
	height: 15px;
	padding:5px 10px;
	}
#navigation li:hover li a:hover, #navigation li.hover li a:hover {
	background-color: #333;
	border-right:0px solid #fff;
	color: #fff; }	
#navigation li li a:navigation {
	background-color: #ccc; }





#content {
	background-color: #fff;
	}	

/* !News */
#news {
	background: url(bg_news.jpg) no-repeat;
	height: 50px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #999;
	color: #666;
	font-size: 14px;
	}	
	

#news p.newsimg {
	margin-top: 12px;
}

#news ul {
	list-style: none;
	margin-top: 12px;
	}

#news ul li a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
	}	

#details {
	background:url(bg_details_01.gif) repeat-y #fff;
	background-position: bottom;
	padding-top: 15px;
	float: left;
	display: inline;
	}	

#details h1, #details h2, #details h3 {
	margin-bottom: 0px;
	}

#detailsEnd{
	height: 30px;
	background: url(bg_details_02.png) no-repeat;
	clear: both;
	}

#details ul {
	list-style-image: url(marker2.gif);
	}


#details ul.nolnk {
	list-style: circle;
		margin: 0;
		width: 75%;
	}

#details ul.nolnk li{
	margin: 0;
	margin-left: 10px;
	}

#details a {
	color: black;
	}

details a:hover {}
	
#details ul li a {
	color: black;
	text-decoration: none;
	}

#details ul li a:hover {
	color: #666;
	}	

.kleines {
	font-size: 10px;
	}

.gray {
	color: gray}

/* !Footer */	

#footer {
	background: url(bg_footer.gif) no-repeat;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size: 11px;
	height: 30px;
	margin-top: 20px;
	}


#footer ul {margin: 0; margin-top:5px; padding: 0; list-style: none;}
#footer ul li {float: right; margin: 0px; padding: 0px;}
#footer ul li a{display: block;float: left; color: #fff; text-decoration: none; padding: 0px 10px;}
#footer ul li a:hover {text-decoration: underline;}	
#footer ul li:first-child .MenuPipe{display: none;}

input, select {
		width:80%;
		height:20px;
		font-size:12px;}

textarea {
		width:80%;
		height:130px;
		font-size:12px;}
		
.fehlerform {
		color: red;
		}
		
.formerror{
	color: red;
	}
				
