@charset "utf-8";

* {
	margin:0;
	padding:0;
	outline:none;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
	font:14px/1.5em Arial, Helvetica, sans-serif;
	background:url(/pics/background_gradient.png) repeat-x center top #e0ebf0;
	color:#2E596E;
	height:100%;
}
.wrapper {
	background:url(/pics/background_center.jpg) no-repeat center top;
	position:relative;
	z-index:0;
	min-height:100%;
}
	* html .wrapper {
		height:100%;
	}
	#bokeh {
		background:url(/pics/background_center_bokeh.jpg) no-repeat center top;
	}
.clear {
	clear:both;
	height:0 !important;
	margin:0 !important;
	padding:0 !important;
}
.fail {
	color:red !important;
}
hr {
	display:none;
}
.overflow {
	overflow:hidden;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
#pageHead,
#pageBody,
#pageFoot div {
	width:970px;
	margin:0 auto;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageHead {
	height:140px;
	position:relative;
	z-index:1000100;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageHead h1 {
	background:url(/pics/em_logo.png) no-repeat;
	width:261px;
	height:54px;
	display:block;
	float:left;
	margin-top:36px;
}
	* html #pageHead h1 {
		background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pics/em_logo.png', sizingMethod='crop');
	}
	#pageHead h1 a {
		display:block;
		width:100%;
		height:100%;
		text-indent:-999999em;
		outline:none;
	}
	#pageHead h2 {
		text-indent:-999999em;
		height:0;
	}
/* ------------------------------------------------------------------------------------------------------------------------ todo: berarbeiten! */
#pageHead .topNav {
	float:right;
	margin-top:68px;
	position: relative;
	width:680px;
}
	#pageHead .topNav .spike {
		width:18px;
		height:11px;
		position:absolute;
		bottom:0;
		background:url(/pics/nav_active.png) no-repeat left top;
	}
	#pageHead .topNav ul {
		list-style:none;
		position:relative;
		float:right;
		clear: right;
	}
		#pageHead .topNav ul li {
			display:inline;
			float:left;
		}
			#pageHead .topNav ul li a {
				display: block;
				height:32px;
				float:left;
				color:#5c7e8f;
				text-shadow:1px 1px 0 #a3c3d3;
				text-decoration:none;
				font-weight:bold;
				text-transform:uppercase;
				padding:0 30px 0 0;
				outline:none;
				white-space:nowrap;
				font-size:0.9em;
			}
				#pageHead .topNav ul li.last a {
					padding:0;
				}
				#pageHead .topNav ul li.active a,
				#pageHead .topNav ul li a:hover,
				#pageHead .topNav ul li:hover a {
					color: #ffffff;
				}
					#pageHead .topNav ul li.active a {
						background: url(/pics/nav_active.png) no-repeat 5px 21px;	
					}
				
				#pageHead .topNav ul ul li.none/*,
				.projects #pageHead .topNav ul li.active ul*/ {
					display:none !important;
				}
		#pageHead .topNav ul ul.subLevel {
			height:35px;
			position:absolute;
			display:none;
			margin-top:32px;
			width:100%;
			z-index:2;
			left:0;
		}
            #pageHead .topNav ul .active ul.subLevel {
                display: block;
            }
            #pageHead .topNav ul .active ul.subLevel ul.subLevel {
                display: none;
            }
				#pageHead .topNav ul li ul.subLevel li.news {
					background:url(../pics/bg_subNav_news.png) no-repeat;
					padding:0 5px 0 7px;
				}
				#pageHead .topNav ul li ul.subLevel li.projekte {
					background:url(../pics/bg_subNav_projekte.png) no-repeat;
					padding:0 6px;
				}
					#pageHead .topNav ul ul.subLevel li.projekte a,
					#pageHead .topNav ul ul.subLevel li.projekte a:hover {
						background:none;
					}
			#pageHead .topNav ul ul.subLevel li {
				background:url(../pics/bg_subNav_main.png) repeat-x left top;
			}
			#pageHead .topNav ul ul.subLevel li.first {
				background:url(../pics/bg_subNav_left.png) no-repeat left top;
				padding-left:5px;
			}
			#pageHead .topNav ul ul.subLevel li.last {
				background:url(../pics/bg_subNav_right.png) no-repeat right top;
				padding-right:8px;
			}
				#pageHead .topNav ul ul.subLevel	li a {
					text-transform:none;
					font-weight:normal;
					color:#2E596E;
					text-shadow:none;
					padding:5px 8px;
					height:auto;
					background:url(../pics/background_divider.png) no-repeat right top;
				}
					#pageHead .topNav ul ul.subLevel	li a:hover {
						background:url(../pics/background_divider.png) no-repeat right top;
					}
					#pageHead .topNav ul ul.subLevel	li.last a,
					#pageHead .topNav ul ul.subLevel	li.last a:hover {
						background:none;
					}
					#pageHead .topNav ul ul.subLevel	li a:hover {
						color:#00334D;
					}
					#pageHead .topNav ul ul.subLevel	li.active a {
						font-weight:bold;
						color:#00334D;
					}
					
					#overviewProjects {
						cursor: pointer;
						margin: 0 0 0 13px
					}
			/*
			#pageHead .topNav ul ul.subLevel	li.only {
				background:url(../pics/bg_subNav_left_small.png) no-repeat left top;
			}
			#pageHead .topNav ul ul.subLevel	li.only a {
				background:url(../pics/bg_subNav_right.png) no-repeat right top;
				padding-right:13px;
			}
			*/
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageBody a {
	color:#2e596e;
	text-decoration:underline;
}
	#pageBody a:hover {
		color:#00334D;
		text-decoration:none;
	}
	
	#pageBody a.contact:hover {
		color:#00334D;
		text-decoration:underline;
	}
#pageBody p.more a {
	margin-top:40px;
	background:url(../pics/sitemap_button01.png) no-repeat;
	width:231px;
	height:40px;
	line-height:35px;
	font-size:0.9em;
	display:block;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
	#pageBody p.more a.top {
		margin-top:0;
	}
	#pageBody p.more a.right {
		float:right;
	}
	#pageBody p.more a.widerhall {
		margin-right:32px;
	}
	#pageBody p.more a.customer {
		margin-right:96px;
	}
	#pageBody p.more a.branche {
		margin-right:41px;
	}
#pageBody p.more02 {
	margin-bottom:10px;
}
	#pageBody p.more02 a {
		background:url(../pics/welcome_arrow01.png) no-repeat right center;
		padding-right:16px;
		text-decoration:none;
		font-weight:bold;
	}
		#pageBody p.more02 a:hover {
			text-decoration:underline;
		}
#pageBody h3 {
	font-size: 2.1em;
	margin-bottom:40px;
}
#pageBody h4 {
	margin-bottom:20px;
	font-size:1.5em;
}
#pageBody h4 span {
	font-size:0.8em;
}
#pageBody h5 {
	margin-bottom:10px;
	font-size:1.3em;
}
#pageBody h6 {
	margin-bottom:5px;
	font-size:1.1em;
}
/*
#pageBody h6 {
	font-size:1em;
	color:#00334d;
	font-weight:bold !important;
	margin-bottom:0.2em;
}
*/
#pageBody h3, 
#pageBody h4, 
#pageBody h5,
#pageBody h6 {
	font-weight:normal;
	color:#00334d;
	clear:both;
	line-height:1.2em;
}
#pageBody p {
	margin-bottom:20px;
	color:#2e596e;
	line-height:1.5em;
}
#pageBody p.intro {
	color:#2e596e;
	font-size:1.1em;
	line-height:1.5em;
	margin-bottom:20px;
	font-weight:bold;
}
#pageBody ul {
	list-style:none;
	margin-bottom:35px;
}

	#pageBody ul.sharepoint {
		list-style:none;
		margin-bottom:0px;
	}
	
	#pageBody ul li {
		background:url(../pics/bg_arrow.png) no-repeat 0 8px;
		padding-left:20px;
		margin-bottom:5px;
	}
