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

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

/*
 ************************************************************************ CONTENT **************/
#content_main,
#content_main td,
#content_main div,
#content_main p {
	font-family:Trebuchet Ms, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#CCCCCC;
}

#short_news_title {
	padding:0 0 3px 3px;
	font-weight:bold;
	border-bottom:1px dotted #313131;
}

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

h2 {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #414141;
	padding-bottom:3px;
}

hr {
	border:none;
	border-bottom:1px solid #313131;
	margin:0;
}

#footer_content {
	color:#AAAAAA;
}


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

a:hover { 
	color:#FFAE00; 
	text-decoration:underline;
	cursor:pointer;
}

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

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

