
HTML, BODY {	
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

* HTML {
	overflow: hidden;
}

#header, #footer {
	position: fixed;
	width: 100%;
	text-align: right;
	z-index: 100;
	background-color: #FFFFFF;
}

#header {
	top: 0px;
	height: 90px;
	border-bottom: 1px solid #CFD2D5;
}

* HTML #content {
	overflow: auto;
	overflow-y: scroll;
}

#footer {
	bottom: 0px;
	height: 40px;
	border-top: 1px solid #CFD2D5;
}

#footer DIV {
	float: right;
}

#denker {
	position: absolute;
	margin-top: -59px;
	right: 220px;
}

#inhalt {
	margin-left: 120px;
	margin-right: 300px;
}

#inhalt.noRightColumn {
	padding-right: 120px;
}

#rechteSpalte {
	float: right;
	width: 220px;
}

#slidemenubar {
	position: fixed;
	margin: 0px;
	padding: 0px;
}

* HTML #slidemenubar {
	position: absolute;
}