<style type="text/css">

html { 
  padding:0px;
  margin:0px;
  height: 100%;
}

body {

  background-color: #999966;
  font-size: 14px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: #000000;
  padding: 0px;
  margin: 0px;
}


a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
	color: #000000;
	font-weight: bold;
}


a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


#top {

width: auto;
height: 100px;
margin: 0px auto;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
/*
padding: 5px;
*/
background-color: #000000;
border: solid 3px #000000;
}

#navibox {
width: auto;
height: 15px;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
background-color: #ffffff;
/*
border-left: solid 3px #cccccc;
border-right: solid 3px #cccccc;
border-top: solid 3px #000000;
border-bottom: solid 3px #000000;
*/
border: solid 3px #000000;
padding-left: 50px;
padding-top: 2px;
padding-bottom: 2px;
}



#inhalt {
width: auto;
height: 390px;
margin: 0px auto;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 3px;
background-color: #ffffff;
/*
border-left: solid 3px #000000;
border-right: solid 3px #000000;
border-top: solid 3px #000000;
border-bottom: solid 3px #000000;
*/
border: solid 3px #000000;
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}



/* MENUUUUEEEE!!!!*/



#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 120px;
}

#nav li { /* all list items */
	float: left;
	width: 120px; /* width needed or else Opera goes nuts */
	background-color: #ffffff;
	color: #000000;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #000000;
	padding: 1px;
}

#nav li ul :hover {
height: auto;
background-color: #000000;
color: #ffffff;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}


#ueberboxausderhoelle {

top: 0;
left: 0; 
width: 98%; 
height: 98%;
position: fixed; 
display: table;

/*
width: 98%;
height: 98%;
/*
margin: 0px auto;
*/
/*
margin-top: 10px auto;
margin-bottom: 10px auto;
margin-left: 10px auto;
margin-right: 10px auto;

padding: 5px;

*/
/*
*/
background-color: #000000;
/*
border: solid 3px #000000;
margin-top: 5px;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
*/
}

</style>
