body {
  
  margin:0;
  padding:0;
  background-color: #800000;
  color: #FF9900; 
  font-family: verdana;  
  font-size: 12px; 

}
#logo {
  position: absolute;
  left: 20%;
  right: 40%
  
  height: 130px;
  margin: 1%;
  z-index: 2;
  }


#oben-links {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;

}


 #oben-rechts {
	position: absolute;
	top: 3px;
	right: 60px;
	z-index: 1;
	

}



#inhalt {
  position: absolute;
	top: 150px;
  left: 165px;
   width: 84%;
  z-index: 3;
   
   margin: 5px;
  background-color: #800000;
  border-style:GROOVE;
  border-color:#C9C9C9;
  border-width:6px;
  
   
}
#links {
  position: absolute;
  top: 157px;
  left: 1%;
  width: 150px;
  height: 300px;
  background-color: ;
  z-index: 3;

}

<!-- #0080c0 #FFFFCC #444444-->

#navcontainer
{
width: 9em;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #003399;
border-bottom: 1px solid #90bade;
color: #FF9900;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
border-bottom: 1px solid #90bade;
}

#navcontainer li
{

border-top: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #6B0000;
border-right: 10px solid #6B0000;
background-color: #990000;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #872E2E;
border-right: 10px solid #872E2E;
background-color: #cc0000;
color: #fff;
}


input.farbig { background-color: #FCA16D }

input.ikon {
background-image: url(../ikon2.jpg);
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: left center;
size: small;
}




table { font-size: 1em; }
h1 {font-size:25px }


img { border:none }
a {color: #CCFFFF; font-size: 1em; }
table.border { border-style:ridge;
		border-color:#C9C9C9;
		border-width:3px;
	  }