#pageBody small {
	font-size:0.8em;
	color:#00334d;
	margin-bottom:20px;
	display:block;
	line-height:1.4em;
}
#pageBody div.hr {
	background:url(/pics/background_divider_widerhall01.png) no-repeat top center;
	height:2px;
	margin:0 auto 20px auto;
	width:255px;
	overflow:hidden;
}
#pageBody blockquote {
	font:16px/1.4em "Times New Roman", Times, serif;
	font-style:italic;
	margin:0 20px 0 10px;
	display:block;
	padding:10px 0 0 10px;
	background:url(../pics/background_quot1.png) no-repeat;
}
	#pageBody blockquote cite {
		margin-top:5px;
		font-weight:bold;
		display:block;
		color:#00334D;
	}
		.welcome #pageFoot blockquote cite {
			font-style:normal;
		}
#pageBody address.qr {
	background:url(../pics/qr_code_s.png) right top no-repeat;
	font-style:normal;
	margin:0 36px 20px 0;
	font-size:1.1em;
	width:324px;
	
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#breadCrumb {
	overflow:hidden;
	padding-bottom:5px;
	position:relative;
	z-index:1000000;
	
}
	#breadCrumb ul {
		list-style:none;
		margin:0;
	}
		#breadCrumb ul li {
			display:inline;
			float:left;
			background:url(/pics/breadcrumbDivider.png) no-repeat 0 4px;
			margin:0 0 0 8px;
			padding-left:10px;
		}
			#breadCrumb ul li.first  {
				background:none;
				margin-left:0;
				padding-left:0;
			}
			#breadCrumb ul li a {
				text-decoration:none;
				font-size:0.9em;
			}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageBody {
	padding-bottom:540px;
	clear:both;
}
	* html #pageBody {
		padding-bottom:480px;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageBody .colLeft {
	float:left;
	display:inline;
	width:575px;
	margin-right:60px;
}
#pageBody .colRight {
	float:left;
	display:inline;
	width:325px;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageFoot {
	height:500px;
	position:absolute;
	z-index:2;
	bottom:0;
	width:100%;
	background:#fff;
}
	* html #pageFoot {
		height:460px;
	}
		#pageFoot #flashBottom {
			width:100%;
			height:53px;
			outline:none;
			z-index:1;
			background:#E0EBF0;
		}
			#pageFoot #flashBottom div {
				background:url(../pics/noflash.png)  repeat-x center bottom;
				width:100%;
				height:53px;
			}
	#pageFoot div {
		padding:10px 0;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageFoot ul.contact {
	clear:both;
	list-style:none;
}
	#pageFoot ul.contact li {
		font-size:0.9em;
		display:inline;
		float:left;
	}
		#pageFoot ul.contact li.right {
			float:right;
		}
			#pageFoot ul.contact li address {
				font-style:normal;
			}
			#pageFoot ul.contact li.facebook {
				margin-left:1em;
			}
			#pageFoot ul.contact li.right div {
				width:auto;
				padding:0;
			}
				#pageFoot ul.contact li a:hover.facebook {
					border:1px solid #9dacce;
				}
			#pageFoot ul.contact li.right ul {}
				#pageFoot ul.contact li.right ul li {
					display:inline;
					float:left;
					margin-left:8px;
					padding-left:10px;
					background:url(../pics/breadcrumbDivider.png) no-repeat 0 5px;
				}
					#pageFoot ul.contact li.right ul li.first {
						background:none;
					}
						#pageFoot ul.contact li.right ul li a {
							font-size:1.1em;
							color:#5C7E8F;
							text-decoration:none;
						}
							#pageFoot ul.contact li.right ul li a:hover {
								color:#2E596E;
							}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageFoot div div.meta {
	width:auto;
	overflow:hidden;
}
	#pageFoot div div.meta ul {
		list-style:none;
	}
		#pageFoot div div.meta ul li {
			float:left;
			display:inline;
			background:url(../pics/breadcrumbDivider.png) no-repeat 0 4px;
			margin:0 0 0 8px;
			padding-left:10px;
		}
			#pageFoot div div.meta ul li.first  {
				background:none;
				margin:0 ;
				padding-left:0;
			}
			#pageFoot div div.meta ul li a {
				color:#5C7E8F;
				text-decoration:none;
			}
				#pageFoot div div.meta ul li a:hover {
					color:#2e596e;
				}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageFoot div div.subNav { 
	width:auto;
	padding:0;
	margin-left:-14px;
}
	#pageFoot div div.subNav ul {
		list-style:none;
	}
		#pageFoot div div.subNav ul li { 
			float:left; 
			background:url(/pics/background_footNav.png) repeat-y left 2px;
			padding:0 0 0 14px;
			margin:0 15px 30px 0;
			height:340px;
		}
			#pageFoot div div.subNav ul li.last { 
				margin:0;
			}
			#pageFoot div div.subNav ul li.first{  
				display:inline;
			}
			#pageFoot div div.subNav ul li.noneOverview {
				display:none !important;
			}
				#pageFoot div div.subNav ul ul li.first{ 
					margin-left:0px; 
					display:inline;
				}
				#pageFoot div div.subNav ul li a {
					font-weight:bold;
					color:#5c7e8f;
					font-size:0.9em;
					text-decoration:none;
				}
					#pageFoot div div.subNav ul li a:hover {
						color:#2E596E;
					}
				#pageFoot div div.subNav ul ul { 
					margin-top:10px; 
				}
					#pageFoot div div.subNav ul ul li{ 
						clear:left;
						margin:3px 0; 
						background:none;
						height:auto;
						padding:0;
						float:none;
					}
						#pageFoot div div.subNav ul ul li a { 
							font-weight:normal; 
						}
							#pageFoot div div.subNav ul ul li a:hover {
								color:#2E596E;
							}
/* ------------------------------------------------------------------------------------------------------------------------ */
#jqueryTitle,
#tooltipTag{
	position:absolute;
	display:none;
	border:1px solid #A3C3D3;
	background:#fff;
	padding:1px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:0.9em;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#widerhall ul {
	margin:0;
	padding:0;
	width:465px;
	overflow:hidden;
	float:left;
	margin-right:20px;
}
	#widerhall ul li {
		background:url(../pics/bg_wh_top.png) no-repeat;
		padding:11px 0 0 0;
		width:100%;
		overflow:hidden;
		clear:both;
	}
		#widerhall ul li.right {
			float:right;
		}
		#widerhall ul li div.bottom {
			background:url(../pics/bg_wh_bottom.png) no-repeat bottom left;
			padding-bottom:19px;
		}
		#widerhall ul.right li div.bottom {
			background:url(../pics/bg_wh_bottom_right.png) no-repeat bottom left;
		}
			#widerhall ul li div.bottom div.main {
				background:url(../pics/bg_wh_main.png) repeat-y;
				padding:10px 20px;
				overflow:hidden;
			}
				#widerhall ul li div.bottom div.main h5 {
					margin-bottom:15px;
				}
					#widerhall ul li div.bottom div.main h5 a {
						text-decoration:none;
						outline:none;
						background:url(../pics/bg_wh_bullet.png) no-repeat right top;
						display:block;
						padding-right:40px;
						font:italic 20px/1.2em "Times New Roman", Times, serif;
						
					}
						#widerhall ul li div.bottom div.main h5.open a {
							background:url(../pics/bg_wh_bullet_open.png) no-repeat right top;
						}
				#widerhall ul li div.bottom div.main p {
					margin:0;
					padding:0 40px 40px 0;
				}
				#widerhall ul li div.bottom div.main span {
					float:left;
					width:260px;
					font-size:0.9em;
				}
					#widerhall ul li div.bottom div.main img {
						float:right;
					}




