/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus (Standart - Weite CSS für bestimmte Themenbereiche beachten!!!)

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("kontaktstyle.css");
	@import url("newsstyle.css");
	
/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea, address {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size:12px;
}

body {
	background:url(../images/bg.jpg) repeat-x;
}

h1{
	font-size: 16px;
	color: #003C8D;
	background:url(../images/bg_h1.jpg) no-repeat left 50%;
	padding: 0 0 0 20px;

}

h2 {
	font-size: 18px;
	color: #666;
	font-weight:lighter;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 14px;
	color: #393939;
	font-weight:lighter;
	padding: 15px 0 0 0;
}

h4 {
	font-size: 18px;
	color: #666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	padding: 10px 0 0 320px;
}

p {
	margin: 0 0 25px 0px; line-height: 18px;}
	
.floatende {clear: both;}
hr {margin: 0 0 20px 0; color: #FFFCED; background:none; border-top: dashed 1px #ccc; height: -1px;}
.unsichtbar  {display: none;}
.noborder { border: none;}
address{ font-style:normal; margin: 0; padding: 0; float:left; font-size: 11px;}

/*######################################################################################################
######################################################################################################*/

/* 2. Layout */


#wrapper {
	width: 955px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}

#head{
	width: 955px;
	height:244px;
	background:url(../images/bg_head.jpg) no-repeat left 20px;
}

#navi {
	float:left;
	width: 310px;
	background:url(../images/bg_content.jpg) no-repeat right top;
	height: 345px;
}

#content {
	min-height: 300px;
	overflow: visible;

}

.headline{
	height: 30px;
}

.textlayer{
	float:left;
	width: 275px;
	background:url(../images/bg_content.jpg) no-repeat right top;
	min-height: 300px;
	padding: 10px 30px 0 30px;
		overflow: visible;
}

.textlayer2{
	float:left;
	width: 275px;
	min-height: 300px;
	padding: 10px 0px 0 30px;
	overflow: visible;
}

#footer{
	width: 955px;
	height: 15px;
	background:url(../images/bg_footer.jpg) no-repeat;
	float:none;
	clear:both;
	padding: 25px 0 0 0;
}

#subnavi{
	width: 285px;
	float:left;
	height: 40px;
	padding: 0 0 0 55px;
}

/*######################################################################################################
######################################################################################################*/


/* 3. Navigation 


---------------------------------------------------------- Hauptnavi  ----------------------------------------------------------------*/

#navi ul{
	padding: 40px 0 0 40px;
}

#navi li{
	display:block;
	padding: 10px 0 20px 24px;
	height: 31px;
}

#navi a strong{
	color: #003C8D;
	font-size: 16px;
	text-decoration: none;
}

#navi a{
	color: #999;
	font-size: 11px;
	text-decoration: none;
}

#navi a:hover strong{
	color: #de336c;
}

#navi a:hover{
	color: #333;
}
---------------------------------------------------------- Subnavi  ----------------------------------------------------------------*/
#subnavi ul{
}

#subnavi li{
	float:left;
	padding: 0 10px;
}

#subnavi a{
	color: #de336c;
	text-decoration:none;
	font-size: 11px;
}

#subnavi a:hover{
	color: #333;
}	

/*######################################################################################################
######################################################################################################*/

/* 4. Content */


.bildborder {
	border: 1px solid #666;
	padding: 2px;
	background:#FFF;
	margin: 4px 4px 0 0;
}

.bildborder:hover{
	border: 2px solid #333;
	padding: 1px;
}

.floatleft{
	float: left;
}

.floatright {
	float: right;
}

ul.liste{
	margin: 0 0 20px 0;
}

ul.liste li {
	padding: 6px 0 6px 5px;
	line-height: 18px;
	border-bottom: dotted 1px #ccc;
	color: #898383;
	font-size: 11px;
}

ul.liste li:hover {
	color: #333;
}

*html ul.liste li {
/*	line-height: 20px;*/
	height: 20px;
}

#wrapper #footer address .flamingos{
	padding: 0 140px 0 0;
	font-size:11px;
}

/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a, .escape span{
	text-decoration: underline;
	color: #336699;
}


a:hover, a:hover span{
	text-decoration:underline;
	color: #333;
}

.active {
	color: #333;
}

a[href$=".pdf"] {
 padding: 4px 0 4px 55px;
 background: url(../images/pdf.gif) no-repeat 0 50%;
 line-height: 30px;
}

/*######################################################################################################
######################################################################################################*/

