body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body, td, div, p, pre, ul {  font-size: 13px; }
/*body { background-color:#00CCff; }*/ /* Schwulfarbe */
body { background-color:#DDDDDD; }
h1 { font-size: 24px; text-align: center;}
h2 { font-size: 16px;}
h3 { font-size: 13px;}
h4 { font-size: 10px;}
#normal { font-size:14; }
#normalf { font-size:14; font-weight:bolder; }
#small {  font-size: 12px;}
#menu { font-size: 14px;}
#menuxl { font-size: 16px;}
#mini {  
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}
#mini10 {font-size: 11px; }
#mini9 {font-size: 09px; }
#minimini {
  font-size: 8px;
}

#supermini { 
font-size: 1px; }

#maxi {
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
}
a { color: #000000; }
a:link { color: #3366FF;  text-decoration: none;}
a:visited { color: #003366;text-decoration: none;}
a:active { color: #0033FF;text-decoration: none;}
a:hover {
  color: #0000FF;
  text-decoration: underline;
  font-weight: bolder;
/*  background-color: #FFFF55;*/
    background-color: #ccccFF;
}

a:focus {
  color: #6699FF;
}
/*.hintergrund*/
/*{*/
/*background-color: #EFEFEF;*/
/*background-color: #FFFFFF;*/
/*scrollbar-track-color:      #EFEFEF;
scrollbar-face-color:       #DEE4E7;
scrollbar-highlight-color:  #FFFFFF;
scrollbar-3dlight-color:    #D1D7DC;
scrollbar-darkshadow-color: #98AAB1;
scrollbar-shadow-color:     #D3DBDE;
scrollbar-arrow-color:      #006699;*/
/*}*/
/*a:link { CSS-Eigenschaft:Wert; ... }*/    /* noch nicht besuchte Ziele */
/*a:visited { CSS-Eigenschaft:Wert; ... } */ /* besuchte Ziele */
/*a:hover { CSS-Eigenschaft:Wert; ... }*/   /* Verweise bei "MouseOver" */
/*a:active { CSS-Eigenschaft:Wert; ... }*/  /* Angeklickte Verweise */
/*a:focus { CSS-Eigenschaft:Wert; ... }*/   /* Verweise, die Fokus erhalten */