/*
#widerhall ul {
	margin:0;
	padding:0;
}
	#widerhall ul li {
		background:url(../pics/bg_wh_top.png) no-repeat;
		padding:11px 0 0 0;
		width:589px;
		overflow:hidden;
		clear:both;
	}
		#widerhall ul li.right {
			float:right;
		}
		#widerhall ul li div.bottom {
			background:url(../pics/bg_wh_bottom.png) no-repeat bottom left;
			padding-bottom:19px;
		}
			#widerhall ul li div.bottom div.main {
				background:url(../pics/bg_wh_main.png) repeat-y;
				padding:10px 20px;
				overflow:hidden;
			}
				#widerhall ul li div.bottom div.main h5 {
					margin-bottom:15px;
				}
					#widerhall ul li div.bottom div.main h5 a {
						text-decoration:none;
						outline:none;
						background:url(../pics/bg_wh_bullet.png) no-repeat right top;
						display:block;
						padding-right:40px;
						font:italic 20px/1.2em "Times New Roman", Times, serif;
						
					}
						#widerhall ul li div.bottom div.main h5.open a {
							background:url(../pics/bg_wh_bullet_open.png) no-repeat right top;
						}
				#widerhall ul li div.bottom div.main p {
					margin:0;
					padding:0 40px 40px 0;
				}
				#widerhall ul li div.bottom div.main span {
					float:left;
					width:350px;
					font-size:0.9em;
				}
					#widerhall ul li div.bottom div.main img {
						float:right;
					}
*/












/* ------------------------------------------------------------------------------------------------------------------------ */
.stoerer {
	background:url(../pics/bg_stoerer_top_blue.png) no-repeat left top;
	width:325px;
	padding-top:8px;
	position:relative;
	margin-bottom:30px;
}
	.yellow 		{ 		background:url(../pics/bg_stoerer_top_yellow.png) no-repeat left top; 		}
	.orange 		{ 	background:url(../pics/bg_stoerer_top_orange.png) no-repeat left top; margin-bottom:50px;			}
	.blue 		{ 		background:url(../pics/bg_stoerer_top_blue.png) no-repeat left top; 			}
	.brown 		{ 	background:url(../pics/bg_stoerer_top_brown.png) no-repeat left top; 			}
	.marine 		{ 		background:url(../pics/bg_stoerer_top_marine.png) no-repeat left top; margin-bottom:40px;		}
	.grey 		{ 		background:url(../pics/bg_stoerer_top_grey.png) no-repeat left top; 			}
	.red 			{ 		background:url(../pics/bg_stoerer_top_red.png) no-repeat left top; 			}
	.green 		{ 	background:url(../pics/bg_stoerer_top_green.png) no-repeat left top; 			}
	.turquoise 	{ 		background:url(../pics/bg_stoerer_top_turquoise.png) no-repeat left top;	}
	.purpur 	{ 		background:url(../pics/bg_stoerer_top_purpur.png) no-repeat left top;	}
	.stoerer .bottom {
		background:url(../pics/bg_stoerer_bottom.png) no-repeat left bottom;
		padding-bottom:13px;
	}
		.stoerer .bottom .main {
			background:url(../pics/bg_stoerer_main.png) no-repeat;
			padding:10px 20px;
			font-size:0.9em;
			overflow:hidden;
			width:285px;
		}
			* html .stoerer .bottom .main {
				background:url(../pics/ie_bg_stoerer_main.png) no-repeat;
			}
			* html .stoerer .bottom .main div {
				display:none;
			}
			#pageBody .stoerer .bottom .main ul {
				margin-bottom:0;
			}
			.referenzen .bottom .main div {
				background:url(../pics/bg_stoerer_referenzen.png) no-repeat;
				width:123px;
				height:84px;
				position:absolute;
				right:10px;
				bottom:-15px;
			}
			.projekte .bottom .main div {
				background:url(../pics/bg_stoerer_project.png) no-repeat;
				width:87px;
				height:109px;
				position:absolute;
				right:10px;
				bottom:-25px;
			}
			.pitch .bottom .main div {
				background:url(../pics/bg_stoerer_pitch.png) no-repeat;
				width:83px;
				height:150px;
				position:absolute;
				right:20px;
				bottom:-35px;
			}
			.aktuelles .bottom .main div {
				background:url(../pics/bg_stoerer_aktuelles.png) no-repeat;
				width:86px;
				height:64px;
				position:absolute;
				right:20px;
				bottom:-15px;
			}
			.facebook .bottom .main div {
				background:url(../pics/bg_stoerer_facebook.png) no-repeat;
				width:110px;
				height:72px;
				position:absolute;
				right:20px;
				bottom:-15px;
			}
			.rss .bottom .main div {
				background:url(../pics/bg_stoerer_rss.png) no-repeat;
				width:74px;
				height:107px;
				position:absolute;
				right:20px;
				bottom:-40px;
			}
			.newsletter .bottom .main div.icon {
				background:url(../pics/bg_stoerer_newsletter.png) no-repeat;
				width:87px;
				height:104px;
				position:absolute;
				right:25px;
				bottom:-40px;
			}
			.links .bottom .main div {
				background:url(../pics/bg_stoerer_links.png) no-repeat;
				width:87px;
				height:104px;
				position:absolute;
				right:20px;
				bottom:-40px;
			}
			
				.stoerer .bottom .main form p {
					width: 285px;
					overflow: hidden;
				}
					.stoerer .bottom .main form p input,
					.stoerer .bottom .main form p select {
						display: block;
						width: 277px;
						height:28px;
						padding: 0 3px 0 3px;
						line-height: 28px;
						color:#5C7E8F;
						font-family: inherit;
						font-size: inherit;
						background-color: #ECF1F5;
    					border: 1px solid #DEE6ED;
					}
					
					.stoerer .bottom .main form p label.errorMessage {
						color: #D90000;
						font-size: 0.9em;
						margin-bottom: 0.6em;
						padding: 0 4px 0 4px;
						display: block;
						line-height: 1.3;
					}
					
					.stoerer .bottom .main form p input.error,
					.stoerer .bottom .main form p select.error {
						 border-color: #D90000;
						 background-color: #f5ebeb;
					}
					
					.stoerer .bottom .main .success {
						 color: #85B448;
						 margin-bottom: 40px;
					}
					
					#pageBody .stoerer .bottom .main .success h6,
					#pageBody .stoerer .bottom .main .success p {
						color: #85B448;
					}
					
					#pageBody .stoerer .bottom .main .success h6 {
						font-weight: bold;	
					}
					
					.stoerer .bottom .main form p select {	
						width: auto;
						line-height: normal;
						padding: 4px 3px 3px 0;
						min-width: 70px;
					}
					
					.stoerer .bottom .main form p input:focus,
					.stoerer .bottom .main form p input:active,
					.stoerer .bottom .main form p select:focus,
					.stoerer .bottom .main form p select:active {
						color: #2E596E;
						background-color: #ffffff;
					}
						
						.stoerer .bottom .main form p input[type="submit"]{
							background: url(../pics/button_submit.png) no-repeat;
							height: 35px;
							width: 146px;
							padding: 0px 4px 0px 0px;
							border: 0;
							float: none;
							cursor: pointer;
							font: 13px/1.5em Arial, Helvetica, sans-serif;
							font-weight: bold;
						}	
						
							.stoerer .bottom .main form > div {
								background: none;
								width: auto;
								height: auto;;
								position: static;
							}
							
			.widerhall .bottom .main div {
				background:url(../pics/bg_stoerer_widerhall.png) no-repeat;
				width:85px;
				height:79px;
				position:absolute;
				right:20px;
				bottom:-15px;
			}
			.kontakt .bottom .main div {
				background:url(../pics/bg_stoerer_contact.png) no-repeat;
				width:106px;
				height:63px;
				position:absolute;
				right:20px;
				bottom:-15px;
			}
			.techlab .bottom .main div {
				background:url(../pics/bg_stoerer_techlab.png) no-repeat;
				width:102px;
				height:113px;
				position:absolute;
				right:20px;
				bottom:-45px;
			}
