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

.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 **************/

h1 {
	font-weight:normal;
	line-height:32px;
	font-size:30px;
	margin:0;
	padding:0;
}

a:link, 
a:visited, 
a:active { color:#9F7722;  text-decoration:underline; }
a:hover { color:#B9A513; text-decoration:none; }

#footer  {
	color:#999999;
}

#footer a:link,
#footer a:visited,
#footer a:active { color:#333333;  text-decoration:none; }
#footer a:hover { color:#666666; text-decoration:none; }

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

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

