/* CSS for page layout */

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

#main {
	width: 800px;
	position: relative;
	top: 0px;
	margin: auto;
	background:  #666666;
	text-align: left;
	margin-bottom: 15px;
}

#head {
	position: relative;
	height: 298px;
	background-color: #666666;
}

	#head h1 a {
		display: block;
		text-indent: -9999px;
		width: 290px;
		height: 191px;
		background: url(../images/logo.jpg) no-repeat 12px 17px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	#headerImage {
		/*text-indent: -9999px;*/
		display:none;
		overflow:hidden;
		height: 191px;
		width: 572px;
		position: absolute;
		left: 228px;
		top: 99px;
		/*background-image: url(../images/random/random_1.jpg);*/
		border-bottom: 1px solid #000000;
	}
	
	#headerImage div.image{
		position:absolute;
		top:0;
		left:0;
	}
	
	/* Extension cabag_mundartheaderimg */
	#headerImage div.claim {
		font-family: Trebuchet MS;
		color: #cccccc;
		font-size: 41px;
		position: absolute;
	}
	
	/* Claim top-left position */
	#headerImage div.position-0 {
		top: 15px;
		left: 34px;
	}
	
	#headerImage div.position-1 {
		bottom: 15px;
		left: 34px;
		vertical-align: bottom;
	}
	
	#headerImage div.position-2 {
		top: 15px;
		right: 34px;
		text-align: right;
	}
	
	#headerImage div.position-3 {
		bottom: 15px;
		right: 34px;
		text-align: right;
		vertical-align: bottom;
	}
	
	#addressBox {
		background-color: #6AE49D;
		border-bottom: 1px solid #000000;
		left: 0pt;
		padding: 20px 0 0 20px;
		position: absolute;
		top: 99px;
		height: 171px !important;
		height: 191px;
		width: 205px !important;
		width: 225px;
	}
	
	#addressBox h2 {
		font-family: 'Trebuchet MS';
		font-size: 18px;
		line-height: 18px;
		color: #333333;
	}
	
	#addressBox p {
		font-family: 'Trebuchet MS';
		font-size: 14px;
		line-height: 14px;
		color: #333333;
		padding-top: 10px;
	}
	
	#addressBox a {
		font-family: 'Trebuchet MS';
		font-size: 14px;
		line-height: 14px;
		color: #333333;
	}
	
	#addressBox #metaNav {
		position: absolute;
		left: 20px;
		top: 160px;
	}
	
	#addressBox #metaNav li {
		display: block;
		float: left;
	}
	
	#addressBox #metaNav a {
		display: block;
		color: gray;
		line-height: 14px;
		padding: 0 6px 0 7px;
		background-image: url(../images/metanav-delimitter.gif);
		background-position: left center;
		font-size: 12px;
		color: #333333;
	}
	
	#addressBox #metaNav .first a {
		background-image: none;
		padding-left: 0;
	}
	
	#addressBox #metaNav a:hover {
		text-decoration: underline;
	}
	
	#mainNav {
		position: absolute;
		top: 64px;
		left: 0px;
		width: 800px;
		background: transparent url(../images/nav_bg_no.gif) repeat-x 0 17px;
	}
	
	#mainNav li {
		position: relative;
		float: left; 
	}
	
	#mainNav li a {
		display: block;
		font-size: 12px;
		font-family: 'Trebuchet MS';
		color: #FFFFFF;
	}
	
	#mainNav li.level1 {
		width: 137px;
	}
	
	#mainNav li.home {
		width: 228px !important;
		width: 228px;
	}
	
	#mainNav a.level1 {
		border-right: 3px solid #666666;
		font-weight: bold;
		line-height: 14px;
		width: 126px !important;
		width: 137px;
		padding: 0 4px;
		background: transparent url(../images/nav_bg_no.gif) repeat-x 0 17px;
		height: 30px;
	}
	
	#mainNav a.home {
		color: #3BEAFF;
		width: 205px !important;
		width: 228px;
		padding: 0 10px;
		text-align: right;
		background: transparent url(../images/nav_bg_home.gif) repeat-x 0 17px;
	}
	
	#mainNav a:hover,
	#mainNav a.cur,
	#mainNav a.act { 
		background: transparent url(../images/nav_bg_act.gif) repeat-x 0 17px;
		color: #FFFFFF;
	}
	
	#mainNav li ul {
		position: absolute;
		left: -9999px;
		height: 1px;
	}
	
	#mainNav li:hover ul,
	#mainNav li:hover.act ul,
	#mainNav li:hover.cur ul,
	#mainNav li.sfhover ul {
		position: relative;
		left: auto;
	}

	#mainNav li li {
		width: 130px;
	}
		
	#mainNav a.level2 {
		font-size: 12px;
		padding-left: 4px;
		padding-right: 5px;
		padding-top: 6px;
		padding-bottom: 6px;
		background-color: #666666;
		background-image: none;
		width: 125px !important;
		width: 134px;
		border-bottom: 1px solid #333333;
		line-height:16px;
		opacity: 0.8;
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		filter: alpha(opacity=80);
	}	

	#mainNav a.level2:hover,
	#mainNav li.level2 a.cur,
	#mainNav li.level2 a.act {
		color: #FFFFFF;
		background-color: #6AE49D;
		background-image: none;
	}
		
	#mainNav li.level2 a.cur,
	#mainNav li.level2 a.act {
		text-decoration: none;
	}
	
	#langNav {
		position: absolute;
		right: 20px;
		top: 5px;
		width: auto;
	}
	
	#langNav li {
		float: left;
		line-height: 28px;
		margin-right: 8px;
	}
	
	#langNav li.last {
		margin-right: 0;	
	}
	
	#langNav li a,
	#langNav li span {
		font-size: 12px;
		display: block;
		color: #FFFFFF;
		line-height: 24px;
		font-family: 'Trebuchet MS';
	}
	
	#langNav li a:hover,	
	#langNav li a.act,
	#langNav li a.cur {
		text-decoration: underline;
	}
	
#midCol {
	margin-left: 20px;
	margin-right: 220px !important;
	margin-right: 220px; /* ie6 3px jog bugfix */
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		margin: 11px 0 10px 0;
		min-height: 400px;
		height: auto !important;
		height: 400px;
	}
	
#rightCol {
	width: 200px;
	float: right;
}

	#rightCol .ctArea {
		margin: 10px 0 0 0;
	}

#footer {
	clear: both;
	border-top: 3px solid #3598A4;
	background-color: #91DFE8;
	position: relative;
	width: 800px;
	height: 23px !important;
	height: 26px;
}

	#copyright {
		font-size: 11px;
		line-height: 12px;
		position: absolute;	
		left: 638px;
		width: 60px;
		top: 5px;
		color: #000000;
	}
	
	#copyright a {
		color: #000000;
		display: block;
		font-family: 'Trebuchet MS';
		font-size: 11px;
		left: 58px;
		line-height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -98px;
		top: 0px;
		width: 85px;
	}
	
	#customerCopyright {
		top: 5px;
		left: 20px;
		position: absolute;
	}
	
	#printlink {
		margin-top: -3px;
		padding-top: 8px;
		height: 18px;
		left: 225px;
		position: absolute;
		border-left: 3px solid #666666;
		padding-left: 8px;
	}
	
	#printlink a ,
	#customerCopyright span {
		color: #000000;
		font-family: 'Trebuchet MS';
	}