/* ------------------------------------------------------------------------------------------------------------------------ */
#kunden {
	outline:none;
	margin-left:-2px;
}
	.kundenlogoPrint {
		display:none;
	}
	#kunden ul {
		list-style:none;
		overflow:hidden;
		margin:0 0 20px 0;
	}
		#kunden ul li {
			display:inline;
			background:none;
			margin:0;
			padding:0;
		}
			#kunden ul li {
				text-indent:-9999px;
				display:block;
				float:left;
				width:108px;
				height:108px;
				background:url(../pics/bg_kunden.png) no-repeat;
				outline:none;
				padding:4px 6px 7px 6px;
			}
				* html #kunden ul li {
					background:url(../pics/ie_bg_kunden.png) no-repeat;
				}
			
				#kunden ul li span {
					width:100%;
					height:100%;
					display:block;
					background:url(../pics/bg_kundenlogos.png) no-repeat center center;
				}
				#kunden ul.konzern li span {
					background:url(../pics/bg_kundenlogos2.png) no-repeat center center;
				}
				#kunden ul.consumer li span {
					background:url(../pics/bg_kundenlogos3.png) no-repeat center center;
				}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageBody ul.bigList {
	width: 1010px;
	overflow: hidden;
	margin:0 0 40px -40px;
	padding: 0;
}
	#pageBody ul.bigList li {
		margin:0 0 0 40px;
		display:inline;
		width:270px;
		float:left;
	}
.branche {
	margin-left:-40px;
	width:1000px;
}
	.branche div {
		width:290px;
		float:left;
		display:inline;
		overflow:hidden;
		margin-left:40px;
	}
		#pageBody .branche div ul.bigList {
			width:295px;
		}
/* -------------------------------------------- select bei Branchen ------------------------------------------------------- */
/* 
#test {
	padding:30px 0 0 0;
	position:relative;
}

	#test a.backTop {
		/*background:red;
		display:block;
		float:right;
		height:30px;
		line-height:30px;
		text-align:center;
		text-decoration:none;
		width:100px;*/
		background: url("../pics/bg_label_left.png") no-repeat scroll left top transparent;
		float: left;
		height: 34px;
		margin-right: 10px;
		margin-top: -5px;
		padding-left: 12px;
	}
	
		#test a.backTop span{
			background: url("../pics/bg_label_right.png") no-repeat scroll right top transparent;
			float: left;
			font-size: 0.7em;
			height: 34px;
			line-height: 34px;
			padding-right: 12px;
		}

#selectBranch {	
	display:block;
	left: 771px;
	position:absolute;
	top:-20px;
	width:182px;
	z-index:5;
}

	#selectBranch h4 {
		background:url(../pics/background_branchen_selektion.png) left top no-repeat;
		height:31px;
		font-size:1em;
		line-height:26px;
		margin:0;
		padding:5px 5px 0 10px;
		width:171px;
	}

	#selectBranch div.tst {
			cursor:pointer;
		}
	
		
		#selectBranch div.tst:hover ul {
			display:block;
			
		}
			
			#selectBranch ul {
				background: none;
				display:none;
				font-size:0.9em;
				position:relative;
				margin:-5px 0 0 -63px;
				padding: 0 0 30px 40px;
				width: 206px;
			}
			
				#selectBranch ul li  {
					background:url(../pics/background_branchen_li.png) center top repeat-y;					
					text-decoration:none;
					margin: 0;
					padding: 0;
					width: 200px;
					padding:0 5px 0 5px;
					float: left;
				}
				
				#selectBranch ul li:first-child a {
					-moz-border-radius-topleft: 3px;
					-webkit-border-top-left-radius: 3px;
					-khtml-border-top-left-radius: 3px;
					border-top-left-radius: 3px;
				}
				
				#selectBranch ul li.last {
					background:url(../pics/background_branchen_ul.png) center bottom no-repeat;
					padding:0 5px 5px 5px;
				}
					
				
					#selectBranch ul li a {
						background:#fff;
						text-decoration:none;
						display: block;
						padding: 5px 0 5px 5px;
						border-bottom:1px dotted #4382a1;
					}
					
					#selectBranch ul li.last a {
						border:none;
					} */
					


/* ------------------------------------------------------------------------------------------------------------------------ */
#sitemap ul {
	margin:0 0 20px 0;
}
	#sitemap ul li {
		list-style: none;
		width: 237px;
		float: left;
		display: block;
		overflow: hidden;
		margin:0 5px 0 0;
		padding:0;
	}
		#sitemap ul ul li.last, .sitemap ul ul li.first {
			border-bottom: none;
			list-style: none;
		}
			#sitemap ul li a {
				background:url("/pics/sitemap_button01.png") no-repeat scroll 0 0 transparent;
				clear:both;
				color:#2E596E;
				display:block;
				font-weight:bold;
				height:39px;
				line-height:37px;
				text-align:center;
				text-indent:0;
				width:237px;
				text-decoration: none;
			}
	#sitemap ul ul.subLevel {
		margin-bottom: 40px;
	}
		#sitemap ul ul.subLevel li {
			float: none;
			background:none;
			width:230px;
		}
			#sitemap ul ul.subLevel li a {
				padding: 10px 0 10px 0;
				background: none;
				font-weight: normal;
				line-height: normal;
				text-indent: inherit;
				height:12px;	
				text-align: left;
				border-bottom: 1px dotted #B9C9D2;
				display:block;
				width:225px;
				padding-left: 15px;
				background:none;
			}
				#sitemap ul ul.subLevel li a:hover {
					background: #e9f1f5;
				}
			#sitemap ul ul.subLevel ul {
				margin-bottom: auto;
			}
				#sitemap ul ul.subLevel ul a {
					padding-left: 50px;
					width:182px;
					font-size:0.9em;
				}
/* ------------------------------------------------------------------------------------------------------------------------ */
.galerie {
	margin-left:-40px;
	width:100%;
}
	.galerie a ,
	.galerie span{
		margin:0 0 20px 40px;
		background:url(../pics/bg_img.png) no-repeat right bottom;
		padding-bottom:10px;
		float:left;
		outline:none;
	}
		.galerie a img,
		.galerie span img
		{
			padding:5px;
			background:#fff;
			width:200px;
			border:none;
		}
	.galerie p {
		float:left;
		width:360px;
		margin-left:20px;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
div#hoverCont div {
	width:600px;
	padding:20px;
	margin:-20px 0 20px -20px;
	overflow:hidden;
}
	* html div#hoverCont div  {
		width:560px;
	}
	div#hoverCont div.hover/*,
	div#hoverCont div.pitch*/ {
		background:url(../pics/background_news.png);
	}
		div#hoverCont div.hover01 {
			background:url(../pics/background_news_01.png);
		}
		* html div#hoverCont div.hover01,
		div#hoverCont div.pitch {
			background:none;
		}
	ins {
		float:left;
		text-decoration:none;
		text-align:center;
		line-height:34px;
		margin-right:10px;
		font-size:0.9em;
		background:url(../pics/ie_bg_date.png) no-repeat;
		width:78px;
	}
	div#hoverCont div h5 {
		clear:none;
		padding:5px 0 10px 0;
	}
	div#hoverCont.newsletterArchive div h5 {
		padding-bottom:0;
		margin-bottom: 0;
	}
		div#hoverCont div h5 a {
			text-decoration:none;
		}
		div#hoverCont div h5 small {
			margin-bottom: 0;
			font-size: 0.7em;
			font-weight: normal;
			color: #2E596E;
			padding-top: 0.3em;
		}
	div#hoverCont div p {
		clear:both;
	}
		div#hoverCont div p.last {
			clear:both;
			margin:0 !important;
		}
		div#hoverCont div p a {
			font-weight:bold;
			text-decoration:none;
		}
/* ------------------------------------------------------------------------------------------------------------------------ */
div#hoverCont div h5 a span.department {
	background:url(../pics/bg_label_left.png) no-repeat left top;
	padding-left:12px;
	height:34px;
	float:left;
	margin-right:10px;
	margin-top:-5px;
}
	div#hoverCont div h5 a span.department span {
		background:url(../pics/bg_label_right.png) no-repeat right top;
		height:34px;
		float:left;
		line-height:34px;
		font-size:0.7em;
		padding-right:12px;
	}
	* html div#hoverCont div h5 a span.department {
		background:url(../pics/ie_bg_label_left.png) no-repeat left top;
	}
	* html div#hoverCont div h5 a span.department span {
		background:url(../pics/ie_bg_label_right.png) no-repeat right top;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
