html,body {
	height: 100%;
}

/* - - - - - - - - - - - - - - - - - - - - Layout Allgemein - - - - - - - - - - - - - - - - - - - - */

#header {
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 77px;
	width: 800px;
}

#navigation {
	position: absolute;
	left: 0px;
	top: 100px;
}

#content {
	position: absolute;
	left: 208px;
	top: 100px;
}

#aussenspalte {
	position: absolute;
	left: 660px;
	top: 100px;
}

