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

/* 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;}

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

.norm { background-color: #FAFAFA; } /* Tabelle normale Hintergrundfarbe */
.mite { background-color: #EAE9E9; } /* Tabelle mittele Hintergrundfarbe */
.dark { background-color: #D3D3D3; } /* Tabelle dunkle  Hintergrundfarbe */

.smalborder { background-color: #666666; } /* Tabelle smal Border */

/* tabelle mit rand ohne hintergrund */
.border {  background-color: #FAFAFA; 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-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; }

h1, h2, h3, h4, h5 {display: inline; }
