H1.Header	 {
			Font-Family : Benguiat Bk BT ;
			Font-Size : 20pt ;
			Color : #FFEB9B
		}
BODY	 {
			SCROLLBAR-FACE-COLOR : #005000          ;
			SCROLLBAR-HIGHLIGHT-COLOR : #FFEB9B     ;
			SCROLLBAR-SHADOW-COLOR : #FFEB9B     ;
			SCROLLBAR-3DLIGHT-COLOR : #005000          ;
			SCROLLBAR-ARROW-COLOR : #FFEB9B     ;
			SCROLLBAR-TRACK-COLOR : #000000                                                    ;
			SCROLLBAR-DARKSHADOW-COLOR : #005000          ;
			Text-Align : Left ;
			Font-Family : Arial ;
			Font-Size : 9pt ;
			Color : #FFEB9B ;
			Background-Color : #005000 ;
			Font-Weight : Bold
		}
:link	 {
			Font-Family : Arial ;
			Font-Size : 9pt ;
			Color : #FFEB9B ;
			Text-Decoration : Underline ;
			Font-Weight : Bold
		}
/*
:active	 {
			Font-Family : Arial, Helvetica ;
			Font-Size : 9pt ;
			Color : white ;
			Text-Decoration : Underline ;
			Font-Weight : Bold
		}
	*/
:visited	 {
			Font-Family : Arial, Helvetica ;
			Font-Size : 9pt ;
			Color : #FFEB9B ;
			Text-Decoration : Underline ;
			Font-Weight : Bold
		}
A:hover	 {
			Font-Family : Arial, Helvetica ;
			Font-Size : 9pt ;
			Color : white ;
			Font-Weight : Bold
		}
Table	 {
			Border-Bottom : #004200                 ;
			Border-Left : #004200                 ;
			Border-Right : #004200                 ;
			Border-Top : #004200                 ;
			Border-Bottom : None                 ;
			Border-Left : None                 ;
			Border-Right : None                 ;
			Border-Top : None                 ;
			Border-Bottom-Width : -1px                 ;
			Border-Left-Width : -1px                 ;
			Border-Right-Width : -1px                 ;
			Border-Top-Width : -1px                 ;
			Margin-Bottom : 0px                 ;
			Margin-Top : 0px                 ;
			Padding-Bottom : 0px                 ;
			Padding-Left : 0px                 ;
			Padding-Right : 0px                 ;
			Padding-Top : 0px                 ;
			Margin-Left : 0px ;
			Margin-Right : 0px ;
			Font-Family : Arial, Helvetica ;
			Font-Size : 9pt ;
			Color : #FFEB9B ;
			Font-Weight : Bold
		}
/* Formulare ************************************************************************** */

input, select, textarea
{
	font-size: 8pt;
	font-family: Arial, Helvetica;
	font-weight: normal;
}

.Feld
{
	background-color: white;
	border: 1px solid black;
	padding-left: 3pt;
	padding-right: 3pt;
	width: 170px; 
	color: black;
}

.Bereich
{
	background-color: white;
	border: 1px solid black;
	padding-left: 3pt;
	padding-right: 3pt;
	width: 340px; 
	height: 13em;
	color: black;
}

.Auswahl
{
	background-color: #F5F5F5;
	color: Maroon;
}

.Check, .Radio
{
	background-color: #F5F5F5;
	border: 1px solid Maroon;
}

.Button
{
	color: Black;
	border: thin solid black;
	width: 100px;
	background: White;
}
