/* CSS for page layout */

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

#mainNoRight,
#main {
	width: 990px;
	position: static;
	margin: auto;
	background: url(../images/main_bg.png) repeat-y 0 0;
	behavior: url(fileadmin/template/js/iepngfix.htc);
	text-align: left;
}

#headBackground {
	height: 151px;
	background: url(../images/head_bg.png) no-repeat 0 0;
	behavior: url(fileadmin/template/js/iepngfix.htc);
}

#head {
	position: relative;
	height: 151px;
	margin-top: -151px;
	z-index: 10;
}

	#head h1 a{
		display: block;
		text-indent: -9999px;
		outline: 0;
		width: 170px;
		height: 75px;
		background-image: url(../images/logo.gif);
		position: absolute;
		left: 21px;
		top: 0;
	}
	
	#mainNav {
		position: absolute;
		top: 114px;
		left: 236px;
	}
	
	#mainNav li {
		float: left;
		padding-right: 30px;
	}
	
	#mainNav li a {
		display: block;
		color: #878889;
		text-transform: uppercase;
	}
	
	#mainNav li a:hover,
	#mainNav li a.cur,
	#mainNav li a.act { 
		color: #f29400;
		/*font-weight: bold; removed on customer request*/
	}

	#leftCol {
		width: 150px;
		margin-left: 40px!important;
		margin-left: 20px;
		float: left;
	}
	
	#leftCol .ctElement {
		margin-top:10px;
	}
	#leftCol .ctElement p.bodytext{
		font-size:10px;
		color:#878889;
		margin:0;
	}
	#leftCol .ctElement a {
		font-size:10px;
		color:#f29400;
	}		
	

	#subNav {
		background: url(../images/subNav_topLeft.gif) no-repeat 0 0;
		margin-top: 4px;
		padding-top: 8px;
	}
	
	#subNav li {
		width: 151px;
	}
	/*
	# Customer request: title of parent page is not needed in the subNav any more
	#subNav li.first {
		color: #878889;
		font-size: 12px;
		font-weight: bold;
	}
	
	#subNav li.first li.level1 {
		font-size: 11px;
		font-weight:normal;
	}
	*/
	#subNav li a {
		font-size: 11px;
		display:block;
		color:#878889;
		padding: 4px 0px 5px 13px;
	}
	/*
	#subNav li.first a.level0 {
		padding-top: 2px;
	}
	*/
	#subNav li a.act,
	#subNav li a.cur,
	#subNav li a:hover{
		color: #f29500;
		/*font-weight: bold; removed on customer request*/
	}
	
	#subNav .specialLast {
		background: url(../images/subNav_bottomRight.gif) no-repeat bottom right;
		margin-top: -5px;
	}
	
#midCol {
	margin-left: 235px!important;
	margin-left: 232px;
	margin-right: 225px !important;
	margin-right: 222px; /* ie6 3px jog bugfix */
	height: auto !important;
	height: 400px;
	min-height:400px;
}
	
	#mainNoRight #midCol {
		margin-right: 40px!important;
		margin-right: 20px;
	}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		margin: 0 0 10px 0;
	}
	
#rightCol {
	width: 165px;
	margin-right: 40px!important;
	margin-right: 20px;
	margin-top: 17px;
	float: right;
}

	#rightCol .ctArea {
	}

#footer {
	clear: both;
	position: relative;
	width: 990px;
	/*height: 40px;
	padding-top: 12px;*/
	height: 70px;
	background: url(../images/footer_bg.gif) no-repeat bottom left;
	z-index: 5;
}

	#imprint {
		position: absolute;
		right: 39px;
		bottom: 29px;
	}
	
	#imprint li {
		float: left;
	}
	
	#imprint a {
		display: block;
		padding-left: 7px;
		color: #878889;
		font-size: 10px;
		line-height: 9px;
		padding-bottom: 1px;
	}
	
	#imprint li.print a {
		padding-right: 7px;
		border-right: 1px solid #a7a8a8;
	}
	
	#address {
		position: absolute;
		left: 231px;
		bottom: -14px;
		/*font-size: 12px;*/
		font-size: 10px;
		color: #fff;
	}
	
	#address a {
		/*font-size: 12px;*/
		font-size: 10px;
		color: #fff;
		text-decoration: none;
	}
	
	#subSubNav {
		position: absolute;
		left: 234px;
		bottom: 26px;
	}
	
	#subSubNav li {
		float: left;
	}
	
	#subSubNav li a {
		display:block;
		color:#878889;
		font-weight: bold;
		font-size: 12px;
		padding: 0 12px 0 0;
	}
	
	#subSubNav li a.act,
	#subSubNav li a.cur,
	#subSubNav li a:hover{
		color: #f29500;
	}

