@charset "utf-8";

html, body {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	text-align:center;
	background-color:#e6ddb6;
}

#gesamt {
	margin:0 auto;
	position:relative;
	width:1000px;
	height:810px;
	text-align:left;
	background-color:#FFFFFF;
}

th,td,p,div {
	font-size:12px;
}

#oberteil {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:182px;
	background-image:url(../grafikelemente/hintergrund_oben.jpg);
	text-align:left;
	padding:0px;
	overflow:hidden;
}

#menue {
	position:absolute;
	left:19px;
	top:182px;
	width:220px;
	height:600;
	padding-top:100px;
	background-image:url(../grafikelemente/verlauf_menue.jpg);
	background-repeat:repeat-x;
}
#contentbereich_startseite {
	position:absolute;
	left:20px;
	top:182px;
	width:700px;
	height:600px;
	overflow:auto;
	padding-left:20px;
	padding-top:20px;
}
#contentbereich {
	position:absolute;
	right:19px;
	top:182px;
	width:700px;
	height:600px;
	overflow:auto;
	padding-left:20px;
	padding-top:20px;
}

#news {
	position:absolute;
	top:200px;
	right:20px;
	height:150px;
	width:220px;
	background-image:url(../grafikelemente/verlauf_container_news.jpg);
	background-repeat:repeat-x;
}

#wetter {
	position:absolute;
	top:370px;
	right:20px;
	height:270px;
	width:220px;
	background-image:url(../grafikelemente/verlauf_container.jpg);
	background-repeat:repeat-x;
	overflow:auto;
}
#tide {
	position:absolute;
	top:660px;
	right:20px;
	height:150px;
	width:220px;
	background-image:url(../grafikelemente/verlauf_container_tide.jpg);
	background-repeat:repeat-x;
}
#unterteil {
	margin:0 auto;
	width:1000px;
	text-align:right;
	background-color:#FFF;
	height:16px;
	background-image:url(../grafikelemente/hintergrund_unten.jpg);
}

a.hauptmenue {
	color:#223c6e;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:super;
}
a.hauptmenue:hover {
	color:#b99f33;
}
a.hauptmenue_aktiv {
	color:#b99f33;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	vertical-align:super;
}
a.untermenue {
	color:#223c6e;
	font-size:14px;
	text-decoration:none;
	line-height:30px;
	margin-left:20px;
}
a.untermenue:hover {
	color:#b99f33;
}
a.untermenue_aktiv {
	color:#b99f33;
	font-size:14px;
	text-decoration:none;
	line-height:30px;
	margin-left:20px;
}

