body {
   background-color:#D1E4E0;
}


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


img {
   border: 0px;
}

.header {
   background: #c2e0de;
   color: gray;
}
    
.nav_left {
   width:185px;
   color: gray;
   background-color:#5F9387;

   /* "SCHATTEN"

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

.nav_right {

   color: gray;
   background-color:#5F9387;
}

#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 ... */


h1 {
   font-size:200%;
   font-weight:bold;
   line-height:150%;
   }

h2 {
   font-size:170%;
   font-weight:bold;
   line-height:130%;
   text-align:center; /* Zentriert */
   }

h3 {
   font-size:120%;
   font-weight:bold;
   line-height:130%;
   text-align:center; /* Zentriert */
   }

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

#logo {
   margin-bottom:5px;
   }


a, a:link, a:active {
    text-decoration: none;
    font-weight: bold;
}

a:hover {
   text-decoration:underline;
   }

#active {
   text-decoration:underline;
   color:#96e3a2;
}

.navlink {
   font-size:16px;
   color:white;
   letter-spacing:-0.5px;
   }


.link2 {
   color:#297625;
   }





