html, body {
  height: 100%;
  background-color:#910000; 
  padding:0px; margin:0px; border:0px;
}

html, body, div, p, td, ul, ol, li {
  font-family:,Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 12px;
  color:#000000;
}

a { text-decoration:; color:; }
a:link  {   color:;}
a:visited { color:;}
a:active {  color:;}
a:hover {   color:;}

h1 {font-size: 14px; text-decoration:none; color:#000000; }

h2 {font-size: 12px; text-decoration:none; color:#000000; }

img { border:0; }

li { margin-top:8px;}


.seite
{ 
  position:absolute; 
  top:0px;
  margin:0; padding:0px; border:0px; 
  width:800;
  background-color:red; 
}

.oben
{ 
  position:absolute; z-index:1;
  top:0px;
  width:800px; height:110px;
  padding:0px; margin:0px; border:0px;
}

.kopfzeile
{
  position:relative; z-index:1;
  margin-top:0px; margin-left:0px;
  width:800px; height:110px;
  padding:0px; margin:0px; border:0px;
  background-image:url(../grafik/teich_kopfzeile.jpg);
  background-repeat:no-repeat;
}

.oben_menu
{ 
  position:absolute; z-index:1;
  top:110px; left:0px; 
  width:800px; height:25px;
  text-align:center; 
  background-image:url(../grafik/menu.gif);
}

.obenmenuepunkt{
    width:150px; height:25px;
    line-height: normal;
    text-align: right;
    padding-right:10px;
}

.obenmenuelink{
    color:#000000;
    font-style: normal;
    line-height: normal;
    line-height: 24px;
    text-decoration: none;
    valign: middle;
    cursor:hand;
    margin-top:5px;
}

.obenmenuelink { text-decoration:none; color:#000000; text-decoration: none; font-weight:bold; }
.obenmenuelink:link  {   color:#000000; }
.obenmenuelink:visited { color:#000000; }
.obenmenuelink:active {  color:#000000; }
.obenmenuelink:hover {   color:#910000; }


.inhalt {
  position:absolute; z-index:1;
  top:135px; 
  min-height:400px;
  height:auto !important; /* moderne Browser */
  height:400px;  
  background-color:blue;
}
.links
{ 
  position:absolute; z-index:1;
  top:0px; left:0px; 
  width:175px; 
  min-height: inherit;
  height:auto !important; /* moderne Browser */
  height:100%;
  text-align:right; 
  background-image:url(../grafik/menulinks.gif);
}

.links_menu
{ 
}

.mitte
{ 
  position:absolute; z-index:1;
  top:0px; left:175px; 
  background-color:#E0E0E0; 
  width:450px; 
  min-height: inherit;
  height:auto !important; /* moderne Browser */
  height:100%;
}
.mitte_text
{ 
  position:relative; z-index:1;
  margin-top:10px; margin-left:10px; 
  width:430px; 
}

.rechts
{ 
  position:absolute; z-index:1;
  top:0px; left:625px; 
  width:175px; 
  min-height: inherit;
  height:auto !important; /* moderne Browser */
  height:100%;
  text-align:left; 
  background-image:url(../grafik/menurechts.gif);
}







