/* Standart Text Formatierung */
body { font-family: Verdana; font-size: 12px; color: 000000; background-color: #F7F5F1; }

/* Link Formatierung */
a { color: 595959; font-family: Verdana; font-size: 11px; text-decoration: underline; }
a:hover {   TEXT-DECORATION: none;  }   

.smalfont { font-size: 10px; }  /* kleine Schriftgröße */

#content { background-color: #FFFFFF; border: solid #000000 1px;}
#content td { font-family: Verdana; font-size: 12px; color: #000000;}
#content .norm { background-color: #FFFFFF; } /* Tabelle normale Hintergrundfarbe */
#content .mite { background-color: #F3F1E8; } /* Tabelle mittele Hintergrundfarbe */
#content .dark { background-color: #DCD6D0; } /* Tabelle dunkle  Hintergrundfarbe */

#box { background-color: #000000; }
#box td { font-family: Verdana; font-size: 12px; color: #000000;}
#box .norm { background-color: #FFFFFF; }
#box .mite { background-color: #F3F1E8; }

/* border */
.border {  background-color: #000000; }

/* einmal um manche tabellen rum */
.rand { border: solid #000000 1px; }

/* Input Formatierung */
input { color: #000000; border-color: #999999; border-width: 1; font: 12px Verdana; background-color: #FAFAFA; }
  
/* Textarea Formatierung */
textarea { color: #000000; border-color: #999999; border-width: 1; font: 12px Verdana; background-color: #FAFAFA; }

/* Selected Box Formatierung */
select { color:#000000; border-color: #999999; border-width: 1; font: 12px Verdana; background-color: #FAFAFA; }

/* hr Linien Formatierung */
hr { height: 0px; border: solid #000000 0px; border-top-width: 1px; }