/*Allgemeine Formatierungen*/
/*-------------------------*/

html
{
overflow: -moz-scrollbars-vertical;		/*Mozilla zeigt dann immer die Scrollleiste - Inhalt wird nicht verschoben*/
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

body
{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
 	line-height: 1.4em;
	background: #f6f6f6 ;
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */

}

h1
{
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 24px;
	}


h2
{
	margin: 0 0 10px 0;
	padding: 0px ;
	
	font:18px/20px Arial,sans-serif;
	color: #505367;
	font-weight: bold;	*/
}

h2.unten
{
	margin: 40px 0 20px 0;
	padding: 0px 0px 2px 2px;
	border-bottom: 1px solid #D7D7D7;
	font:18px/20px Arial,sans-serif;
	color: #505367;
	font-weight: bold;		
}

h3
{
	margin-left: 10px;
	font:13px/14px Tahoma, Arial,sans-serif;
	/*color: #747474;*/
	line-height: 1.3em;
	font-weight: bold;
}

h3.blau
{
	margin-left: 10px;
	font:15px/17px Arial,sans-serif;
	color: #3178B0;
	line-height: 1.3em;
}

a:link
{
	color: #f29400;
	text-decoration: underline;
}

a:visited
{
	color: #f29400;
}
	
a:hover 
{
	color: #3178B0;
	text-decoration: none;
}

a.top
{
	font:11px/15px Arial,sans-serif;
	text-decoration: none;
	
}
li.aktiv
{
	COLOR: #000000;
BACKGROUND-COLOR: #FFFFFF;
}

/* -------------------------------------------------------------------------------------------------------------------*/	





/* -------------------------------------------------------------------------------------------------------------------*/
/*Äußerer Rahmen*/
/*--------------*/
#container
{
	margin:0px auto;
	padding: 10px 20px;
	background:url(../images/background/schatten.gif) repeat-y;
	width: 800px;
	text-align: left;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
position: relative;
}



/*
.oben
{
	background:url(../images/background/oben.gif) top left no-repeat;
margin:0;
padding: 0px;
	}

.unten
{
	background:url(../images/background/unten.gif) bottom left no-repeat;
margin:0;
padding:0px
	}
	
.inhalt
{
	margin-left: 20px;
	margin-right: 10px;
	
	padding-top: 15px;
	padding-bottom: 15px;
}
*/

/* -------------------------------------------------------------------------------------------------------------------*/





/* -------------------------------------------------------------------------------------------------------------------*/
/*Kopf mit Logo, Englisch und Sitemap*/
/*-----------------------------------*/           
#header
{
	height: 85px;		/* Höhe insgesamt Header*/
}

#header img
{
	float: left;			/* Logo positioniert auf linker Seite*/
}

#header ul
{
	
	text-align: right;
	margin:  0px;
	padding: 0px;
	list-style-type: none;
}
	
#header li
{
	display: inline;
	margin: 10px;
}
	
#header li a
{
	text-decoration: none;
	color: #272900;
}
	
#header li a:hover
{
	text-decoration: underline;
	
}
/* -------------------------------------------------------------------------------------------------------------------*/





/* -------------------------------------------------------------------------------------------------------------------*/
/* Hauptnavigation Produkte Unternehmen Verantwortung Infocenter Kontakte*/	
/*-----------------------------------------------------------------------*/	
#outer
	{
		/*background:url(../images/background/spacer_blau.gif) top left repeat-x;		/* Hintergrund der Hauptnavigation*/
		margin-bottom: 30px;
		height: 30px;
		border-bottom: 3px solid #2b608a;
		
		
	}

#mainnavi
{
	padding: 2px;
	height: 25px;								/* Höhe der Hauptnavigation*/
	margin-bottom: 5px;							/* Abstand zu Unternavigation und Inhalt*/
	background-image: url(../images/background/mainnavi.jpg);		/* Hintergrund der Hauptnavigation*/
	background-repeat: repeat-x;						/* Hintergrund eine Zeile lang wiederholen*/	
	font-weight: bold;
	
	
	
	
}
	
	#mainnavi ul
	{
		float: right;
		padding: 0px;
		margin: 0px;
		list-style: none;			/* Keine Listenaufzählung*/
		line-height: 1em;			/* Zeilenhöhe Ober- und Unterpunkte*/
		
		
		
	}

	#mainnavi a
	{
		display: block;
		/*width: 110px;*/
		color: #ffffff;
		text-decoration: none;
		padding: 8px 20px 5px 20px;
		/*border-left: 1px solid;
		border-color: #114D7F;		*/
	}

	#mainnavi a:hover
	{
		background-color: #539ED3;
		color: #ffffff;
	}

	#mainnavi li
	{		
		float: left;
		/*width: 120px;*/ 			/* width wird gebraucht für Opera Browser */
		padding: 0px;
	}	

	#mainnavi li ul
	{
		margin: 0px;
		position: absolute;
		width: 200px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		border-style: none solid solid;
		border-width: medium 1px 1px;
		border-color: #114D7F;
	}

	#mainnavi li ul a
	{
		
		padding: 5px 20px;
		margin: 0px;
		border-left: 0px;
		color: #666666;
	font-weight:400;
		
				
	}

	#mainnavi li ul a:hover
	{
		color: #FFFFFF;
		background-color: #539ED3;
		width: 160px;
	}

	#mainnavi li li
	{
		
		padding: 0px;
		width: 200px;
		background: #F2F2F2;
		
		
	}

	#mainnavi li:hover ul, #mainnavi li.sfhover ul
	{ /* lists nested under hovered list items */
		left: auto;
		
		
	}
	
	
/* -------------------------------------------------------------------------------------------------------------------*/







/* -------------------------------------------------------------------------------------------------------------------*/
/* Pfad wo man sich gerade befindet*/
/*----------------------*/
#pfad
{
	margin: 0 0 30px 4px;
	font:11px/15px Arial,sans-serif;
}
/* -------------------------------------------------------------------------------------------------------------------*/





/* -------------------------------------------------------------------------------------------------------------------*/
/* Menü auf linker Seite*/
/*----------------------*/
#menu
{
	float: left;			/* Positionierung Menü links*/
	width: 200px;			/* Breite Menü 200 Pixel*/
	
	
	
	
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	width: 200px;
	background-color: #f5f4f4;
}
	
#menu li
{
	padding: 0px;
	margin:0px 5px;
	list-style-: none;
	border-bottom: 1px solid #D7D7D7;
	background-color: #f5f4f4;
}
	


#menu li a
{
	padding:8px 10px 8px 3px;
    	display: block; 
    	background-color: #f5f4f4;
    	border-left-width: 0px;
    	border-bottom-width: 0px;
    	margin: 0px;
    	color: #707070;
    	text-decoration: none;
    	text-align:left;
}

#menu li a.aktiv
{
	padding:8px 10px 8px 20px;
    	display: block; 
    	/*background:#0072BC;*/
    	border-left-width: 0px;
    	border-bottom-width: 0px;
    	margin: 0px;
    	color: #625b55;
    	text-decoration: none;
    	text-align:left;
}
#menu li a.sub
{
	padding-left: 20px;
    	display: block; 
    	
    	border-left-width: 0px;
    	border-bottom-width: 0px;
    	margin: 0px;
    	color: #625b55;
    	text-decoration: none;
    	text-align:left;
}

	#menu li a.sub_aktiv
{
	padding-left: 20px;
    	display: block; 
    	background:#00E855;
    	border-left-width: 0px;
    	border-bottom-width: 0px;
    	margin: 0px;
    	color: #625b55;
    	text-decoration: none;
    	text-align:left;
}
#menu li li ul a
	{
		background-color: #f5f4f4;
		display: block;
	}
	
#mainnavi li li li:hover ul, #mainnavi li li li.sfhover ul
	{ /* lists nested under hovered list items */
		left: auto;
		
		
	}

#menu li a.sub
{
	padding:2px 10px 4px 30px;
    	display: block; 
    	background-color: #f5f4f4;
    	border-left-width: 0px;
    	border-bottom-width: 0px;
    	margin: 0px;
    	color: #625b55;
    	text-decoration: none;
    	text-align:left;
}

#menu li p
{
	padding:2px 10px 4px 25px;
    	display: block; 
    	background:#D8E2F3;
    	border-left-width: 0px;
    	border-bottom-width: 0px;
    	margin: 0px;
    	color: #625b55;
    	text-decoration: none;
    	text-align:left;
}
	
#menu li a:hover
{
	text-decoration: none;
	color: #505367;
	background-color: #D7D7D7;
}

/*#menu h2
{
	width: 190px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px 0px 2px 8px;
	border-bottom: 2px solid #E88A00;
}*/

.news_events_news
{
	height: 190px;
/*	height: 180px; */
	margin-bottom: 10px;
	margin-left: 0px;
	/*background:url(../images/background/news.jpg) no-repeat;*/
	border: 1px solid #D7D7D7;
	
}

.news_events
{
	height: 350px;
/*	height: 180px; */
	margin-bottom: 10px;
	margin-left: 0px;
	/*background:url(../images/background/news.jpg) no-repeat;*/
	border: 1px solid #D7D7D7;
	
}

.news_events2
{
	height: 300px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*background:url(../images/background/news.jpg) no-repeat;*/
	border: 1px solid #D7D7D7;
	
}

.news_events3
{
	height: 155px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*background:url(../images/background/news.jpg) no-repeat;*/
	border: 1px solid #D7D7D7;
	
}

.news_events_news h2
{
	margin: 1px 0px 10px 0px;
	padding: 5px 0px 5px 8px;
	border-bottom: 1px solid #C7C7C7;
	background:url(../images/background/news.jpg) no-repeat;
	/*background: #6289A8;*/
	font:13px/14px Arial,sans-serif;
	font-weight: bold;
	/*color: #FFFFFF;*/
}

.news_events h2
{
	margin: 1px 0px 10px 0px;
	padding: 5px 0px 5px 8px;
	border-bottom: 1px solid #C7C7C7;
	background:url(../images/background/news.jpg) no-repeat;
	/*background: #6289A8;*/
	font:13px/14px Arial,sans-serif;
	font-weight: bold;
	/*color: #FFFFFF;*/
}


.news
{
	float: left;			/* Positionierung Menü links*/
	width: 200px;			/* Breite Menü 200 Pixel*/
	
}

.news_events_news p
{
	margin: 5px 10px 0px 10px;
	padding-top:10px;
	font:11px/15px Verdana,Arial,sans-serif;
}

.news_events p
{
	margin: 5px 10px 0px 10px;
	padding-top:10px;
	font:11px/15px Verdana,Arial,sans-serif;
}

.news_events_news a
{
	line-heigth: 1.1em;
}

.news_events a
{
	line-heigth: 1.1em;
}

.mehr
{
	margin: 20px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	border-top: 1px dotted #C7C7C7;
	font:11px/15px Verdana,Arial,sans-serif;
	
	
}

.mehr img
{
	margin-left: 1px;
	padding-top: 3px;	
}

.mehr a
{
	padding-left: 10px;
	padding-top: 0px;	
	color: #747474;
	text-decoration: none;
}

.mehr a:hover
{
	
	color: #3178B0;
	text-decoration: underline;
	background-color: #FFFFFF;
}
/* -------------------------------------------------------------------------------------------------------------------*/





/* -------------------------------------------------------------------------------------------------------------------*/
/* Content Bilder und Text*/
/*------------------------*/


.start
{
	
	margin-left: 225px;
				/* Abstand vom linken Rand 230 Pixel bzw. 30 Pixel zum Menü auf der linken Seite*/
	border: 1px solid #D7D7D7;
	height: 312px;
					/* Breite content 570 Pixel*/
	
}

.start h2
{
	margin: 1px 0px 10px 0px;
	padding: 5px 0px 5px 8px;
	border-bottom: 1px solid #C7C7C7;
	background:url(../images/background/news.jpg) repeat-x;
	/*background: #6289A8;*/
	font:13px/14px Arial,sans-serif;
	font-weight: bold;
	/*color: #FFFFFF;*/
}
.start p
{
	margin-left: 10px;
	
					/* Breite content 570 Pixel*/
	
}

#content	
{
	margin-left: 225px;
	margin-bottom: 30px;
	
}

.content_foto
{
	padding: 8px;		/* Abstand vom linken Rand 230 Pixel bzw. 30 Pixel zum Menü auf der linken Seite*/
	border: 1px solid #D7D7D7;
					/* Breite content 570 Pixel*/
	
}




#content h2
{
	margin: 35px 0px 20px 0px;
	padding: 0px 0px 5px 3px;
	border-bottom: 1px solid #C7C7C7;
	font:22px/24px Arial,sans-serif;
}

#content p
{
	margin: 0px;
	padding: 0px;
	font:12px/13px Arial,sans-serif;
	line-height: 1.4em;
}

.trenner
{
	border: 0px;
}

#images
{
	margin-left: 260px;
	margin-right: 10px;				/* Abstand vom linken Rand 230 Pixel bzw. 30 Pixel zum Menü auf der linken Seite*/
					/* Breite content 570 Pixel*/
	border: 1px solid #D7D7D7;
	margin-bottom: 15px;
	padding: 3px;
}



#content h3
{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font:15px/16px Arial,sans-serif;
	font-weight: bold;
	/*color: #3178B0;*/
	
}





#content_bild
{
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 260px;
}

#content_bild_img
{
	margin-bottom: 15px;				/* Abstand Bild zum Text unten 30 Pixel*/
	padding: 0px;
	background-color: #114D7F;
	/*padding: 10px;					/* Abstand Rahmen zum Bilder 10 Pixel*/
	/*border: 1px solid #D7D7D7;		/* Rahmen des Bildes*/
	/*position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;*/
	
}

#content_bild_text
{
	font:24px/26px Arial,sans-serif;
	color: #505367;
	position: absolute;
	top: 100px;
	left: 20px;
	z-index: 1;
}

#content_bild_text p
{
	font:14px/16px Arial,sans-serif;
	line-height:1.3em;
	color: #345F8C;
	margin-top: 3px;
}

.content_zweiSpalten
{
	margin-bottom: 25px;
	overflow: hidden;
	display: block;
}

.content_zweiSpalten h4
{
	margin: 0px;
	padding: 0px;
	font:15px/16px Arial,sans-serif;
	color: #3178B0;
	
}


.content_links
{
	float: left;					/* Aufteilung in 2 Spalten - Position links*/
	width: 270px;					/* Breite 270 Pixel*/
	margin: 0px;
}

.content_rechts
{
	margin-left: 290px;				/* Position rechts, Abstand zu linker Spalte 30 Pixel*/
}

.content_mitte
{
	margin-left: 150px;				/* Position rechts, Abstand zu linker Spalte 30 Pixel*/
}



/* -------------------------------------------------------------------------------------------------------------------*/





/* -------------------------------------------------------------------------------------------------------------------*/
/* Fußzeile Copyright, Impressum etc.*/
/*-----------------------------------*/
#footer	
{
	margin-top: 50px;
}
#footerLeft
{
	clear:left;			/* float wird gelöscht, wieder von links beginnen*/
	display: inline;
	float: left;
	margin-left: 10px;
	
	
	
	
}

#footerRight
{
					/* float wird gelöscht, wieder von links beginnen*/
	
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	
	
}

#footerRight ul
{
	
	margin: 0px;
	padding: 0px;
	list-style: none;	
	
	
	
}

#footerRight li
{
	float: left;
	
	
}
	
	
#footerRight a
{
	display: block;
	text-decoration: none;
	color: #666666;
	padding:0px 0px 0px 15px;
	
}
	
#footerRight li a:hover
{
	text-decoration: underline;
}
/* -------------------------------------------------------------------------------------------------------------------*/





ul#menue {
  	width:  	  	200px;
  	border-top: 10px solid;
	border-color: #3178B0;
	background-color:#D8E2F3;
	width: 200px;
	float: left;
	margin:   	  	0;
  	padding:   	  	0;
	list-style-type:   	none;
}

