/* CSS Document */
@media print{
.noprint{
	display:none;
}}
html, body {
	background-color: #5f5f80;
	font-family: Arial, Verdana,"Trebuchet MS" , Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #363659;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	overflow:auto;
}
.backpic{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(layoutimages/bg_board.jpg);
	background-repeat:no-repeat;
}
.center{
	position:absolute;
	left:30px;
	/*left:50%;
	margin-left:-475px;*/
	width:950px;
	min-height:100%;
	height:auto;
	background-image:url(layoutimages/gesamt_back.gif);
	background-repeat:repeat;
} 
*html .center, *html .inhalt {
	height: 100%;
}
.links {
	float: left;
	width: 260px;
	/*background-image:url(layoutimages/links_back.jpg);
	background-repeat:repeat-y;	*/
}
.inhalt {
	float: left;
	width: 515px;
}
.rechts {
	float: left;
	width: 175px;
	/*background-image:url(layoutimages/rechts_back.jpg);
	background-repeat:repeat-y;	*/
}
/*--FUSS-----------------------------------------*/
.fuss {
	position:absolute;
	width:950px;
	height:30px;
	bottom:-30px;
	background-color: #adcf4f;
	background-color: #5f5f80;
	text-align:right;
	font-size:10px;
}
/*--ALLGEMEIN-----------------------------------------*/
.space10{
	width:100%;
	height:10px;
}
.inner{
	margin-left:10px;
	margin-right:10px;
}
.clear{
	clear:both;
	height:0px;
}
/*--BANNER-----------------------------------------*/
.banner{
	position:relative;
	height:32px;/*79*/
	/*background-color:#adcf4f;
	background-color: #9bc033;*/
	background-image:url(layoutimages/bg_board.jpg);
	background-repeat:no-repeat;
	margin-left:-30px;
}
.logo{
	position:absolute;
	right:0px;
	float:right;
	background-image:url(layoutimages/banner.jpg);
	background-repeat:no-repeat;
	margin-right:15px;
	width:520px;
	height:79px;
}
.buttons{
	position:absolute;
	float:left;
	left:35px;
	top:9px;/*59*/
	width:600px;
	height:20px;
}
.b_home{
	float:left;
	background-image:url(layoutimages/b_home.gif);
	background-repeat:no-repeat;
	width:68px;
	height:20px;
	text-indent:17px;
}
.b_link{
	float:left;
	/*background-image:url(layoutimages/b_home.gif);*/
	background-repeat:no-repeat;
	width:16px;
	height:20px;
	text-indent:0px;
}
.b_space{
	float:left;
	/*background-image:url(layoutimages/b_home.gif);*/
	background-repeat:no-repeat;
	width:5px;
	height:20px;
	text-indent:0px;
}
.fb-like{
	float:left;
	/*background-image:url(layoutimages/b_home.gif);*/
	background-repeat:no-repeat;
	width:1px;
	height:20px;
	text-indent:1px;
}
.gplusone{
	float:left;
	/*background-image:url(layoutimages/b_home.gif);*/
	background-repeat:no-repeat;
	width:60px;
	height:20px;
	text-indent:1px;
}
.b_druck{
	float:left;
	background-image:url(layoutimages/b_druck.gif);
	background-repeat:no-repeat;
	width:75px;
	height:20px;
	text-indent:17px;
}
.b_kontakt{
	float:left;
	background-image:url(layoutimages/b_kontakt.gif);
	background-repeat:no-repeat;
	width:75px;
	height:20px;
	text-indent:17px;
}
.b_impressum{
	float:left;
	background-image:url(layoutimages/b_impressum.gif);
	background-repeat:no-repeat;
	width:82px;
	height:20px;
	text-indent:17px;
}
/*--NAVIGATION-----------------------------------------*/
.navback{
	position:relative;
	top:0;
	left:0;
	/*margin: 0 175px 0 285px;*/
	margin: 0;
    padding: 0;
	width:100%;
	background-color:#e5e5e5;
	height:50px;
}
.rechtstop{
	position:relative;
	top:0px;
	left:0px;
	margin-left:1px;
	width: 169px;
	height:auto;
}
.angebot{
	border-top:1px solid #cc3266;
	border-bottom:1px solid #cc3266;
	width:169px;
	height:auto;
}
/*.rechtstop a img{
	border:0;
}*/
	
/*--FORMULAR-----------------------------------------*/
.form{
	border:0;
	border-bottom: 1px solid #6b0600;
	background-color:#f4f4f4;
}
.formbad{
	color:#cc3366;
	border:0;
	border-bottom: 1px solid #6b0600;
	background-color:#f4f4f4;
}
