html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: White;
	overflow: hidden;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
}
#container {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -336px;
	margin-left: -512px;
	width: 1024px;
	height: 672px;	
	background-image: url(images/standards/back.jpg);
	background-repeat: no-repeat;
	background-position: center -50%;
}
#e-p-u {
	position: absolute;
	left: 25px;
	bottom: 21px;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}
#adresse {
	position: absolute;
	right: 217px;
	bottom: 21px;
}
#home {
	position: absolute;
	left: 24px;
	top: 192px;
	width: 466px;
	height: 442px;
	background-image: url(images/standards/home.jpg);
}
#image {
	position: absolute;
	left: 24px;
	top: 213px;
	width: 467px;
	height: 443px;
}
#smallimages {
	position: absolute;
	left: 33px;
	top: 555px;
	width: 420px;
	height: 62px;
}
#smallimages img {
	border: none;
	margin-right: 10px;
}
.iih {
	color: #b9fd02;
}
#navi {
	position: absolute;
	left: 447px;
	top: 198px;
	font-weight: bold;
	z-index: 7;
	text-transform: uppercase;
}
a:link, a:visited {
	color: #b9fd02;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: white;
}
#subnavi {
	position: absolute;
	left: 498px;
	top: 215px;
	font-weight: bold;
	z-index: 7;
	text-transform: uppercase;
}
#subnavi a:link, #subnavi a:visited {
	color: #b9fd02;
	font-weight: bold;
	text-decoration: none;
}
#subnavi a:hover {
	color: White;
}
#content {
	position: absolute;
	right: 196px;
	top: 267px;
	width: 330px;
	height: 360px;
}
#content a:link, #content a:visited {
	font-weight: normal;
	color: #b9fd02;
	text-decoration: none;
	text-transform: none;
}
#content a:hover {
	color: white;
}
#subnavi a.aktiv:link, #subnavi a.aktiv:visited, #navi a.aktiv:link, #navi a.aktiv:visited, #content a.aktiv:link, #content a.aktiv:visited  {
	color: White;
}
#subnavi a.aktiv:hover, #navi a.aktiv:hover, #content a.aktiv:hover {
	color: #b9fd02;
}
#beschreibung {
	position: absolute;
	top: 286px;
	left: -44px;
}
h2 {
	font-size: 12px;
	color: white;
}
