html, body {
/*height: 100%;*/
}
* { padding: 0px; margin: 0px; }

body { text-align: left !IMPORTANT; }

#page_wrapper {
	margin-left: auto; 
	margin-right: auto;
	width: 980px; /* fixe breite */
	/* width: 98%; */ /* dynamische breite */
	text-align: left;
	background: transparent;
rem border: 2px solid #FFFFFF;
height: 100%
}
#footer {
	background-color: ;
	clear: both;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #aaaaaa;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 0px;
}
#header_wrapper {
	background: transparent; 
	margin:0px; padding:0px;
	rem border: 2px solid #g5g5g5;
	height: 100%;
	height: 100% !IMPORTANT;
	min-height: 100% !IMPORTANT;
	z-index: 23;

}
#header {
	margin:0px;
rem border: 2px solid #FFFFFF;
	margin-left: 225px;
	width: 700px;
	
}


#left_side {
display: inline;
position: absolute;
	margin-top: -65px !IMPORTANT;
	margin-left: 0px !IMPORTANT;
	float: left;
	width: 210px;
	rem border: 2px solid #FF0022;
}
#sidebar {
position: absolute;
	margin-top: 50px;
	margin-left: 820px;
	float: right;
	width: 160px;
	max-width: 160px !IMPORTANT;
	word-wrap: break-word;
	rem border-bottom: 1px solid #555555;	
}
#menuBar {
   width: 720px !IMPORTANT;
	margin: 0;
	padding: 0;
	position: relative;
	top: 32px;
	left: 245px;
	z-index: 20;
	height: 27px;
	overflow: hidden;
	text-align: left !IMPORTANT;

}

#content {

	margin-top: 35px;
	margin-bottom: 0px;
	margin-left: 245px;
	margin-right: 180px;
	rem border: 1px solid green;
	padding: 5px 5px 0 5px;
	
}

#logo {

	width: 700px;
	height: 40px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-size: 280%;
	font-variant : small-caps;
	color: #ffffff;
}

#eyecatcher {
float: left;
	margin-top: 0px;
	margin-left: 5px;
	width: 200px;
	height: 500px;
	padding: 1px;
	border : 1px solid #000000;
	background-color: #888888;
	position: relative;
	z-index: 5;
}
