/* Text weiss in Navigationsleiste
*/

a:link {
	font-family: Tahoma;
	font-size: 11pt;
	text-decoration: underline;
	color: #000000;
	font-style: normal;
}
a:visited {
	font-family: Tahoma;
	font-size: 11pt;
	text-decoration: underline;
	color: #000000;
	font-style: normal;
}
a:active {
	font-family: Tahoma;
	font-size: 11pt;
	text-decoration: underline;
	color: #000000;
	font-style: italic;
}
a:hover {
	font-family: Tahoma;
	font-size: 11pt;
	text-decoration: underline;
	color: #000000;
	font-style: italic;
}

.navi_weiss {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #FFFFFF;
}

/* Standardtext
*/


.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	text-decoration: none;
}

/* Standardtext Ueberschrift
*/

.ue_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
}


/* Text in Listen Adresstabellen
*/


.ue_klein_txt {
	font-family: Tahoma;
	font-size: 11pt;
}



.ue_textsans {

	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
}
/* Ueberschrift von Listen
*/

.ue_textsansgreen {
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #006600;
}

.linkNaviRechts {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


body {
	scrollbar-arrow-color: #FFD700;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFD700;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 11pt;
} 

