/* the styles in here are for the layout of the page */

*{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 128.5%;
}

#main {
	width: 1002px;
	position: relative;
	background: url(../images/main_bg.gif) repeat-y 0 0 #FFF;
	margin-bottom: 20px;
}

	#topEaseBody #main {
		background: url(../images/main_bg_topease.gif) repeat-y 0 0 #FFF;	
	}
	
	#solutionsBody #main {
		background: url(../images/main_bg_solutions.gif) repeat-y 0 0 #FFF;	
	}

#head {
	position: relative;
	height: 234px;
	background-color: #FFF;
}

	#head h1 a{
		display: block;
		text-indent: -9999px;
		width: 248px;
		height: 191px;
		background: url(../images/logo.jpg) no-repeat 12px 35px #FFF;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 170px;
		width: 754px;
		position: absolute;
		left: 0;
		top: 0;
		background-image: url(../images/headerImage.jpg);
	}
	
	#topEaseBody #headerImage {
		background-image: url(../images/headerImage_2.jpg);	
	}
	
	#solutionsBody #headerImage {
		background-image: url(../images/headerImage_3.jpg);		
	}
	
	#newsBody #headerImage {
		background-image: url(../images/headerImage_4.jpg);		
	}
	
	#referencesBody #headerImage {
		background-image: url(../images/headerImage_5.jpg);		
	}
	
	#metaNavLeft,
	#metaNavRight {
		position: absolute; 
		top: 142px;
	}
	
	#metaNavLeft {
		left: 23px;	
	}
	
	#metaNavRight {
		left: 648px;
	}

	/* The following li and a-tags settings go for all menu types */
	#metaNavLeft li,
	#metaNavRight li,
	#mainNav li,
	#specNav li {
		position: relative;
		float: left;
	}
	
	#metaNavLeft li a,
	#metaNavRight li a,
	#mainNav li a,
	#specNav li a,
	#subNav li a {
		font-weight: bold;
		font-size: 12px;
		display: block;
	}
	/* */
	
	#metaNavLeft li a,
	#metaNavRight li a {
		color: #333333;
		padding-top: 7px !important;
		padding-top: 6px;
	}
	
	#metaNavLeft li a:hover,
	#metaNavRight li a:hover,
	#metaNavRight li a.act,
	#metaNavRight li a.cur {
		color: #999999;	
	}
	
	#metaNavLeft li a {
		padding-right: 28px;	
	}
	
	#metaNavRight li a {
		padding-right: 25px;
	}
		
	#mainNav {
		position: absolute;
		top: 170px;
		left: 194px;
		width: 560px;
		background-color: #666666;
	}
	
	#mainNav li a {
		color: #FFF;
		padding: 7px 12px 6px 12px !important;
		padding: 6px 12px 6px 12px;
	}
	
	#mainNav li.first a {
		padding: 7px 12px 6px 21px !important;
		padding: 6px 12px 6px 21px;
	}
	
	#mainNav a:hover,
	#mainNav a.act,
	#mainNav a.cur { 
		background-color: #999999;
	}
	
	#specNav {
		position: absolute;
		top: 170px;
		left: 754px;
		width: 248px;
		background-color: #858585;
	}

	#specNav li a {
		color: #FFF;
		padding: 7px 11px 6px 13px !important;
		padding: 6px 11px 6px 13px;
	}
	
	#specNav a:hover,
	#specNav a.act { 
		background-color: #999999;
	}
	
	#rootlineNav {
		position: absolute;
		left: 214px;
		top: 204px;
	}
	
	#rootlineNav a {
		color: #c2c2c2;
		background: url(../images/rootline.gif) no-repeat left center transparent;
		padding-left: 12px;
		padding-right: 4px;
	}
	
	#rootlineNav a.first {
		padding-left: 0px;
		background-image: none;	
	}
		
#leftCol {
	width: 194px;
	float: left;
	background-color: #f3f3f3;
}

#topEaseBody #leftCol {
	background-color: #f3ebea;
}

