a:link { 
	text-decoration:none; 
	font-weight:bold; 
	color:black; 
}
a:visited { 
	text-decoration:none; 
	font-weight:bold; 
	color:black; 
}
a:hover { 
	background-color: gray; 
}
body{
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

#framecontentLeft, #framecontentTop, #roterstreifen{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 200px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #C8C8C8;
	color: black;
}

#framecontentLeft{
	position: absolute;
	top: 120px;
	left: 0;
}

#framecontentTop{ 
	position: absolute;
	left: 0; /*Set left value to WidthOfLeftFrameDiv*/
	width: 100%;
	height: 120px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: white;
	color: black;
}

#roterstreifen{
	position: absolute;
	left: 0;
	top: 81px;
	width: 1500px;
	height: 3px;
	overflow: hidden;
	background-color: red;
	color: black;
}

#bild1 {
	position: absolute;
	top: 0;
	left: 370px;
	width: auto;
	height: 120px;
	overflow: hidden;
	background-color: white;
}

#bild2 {
	position: absolute;
	top: 0;
	left: 600px;
	width: auto;
	height: 120px;
	overflow: hidden;
	background-color: white;
}

#impressum {
	position: absolute;
	top:55px;
	left: 800px;
	width: auto;
	height: auto;
	background: white;
	color:black;
	overflow: hidden;
}

#kontakt {
	position: absolute;
	top: 80px;
	left: 655px;
	width: auto;
	height: 120;
	background: white;
	color: black;
	overflow: hidden;
} 

#navioben{
	z-index:1;
	position: absolute;
	left: 200px;
	top: 115px;
	height: 120px;
	weight: 750px;
	overflow: hidden;
	background: #fff;
}

#maincontent{
	z-index:0;
	position: absolute; 
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	top: 130px; /*Set top value to HeightOfTopFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto; 
	background: #fff;
}



.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
	padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	top: 160px;
	left: 200px;
	width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
	width: 1500px;
	right: 0;
}
* html #kontakt{ /*IE6 hack*/
	top: 100px;
	left: 650px;
}

* html #roterstreifen{ /*IE6 hack*/
	width: 100%;
	right: 0;
}
	font-family: arial, helvetica, serif;
}
* html #navioben{ /*IE6 hack*/
	width: 750px;
	left: 200px;
	top: 120px;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #C8C8C8;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}


</style>





