body

 .head 
  { font-size:12pt; color:#AA0000;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none}  
 .head2 
  { font-size:20pt; color:#AA0000;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none}  
 .klein 
  { font-size:8pt; color:#0000AA;font-family:Tahoma,Arial;text-decoration:none}  
 .normal 
  { font-size:10pt; color:#0000AA;font-family:Tahoma,Arial;text-decoration:none}  
  .bold 
  { font-size:10pt; color:#0000AA;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none} 
  
 .orange 
  { font-size:10pt; color:#DF8A00;font-family:Tahoma,Arial;text-decoration:none}  
 .red
  { font-size:10pt; color:#AA0000;font-family:Tahoma,Arial;text-decoration:none}
 .blue
  { font-size:10pt; color:#0000AA;font-family:Tahoma,Arial;text-decoration:none}
 .green
  { font-size:10pt; color:#006600;font-family:Tahoma,Arial;text-decoration:none}
 .yellow
  { font-size:10pt; color:#FFDD00;font-family:Tahoma,Arial;text-decoration:none}
  
 .kleinred
  { font-size:8pt; color:#AA0000;font-family:Tahoma,Arial;text-decoration:none}
  
 .boldorange 
  { font-size:10pt; color:#DF8A00;;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none}
.boldred
  { font-size:10pt; color:#AA0000;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none}
.boldblue
  { font-size:10pt; color:#0000AA;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none}
.boldgreen
  { font-size:10pt; color:#006600;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none}
.boldyellow
  { font-size:10pt; color:#FFDD00;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none}
.boldgrey  
  { font-size:10pt; color:#AAAAAA;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none}
.boldlightgrey  
  { font-size:10pt; color:#CCCCCC;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none}
  .boldwhite 
  { font-size:10pt; color:#FFFFFF;font-family:Tahoma,Arial;font-weight : bold;text-decoration:none}

 a:hover
  {color:#FFFFFF; background-color:#AA0000;}  

/* a:link {color:#AA0000;} */
/* a:active {color:#AA0000;} */
/* a:visited {color:#AA0000;} */

#menue {
width: 100%;
font-size: 80%; 
/*border: 1px solid #000000; */
/*background-color: #0000AA; */
}
.menuekopf {
font-weight: bold;
color: #0000AA;
width: 170px;
padding: 5px;
}
#menue ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menue li {
display: block;
}
#menue li a, #menue li a:link {
text-decoration: none;
display: block;
color: #0000AA;
width: 170px;
padding: 5px;
}
/*
<!--
#menue li a:visited {
color: #0066FF;
}
*/
#menue li a:hover, #menue li a:active, #menue li a:focus {
color: #FFAA00;
background-color: #0000AA;
}