ul#menue li a 
{
  	margin: 0px;
  	padding: 5px 5px 5px 20px;
  	border-bottom: 2px inset;
	border-color:#E4ECF8;
  	display:  	  	block;
  	color: #625b55;
  	text-decoration:  	none;
	list-style-type:   	none;
}

ul#menue li li a 
{
  	
  	padding-left:  30px;
  	
}

ul#menue li li li a 
{
  	
  	padding-left:  50px;
  	
}

#menue li a:hover
{
	text-decoration: none;
	color: #505367;
	background-color: #D7D7D7;
}

ul#menue li a + ul.submenue
{
  	display:  	  	none;
}

ul#menue li a:focus + ul.submenue 
{
  	display:  	  	block;
  	color:  	  	#34537c;
}

ul#submenue1 li a, ul#submenue2 li a, ul#submenue3 li a, ul#submenue4 li a, ul#submenue5 li a
{
  	background:  	  	none; /* IE */
}




/*
#menu
{
	float: left;			
	width: 250px;			
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	border-top: 5px solid;
	border-color: #2B608A;
	background: url(../images/background/menu.gif) top left repeat-y;
	
	width: 230px;
}
	
#menu li
{
	border-bottom: 1px inset;
	
	border-color:#C7C7C7;
	margin: 0px;
	list-style: none;
}
	


#menu li a
{
	padding:8px 10px 8px 20px;
    	display: block; 
    	
    	border-left-width: 0px;
    	border-bottom-width: 0px;
    	margin: 0px;
    	color: #625b55;
    	text-decoration: none;
    	text-align:left;
}



#menu li li ul
	{
		border: 0px;
		position: absolute;
		width: 140px;
		left: -999em; /
	}
	
#menu li li ul a
	{
		
		display: block;
	}
	
#mainnavi li li li:hover ul, #mainnavi li li li.sfhover ul
	{ 
		left: auto;
		
		
	}

#menu li a.sub
{
	padding:2px 10px 4px 30px;
    	display: block; 
    	background:#D8E2F3;
    	border-left-width: 0px;
    	border-bottom-width: 0px;
    	margin: 0px;
    	color: #625b55;
    	text-decoration: none;
    	text-align:left;
}

#menu li p
{
	padding:2px 10px 4px 25px;
    	display: block; 
    	background:#D8E2F3;
    	border-left-width: 0px;
    	border-bottom-width: 0px;
    	margin: 0px;
    	color: #625b55;
    	text-decoration: none;
    	text-align:left;
}
	
#menu li a:hover
{
	text-decoration: none;
	color: #505367;
	background-color: #D7D7D7;
}*/

