body {
   background-color:#990000;
}



table {
   font-family: Georgia, verdana,arial,geneva,helvetica,sans-serif;
   font-size:12px;
   line-height:18px;
   color: black;
   text-align:left;

}


a, a:link, a:active {
    color: #136c6d;
    text-decoration: none;
    font-weight: bold;   
}

a:visited {
   color: 136c6d;
   text-decoration: none;
   font-weight: bold;
}

img {
   border: 0px;
}

.header {
   background: #c2e0de; 
   color: gray;

}
    
.nav_left {
   width:185px;
   color: gray;
   background-color:#FFCC66;

   /* "SCHATTEN"

   border-bottom: gray 3px solid;
   border-right: gray 3px solid;
      -moz-border-radius:10px;
      */
   }

.nav_right {

   color: gray;
   background-color:#FFCC66;
}

#mitte {
   background-color:white;
   }


.footer {
   color: gray;
}

.input_empty {
   BORDER-LEFT: black 2px solid;
   BORDER-RIGHT: black 2px solid;
   BORDER-TOP: black 2px solid;
   BORDER-BOTTOM: black 2px solid;
}

/*  ... Ueberschriften ersetzen weil IE sie falsch anzeigt ... */


.h2 {
   font-size:170%;
   font-weight:bold;
   line-height:130%;
   }

.h3 {
   font-size:120%;
   font-weight:bold;
   line-height:130%;
   }

.h4 {
   font-size:110%;
   font-weight:bold;
   line-height:130%;
   }

#logo {
   margin-bottom:5px;
   }


.navlink:hover {
   text-decoration:underline;
   }

.navlink {
   line-height:150%;
   }
a:hover {
   text-decoration:underline;
   }



