/* CSS for page layout */

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

#main {
	/*width: 1012px;*/
	width: 990px;
	position: relative;
	top: 29px;
	margin: auto;
	/*background: #CCC;*/
	background:url(../images/designfundgrube_contentBg2.gif) repeat-y 0 0;
	text-align: left;
	margin-bottom: 0px;
}

#whiteBorder {
	display:none;
}

.designfundgrubeStart #whiteBorder {
	border-top:1px solid #FFFFFF;
	bottom:83px;
	display:block;
	position:absolute;
	/*width:1012px;*/
	width: 990px;
}

#head {
	position: relative;
	height: 90px;
	background-image: url(../images/designfundgrube_head2.gif);
}

	#head h1 a {
		position: absolute;
		text-indent: -9999px;
		display: block;
		/*width: 1012px;*/
		width: 990px;
		height: 89px;
		left: 0;
		top: 0;
		z-index:666;
	}
	
	#head h1 a * {
		position:absolute;
		border:none;
	}
	
	#headerImage {
		text-indent: -9999px;
		height: 90px;
		/*width: 1012px;*/
		width: 990px;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#metaNavTop {
		position:absolute;
		right:120px;
		top:90px;
		width:22px;
	}
	
	#metaNavTop li {
		float:left;
		line-height:28px;
		display:block;
		height:21px;
		width:20px;
	}
	
	#metaNavTop #homeLink {
		display:none;
		background:transparent url(../images/metanav_home.gif) no-repeat 1px;
	}
	
	#metaNavTop #printLink {
		background:transparent url(../images/metanav_print.gif) no-repeat 1px;
	}
	
	#metaNavTop li.first {
		margin-right: 1px;	
	}
	
	#metaNavTop li a {
		display:block;
		height:21px;
		width:20px;
		text-indent:-9999px;
		outline:0;
	}

#leftCol {
	background: url(../images/designfundgrube_head_sub2.gif) no-repeat  0px 0px;
	/*width: 240px;*/
	width: 218px;
	float: left;
	padding-top:24px;
	margin-right:0 !important;
	margin-right:-2px;
}

	#leftNavHeader {
		position:absolute;
		top:128px;
		left:45px;
		font-size:12px;
		color: #000;
	}
	
#midCol {
	background: url(../images/designfundgrube_head_sub2.gif) no-repeat ;
	/*margin-left: 241px !important;
	margin-left: 238px; /* ie6 3px jog bugfix */
	margin-left: 219px !important;
	margin-left: 216px; ie6 3px jog bugfix */
	margin-right: 111px !important;
	margin-right: 108px; /* ie6 3px jog bugfix */
	/*background-position:-241px 0px !important;
	background-position:-238px 0px;*/
	background-position:-219px 0px !important;
	background-position:-216px 0px;
}

	#midCol .ctArea {
		overflow: hidden !important;
		overflow: visible;
		margin:0px 22px 10px 22px;
		padding-top:47px;
		min-height:475px;
		height:auto !important;
		height:521px;
	}
	
#rightCol {
	background: url(../images/designfundgrube_head_sub2.gif) no-repeat 1px 33px;
	width: 111px;
	float: right;
	margin-top:-33px;
	position:relative;
	z-index:99;
	padding:0;
	margin-left:0px !important;
	margin-left:-3px;
}

	#rightCol .ctArea {
		margin:0;
		padding:0;
	}

#subContent {
	display:none;
	clear: both;
	border-bottom: 1px solid #575757;
	border-top: 1px solid #fff;
	position: relative;
	/*width: 1012px;*/
	width: 990px;
	height: 43px !important;
	height: 42px;
	background:none;
	margin-bottom:-1px;
	z-index:20;
}

#footer {
	clear:both;
	position: relative;
	/*width: 1012px;*/
	width: 990px;
	height: 40px !important;
	height: 41px;
	background:#b6b3b3;
	z-index:9;
}

	#roeschCopyright {
		color:#595959;
		font-size:11px;
		left:0px;
		line-height:12px;
		position:absolute;
		top:16px;
		width:auto;
	}
	
	#roeschCopyright a {
		color:#595959;
	}
	
	#roeschCopyright .delimiter {
		width:12px;
		padding:0 3px;
	}
	
	#copyright {
		color:#595959;
		font-size: 11px;
		line-height: 12px;
		position: absolute;	
		/*left: 797px;*/
		left: 775px;
		width: 100px;
		top: 16px;
	}
	
	#copyright a {
		position: absolute;
		top: 0px;
		left: 62px;
		display: block;
		width: 100px;
		text-indent: -102px;
		overflow: hidden;
		font-size: 11px;
		line-height: 12px;
		color: #595959;
	}
	
	#copyright .mad {
		position: absolute;
		top: 0px;
		left: 144px;
		display: block;
		width: 70px;
		text-indent: 0;
		overflow: hidden;
		font-size: 11px;
		line-height: 12px;
		color: #595959;
	}
	
	#copyright .mad a {
		color:#595959;
		display:block;
		font-size:11px;
		left:22px;
		line-height:12px;
		overflow:hidden;
		position:absolute;
		text-indent:0px;
		top:0px;
	}

