 <style type="text/css">
<!--

/* Dummy für Netscape/Mozila */
.dummy {
	font-family: verdana,sans-serif;
}

h1 {
	font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


/* Standardtexte */
.text {
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.textfett {
	font-family: verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
		

/* Standardlinks */
a:link, a:active, a:visited  {
	text-decoration: none;
	color: #000000;
	font-family: verdana,sans-serif;
}

a:hover, a:visited:hover {
	text-decoration: none;
	color: #ED7702;
	font-family: verdana,sans-serif;
}


/* Navigation */
.navi {
	font-family: verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

a.navi:link,a.navi:active,a.navi:visited { 
	font-size: 12px;
	color : #000000; 
	font-weight: bold;
	text-decoration: none; 
}

a.navi:hover { 
	font-size: 12px;
	color : #FF0000; 
	font-weight: bold;
	text-decoration: none; 
}


/* Ueberschrift */
.headline {
    font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
}
		
a.headline {
    font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
}
		
tr.headline {
	background: #171EAF;
}
		
tr.headline_trenner {
	background: #FFFFFF;
}
		

/* Hintergrundfarben fuer versch. Zeilen */
tr.zeile1 {
	background: #FFFFFF;
}
		
tr.zeile2 {
	background: #FFFBE2;
}

tr.zeile3 {
	background: #FFFBE2;
}

tr.zeile4 {
	background: #FFFFFF;
}


/* Links in der Ergebnisliste */
a.liste:link, a.liste:active, a.liste:visited {
	text-decoration: none;
	color: #000000;
	font-family: verdana,sans-serif;
	font-size: 12px;
}

a.liste_aktiv:link, a.liste_aktiv:active, a.liste_aktiv:visited {
	text-decoration: none;
	color: #FF0000;
	font-family: verdana,sans-serif;
	font-size: 12px;
}


/* Formulare, Buttons, etc. */
input.button {
	background-color: #171EAF;
	color: #FFFFFF;
	text-align: center;
	cursor:hand;
}

input.feld   {
	font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

input.feld1   {
	font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 150px
}

input.feld2   {
	font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 250px
}

select.auswahl  {
	font-family: verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
		

-->
</style>