#page.hold_floats{
	height: 100%;
	min-height: 100%;
	background: #99cc00;
	width: 900px;
	position: absolute;
}

#main {
	background: #99cc00;
	padding: 0px;
	height: 440px;
}
#header {
	height: 72px;
	margin: 0px;
	margin-top: 30px;
	padding: 0px;
	background-color: #99cc00;
	border-top: 1px solid white;
}
#header img {
	margin: 0px;
	font-size: 208%;
	margin-top: 27px;
}

/* Formatierung der Fu�zeile */
#footer {
	position: absolute;
	bottom: 0px;
	color: #888;
	background: #99cc00;
	line-height: 2em;
	height: 43px;
	width: 900px;
	border-top: 1px solid white;
}
#menu2 {
	width: 900px;
	bottom: 0px;
	padding: 0px;
}

/* linke Spalte */
#col1 {
	width: 900px;
	padding-top: 100px;
}

#content {
	margin: auto;
	color: #fff;
	padding-left: 280px;
	font-size: 20px;
	vertical-align: middle;
}


