@charset "UTF-8";
/* CSS Document */


	* {
		margin:0;
		padding:0;
		}
	
	
	hr {
		border:none;
		background-color:#dbdbdb;
		height:2px;
		margin:10px 0px 20px 0px;
		noshade:noshade;
		clear:both;
	} 
	
	li {padding: 5px 0px 0px 0px}
	
	ul {
		margin: 0px 0px 0px 30px;
		padding: 0px 0px 0px 0px;
		}
		
	sup {
line-height: 1px}
	
	a {color: #78d733; text-decoration:none;}
	
	a:hover {color: #919294; text-decoration:none;}
		
	h1 {
	font-size: 24px;
	color: #78d733;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 13px 0px 0px 0px;
		}
		
	h2 {
		font-size: 16px;
		color: #78d733;
		font-weight: normal;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}
		
	h3 {
		font-size: 16px;
		color: #fff;
		font-weight: normal;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}
	
	img {border:none;}
	
	html, body {
		height:100%;
		}

	body {
		background-color:#929395;
		color:#ffffff;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:990px;
	clear:left;
	background-color:#57595f;
	padding: 30px 30px 30px 30px;
	display: block;
	overflow: auto;
	}
	
	#header {
	height: 80px;
	width: 990px;
	border-bottom: 2px solid #dbdbdb;
	margin: 0px 0px 10px 0px;
	position: relative;
	background-color: #929395;
}

#header_bild {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#header ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 625px;
}

#header li{
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	float:left;
	color: #fff;
	line-height: 35px;
}

#header li:hover{
	background-image:url(../images/pfeil_active.png);
	background-position: bottom center;
	background-repeat:no-repeat;
}

#header li.active{
	background-image:url(../images/pfeil_active.png);
	background-position: bottom center;
	background-repeat:no-repeat;
}

#header li.kein_pfeil:hover{
	background-image:none;
	background-position: bottom center;
	background-repeat:no-repeat;
}

#header li a{
	color: #ffffff;
	text-decoration:none;
}

#header li a:hover{
}

#header li a.active{
	color: #78d733;
	text-decoration:none;
}

	#content {
	width: 990px;
	border-bottom: 2px solid #dbdbdb;
	display: table;
	overflow: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#left_content {
	width: 420px;
	float:left;
	padding: 00px 70px 0px 20px;
	position: relative;
}


#right_content {
	width: 460px;
	float:right;
	padding: 0px 0px 0px 0px;
}
#index_headline {
	background-color: #929395;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	border-top: 2px solid #dbdbdb;
	height: 55px;
	position: relative;
}

#footer {
	width: 990px;
	height: 30px;
	float: left;
	}
	
#footer p{
	float:left;
	}

#footer ul {
	list-style-type:none;
	float:right;
	}
	
#footer li {
	float:left;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	}
	
#footer li a{
	color:#fff;
	text-decoration:none;
	}
	
#footer li a:hover{
	color:#78d733;
	text-decoration:none;
	}

#footer li a.active{
	color:#78d733;
	text-decoration:none;
	}

#leistungsbereiche_sub_nav {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 990px;
	height: 20px;
	}

#leistungsbereiche_sub_nav ul {
	position: absolute;
	right: 50px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
	}

#leistungsbereiche_sub_nav li {
	float:left;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	}
	
#leistungsbereiche_sub_nav a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration:none;
	line-height:20px;
	}
	
#leistungsbereiche_sub_nav a.active {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #78d733;
	text-decoration:none;
	line-height:20px;
	}
	
.small {font-size: 10px;}.pfeil {
	padding-left: 10px;
}

.float_left {float:left; padding-right: 10px;}

.deutschebahn {
	margin-top:55px;
	}

.polymeranlage {
	margin-top: 36px;
}

.costanza {
	margin-top:-20px;
	}
	
.hauptbahnhof {
	margin-top:0px;
	}

.projekt_text {
	padding: 30px 70px 30px 20px;
	width: 450px;
	height: 200px;
}
#language {
	position: absolute;
	top: 30px;
	right: 30px;
}

#index_headline div a:hover {
	color: #fff;}
