body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a7c7e6;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #FFFFFF;
}

html, body {
	height: 100%
}

#container {
	width: 920px;
	height: 100%;
	background-image: url(../Images/htgr.jpg);
	background-repeat: repeat-y;
	overflow: auto;
}

#bildunten {
	background-image: url(../Images/menue_unten.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 157px;
	height: 147px;
	left: 68px;
	bottom: 0px;
	z-index: 1;
}

#header {
	height: 127px;
}

#menue {
	position: absolute;
	float: left;
	width: 210px;
	padding-left: 40px;
	padding-top: 22px;
	z-index: 2;
}

#menue ul {
	font-size: 0.7em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menue li {
	display: block;
	height: 24px;
	padding-left: 30px;
}

#menue li.aktiv  {
	display: block;
	background-image: url(../Images/menue_li_pkt.jpg);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 30px;
	font-weight: bold;
}

#menue li a {
	display: block;
	text-decoration: none;
	color: #003f6c;
}

#menue li a:hover  {
	color: #FFFFFF;
	background-color: #003f6c;
}

#adresse {
	font-size: 0.6em;
	line-height: 1.5em;
	padding-left: 30px;
	padding-top: 50px;
	color: #003f6c;
	white-space: nowrap;
}

#adresse a {
	text-decoration: none;
	color: #003f6c;
}

#content {
	width: 670px;
	height: auto;
	padding: 0px 0px 0px 230px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#content a {
	text-decoration: none;
	color: #003f6c;
}


