/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}

.pfad{			
	font-size:0.7em;
	color: #a8a6a6;
}

.content{
	font-family: Trebuchet MS;
	font-size:0.8em;
	line-height: 1.5em;
}

.content a{
	color: #C30;	
	text-decoration:none;
	font-weight:bold;
}

.content a:hover{
	color: #F00;	
	text-decoration:none;
	font-weight:bold;
}


.right_content{
	font-family: Trebuchet MS;
	font-size:0.8em;
	line-height: 1.5em;
	color:#666;
}


.impressum a{
	color: #6e6e6e;
	font-size:0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;	
}

.impressum a:hover{
	color: #76a7cc;
}

.fuss{
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	padding-right:20px;
}

.eyecatcher_text{
	margin-left:10px;
	margin-bottom:10px;
	font-size:0.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;	
}

/********************************************/
/*kontakt.php*/
/********************************************/
#kontaktformular{
	background:#FFF;
}

.left_span{
	display:inline-block;
	width:120px;
	vertical-align:top;
}

.signatur_headline{
	font-weight:bold;
	font-style:italic;
	color:#333;
}

/*ENDE kontakt.php*/
/********************************************/

/********************************************/
/*news.php*/
/********************************************/
#news_container{
	float:left;
	width:250px;
	margin-right:18px;
	/*margin-left:-10px;*/
}

#news_container #datum{
	heigth:20px;	
	background-image: url(../img/bg_dropdown_aktiv.png);
	background-repeat:repeat-x;
	padding-left:6px;
	border:solid 1px #76a7cc;
	margin-bottom:0px;
	
	font-weight:bold;
	color: #000;

}

#news_container #news{
	margin-top: 0px;
	min-height: 200px;
	border-left: dotted 1px #76a7cc;
	border-right: dotted 1px #76a7cc;
	border-bottom: dotted 1px #76a7cc;
	padding: 6px;
}

.news_headline{
	display: block;
	font-weight: bold;
	margin-bottom:10px;
}

#news_link{
	display:block;
	margin-top: 10px;
}

/*ENDE news.php*/
/********************************************/

/********************************************/
/*news_details.php*/
/********************************************/

#news_details_container{
	margin-left:-10px;
	width: 828px;
}

.news_details_datum{
	font-weight: bold;
	margin-bottom: 10px;
}

.news_details_headline{
	font-weight: bold;
	color: #76a7cc;
	margin-bottom: 30px;

}
.news_details_inhalt{
	margin-right: 90px;
	margin-left: 90px;
	margin-bottom: 30px;
}

.news_details_link{
	margin-left: 28px;
	margin-bottom: 30px;
}

/********************************************/
/*news_archiv.php*/
/********************************************/

#news_archiv_titelnav{
	width: 200px;
	float:left;
	margin-right:20px;
	padding-right:20px;
	border-right: dotted 1px #76a7cc;
}

.datum_archiv{
	font-size:0.9em;
	color:#76a7cc;
	font-weight:bold;
}

#news_archiv_titelnav a{
	font-size:0.9em;
	color:#666;	
}

#news_archiv_titelnav a:hover{
	font-size:0.9em;
	color:#76a7cc;	
}

#news_archiv_content{
	width: 575px;
	float:right;
}
/*ENDE news_archiv.php*/
/********************************************/

/********************************************/
/*sitemap.php*/
/********************************************/
.sitemap_main_link a{
	 color:#666;	
}

.sitemap_link a{
	 color:#999;	
}
