body {
   background-color:#B5C594;
}


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

a:visited {
   color: #456BBD;
   text-decoration: none;
   font-weight: bold;
}

img {
   border: 0px;
}

.header {
   color: gray;
}
    
.linkespalte {
   background-color:#70864F;
   font-family: 'trebuchet ms', sans-serif;
   line-height:85px;
}


.mittelspalte table {
   background-color: white;
   font-family: 'trebuchet ms', sans-serif;
   font-size: 12px;
   line-height:19px;
}


.rechtespalte{
   background-color:#70864F;
   font-family: 'trebuchet ms', sans-serif;
   line-height:19px;
}

.footer {
   color: gray;
}


/*  ... Ueberschriften definieren 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%;
   }
