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

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

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

#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:11px;
	font-weight:bold;
	padding:0;
	margin:0 0 15px 0;
	border-bottom:1px dotted #999999;
	padding-bottom:3px;
}

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

/****************************************************** Footer */
#footer_content {
	color:#999999;
	font-size:11px;
}

.linkSmall:link,
.linkSmall:visited,
.linkSmall:active,
.linkSmall:hover
 { color:#AAAAAA; text-decoration:none; }


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

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

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

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