#solutionsBody #leftCol {
	background-color: #f8f5e0;
}
	
	#locator {
		margin: 23px 15px 19px 23px; 
		padding-left: 1px;
		height: 38px;
		color: #999999;
		font-weight: bold;
		background: url(../images/locator.gif) no-repeat left bottom transparent;
	}
	
	#locator a {
		color: #999999;		
	}

	#subNav {
		min-height: 348px;
		height: auto !important;
		height: 348px;
		margin: 0 15px 0 23px;
		background: url(../images/locator.gif) no-repeat left bottom transparent;
	}
	
	#subNav li a {
		color: #333333;
	}
	
	#subNav a:hover,
	#subNav a.act,
	#subNav a.cur {
		color: #999999;
	}
	
	#subNav li a.level1 {
		padding-bottom: 13px;	
	}
	
	#subNav li a.level2,
	#subNav li a.level3,
	#subNav li a.level4 {
		padding-bottom: 12px;	
	}

	#subNav ul {
		padding-left: 20px;
		margin-top: -4px;
		padding-bottom: 8px;
	}
	
	#searchBox {
		position: relative;
		width: 156px;	
		margin: 20px 15px 20px 23px;
	}
	
	#searchBox h2 {
		background: url(../images/arrow_down.gif) no-repeat 47px 0px !important;
		background: url(../images/arrow_down.gif) no-repeat 47px 1px; 
		color: #333333;
		font-weight: bold;
		padding-bottom: 20px;
	}
	
	#searchBox input {
		width: 156px;
		border: 1px solid #000;		
	}
	
	#searchBox input.tx-indexedsearch-searchbox-button {
		position: absolute;
		top: 0px !important;
		top: 1px;
		left: 47px;
		background: url(../images/arrow_down.gif) no-repeat 0 0 transparent;
		border: none;
		text-indent: -9999px;
		width: 12px;
		cursor: pointer;
	}
	
#midCol {
	margin-left: 194px;
	margin-right: 248px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

	#midCol .ctArea {
		margin: 1px 51px 21px 21px !important;
		margin: 2px 48px 21px 18px;
		overflow: hidden !important;
		overflow: visible; /* clearfix for ie*/
	}
	
#rightCol {
	width: 248px;
	float: right;
}

	#rightCol .ctArea {
		margin-left: 12px;
	}

#footer {
	clear:both;
	position:relative;
	width:1002px;
	height: 27px;
	background: url(../images/footer_bar.gif) no-repeat 0 0 #FFF;
	color: #999999;
}

#topEaseBody #footer {
	background: url(../images/footer_bar_topease.gif) no-repeat 0 0 #FFF;	
}

#solutionsBody #footer {
	background: url(../images/footer_bar_solutions.gif) no-repeat 0 0 #FFF;
}	
	
#footer a {
	color: #999999;	
	font-size: 10px;
}
	
	#copyright {
		position: absolute;	
		left: 23px;
		top: 8px;
		width: 100px;
		font-size: 10px;
	}
	
	#copyright a {
		position: absolute;
		left: 55px;
		top: 0px;
		width: 100px;
		display: block;
		text-indent: -94px;
		overflow: hidden;
	}
	
	#topEase {
		position: absolute;
		top: 8px;
		left: 214px;
		font-size: 10px;
	}
	
	#copyrightPulinco {
		position: absolute;
		top: 8px;
		left: 767px;
		font-size: 10px;	
	}
	
	#copyrightPulinco span {
		font-size: 10px;
		padding-left: 18px;
	}

/* Formatierungen für Sitemap */

#sitemapBody #rightCol {
	display: none;	
}

#sitemapBody #midCol {
	margin-right: 0px;	
}

	#sitemapBody #midCol .ctArea {
		margin: 1px 0 21px 21px !important;
		margin: 2px 0 21px 18px;
	}
	
	#copyright {
		display: none;
		font-size: 11px;
		line-height: 12px;
		position: absolute;	
		left: 838px;
		width: 100px;
		top: 50px;
	}
	
	#copyright a {
		position: absolute;
		top: 0px;
		left: 62px;
		display: block;
		width: 100px;
		text-indent: -102px;
		overflow: hidden;
		font-size: 11px;
		line-height: 12px;
		color: #000;
	}
