/*
 * Blaettern Link
 * * * * * * * * * * * * * * * * * * * * * * * */

.blaetternLink_back,
.blaetternLink_next {
	text-decoration:none; 
	display:block;
	line-height:14px;
	width:16px;
	height:16px;
	float:left;
	margin-right:3px;
	text-align:center;
	border:1px solid #666;
	background:#9C9C9C;
}

.blaetternLink_back img,
.blaetternLink_next img {
	border:none;
	position:relative;
	top:5px;
}

.blaetternLink:link,
.blaetternLink:visited,
.blaetternLink_inaktiv:link,
.blaetternLink_inaktiv:visited{ 
	text-decoration:none; 
	display:block;
	line-height:14px;
	width:16px;
	height:16px;
	cursor:pointer;
	margin-right:3px;
	float:left;
	text-align:center;
}

.blaetternLink:link,
.blaetternLink:visited {
	color:#333333; 
	border:1px solid #F28E00;
	background:#EFEFEF;
}

.blaetternLink_inaktiv:link,
.blaetternLink_inaktiv:visited{ 
	color:#A9A29B; 
	border:1px solid #DEDEDE;
}
.blaetternLink_inaktiv:hover{ 
	color:#F28E00; 
}

.blaettern_start_text {
	float:left;
	margin-right:5px;
	line-height:16px;
	width:35px;
}

.blaettern_spacer {
	display:none;
	/*
	text-align:center;
	line-height:15px;
	width:6px;
	height:15px;
	float:left;
	margin:0 3px;
	*/
}

.blaettern_nr_aktiv,
.blaettern_nr {
	line-height:14px;
	width:16px;
	height:15px;
	cursor:pointer;
	margin-right:3px;
	float:left;
}

.blaettern_nr_aktiv span {
	display:block;
	text-align:center;
	border:1px solid #F28E00;
}
.blaettern_nr span {
	display:block;
	text-align:center;
	border:1px solid #DEDEDE;
}

/*
 ************************************************************************ CONTENT **************/
body,
body td {
	font-family:Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#333333;
}

.bold {
	font-weight:bold;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#F28E00;
	margin-bottom:20px;
	line-height:24px;
}

h4 {
	font-size:14px;
	font-weight:normal;
	color:#F28E00;
	margin-bottom:10px;
}

hr {
	border:none;
	height:1px;
	background:url(../images/layout/content_border_dotted.gif) bottom left repeat-x;
	margin-bottom:15px;
}

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

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

#footer_content {
	color:#666666;
}
#footer_content a:link,
#footer_content a:visited {
	color:#333;
}

.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:#999999;
	text-decoration:none; 
}

.js_link,
.js_link:visited {
	color:#50644D;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
}

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


