html, body {
	height: 100%;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #EFEFAF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div {
	padding: 0px;
	margin: 0px;
}
#contentpane {
	width: 965px;
	min-height: 100%;
	height: auto !important;
	height: 100%;			/* IE6-fix min-height */
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;		/* fuer footer-Positionierung */
}
#header {
	height: 122px;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url('../pics/allgemein/bg_header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#left {
	width: 189px;
	height: 540px;
	float: left;
	background-color: #FFFFFF;
	background-image: url('../pics/allgemein/bg_menu.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#wrapper {
	position: absolute;
	top: 0px;
	bottom: 0px;
	border: 0px solid #000;
	width: 776px;
	margin: 122px 0 30px 189px;
	padding: 0;
	overflow: auto;
}
#wrapper.iframe {
	width: 776px;
	margin: 122px 0 30px 189px;
	padding: 0;
	overflow: hidden;
}
#content {
	position: absolute;
	top: 0px;
	bottom: 0px;
	border: 0px solid #FFFFFF;
	width: 776px;
	margin: 0;
	padding: 0;
}
#footer {
	clear: both;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: transparent;
	background-image: url('../pics/allgemein/bg_footer.png');
	background-position: top left;
	background-repeat: repeat-x;
}
#footer p {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #999999;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
	color: #999999;
}