div#projekte {
	margin:0 0 20px -40px;
	overflow:hidden;
}
	div#projekte ul {
		margin-left:0;
	}
		div#projekte ul li {
			display:inline;
			float:left;
			background:none;
			padding:0;
			margin-left:40px;
		}
			div#projekte ul li a {
				outline:none;
				background:url(../pics/bg_img.png) no-repeat right bottom;
				padding-bottom:10px;
			}
				div#projekte ul li a img {
					border:none;
					padding:5px;
					background:#fff;
				}
			div#projekte ul li span {
				display:none;
			}
	#projekte dl {
    margin-bottom: 15px;
	}
    #projekte dt {
      font-weight: bold;
      float: left;
      border-top:1px dotted #B9C9D2;
      width: 90px;
      padding: 4px 0;
    }
    #projekte dd {
      margin-left: 90px;
      border-top:1px dotted #B9C9D2;
      padding: 4px 0;
    }
      #projekte dt.last, #projekte dd.last {
        border-bottom: 1px dotted #B9C9D2;
      }
  #projekte h6 {
    background:url("../pics/welcome_trenner.png") top left no-repeat;
    padding: 11px 0;
    font-size: 1.1em;
  }
/* ------------------------------------------------------------------------------------------------------------------------ */
#team ul {
	margin:0 0 20px 0;
	overflow:hidden;
}
	#team ul li {
		display:inline;
		float:left;
		width:79px;
		height:80px;
		background:url(/pics/background_team.png) no-repeat;
		padding:1px 4px 4px 1px;
		margin:0;
		cursor:pointer;
	}
	#team ul li.ghost {
		cursor:default;
	}
		* html #team ul li {
			background:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pics/background_team.png', sizingMethod='crop');
		}
		#team ul li.boss {
			width:163px;
			height:165px;
			background:url(/pics/background_team_boss.png) no-repeat;
		}
			* html #team ul li.boss {
				background:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pics/background_team_boss.png', sizingMethod='crop');
			}
			#team ul li a {
				background-position:center center;
				background-repeat:no-repeat;
				width:100%;
				height:100%;
				display:block;
				text-indent:-999999px;
				cursor:pointer;
			}
/* ------------------------------------------------------------------------------------------------------------------------ */
#teamDetail {
	height:750px;
}
#teamDetail embed.intro44 {
	position:absolute;
	left:-999999em;
}
#teamDetail img.load {
	display:block;
	margin:0 auto;
	text-align:center;
	padding:100px 0;
}
#teamDetail div {
	display:none;
	padding-top:338px;
	position:relative;
	width:300px;
}
	#teamDetail div img {
		background:url(../pics/projekte_trenner.png) no-repeat left bottom;
		padding-bottom:2px;
		margin-bottom:10px;
		position:absolute;
		top:0;
		left:0;
		height:321px;
	}
		#teamDetail div img.facing {
			display:none;
		}
	#teamDetail div a.switcher {
		background:url(../pics/loading_team_small.gif) no-repeat right center;
		padding-right:38px;
		height:32px;
		line-height:27px;
		overflow:hidden;
		position:absolute;
		top:0;
		right:0;
		z-index:100;
		text-decoration:none;
	}
	#teamDetail div h5 {
		margin-bottom:20px;
		background:url(../pics/bg_name.png) no-repeat;
		width:100%;
		height:30px;
		overflow:hidden;

	}
		#teamDetail div h5 span {
			width:24px;
			display:block;
			height:24px;
			margin:4px 0 0 210px;
			overflow:hidden;
			cursor:pointer;
			text-indent:-999999em;
			background:url(../pics/bg_help.png) no-repeat;
		}
			* html #teamDetail div h5 span {
				background:url(../pics/ie_bg_help.png) no-repeat;
			}
		#teamDetail div h5.boss {
			background:none;
			text-indent:0;
		}
	#teamDetail div dl {
		border-bottom:1px dotted #b9c9d2;
		overflow:hidden;

	}
		#teamDetail div dl.first {
			border-top:1px dotted #b9c9d2;
		}
		#teamDetail div dl dt,
		#teamDetail div dl dd {
			width:110px;
			display:block;
			float:left;
			padding:5px 0;
			font-size:0.9em;
		}
			#teamDetail div dl dd {
				width:190px;
			}
				#teamDetail div dl dd a {
					font-weight:bold;
					text-decoration:none;
				}
				#pageBody #teamDetail div dl dd ul {
					margin-bottom:0;
				}
	#teamDetail div p {
		margin-top:20px;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
form#kontaktform {
	margin-left: -40px;
	overflow: hidden;
	width: 615px;
}
	form#kontaktform p {
		margin: 0 0 15px 40px;
		display: inline;
		float: left;
		width: 267px;
	}
		form#kontaktform p label {
			float: left;
			width: 60px;
			height: 20px;
			padding: 6px 0 0 0;
			margin: 0 5px 0 0;
		}
			form#kontaktform p.required label {
				color: #00334D;
				font-weight: bold;
			}
			form#kontaktform p label.error {
				color:#D90000;
			}
			form input.error {
				border-color: #D90000;
				background-color: #f5ebeb !important;
			}
			form#kontaktform p input.success,
			form#kontaktform p textarea.success {
				background:#fff !important;
			}
		form#kontaktform p input {
			float: left;
			width: 194px;
			color: #00334D;
			padding: 6px 2px;
			background-color: #ecf1f5;
			border: 1px solid #dee6ed;
		}
		form#kontaktform span.required { 
			padding:5px; 
			float:left; 
			font-size:0.9em; 
		}
		form#kontaktform p input:focus,
		form#kontaktform p input:hover {
			background-color: #FFFFFF;
		}
		
	form#kontaktform p.text {
		width: 575px;
		clear: both;
	}
		form#kontaktform p.text label {
			width: auto;
			border-bottom: none;
			margin: 0 0 2px 0;
			clear: left;
		}
		form#kontaktform p.text textarea {
			font: 14px/1.5em Arial,Helvetica,sans-serif;
			width: 566px;
			color: #00334D;
			height: 99px;
			min-height: 99px;
			background-color: #ecf1f5;
			border: 1px solid #dee6ed;
			padding: 2px;
		}
		form#kontaktform p.text textarea:focus,
		form#kontaktform p.text textarea:hover {
			background-color: #FFFFFF;
		}
	form#kontaktform p.button {
		width: 575px;
	}
		form#kontaktform p.button input {
			background: url(../pics/sitemap_button01.png) no-repeat;
			height: 35px;
			width: 233px;
			padding: 0px 4px 0px 0px;
			border: 0;
			float: right;
			cursor: pointer;
			font: 13px/1.5em Arial, Helvetica, sans-serif;
			font-weight: bold;
		}	
	form#kontaktform p input.errorForm,
	form#kontaktform p.text textarea.errorForm {
		border: 1px solid #D90000;
		background-color: #D90000;
	}		
/* ------------------------------------------------------------------------------------------------------------------------ */
.errorList{
	margin:0 0 20px 40px;
	color:#FF5B5D;
	font-weight:bold;
}
.errorF {
	border-top:4px solid #D90000;
	background:#fff;
	padding:1em;
}
.validation label {
	cursor: pointer;	
}

/* ------------------------------------------------------------------------------------------------------------------------ */
.maps {
	border:5px solid #fff;
	width:100%;
	height:550px;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageBody ul.downloads li {
	background:none;
	padding:0;
}
	#pageBody ul.downloads li a {
		
		display:block;
		background:url(../pics/bg_file_default.png) no-repeat 10px 0;
		padding:5px 0 15px 80px;
		font-weight:bold;
		text-decoration:none;
	}
		#pageBody ul.downloads li.doc a { background:url(../pics/bg_file_doc.png) no-repeat 10px 0; }
		#pageBody ul.downloads li.ppt a { background:url(../pics/bg_file_ppt.png) no-repeat 10px 0; }
		#pageBody ul.downloads li.pdf a { background:url(../pics/bg_file_pdf.png) no-repeat 10px 0; }
		#pageBody ul.downloads li.xls a { background:url(../pics/bg_file_xls.png) no-repeat 10px 0; }
		#pageBody ul.downloads li.jpg a { background:url(../pics/bg_file_img.png) no-repeat 10px 0; }
		#pageBody ul.downloads li a span {
			padding-right:20px;
			background:url(../pics/bg_wh_bullet_01.png) no-repeat right 15px;
			margin-right:15px;
			display:block;
		}
			#pageBody ul.downloads li a span.data {
				font-size:0.8em;
				font-weight:normal;
				font-style:italic;
				display:block;
				padding:0;
				background:none;
			}
			#pageBody ul.downloads li:hover {
				background:url(../pics/bg_opacity_white.png);
			}
