body {
   font-family:Times,"Times New Roman",serif;
   width:800px;
   text-align:justify;
}

div {
   text-align:justify;
}

#kern {
   width:600px; 
   border-left:1px solid #003366; 
   padding-left:50px; 
   padding-bottom:20px; 
   padding-right:20px; 
   margin-top:24px
}

#left {
   width:200px;
}

#kern2 {
   width:570px; 
   /* border-left:1px solid #336699; */
   padding-left:20px; 
   padding-bottom:20px;
   padding-right:20px; 
   margin-top:24px
}

#left2 {
   width:230px;
}

.dunkel {
   width:131px; 
   background-color:#336699; 
   color:#ffffff; 
   font-size:11pt; 
   font-variant:small-caps; 
   text-align:center;
}

.hell {
   width:131px; 
   background-color:#6699cc; 
   color:#ffffff; 
   font-size:11pt; 
   font-variant:small-caps; 
   text-align:center
}



a:link    { color:#0000ff; text-decoration:none; }
a:visited { color:#0000ff; text-decoration:none; }
a:active  { color:#0000ff; text-decoration:none; }
a:hover   { background-color:#eeeeee; color:#ff0000; text-decoration:underline; }

.dunkel a:link    { color:#ffffff; text-decoration:none; }
.dunkel a:visited { color:#ffffff; text-decoration:none; }
.dunkel a:active  { color:#ffffff; text-decoration:none; }
.dunkel a:hover   { background-color:#6699cc; color:#ffffff; text-decoration:underline; } 

.hell a:link    { color:#ffffff; text-decoration:none; }
.hell a:visited { color:#ffffff; text-decoration:none; }
.hell a:active  { color:#ffffff; text-decoration:none; }
.hell a:hover   { background-color:#000099; color:#ffffff; text-decoration:underline; } 

