body { color: black; background-color: #F4F4FD;   }
table { background-color: #E3E3F8; outline-color: #E3E3F8;width:600px;margin-top:10px; margin-left:50px; }
td { background-color: #F0F0FB; }
caption { background-color: #97CBFF; text-decoration:none; color:black;margin-left:5px; }

a:link, a:visited, a:active   { text-decoration:none; color:#400000; background-color:transparent; }
a:hover, a:focus              { text-decoration:underline; color:#400000;font-weight:bold;
 background-color:transparent; }
#kopf {
   position:absolute;
   top:15px;
   left:2px;
   width:145px;
    height:18px;
   padding:2px;
   margin:5px;
   border:1px solid #97CBFF;
   background-color: #97CBFF;
}

#inhalt {
   position:absolute;
   top:42px;
   left:2px;
   width:145px;
   height:220px;
   padding:2px;
 margin:5px;
   border:1px solid #97CBFF;
   background-color: #F0F0FB;


}
#inhalt2 {
   position:absolute;
   top:275px;
   left:2px;
   width:145px;
padding:2px;
   margin:5px;
   border:1px solid #97CBFF;
   background-color: #F0F0FB;
}