/* ------------------------------------------------------------------------------------------------------------------------ */
.print_map {
	display:none;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
div#overview {
	clear:both;
	margin-left:-7px;
}
	div#overview ul  {
		margin:0 0 20px 0;
	}
		div#overview ul li {
			background:url(../pics/bg_overview.png) no-repeat;
			width:246px;
			height:151px;
			margin:0;
			padding:0;
			display:inline;
			float:left;
		}
			* html div#overview ul li {
				background:url(../pics/ie_bg_overview.png) no-repeat;
			}
		div#overview ul li.noneOverview {
			display:none;
		}
			div#overview ul li a {
				display:block;
				height:63px;
				padding:70px 18px 18px 22px;
				text-decoration:none;
				font-size:1.04em;
				outline:none;
			}
				div#overview ul li a span {
					font-size:0.8em;
					line-height:1.3em;
					margin-top:0.5em;
					font-weight:normal;
					display:block;
					color:#6f8c9b;
				}
/* ------------------------------------------------------------------------------------------------------------------------ */
.projectsCategorySelectJS {
	background:url("/pics/background_projects_categorySelect.png") no-repeat scroll left top transparent;
	height:75px;
	left:3px;
	margin:0 auto;
	position:relative;
	top:535px;
	width:457px;
	z-index:200;
}
    .projectsCategorySelectJS form,
    .projectsCategorySelect form {
        margin: 0;
        overflow: visible;
		  clear:both;
    }
    .projectsCategorySelect form {
        margin: 1em 0;
    }
    .projectsCategorySelectJS fieldset,
    .projectsCategorySelect fieldset {
        border: none;
    }
    
    .projectsCategorySelectJS .button {
        display: none;
    }
        .projectsCategorySelectJS .form-select {
            margin: 1px 5px 5px 2px;
            position: relative;
        }
        .projectsCategorySelectJS .actval {
            cursor: pointer;
        }
        .projectsCategorySelectJS .actval span {
            display: block;
            width: 457px;
            height: 33px;
            line-height: 33px;
            text-align: center;
				font-size:0.9em;
				position:relative;
				z-index:999999;
        }
        .projectsCategorySelectJS .replace {
            bottom: 31px;
            position: absolute;
            z-index: 200;
            background: #fff;
            width: 449px;
				left:0px;
        }
            #pageBody .projectsCategorySelectJS .replace ul {
                z-index: 200;
                padding: 20px 10px;
                margin: 0;
            }
                #pageBody .projectsCategorySelectJS .replace ul li.hover {
                    background-color: #f4f8f9;
                }
                    #pageBody .projectsCategorySelectJS .replace ul li a {
                        text-decoration:none;
                        display:block;
                    }
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageBody div.projectDiverse ul {
	margin-left:-40px;
	width:615px;
	overflow:hidden;
}
	#pageBody div.projectDiverse ul li {
		display:inline;
		float:left;
		background:none;
		padding:0;
		margin:0 0 30px 40px;
		background:url(../pics/bg_img.png) no-repeat right bottom;
		padding-bottom:10px;

	}
		* html #pageBody div.projectDiverse ul li {
			background:none;
		}
	#pageBody div.projectDiverse ul li a {
		height:90px;
		width:155px;
		display:block;
		overflow:hidden;
		border:4px solid #fff;
		background:#fff;
		position: relative;
	}

	#pageBody div.projectDiverse ul li img {
		border:none;
		margin:0 auto;
		display:block;
	}
	
	#pageBody div.projectDiverse ul li a span {
				background:url(../pics/bg_play.png) no-repeat center center;
				position:absolute;
				width:100%;
				height:100%;
				left:0;
				top:0;
				text-indent:-999em;
			}
/* ------------------------------------------------------------------------------------------------------------------------ */
#bubble {
	background:url(../pics/bg_bubble_top.png) no-repeat;
	width:273px;
	padding-top:5px;
	position:absolute;
	display:none;
}
	#bubble .main {
		background:url(../pics/bg_bubble.png) no-repeat left bottom;
		padding:5px 20px 25px 20px;
		font-size:0.9em;
	}
		#bubble .main h5 {
			font-weight:bold;
			font-size:1.1em;
		}
.internationalBubble {
	background:url(../pics/bg_bubble_international_top.png) no-repeat !important;
	width:345px !important;
	z-index:90;
}
	.internationalBubble .main {
		background:url(../pics/bg_bubble_international.png) no-repeat left bottom !important;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
#howWeWork {
	list-style:none;
	background:url(../pics/bg_wwa_line.png) repeat-y 71px;
}
	#howWeWork li {
		background-repeat:no-repeat;
		background-position:left center;
		background:url(../pics/bg_wwa_arrow.png) no-repeat 71px center;
		overflow:hidden;
	}
	#howWeWork li h6 {
		background:url(../pics/bg_wwa.png) no-repeat top left;
		width:178px;
		height:90px;
		float:left;
		display:inline;
		text-align:center;
		line-height:95px;
		margin-top:-10px;
		font-size:0.9em;
		margin-right:20px;
		margin-top:-10px;
		color:#5c7e8f;
		text-transform:uppercase;
	}
		* html #howWeWork li h6 {
			background:url(../pics/ie_bg_wwa.png) no-repeat top left;
		}
		#howWeWork li.it04 h6 {
			line-height:1.4em;
			padding-top:30px;
		}
		#howWeWork li.it01 { background-position:71px 110px; background-image:url(../pics/bg_wwa_arrow_01.png); }
		#howWeWork li.it02 { background-position:71px 131px; }
		#howWeWork li.it03 { background-position:71px 136px; }
		#howWeWork li.it04 { background-position:71px 130px; }
		#howWeWork li.it05 { background:url(../pics/bg_wwa_back.png); }
	#howWeWork li div {
		float:left;
		width:350px;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
.pitchKit {
	margin-top:80px;
}
	.pitchKit h4, .pitchKit img, .pitchKit p {
		float:left;
		clear:none !important;
	}
		.pitchKit img {
			padding:30px;
		}
	.pitchKit h4, .pitchKit p {
		width:350px;
	}
	.pitchKit p.more a {
		margin-top:0 !important;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */

#projectContent div.flash {
	margin-bottom:20px;
	background:url(../pics/ie_projekte_shadow.png) no-repeat center bottom;
	padding-bottom:50px;
}
#pageBody #projectContent {
	width:620px;
	margin-right:15px;
}

#projectDetail div.logo {
	background:url(../pics/projekte_logo.png) no-repeat right bottom;
	width:300px;
	height:202px;
	position:relative;
	margin-bottom:20px;
	text-align:center;
}
	#projectDetail div.logo img {
		display:block;
		margin:0 auto;
	}
	
	
	
	

	
	#projectDetail dl {
		overflow:hidden;
		border-bottom:1px dotted #b9c9d2;
		width:300px;
	}
		#projectDetail dl dt,
		#projectDetail dl dd {
			width:110px;
			display:inline;
			float:left;
			padding:5px 0;
			font-size:0.9em;
		}
			#projectDetail dl dd {
				width:190px;
			}	
	
	
	
	
	
	
	
	
	
	
