body {
	background-color: #99b;
	font-family: Times;
	color: #036;	
}

#page { 
	margin-right: auto;
	margin-left: auto;
	height: 550px; 
	width: 800px; 
	position: relative; 
	background-image: url(seebg2.jpg); 
	background-repeat: no-repeat;
}

#content { 
	position: absolute; 
	top: 127px;
	height: 403px; 
	width: 740px;
	padding: 30px 30px 0 30px;
	text-align: justify;
}

#content p { 
	margin-left: 30px;
	margin-right: 220px;
	}

#footer { 
	position: absolute; 
	top: 527px;
	height: 20px; 
	width: 800px; 
	background-image: url(footbg.gif); 
	background-repeat: repeat-y;
	text-align: right;
}

#footer a {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	color: #ffe;
	margin-right: 10px;
}

#footer a:hover {
	text-decoration: underline;
}

#header { 
	position: absolute; 
	top: 0;
	height: 100px; 
	width: 800px; 
	background-image: url(headerbg.gif); 
	background-repeat: repeat-y; 
	border-bottom: #fff 2px solid;
}

#bodensee { 
	top: 14px;
	right: 20px; 
	height: 78px; 
	width: 148px; 
	position: absolute; 
}

#header p { 
	margin-top: 25px;
	margin-left: 20px;
	font-size: 42px;
}

#header a { 
	margin-top: 25px;
	margin-left: 20px;
	font-size: 42px;
	color: #036;
	text-decoration: none;
}

#navigation { 
	position: absolute; 
	top: 102px;
	height: 25px; 
	width: 800px; 
	background-image: url(navibg.gif); 
	background-repeat: repeat-y;
}

#navigation ul {
	margin: 3px;
	padding: 0 0 0 15px;
	list-style: none;
	color: #fff;
	}
	
#navigation li {
	float: left;
	margin: 0;
	border-right: #fff solid 1px;
	}
	
#navigation li a {
	float: left;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffe;
	padding: 0 10px 0 10px;
	}

#navigation li a:hover {
	color: #FFFFFF;
	background: #036;
	}
	
#navigation li a.active {
	color: #fff;
	background: #8bf;
	}
