body{ 
	margin: 0px;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	height: 100%;
}
html {width:100%; height: 100%;}
#wrapper{
	margin: auto; 
	width: 100%;  
	background: url('../images/rechts_bg.jpg');
	background-position: top right;
	background-repeat: repeat-y;
}
#banner{
	position:absolute;
	margin: auto;
	background: url('../images/banner_bg2.jpg');
	background-repeat: repeat-x;
	width: 100%;
}
#mainbody{
	 clear: both;
	 width:100%; 
	 height: 100%; 
	 padding-top: 150px;
	 background: url('../images/links_bg.jpg');
	 background-repeat: repeat-y;
}
#navmaincontainer{
position: absolute;
	top: 218px;
	height: 205px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	z-index: 1;
	width: 450px;
}
#navcontainer{
position: absolute;
	top: 0px;
	left: 120px;
	height: 205px;
	width:201px;
	background:#E2E2E2;
	filter:alpha(opacity=70);
	opacity:.70;
	z-index: -1;
}
#nav{
	position: absolute;
	top: 0px;
	left: 120px;
	height: 205px;
	width:200px;
	z-index: 100;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.navborder{
	padding-left: 3px; 
	border-bottom: 1px solid white;
	height: 25px;
	cursor: pointer;
}
#leftcol{
	width: 470px;
	float: left;
	height:100%; 
	margin:0; padding-left:50px;
	background: url('../images/links_bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
}
#rightcol{
	margin:0 0 0 520px; 
	padding: 15px 60px 10px 0px;
	height: 100%;
	background-image: url(../images/page_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#footer{
	clear: both;
	background: url('../images/footer_bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 35px;
}
