body {
	position:absolute;
	background-image:url(images/page_bg.png);
	background-repeat:repeat-x;
	scrollbar-face-color: #48423B;
	scrollbar-track-color: #00FF00;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #232323;
	scrollbar-arrow-color: #AC9980;
	scrollbar-highlight-color: #EDEBF1;
	scrollbar-shadow-color: #999999
}
html, body {
	top:0px; left:0px; right:0px;
	margin:0px;
	padding:0px;
	width:100%;
}

#top-bg {
	position:absolute;
	background-image:url(images/top_bg.png);
	background-repeat:repeat-x;
	top:2px;
	left:0px;
	width:800px;
	height:54px;
	margin: 0px;
	z-index: 9;
}

#logo {
	position:absolute;
	top:22px;
	left:400px;
	width:112px;
	height:62px;
	margin: 0px;
	z-index: 10;
}

#sloginbox {
	position:absolute;
	top:45px;
	left:785px;
	width:100px;
	height:62px;
	margin: 0px;
	z-index: 11;
}

#slogan {
	position: absolute;
	top:100px; left:14px;
	width:872px;
	height:22px;
	z-index:10;
}

#menu1-header {
	position: absolute;
	top:138px; left:14px;
	background-image:url(images/menu1_header.gif);
	background-repeat:no-repeat;
	width:170px;
	height:20px;
	z-index:10;
}
#menu1 {
	position: absolute;
	top:158px; left:14px;
	background-image:url(images/menu1_bg.png);
	float:left;
	margin:0px;
	width:170px;
	z-index:10;
}

#content-header {
	position:absolute;
	left:198px; top:138px;
	background-image:url(images/content_header.gif);
	background-repeat:no-repeat;
	margin:0px;
	width:688px;
	height:20px;
	z-index: 1;
}
#content {
	position:absolute;
	left:198px; top:158px;
	background-image:url(images/content_bg.png);
	overflow:auto;
	padding: 0px 10px;
	margin:0px;
	width:668px;
	z-index: 1;
}

#footer-container {
	position:fixed;
	left:0px; bottom:0px; right:0px;
	background-color: #000000;
	height:15px;
	margin: 0px;
	z-index:3;
}
#footer {
	position:absolute;
	left:0px; right:0px; bottom:0px;
	background-color:#000000;
	width: 100%;
	height:15px;
	margin:0px;
	padding:1px;
	z-index:5;
}

* html #footer-container {
	position:absolute;
}
* html #footer {
	position:static;
}
* html #content {
	width:688px;
}


/* Nur f�r MSIE - Kleine Nachhilfe f�r die dummen.... */

/*
* html, *html body {
	overflow:hidden;
	bottom:0px;
	height:100%;
}


* html #logo, * html #menu1 {
	position:absolute;
}

* html #header, * html #footer {
	width: 970px;
	position:static;
}

* html #content-container {
	position:absolute;
	top:0px; left:0px; right:0px; bottom:0px;
	height:100%;
	width:100%;
	overflow-y:scroll;
	padding-top:45px;
	padding-left:220px;
}
* html #content {
	margin:0px;
}
*/
