body {
   background-color:#B1D0F3;
}

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

/* Links */
a, a:link, a:active, a:visited {
    font-weight: bold;
    text-decoration:none;
    color:#344154;
}

a:hover {
   text-decoration:underline;
}

.navlink {
   line-height:150%;
   color:#344154;
   font-size:12pt;
}

#active {
   font-size:13pt;
}

img {
   border: 0px;
}

/*Layout*/
.header {
   background: #c2e0de;
   color: gray;
}

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

.nav_right {
   color: gray;
   background-color:#D8E0E7;
}

#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;
}





