body {
   background-color:white;
}



table {
   font-family: verdana,helvetica,trebuchet ms,arial,geneva,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;
}

a:hover {
   text-decoration:underline;
   }




img {
   border: 0px;
}

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

}
.bildtext {
   font-size:x-small;
   text-align:center;
   }


.nav_left {
   color: gray;
   background-color:#D1F3F3;
}

.nav_right {

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

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

.box {
   background-color:#E3E7E6;
   border: gray 1px solid;
   line-height:200%;
   font-size:smaller;
   padding:10px;
   margin-right:70px;
   margin-left:20px;
   }
