A:link
{
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	font-family:Verdana;
	color: #000066
}
A:visited
{
text-decoration: none;
font-weight: bold;
font-size:9pt;
font-family:Verdana;
color: #000066
}

A:active
{
text-decoration: none;
font-weight: bold;
font-size:9pt;
font-family:Verdana;
color: #ff0000
}

A:hover
{
text-decoration: none;
font-size:9pt;
font-family:Verdana;
color: #999999
}
/* Klasse für Text neben Links */
.nolink
{
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	font-family:Verdana;
	color: #333333
}
/* Klasse für Fehler-Text bzw. hervorzuhebenden Text => ROT, FETT, HINTERGRUND */
.fehler
{
	color: #ff9900;
	text-decoration: underline;
	font-weight: bold;
	background: #ffffff;
}
/* Hinterlegt Formularfelder die fehlen mit anderer Farbe */
.fehlerinput
{
	FONT-FAMILY:Verdana;
	COLOR: #ff0000;
	BACKGROUND-COLOR: #ffffcc;
}
/* Klasse für normalen Text */
.normal
{
font-size: 10pt;
font-family:Verdana;
color: #000000;
}
/* Klasse für kleinen Text */
.klein
{
font-size: 8pt;
font-family:Verdana;
color: #000000;
}
/* Klasse für sehr kleinen Text */
.sehrklein
{
font-size: 7pt;
font-family:Verdana;
color: #000000;
}
/* Klasse für kleinen Link Text */
#klein A:link, #klein A:visited, #klein A:active { COLOR: #000066; TEXT-DECORATION: none; font-size:8pt;}
#klein A:hover { COLOR: #333333; TEXT-DECORATION: none; font-size:8pt;}

/* Klasse für Unterkategorien in der ERgebisseite */
#ucat A:link, #ucat A:visited, #ucat A:active { COLOR: #000066; TEXT-DECORATION: underline; font-size:7pt;font-weight:normal;}
#ucat A:hover { COLOR: #333333; TEXT-DECORATION: underline; font-size:7pt;font-weight:normal;}

/* Klasse für Info */
.info { COLOR: #ff0000; TEXT-DECORATION: none; font-size:7pt;font-weight: normal;}
.info A:link { COLOR: #ff0000; TEXT-DECORATION: none; font-size:7pt; font-weight: normal;}
.info A:visited { COLOR: #ff0000; TEXT-DECORATION: none; font-size:7pt;font-weight: normal;}
.info A:active { COLOR: #ff0000; TEXT-DECORATION: none; font-size:7pt;font-weight: normal;}
.info A:hover { COLOR: #333333; TEXT-DECORATION: none; font-size:7pt;font-weight: normal;}
/* Klasse für einen großen Link */
#gros A:link, #gros A:visited, #gros A:active { COLOR: #000066; TEXT-DECORATION: none; font-size: 11pt;}
#gros A:hover { COLOR: #333333; TEXT-DECORATION: none; font-size: 11pt;}

.tabelle
{
	font-size: 10pt;
	font-family:Verdana;
	color: #000000;
	background : #FFFFFF;
	padding : 1;
	}

.tabelle01
{
	font-size: 10pt;
	font-family:Verdana;
	color: #000000;
	background : #FFFFFF;
	padding : 1;
	border-bottom : 1px solid Navy;
	border-left : 1px solid Navy;
	border-right : 1px solid Navy;
	border-top : 1px solid Navy;
	}
/* Für Tabellenspalten */
.spalte
{
	font-size: 10pt;
	font-family:Verdana;
	color: #000000;
	background : #ffffff;
	padding : 2;
	border-bottom : 1px solid Navy;

	border-left : 0px;
	border-right : 0;
	border-top : 0px;

}

.titel
{
	font-size: 10pt;
	font-weight: bold;
	font-family:Verdana;
	color: #FF0000;
	background : #FFFFFF;
	padding : 3;
	text-align : left;

}

.mainTabelle
{
	font-size: 10pt;
	font-weight: bold;
	font-family:Verdana;
	color: #000066;
	background : #FFFFFF;
	padding : 3;

}

.tabellentitel
{
	font-size: 12pt;
	font-weight: bold;
	font-family:Verdana;
	color: #003366;

}



/* normale Radiobuttons */
.normradio {
	COLOR: #ffffff;
	background-color:#ffffff;
}
.dick
{
font-size: 8pt;
font-family:Verdana;
color: #000000;
font-weight: bold;
}
BODY
{
	margin-bottom : 10;
	margin-top : 0;
	margin-left : 0;
	margin-right : 0;
	font-family:Verdana;
	font-size:10pt;
	color: #000000
}

SELECT
{
FONT-FAMILY:Verdana;
FONT-SIZE: 10pt;
COLOR: #000000;
BACKGROUND-COLOR: #ffffff;
}
TEXTAREA
{
FONT-SIZE: 10pt;
FONT-FAMILY:Verdana;
COLOR: #000000;
BACKGROUND-COLOR: #ffffff;
}
input
{
FONT-SIZE: 10pt;
FONT-FAMILY:Verdana;
COLOR: #000000;
BACKGROUND-COLOR: #ffffff;
}