#projectDetail ul.switch {
	overflow:hidden;
	margin:0 0 40px 0;
	clear:both;
}
	#projectDetail ul.switch li {
		padding:0;
		background-image:url(../pics/sitemap_button01.png);
		background-repeat:no-repeat;
		display:inline;
		float:left;
		height:40px;
		margin-bottom:0;
		font-size:0.9em;
	}
		#projectDetail ul.switch li a {
			outline:none;
		}
		#projectDetail ul.switch li.prev {
			background-position:left top;
		}
		#projectDetail ul.switch li.noPrev {
			background-position:left top;
		}
			#projectDetail ul.switch li.prev a,
			#projectDetail ul.switch li.next a {
				width:25px;
				background:url(../pics/background_projects_arrowLeft.png) no-repeat 9px 12px;
				text-indent:-999999em;
				float:left;
				height:40px;
			}
			#projectDetail ul.switch li.noPrev a,
			#projectDetail ul.switch li.noNext a {
				width:25px;
				text-indent:-999999em;
				float:left;
				height:40px;
				cursor: default;
			}
		#projectDetail ul.switch li.act {
			background-position:center top;
			width:256px;
			cursor:default;
			line-height:35px;
			text-align:center;
			background:url(../pics/projekte_button02.png) no-repeat center top;
		}
			#projectDetail ul.switch li.act span {
				display:none;
			}
		#projectDetail ul.switch li.next {
			background-position:-205px top;
		}
		#projectDetail ul.switch li.noNext {
			background-position:-205px top;
		}
			#projectDetail ul.switch li.next a {
				background:url(../pics/background_projects_arrowRight.png) no-repeat 9px 12px;
			}
		#projectDetail ul.switch li.back {
			background:none;
		}
			#projectDetail ul.switch li.back a {
				background:url(../pics/projekte_button03.png) no-repeat;
				width:305px;
				font-weight:bold;
				display:block;
				height:40px;
				line-height:35px;
				text-align:center;
				text-decoration:none;
				color:#fff;
			}
	#projectDetail blockquote {
		margin:0 0 0 -10px;
	}
	#projectDetail ul.screen {
		margin:0 0 40px -4px;
		overflow:hidden;
	}
		#projectDetail ul.screen li {
			display:inline;
			float:left;
			background:none;
			padding:0;
			margin:0 0 4px 4px;
		}
			#projectDetail ul.screen li a {
				border:3px solid #dce9ef;
				overflow:hidden;
				float:left;
				width:90px;
				height:65px;
				overflow:hidden;
				position:relative;
				background:#fff;
			}
			#projectDetail ul.screen li.flash {
				display:none;
			}
			#projectDetail ul.screen li.flash a span {
				background:url(../pics/bg_play.png) no-repeat center center;
				position:absolute;
				width:100%;
				height:100%;
				left:0;
				top:0;
				text-indent:-999em;
			}
			
				#projectDetail ul.screen li a:hover {
					border:3px solid #fff;
				}
				#projectDetail ul.screen li a img {
					float:left;
					overflow:hidden;
					border:none;
				}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageBody div.map {
	background:url(../pics/pi_map.png) no-repeat;
	width:970px;
	height:480px;
	position:relative;
	z-index:90;
}
	#pageBody div.map ul li {
		position:absolute;
		background:url(../pics/bg_nadel.png) no-repeat;
		width:16px;
		height:21px;
		padding:0;
		margin:0;
		z-index:100;
	}
		#pageBody div.map ul li.hover {
			background:none;
		}
		#pageBody div.map ul li a {
			display:none;
		}
/* ------------------------------------------------------------------------------------------------------------------------ */
.welcome #pageBody {
	position:relative;
}
	.welcome #pageBody #welcomeFlash {
		/*display:none;*/
		margin:0 auto;
		outline:none;
		height: 450px;
	}
	.welcome #pageBody #welcomeFlash.preload {
		background: url(/pics/welcomeSlider/preloader.gif) no-repeat center center;
	}
		.welcome #pageBody #welcomeFlash > div {
			display: none;
		}
	
.welcome #pageFoot #loopFlash {
	margin:-7px 0 0 -10px;
	background: none;
}
  .welcome #pageFoot #loopFlash #quote {
  	margin: -14px 0 0 10px;
  	padding: 0;
  	background: none;
  }
  .welcome #pageFoot #loopFlash #quote em {
  	font-style: normal;
  	display: block;
  }
.welcome #pageFoot div.container {
	margin:0 0 0 -40px;
	overflow:hidden;
	width:1010px;
}
	.welcome #pageFoot div.container div {
		display:inline;
		float:left;
		width:272px;
		margin-left:40px;
		background:url(../pics/welcome_trenner.png) no-repeat;
		padding-top:20px;
	}
		.welcome #pageFoot div.container div.last {
			width:340px;
		}
		.welcome #pageFoot div.container div h6 {
			font-size:1.2em;
			font-weight:normal;
			margin-bottom:10px;
			color:#00334D;
		}
		.welcome #pageFoot div.container div p {
			margin-bottom:20px;
		}
		.welcome #pageFoot div.container div a {
			font-weight:bold;
			text-decoration:none;
			color:#2E596E;
			background:url(../pics/welcome_arrow01.png) no-repeat right 5px;
			padding:0 15px 0 0;
		}
			.welcome #pageFoot div.container div a:hover {
				color:#5C7E8F;
			}
		.welcome #pageFoot div.container div p.actual {
			height:137px;
		}
.welcome div.pitchKit {
	width:970px;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:10;
}
	.welcome div.pitchKit a {
		background:url(../pics/bg_pitchkit.png) no-repeat;
		width:100px;
		height:100px;
		text-indent:-999999em;
		display:block;
		position:absolute;
		z-index:100;
		right:0;
		top:-80px;
		outline:none;
		z-index:100;
	}
p.welcome {
	background:url(../pics/welcome_text.png) no-repeat;
	width:287px;
	height:158px;
	text-indent:-999999em;
	margin-top:4px;
}
/* ------------------------------------------------------------------------------------------------------------------------ */
#pageBody div.tabbing {
	border-bottom:1px solid #b4c4cc;
	overflow:hidden;
	margin:0 0 40px -2px;
	height:36px;
}
	#pageBody div.tabbing ul li {
		display:inline;
		float:left;
		background:none;
		padding:0;
		margin:0;
	}
		#pageBody div.tabbing ul li a {
			background:url(../pics/bg_tabs.png) no-repeat left bottom;
			width:188px;
			height:31px;
			float:left;
			text-align:center;
			line-height:31px;
			text-decoration:none;
			margin-right:5px;
			margin-top:5px
		}
			#pageBody div.tabbing ul li.active a,
			#pageBody div.tabbing ul li a:hover {
				background-position:left top;
				height:36px;
				line-height:36px;
				color:#fff;
				margin-top:0;
			}
/* ------------------------------------------------------------------------------------------------------------------------ */
#sliderManagement {
	margin-bottom:20px;
	position:relative;
	width:575px;
	height:337px;

}
	#sliderManagement a img {
		border:none;
	}
/* ------------------------------------------------------------------------------------------------------------------------ */
#anbieten h4 {
	background:url(../pics/bg_wh_bullet_01.png) no-repeat left center;
	padding:3px 0 3px 35px;
}
	#anbieten h4.open {
		background:url(../pics/bg_wh_bullet_01_open.png) no-repeat left center;
	}
* html #anbieten h4 {
	background:url(../pics/ie_bg_wh_bullet_01.png) no-repeat left center;
}
	* html #anbieten h4.open {
		background:url(../pics/ie_bg_wh_bullet_01_open.png) no-repeat left center;
	}
/* ------------------------------------------------- IE 6 ----------------------------------------------------------------- */
* html #pageHead .topNav .spike {
	bottom:-5px;
}
* html h3 {
	padding-top:5px;
}
* html div#overview ul li a {
	background:url(/pics/ie_background_verteiler.png) no-repeat;
	cursor:pointer;
}
* html .galerie a {
	background:none;
}
* html #pageBody div.hr {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pics/background_divider_widerhall01.png', sizingMethod='crop');
}
* html #pageBody p.more a {
	background:url(/pics/ie_sitemap_button01.png) no-repeat;
}
* html form p.button input {
	background:url(/pics/ie_sitemap_button01.png) no-repeat;
}
* html #sitemap ul li a {
	background:url(/pics/ie_sitemap_button01.png) no-repeat;
}
* html div#hoverCont div.hover {
	background:none;
}
* html #widerhall ul li {
	background:url(../ie_pics/bg_wh_top.png) no-repeat;
}
* html #widerhall ul li div.bottom {
	background:url(../pics/ie_bg_wh_bottom.png) no-repeat bottom left;
}
* html #widerhall ul li div.bottom div.main {
	background:url(../pics/ie_bg_wh_main.png) repeat-y;
	padding-bottom:30px;
}
* html #teamDetail div dl {
	overflow:visible;
	height:30px;
}
* html #pageHead .topNav {
	margin-top:47px;
}
* html .welcome div.pitchKit a {
	background:url(../pics/ie_bg_pitchkit.png);
}

