/* CSS speziell Anfahrt */

body{
	background-image: url("../hintergrund/body_2_hg.png");
}

#header{
	background-image: url("../hintergrund/header_2_hg.gif");
	top: 18px;
	height: 175px;
}

#email{
	bottom: 10px;
}

#nav1{
	top: 70px;
}

#nav1 li a:hover{
/*	background-color: #FFFFFF;
	color: #1aa4a1;
*/}

#nav1 .aktuell{
/*	background-color: #FFFFFF;
	color: #1aa4a1;
*/}

#nav2{
	top: 130px;
}

#nav2 li a:hover{
/*	color: #FFFFFF;
*/}

#nav2 li .aktuell{
/*	color: #FFFFFF;
*/}

#nav3{
	top: 70px;
}

#Anfahrt{
	position: absolute;
	background-image: url("../hintergrund/Anfahrt.gif");
	background-repeat: no-repeat;
	top: 225px;
	left: 135px;
	width: 290px;
	height: 144px;
	padding: 15px 10px 15px 20px;
}

#Anfahrt h1{
	color: #FFFFFF;
}

#Adresse{
	position: absolute;
	background-image: url("../hintergrund/Anfahrt_2.gif");
	background-position: top left;
	background-repeat: no-repeat;
	top: 225px;
	left: 460px;
	width: 160px;
	height: 145px;
	padding: 15px 10px 15px 15px;
}

#Adresse h1{
	color: #1aa4a1;
}

#karte{
	position: absolute;
	background-image: url("../hintergrund/Anfahrtsskizze.gif");
	background-position: top right;
	background-repeat: no-repeat;
	top: 225px;
	left: 135px;
	width: 307px;
	height: 325px;
	padding: 15px 10px 15px 0px;
}