body {
	margin: 0;
	padding: 0;
	background: #FFF;
}

* html {
	overflow: auto;
}

/* ===== Standard Link Formatierung ===== */

a {
	text-decoration: underline;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #F90;
}

a:active {
	text-decoration: none;
	color: #F90;
}
	
/* ===== Aufzaehlungszeichen ===== */

ul {
	list-style: square;
}
/* ===== Standard Image Formatierung ==== */
img {
	border: 0px;
}

/* ====================================== */

#logo {
	position: absolute;
	top: 55px;
	height: 30px;
	width: 140px;
	background: #FFF;
	left: 10px;
}

#nav {
	position: absolute;
	top: 102px;
	height: 22px;
	background-color: transparent;
	padding-left: 10px;
	padding-top: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	z-index: 13;
}

html>body #nav {
 top: 104px;
 padding-top: 0;
} 

#navbg {
	position: absolute;
	top: 100px;
	height: 22px;
	width: 100%;
	background-color: #F90;
	z-index: 11;
}

#subnav {
	position: absolute;
	background-color: #666;
	top: 125px;
	padding-left: 9px; /* beschreibt die Einrückung der Subnavigation */
	padding-top: 0;
	height: 30px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	z-index: 8;
}

#search {
	position: absolute;
	top: 100px;
	right: 5px;
	width: 215px;
	z-index: 14;
}

#bodycontainer {
	position: absolute;
	top: 122px;
	height: 330px;
	width: 100%;
	background: #666;
	z-index: 7;
	border-top: 1px solid #FFF;
}

#content {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 330px;
}

#headline {
	position: absolute;
	top: 30px;
	left: 40px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 440px;
}

#txt {
	position: absolute;
	top: 75px;
	left: 70px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	width: 400px;
	height: 200px;
}

#reference {
	position: absolute;
	top: 292px;
	left: 70px;
	color: #F90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	text-decoration: none;
	width: 400px;
	height: 32px;
	padding-top: 2px;
}

#visual {
	position: absolute;
	top: 0;
	left: 530px;
}

#footer {
	position: absolute;
	top: 452px;
	height: 22px;
	width: 100%;
	background: #F90;
	border-top: 1px solid #FFF;
	z-index: 9;
}

#footeradresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding-left: 12px;
	padding-top: 4px;
	color: #FFF;
}

#footernav {
	position: absolute;
	top: 452px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFF;
	padding-top: 4px;
	right: 5px;
	z-index: 10;
	width: 100px;
}
	
#container {
	position: absolute;
	left: 50%;
	width: 998px;
	margin-left: -500px;
	}
	
#bg {
	position: absolute;
	top: 112px;
	height: 350px;
	background: #666;
	z-index: 2;
}