.newsImg {
  margin-bottom: 1em;
}

a.facebook {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px solid #CAD4E7;
	padding:1px 4px 1px 22px;
	color:#3B5998;
	text-decoration:none;
	margin-left:5px;
	background:#ECEEF5 url(../pics/facebook_button.png) no-repeat 2px 4px;
	font-size:11px;
	float:left;
}
div#___plusone_0 {
	vertical-align:top;
	padding:1px 0 0 3px !important;
	*display:block !important;
	*margin:5px 0 0 3px !important;
}
/* ------------------------------------------------------------------------------------------------------------------------ */

#pageBody ul.download {
	margin: 0 0 2em 0;
}

#pageBody ul.download li {
	background: none;
	margin: 0;
	padding: 0 1em 0 0;
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
}

#pageBody ul.download li a {
	text-decoration: none;
}

#pageBody ul.download li a.pdf {
	background: url(../pics/icon_pdf.png) left center no-repeat;
	padding: 10px 0 10px 40px;
}

#bubbleCont {
	width:300px;
	font-size:12px; 
	padding-top:7px;	
}

#bubbleCont p {
	margin-bottom:8px;
	font-size: 14px;
	font-weight: bold;
}

#bubbleCont input {
/*	height:23px; */
	font-style:italic; 
	border:1px solid #dddddd; 
	background-color:#ffffff; 
	margin-top:7px; 
	padding:5px; 
	color:#2E596E;
	width:282px;
}

#bubbleCont a {
	background:url(../pics/projekte_buttonRoute.png) no-repeat scroll 0 0; 
	background-color:#ffffff; 
	padding-top:6px; color:#FFFFFF; 
	text-decoration:none; 
	margin-top:10px; 
	margin-left:155px; 
	text-align:center; 
	width:142px; 
	height:35px; 
	display:block;
	font-weight:bold;
}

#bubbleCont a:hover {
	color:#FFFFFF;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
table#seo {
	width:575px;
} 

#seo th,
#seo td  {
	border:1px;
	border-style:dotted;
	border-color:#b9c9d2;
	border-top:none;
	border-left:none;
	/*width:50%;*/
}
#seo th {
	/*background-color:#74838b;*/
	text-align:left;
	border-bottom:2px;
	border-left:0;
	border-top:0;
	border-right:0;
	border-style:solid;
	padding:8px;
	/*color:#ffffff;*/
}
#seo td {
	text-align:left;
	padding:8px;
}
#seo td.suchbegriff{
	width:20%;
}
#seo td.platzierung {
	border-right:0;
}
#seo td.kunde{
	border-left:0;
	border-style:dotted;
	border-color:#b9c9d2;
	border-top:0;
	width:30%;
	font-size:0.8em;
	line-height:1.2em;
}
#seo td.kunde strong {
	display:block;
	font-size:1.3em;
	margin-bottom:5px;
}

#seo td.stand {
	text-align:right;
	border:0;
	width:575px;
	font-size:0.7em;
}



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

* html #pageHead div.topNav ul li.projectsMega,
* html #pageHead div.topNav ul li.projects,
* html #pageHead div.topNav ul li.projectsMega,
* html #pageHead div.topNav ul li.projects {
	width: 98px !important;
	overflow: hidden;
}

#pageHead div.topNav ul li.projectsMega ul.subLevel {
	padding: 20px;
	background: url(/pics/megamenu/bg_megamenu.png) left bottom no-repeat;
	background-color: none;
	display: none;
	height: auto;
	left: -120px;
}

* html #pageHead div.topNav ul li.projectsMega ul.subLevel,
* + html #pageHead div.topNav ul li.projectsMega ul.subLevel {
	background: url(/pics/megamenu/ie_bg_megamenu.png) left bottom no-repeat;
}

* html #pageHead div.topNav ul li.projectsMega ul.subLevel {
	padding: 20px 20px 10px 20px;
	height: 200px;
}

	#pageHead div.topNav ul li.projectsMega ul.subLevel li {
		float: left;
		background: none;
	}
	
	#pageHead div.topNav ul li.projectsMega ul.subLevel li.detailView {
		float: left;
		background: url(/pics/megamenu/pi_divider.png) right top no-repeat;
		padding-right: 18px;
		height: 180px;
		width: 299px;
		overflow: hidden;
	}
	
		#pageHead div.topNav ul li.projectsMega ul.subLevel li.detailView h4 {
			font-size: 1.4em;
			margin-bottom: 0.5em;
			font-weight: normal;
			width: 299px;
		}
		
		#pageHead div.topNav ul li.projectsMega ul.subLevel li.detailView img {
			display: block;
			margin-bottom: 7px;
			float: right;
		}
		
		#pageHead div.topNav ul li.projectsMega ul.subLevel li.detailView p {
			color: #6f8c9b;
			width: auto;
			font-size: 0.9em;
		}
		
		/** html #pageHead div.topNav ul li.projectsMega ul.subLevel li.detailView p {
			color: #6f8c9b;
			width: 200px;
			font-size: 0.9em;
		}
		
		* + html #pageHead div.topNav ul li.projectsMega ul.subLevel li.detailView p {
			color: #6f8c9b;
			width: 210px;
			font-size: 0.9em;
		}*/
		
			#pageHead div.topNav ul li.projectsMega ul.subLevel li.detailView p span {
				color: #2E596E;
				padding-right: 16px;
				background: url("../pics/welcome_arrow01.png") right center no-repeat;
				display: inline-block;
				font-weight: bold;
				width: auto;
			}
			
			* html #pageHead div.topNav ul li.projectsMega ul.subLevel li.detailView p span {
				display: block;
				width: 210px;
				padding: 0;
				background: none;
			}
			
			* + html #pageHead div.topNav ul li.projectsMega ul.subLevel li.detailView p span {
				display: block;
				width: 210px;
			}
	
	#pageHead div.topNav ul li.projectsMega ul.subLevel li ul {
		width: 405px;
		margin: 25px 0 0 12px;
	}
	#pageHead div.topNav ul li.projectsMega ul.subLevel li ul.linkOverview {
		margin: 0 0 -15px 0;
	}
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul.linkOverview a {
			background-position: left -21px !important;
		}
	
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li {
			display: block;
			width: 225px;
			height: auto;
			float: left;
		}
		
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item17,
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item43,
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item17,
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item19,
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item42,
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item102,
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item26 {
			width: 170px;
			margin-left: 10px;
		}
		
		* html #pageHead div.topNav ul li.projectsMega ul.subLevel li ul li {
			display: block;
			width: 230px;
			height: auto;
			float: left;
		}
		
		* html #pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item17,
		* html #pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item43,
		* html #pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item17,
		* html #pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item19,
		* html #pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item42,
		* html #pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item102,
		* html #pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.ov_item26 {
			width: 165px;
			margin-left: 10px;
		}
		
			#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li a {
				background: url(/pics/megamenu/pi_listicon.png) left 2px no-repeat;
				padding: 0 0 2px 25px;
				display: block;
				width: 100%;
				height: 20px;
			}
			
			* html #pageHead div.topNav ul li.projectsMega ul.subLevel li ul li a {
				width: auto;
			}
			
				#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li a:hover {
					background: url(/pics/megamenu/pi_listicon.png) left -21px no-repeat;
				}
		
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.first {
			display: none;
		}
		
		#pageHead div.topNav ul li.projectsMega ul.subLevel li ul li.last {
			padding-right: 0;
		}
	

