body {
   font-family:Times,"Times New Roman",serif;
   width:800px;
   text-align:justify;
   background-color:#000000;
   color:#ffffff;
}

div {
   text-align:justify;
}

#kern {
   width:600px; 
   border-left:1px solid #cc0000; 
   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;
}

.schwarz {
   width:131px; 
   background-color:#000000; 
   color:#ffffff; 
   font-size:11pt; 
   font-variant:small-caps; 
   text-align:center;
}

.rot {
   width:131px; 
   background-color:#dd0000; 
   color:#ffffff; 
   font-size:11pt; 
   font-variant:small-caps; 
   text-align:center
}

.gold {
   width:132px; 
   background-color:#ffcc00; 
   color:#000000; 
   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; }

.schwarz a:link    { color:#ffffff; text-decoration:none; }
.schwarz a:visited { color:#ffffff; text-decoration:none; }
.schwarz a:active  { color:#ffffff; text-decoration:none; }
.schwarz a:hover   { background-color:#000000; color:#ffcc00; text-decoration:underline; } 

.rot a:link    { color:#ffffff; text-decoration:none; }
.rot a:visited { color:#ffffff; text-decoration:none; }
.rot a:active  { color:#ffffff; text-decoration:none; }
.rot a:hover   { background-color:#cc0000; color:#ffee66; text-decoration:underline; } 

.gold a:link    { color:#000000; text-decoration:none; }
.gold a:visited { color:#000000; text-decoration:none; }
.gold a:active  { color:#000000; text-decoration:none; }
.gold a:hover   { background-color:#ffcc00; color:#ffffff; text-decoration:underline; }
