	/* Reset */

	html * {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100.01%;
		margin: 0;
		padding: 0;
	}

	/* Extrawurst fuer Mozilla 2 und 3 */
	html {
		height: 100%;
		margin-bottom: 1px;
		overflow-y: scroll;
	}
	ul {
		list-style-type: none;
	}

	li ul {
		font-size: 100%;
	}

	/* Layout */

	body {
		background: #faedb4 url(images/bg_body.jpg) center center fixed;
		position: relative;
	}
	.clearfix {
		clear: both;
	}
	#page {
	}
	#centerpage {
		background: #faedb4;
		margin: 0 auto;
		width: 900px;
	}

	#logo_container {
		background: transparent url(images/bg_logo_container.png) left top no-repeat;
		height: 122px;
		position: relative;
	}
	#clicklogo {
		background: transparent;
		display: block;
		height: 70px;
		left: 30px;
		opacity: .5;
		position: absolute;
		top: 30px;
		width: 60px;
		Xz-index: 99;
	}

	#header_container {
		background: transparent url(images/bg_header_container.png) left top no-repeat;
		height: 200px;
		margin-bottom: 20px;
		position: relative;
	}

	/* Extra for IE6: "display: inline" removes Doubled Float Left Margin Bug */
	/* "float" und "width" als zusaezliche Fleissaufgabe wegen "display: inline" */
	#sysmenu_container {
		display: none;
		position: absolute;
		top: 10px;
	}

	/* Extra for IE6: "display: inline" removes Doubled Float Left Margin Bug */
	/* "float" und "width" als zusaezliche Fleissaufgabe wegen "display: inline" */
	#topmenu_container {
		display: inline;
		float: left;
		padding: 0 0 0 35px;
		position: absolute;
		top: 172px;
	}

	/* Extra for IE6: "float: left" */
	#vflex_container {
		Xbackground: transparent url(images/bg-vflex-container.html) repeat-y;
		float: left;
	}

	/* Extra for IE6: "display: inline" removes Doubled Float Left Margin Bug */
	#leftcol {
		Xbackground-color: #555;
		display: none;
		float: left;
		width: 190px;
	}
	#maincol {
		Xbackground-color: #333;
		display: inline;
		float: left;
		margin-bottom: 1em;
		padding: 10px 50px 50px 50px;
		width: 800px;
	}
	/* Extra for IE6: "display: inline" removes Doubled Float Left Margin Bug */
	#rightcol {
		Xbackground-color: #777;
		display: none;
		float: left;
		font-size: .8em;
		width: 190px;
	}


	#footer_container {
		background: #6D594A;
		padding: 5px 50px 5px 50px;
	}


	#logo-printversion {
		display: none;
	}