/************************************************
*************FIRST_LEVEL*************************
************************************************/

#menu_container
{
 float:left;
 margin: 0px;
 padding: 0px;
 width: 200px;	
 border-top: 3px solid #2b608a;
}


div.menu_background
{
	float: left;			/* Positionierung Menü links*/
	width: 180px;			/* Breite Menü 200 Pixel*/
	background-color: #d5dfe8;
	padding: 10px 10px;
}

div.menu_footer
{
	float: clear;
}


/*Style-Definition für die First-Level-Navigation*/
div.first a
{
text-decoration: none;
display: block;
border-bottom: 1px solid #2b608a;
margin: 0px;
padding: 8px 0px 8px 3px;
color: #2b608a;
}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
div.first a:hover
{
color: #313131;
font-weight: bold;
/*background-color: #d2d2d2;*/
}
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
div.firstActive a
{
text-decoration: none;
display: block;
border-bottom: 1px solid #2b608a;
margin: 0px;
padding: 8px 0px 8px 3px;
color: #313131;
font-weight: bold;
/*background-color: #d2d2d2;*/
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
div.second a
{
text-decoration: none;
display: block;
border-bottom: 1px solid #2b608a;
margin: 0px;
padding: 8px 0px 8px 10px;
color: #2b608a;
}
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
div.second a:hover
{
color: #313131;
font-weight: bold;
/*background-color: #d2d2d2;*/
}
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
div.secondActive a
{
text-decoration: none;
display: block;
border-bottom: 1px solid #2b608a;
margin: 0px;
padding: 8px 0px 8px 10px;
color: #313131;
font-weight: bold;
/*background-color: #d2d2d2;*/
}

/*Style-Definition für die Third-Level-Navigation*/
div.third a
{
text-decoration: none;
display: block;
border-bottom: 1px solid #2b608a;
margin: 0px;
padding: 8px 0px 8px 30px;
color: #2b608a;
}
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
div.third a:hover
{
color: #313131;
font-weight: bold;
/*background-color: #d2d2d2;*/
}
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
div.thirdActive a
{
text-decoration: none;
display: block;
border-bottom: 1px solid #2b608a;
margin: 0px;
padding: 8px 0px 8px 30px;
color: #313131;
font-weight: bold;
/*background-color: #d2d2d2;*/
}


.navitab
{
	padding: 0px;
								/* Höhe der Hauptnavigation*/
	margin-bottom: 10px;							/* Abstand zu Unternavigation und Inhalt*/
	
	background-repeat: no-repeat;						/* Hintergrund eine Zeile lang wiederholen*/	
	font:12px/13px Arial,sans-serif;
	font-weight: bold;
	
}
	
	.navitab ul
	{
		float: left;
		padding: 0px;
		width: 575px;
		margin: 0px;
		list-style: none;			/* Keine Listenaufzählung*/
					/* Zeilenhöhe Ober- und Unterpunkte*/
		border-bottom: 3px solid #3178B0;
	}

	.navitab a
	{
		display: block;
		margin-bottom: 1px;
		/*width: 110px;*/
		color: #747474;
		background-color: #D7D7D7;
		text-decoration: none;
		padding: 5px 10px 5px 10px;
			
	}
	
	.navitab a.aktiv
	{
		display: block;
		margin-bottom: 1px;
		/*width: 110px;*/
		color: #ffffff;
		background-color: #3178B0;
		text-decoration: none;
		padding: 5px 10px 5px 10px;
			
	}

	.navitab a:hover
	{
		background-color: #3178B0;
		color: #ffffff;
	}

	.navitab li
	{		
		float: left;
		/*width: 120px;*/ 			/* width wird gebraucht für Opera Browser */
		
	}	