html,body {
	height: 100%;
	background-color: #d1d0d0;
	color: black;
	margin: 0;
	padding: 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.hauptcontainer {
	height: 100%;
	width: 809px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	background: url(../images/hintergrund.gif) repeat-y;
}

.logo {
	width: 207px;
	height: 94px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.headerbild{
	left: 206px;
	top: 0;
	position: absolute;
	z-index: 2;
}

.inhalte{
	width: 515px;
	height: auto;
	position: absolute;
	top: 120px;
	left: 247px;
	bottom: 20px;
	overflow: auto;
	list-style-type: disc;
	padding-right: 30px;
}

.setupblau{
	color: darkblue;
}

.rechts{
	float: right;
}

.links{
	float: left;
	margin-right: 40px;
}

.christine{
	float: left;
	width: 160px;
	text-align: center;
}

.dominika{
	float: right;
	width: 160px;
	text-align: center;
}

.helmut{
	width: 160px;
	text-align: center;
	clear: both;
	float: none;
}

.clearing{
	clear: both;
}
.navigation{
	width: 207px;
	height: auto;
	top: 94px;
	left: 0;
	position: absolute;
}
.menuebox{
	width: 197px;
	min-width: 197px;
	height: 26px;
	min-height: 26px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 10px;
	}
	
.menueboxaktiv {
	width: 197px;
	min-width: 197px;
	height: 26px;
	min-height: 26px;
	padding-left: 10px;
	padding-top: 14px;
	padding-bottom: 10px;
	background-color: #3030b6;
}

.menue{
	color: lightgrey;
	font: 14pt "Times New Roman", Times, Georgia, serif;
	text-decoration: none;
}

.menueaktiv{
	color: lightgrey;
	font: 14pt "Times New Roman", Times, Georgia, serif;
	text-decoration: none;
		
}