/*
 * Blaettern Link
 * * * * * * * * * * * * * * * * * * * * * * * */
.blaetternLink:link{ color:#FF9900; text-decoration:none; font-weight:bold; cursor:pointer; }
.blaetternLink:visited{ color:#FF9900; text-decoration:none; }
.blaetternLink:hover{ color:#FF9900; text-decoration:none; }

.blaetternLink_inaktiv:link{ color:#999999; text-decoration:none; font-weight:bold; cursor:pointer; }
.blaetternLink_inaktiv:visited{ color:#999999; text-decoration:none; }
.blaetternLink_inaktiv:hover{ color:#999999; text-decoration:none; }


/*
 ************************************************************************ CONTENT **************/
#content_text, 
#content_text table {
	font-size:11px;
	letter-spacing:1px;
} 

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1pt;
	margin:0px ;
}

#content_text hr {
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid black;
	margin:0;
}

.blau_normal {
	color:#009EE0;
}

.blau_fett {
	color:#009EE0;
	font-size:16px;
	text-decoration:none;
	padding: 2px 0px 0px 15px;
	line-height: 25px; 
}

/*
 ************************************************************************ CONTENT **************/

.sitemap_root:link,
.sitemap_root:visited,
.sitemap_root:active {
	display:block;
	color:#009EE0;
	text-decoration:none;
	margin-bottom:10px;
	font-size:16px;
}
.sitemap_root:hover {
	color:#999999;
}

.sitemap_sub:link,
.sitemap_sub:visited,
.sitemap_sub:active {
	display:block;
	color:#009EE0;
	text-decoration:none;
	margin:0 0 10px 30px;
	font-size:16px;
}
.sitemap_sub:hover {
	color:#999999;
}

.fett_blau:link,
.fett_blau:visited,
.fett_blau:active {
	color:#009EE0;
	font-size:16px;
	text-decoration:none;
}
.fett_blau:hover {
	color:#999999;
}

/*
 * Link
 * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited, a:active { color:#009EE0; text-decoration:none; }
a:hover { color:#999999; text-decoration:none; }

.js_link { color:#999999; text-decoration:none; cursor:pointer; }

/*
 * Meldung Schriftfarbe
 * * * * * * * * * * * * * * * * * * * * * * * */
.meldung { color:#CC0000; }
span.pflichtfeld { font-size:13px; color:black; }

