body {
	position:absolute;
	/* background-image:url(images/page_bg.gif); */
	background-repeat:repeat-y;
}
html, body {
	top:0px; left:0px; right:0px;
	margin:0px;
	padding:0px;
	width:100%;
}

#bg-left {
	position:fixed;
	width:150px;
	height:100%;
	background-image:url(images/bg-left.gif);
	background-repeat:repeat-y;
	z-index:2;
}

#bg-top {
	position:fixed;
	width:100%;
	height:51px;
	background-image:url(images/bg-top.gif);
	background-repeat:repeat-x;
	z-index:2;
}

#bg-logo {
	position:fixed;
	top:450px;
	z-index:3;
}

#logo {
	position:fixed;
	z-index:4;
}

#menu {
	position:fixed;
	width:150px;
	top: 150px;
	border:0px;
	font-size:11px;
	z-index:5;
}

#menu-members {
	position:fixed;
	width:auto;
	top: 28px;
	left: 480px;
	border:0px;
	z-index:50;
}

#lang {
	position:fixed;
	width:150px;
	top: 20px;
	left: 775px;
	border:0px;
	font-size:11px;
	z-index:7;
}

#felogin {
	position:fixed;
	width:400px;
	top: 7px;
	left: 250px;
	border:0px;
	font-size:11px;
	z-index:8;
}

#content-container {
	position:absolute;
	top:0px; left:0px; right:0px; bottom:0px;
	width:100%;
	height:100%;
}
#content {
	position:absolute;
	width:750px;
	left: 175px;
	top: 150px;
	border:0px;
	font-size:11px;
}

/* Nur f�r MSIE - Kleine Nachhilfe f�r die dummen.... */

* html, * html body {
	overflow:hidden;
	bottom:0px;
	height:100%;
}

* html #bg-left, * html #bg-top, * html #bg-logo, * html #logo, * html #menu, * html #menu-members, * html #lang, * html #felogin {
	position:absolute;
}
* html #bg-top {
	right: 16px;
}

* html #content-container {
	position:absolute;
	top:0px; left:0px; right:0px; bottom:0px;
	height:100%;
	width:100%;
	overflow-y:scroll;
}
* html #content {
	margin:0px;
}