html, body{
	background-color:#7e7d74;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0;
	width:100%;
	height: 100%;
	/*overflow: hidden;*/
	text-align:center;
	background-image:url(layoutimages/banner_back.jpg);
	background-repeat:repeat-x;
}
.clear{
	clear:both;
	height:0px;
}
.space{
	position:relative;
	display:block;
	height:10px;
}
.center {
	position:relative;
	margin:0 auto;
	width: 1020px;
	height:auto;
	text-align:left;
	background-image: url(layoutimages/contentback.jpg);
	background-repeat: repeat-y;
}
.red1{
	background-color:#b6cc32;
	color:#000;
	width:600px;
}
/* Banner------------------------------------------ */
.banner {
	position:relative;
	/*left:50%;
	margin-left:-510px;*/
	width: 1020px;
	height:140px;
	background-image: url(layoutimages/banner_1.jpg);
}
/* Linke Spalte------------------------------------------ */
.left{
	position:relative;
	float:left;
	top:0px;
	left:10px;
	width:680px;
	height:auto;	
}
/* Rechte Spalte------------------------------------------ */
.right{
	position:relative;
	float:left;
	top:0px;
	left:10px;
	width:320px;
	height:auto;
}
.searchcont {
	width:320px;
	height:140px;
	background-image: url(layoutimages/searchback.jpg);
	z-index:1;
}
.menumain {
	width:320px;
	height:220px;
	background-image: url(layoutimages/menumain_back.jpg);
	background-repeat:repeat-x;
	padding:0px;

}
.nachgefragt {
	width:320px;
	height:auto;
	background-color:#4b4b4b;
	padding:0;
	margin:0;
}