/*
 * 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 **************/
.contentText {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:18px;
}

.text_titel {
	font-size:14px;
	font-weight:bold;
	
	padding-bottom:15px;
}

.text_normal {
	font-size:12px;
	
	line-height:18px;
}

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


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


/*
 * Link
 * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited, a:active { color:#FFFFFF; text-decoration:none; }
a:hover { color:#FFFFFF; text-decoration:underline; }

.js_link { color:#336633; text-decoration:underline; cursor:pointer; }

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

