/* Standart Text Formatierung */
body {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	background: #9F9F9F;
 scrollbar-DarkShadow-Color:#000000;
 scrollbar-Track-Color:#808080;
 scrollbar-Face-Color:#CCCCCC;
 scrollbar-Shadow-Color:#999999;
 scrollbar-Highlight-Color:#FFFFFF;
 scrollbar-3dLight-Color:#CCCCCC;
 scrollbar-Arrow-Color:#000000;
}

/* Link Formatierung */
a { color: #000000; font-family: Verdana; font-size: 14px; text-decoration: underline; }
a:hover {   TEXT-DECORATION: none;  }   

/* Standart Text Formatierung */
td { font-family: Verdana; font-size: 14px; color: #000000;}

.mite { background: #E4E4E4; color: #000000;}  /* tabelle mittel dunkle Farbe */
.dark { background: #4D4D4D; color: #FFFFFF; }  /* tabelle dunkle Farbe */

/* tabelle mit rand ohne hintergrund */
.border { background: #878787; 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: #EAE9E9;  color: #000000; 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: #D3D3D3;  color: #000000; border: #000000; border-style: solid;  border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }

 

/* Selected Box Formatierung */
select { color:#000000; border-color: #999999; border-width: 1; font: 12px Verdana; background: EAE9E9; }

/* hr Linien Formatierung */
.hr { color: #000000; }