A:link {
	COLOR : #000000;
	TEXT-DECORATION : underline;
}

A:visited {
	COLOR : #000000;
	TEXT-DECORATION : underline;
}

A:hover {
	COLOR : white;
	TEXT-DECORATION : underline;
}

A:active {
	COLOR : white;
	TEXT-DECORATION : underline;
}

A.two:link {
	COLOR : #000000;
	TEXT-DECORATION : underline;
}

A.two:visited {
	COLOR : #000000;
	TEXT-DECORATION : underline;
}

A.two:hover {
	COLOR : White;
	TEXT-DECORATION : underline;
}

A.two:active {
	COLOR : White;
	TEXT-DECORATION : none;
}

A.three:link {
	COLOR : #000000;
	TEXT-DECORATION : underline;
}

A.three:visited {
	COLOR : #000000;
	TEXT-DECORATION : underline;
}

A.three:hover {
	COLOR : Black;
	TEXT-DECORATION : underline;
}

A.three:active {
	COLOR : Black;
	TEXT-DECORATION : underline;
}

BODY {
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
	color : Black;
	scrollbar-face-color : #6F85C2;
	scrollbar-arrow-color : White;
	scrollbar-base-color : White;
	scrollbar-shadow-color : White;
	scrollbar-highlight-color : #6F85C2;
	scrollbar-dark-shadow-color : #6F85C2;
	scrollbar-3d-light-color : #6F85C2;
}

BODY.two{
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 12pt;
	color : Black;
}

TD {
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
}

.small {
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 10px;
	COLOR : #000000;
}

.head {
	FONT-SIZE : 14pt;
	FONT-WEIGHT : bold;
}

.medium {
	FONT-SIZE : 10pt;
}

LI {
	COLOR : #000000;
	LIST-STYLE : disc url(../images/quadrat.gif);
	margin-bottom : 5px;
}

INPUT.two {
	border-bottom : #4F57A6 1px solid;
	border-left : #4F57A6 1px solid;
	border-right : #4F57A6 1px solid;
	border-top : #4F57A6 1px solid;
	background-color : #ADCDEC;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
}

SELECT.two {
	border-bottom : #4F57A6 1px solid;
	border-left : #4F57A6 1px solid;
	border-right : #4F57A6 1px solid;
	border-top : #4F57A6 1px solid;
	background-color : #ADCDEC;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
}

TEXTAREA.two {
	border-bottom : #4F57A61 1px solid;
	border-left : #4F57A6 1px solid;
	border-right : #4F57A6 1px solid;
	border-top : #4F57A6 1px solid;
	background-color : #ADCDEC;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
}

INPUT {
	border-bottom : 1px solid Black;
	border-left : Black 1px solid;
	border-right : Black 1px solid;
	border-top : Black 1px solid;
	background-color : White;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
}

SELECT {
	border-bottom : Black 1px solid;
	border-left : Black 1px solid;
	border-right : Black 1px solid;
	border-top : Black 1px solid;
	background-color : white;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
}

TEXTAREA {
	border-bottom : Black 1px solid;
	border-left : Black 1px solid;
	border-right : Black 1px solid;
	border-top : Black 1px solid;
	background-color : white;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
}

INPUT.three {
	background-color : White;
	font : 10px Verdana, Arial, Helvetica, sans-serif;
	border : 0px;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
}

INPUT.four {
	background-color : #4F57A6;
	border : 0px;
	border-bottom : 0px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

LI.Inhalt{
	list-style-image : url(../images/arrow_down-1.gif);
	margin : 0px 0px;
}

