/*
 * Blaettern Link
 * * * * * * * * * * * * * * * * * * * * * * * */
.blaetternLink:link,
.blaetternLink:visited,
.blaetternLink:hover{ 
	color:#990000; 
	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 **************/
#content,
#content td,
#content div,
#content p {
	font-family:Trebuchet Ms, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

#content_right {
	color:#333333;
}

h1 {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:10px 0 10px 0;
}

h2 {
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
}

.bold_grau {
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

#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 RIGHT **************/

#newsticker_titel {
	background-color:#CCCCCC;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	padding:2px 10px 2px 10px;
	font-weight:bold;
}


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

a:hover { 
	color:#999999; 
	text-decoration:none;
	cursor:pointer;
}

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

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

