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

.blaetternLink_inaktiv:link{ color:#999999; text-decoration:none; cursor:pointer; }
.blaetternLink_inaktiv:visited{ color:#999999; text-decoration:none; }
.blaetternLink_inaktiv:hover{ color:#666666; text-decoration:none; }


/*
 ************************************************************************ CONTENT **************/
body,
body td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	line-height:17px;
	color:#000000;
}

.bold {
	font-weight:bold;
}

h3 {
	font-size:16px;
	font-weight:normal;
	color:#2E88AA;
	margin-bottom:20px;
}

h4 {
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

hr {
	border:none;
	border-bottom:1px solid silver;
	height:1px;
}

/***************************** CONTAINER */

.container_titel h3 {
	margin:0;
	font-size:18px;
}

#footer_content {
	color:#979797;
}

.linkSmall:link,
.linkSmall:visited { 
	color:#666666;
	text-decoration:none; 
	font-weight:normal;
}

.linkSmall:hover { 
	color:#999999;
	text-decoration:none; 
}

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

a:hover { 
	color:#333333;
	text-decoration:none; 
}

.js_link,
.js_link:visited {
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}

/*
 * Meldung Schriftfarbe
 * * * * * * * * * * * * * * * * * * * * * * * */
.meldung { color:#000000; }
span.pflichtfeld { color:#CC0000; }


