/* Oberhalb jedes Befehls steht eine Kurzerklaerung*/

/* Body Hintergrund Farbe etc*/
body         {
	font-size: 8pt;
	font-family: Verdana, Arial;
	color: #000000;
	scrollbar-face-color:#000099;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#333399;
	scrollbar-darkshadow-color:#D1DBF8;
	scrollbar-shadow-color:#FFFCF2;
	scrollbar-arrow-color:#FFFCF2;
	scrollbar-track-color:#FFFCF2;


			
	 }
td{ color: #FF0000; font-size: 8pt; font-family: Verdana, Arial }
/* #000000 = schwarz, Wert aenderbar*/
a:link       { color: #000000; text-decoration: underline; font-size: 8pt; font-family: Verdana }
a:visited    { color: #000000; text-decoration: underline; font-size: 8pt; font-family: Verdana }
a:active     { color: #000000; text-decoration: underline; font-size: 8pt; font-family: Verdana }
/* none = nicht unterstrichen, Wert aenderbar*/
a:hover      { font-size: 8pt; color: #0000B9; font-family: Verdana ; text-decoration: underline}
td           { color: #000000; font-size: 8pt; font-family: Verdana }

div { color: #000000; font-size: 8pt; font-family: Verdana, Arial  } th { color: #000000; font-size: 8pt; font-family: Verdana, Arial  } 

/* Farbe für Textfeld  > class="textfeld1" < an Textfeld kopieren */
.textfeld1 {
	background-color: white;
	color: #333333;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color : #0000B9;


	}
	
/* Farbe für Button  > class="button" < an Button kopieren */
.button {
	background-color: #FFFFFF;
	color: #0000B9;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color : #FFFFFF;
	}

/* Farbe für Textfeld  > class="textfeld2" < an Textfeld kopieren */
.textfeld2 { 
	 border: 1px #0000B9 groove;
	  background-color: #FFFFFF;
	  }

ul {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 8px;
	list-style:square;
	}
