body{
	background-image: url(../grafik/background.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container{
	position: relative;
	margin-top: 20px;	
	top: 0px;
	left: 0px;
	width: 835px;
	height: 470px;
	background-color: #ffffff;
	border: 1px solid #000000;
	z-index: 10;
}

#logo{
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	top: 0px;
	left: 0px;
	width:610px;
	height: 150px;
	background-image: url(../grafik/logo_gross.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #000000;
}

#leistungen{
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	top: 0px;
	left: 610px;
	width:205px;
	height: 150px;
	background-color: #ff9a04;
	border: 1px solid #000000;
}

#braun{
	position: absolute;	
	margin-top: 10px;
	margin-left: 10px;
	top: 150px;
	left: 0px;
	width:205px;
	height: 150px;
	background-color: #d0d7a4;
	border: 1px solid #000000;
}

#rot{
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	top: 150px;
	left: 205px;
	width: 205px;
	height: 150px;
	background-color: #911517;
	border: 1px solid #000000;
}

#home{
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	top: 150px;
	left: 410px;
	width:405px;
	height: 150px;
	background-color: #cabf6f;
	border: 1px solid #000000;
}

#anfahrt{
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	top: 300px;
	left: 0px;
	width:205px;
	height: 150px;
	background-color: #55907a;
	border: 1px solid #000000;
}

#grau{
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	top: 300px;
	left: 205px;
	width:405px;
	height: 150px;
	background-color: #cee2d6;
	border: 1px solid #000000;
}

#impressum{
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	top: 300px;
	left: 610px;
	width:205px;
	height: 150px;
	background-color: #7b7776;
	border: 1px solid #000000;
}

h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


