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

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

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

.norm { background-color: #FFFFFF; } /* normaler Tabellen hintergrund */
.mite {  background-color: EAE9E9; }  /* tabelle mittel dunkle Farbe */
.dark {  background-color: D3D3D3; }  /* tabelle dunkle Farbe */

/* tabelle mit rand ohne hintergrund */
.border {  border: #000000; border-style: solid;  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }

/* tabelle mit rand mit mittel dunklem hintergrund */
.miteborder {  background-color: EAE9E9; border: #000000; border-style: solid;  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }

/* tabelle mit rand mit dunklem hintergrund */
.darkborder {  background-color: D3D3D3; border: #000000; border-style: solid;  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }

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

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

/* hr Linien Formatierung */
.hr { color: black; }