/*
 * 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 td {
	font-family:Arial, Helvetica, sans-serif;
	line-height:17px;
} 

.fliesstext {
	font-size:11px;
	padding:0 15px 0 15px;
	line-height:17px;
}

.titel {
	font-size:12px;
	font-weight:bold;
	
	height:22px;
	
	background-image:url(../images/layout/titel_bg.jpg);
	background-repeat:repeat-x;
	padding:3px 13px 3px 13px;
	margin:0 2px 5px 2px;
}

#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;
}


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


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

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

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

