@CHARSET "ISO-8859-1";

body {
	text-align: center; 
	background-color: #05085E;
}

#containerSeite {
	position: relative; 
	width: 684px; 
	height: auto; 
	margin: 0 auto;
	text-align: left; 
}

#kopf {
	position: relative;
	width: 684px;
	height: 282px;
	left: -1px;
	background-color: white;
	border: 1px solid black;
	margin-bottom: 5px;
}

#bildKopf {
	width: 684px;
	height: 282px;
}

#navigation {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 1px;
	padding: 0px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-align: center;
	background-color: white;
	
}

#navigation a{
	text-decoration: none;
	color: black;
	background-color: white;
	padding: .4em 1.2em;
}

#navigation a:hover {
		color:white;
		background-color: black;
		border: 1px solid black;
		padding: .4em 1.2em;
		
}

#home {
	position: absolute;
	left: -1px;
	top: -1px;
	padding: .4em 0;
	border: 1px solid black;
}

#menue {
	position: absolute;
	left: 155px;
	top: -1px;
	padding: .4em 0;
	border: 1px solid black;
}

#anlass {
	position: absolute;
	left: 245px;
	top: -1px;
	padding: .4em 0;
	border: 1px solid black;
}

#anfahrt {
	position: absolute;
	left: 416px;
	top: -1px;
	padding: .4em 0;
	border: 1px solid black;
}

#galerie {
	position: absolute;
	left: 511px;
	top: -1px;
	padding: .4em 0;
	border: 1px solid black;
}

#links {
	position: absolute;
	left: 602px;
	top: -1px;
	padding: .4em 0;
	border: 1px solid black;
}

#inhalt {
	position: relative;
	width: 684px;
	height: 300px;
	top: 38px;
	left: -1px;
	border: 1px solid black;
	background-color: white;
}

#verlaufunten {
	position: absolute;
	width: 684px;
	height: 30px;
	bottom: 0px;
	background-image: url(../images/verlauf_unten.gif);
	background-repeat: x-repeat;
}