@charset "utf-8";
#oben {
	text-align: center;
	height: 100px;
	background-image: url(bilder/internetseite_oben_super.jpg);
}
#navi {
	height: 440px;
	width: 160px;
	float: left;
	background-image: url(bilder/navi_test3.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	color: #FFF;
	font-weight: bold;
}
#gesamt #navi p a:link, #gesamt #navi p a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.tabelle {
	background-image: none;
	background-color: #FFF;
}

#unten {
	clear: left;
	text-align: left;
	background-color: #DAE3EA;
	left: 350px;
	padding-left: 460px;
	background-image: url(bilder/hintergrund_unten.jpg);
	color: #FFF;
	font-weight: bold;
}

#gesamt {
	height: auto;
	width: 1000px;
	margin: auto;
	background-image: url(bilder/hintergrund.jpg);
	border: thin ridge #CCC;
	background-repeat: repeat;
}
#haupt {
	float: left;
	clear: right;
	width: 815px;
	padding-top: 15px;
	background-image: none;
}
#uberschrifthaupt {
	text-align: center;
	height: 20px;
	background-repeat: repeat-x;
	color: #FFF;
	background-color: #DAE3EA;
	font-weight: bold;
	background-image: url(bilder/hintergrund_uberschrifthaupt.jpg);
}
#style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000;
	line-height: 15px;
}
