/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	height:100%;
	padding: 0;
	margin:0;
	background-color: #045121;
}
body {
	padding:0;
	margin:0;
	background: #045121 url(../img/bg_body_index_tops.jpg) no-repeat center center;
	text-align: center;
}
#Logo {
	z-index: 1;
	position: absolute;
	left: 105px;
	width: 180px;
	height: 120px;
}
#ContentOuter {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -440px;/* half elements width*/
	margin-top: -310px;/* half elements height*/
	width: 880px;
	height: 620px;
	text-align: left;
}
#ContentInner {
	position: relative;
	width: 540px;
	padding: 110px 0 0 145px;
	text-align: left;
}
#Content {
	position: relative;
	width: 540px;
	height: 380px;
	text-align: left;
}
#TrinkHinweise {
	padding: 40px 0 0 5px;
	text-align: left;
}
#Abfrage {
	padding: 5px 0 0;
}
#AbfrageText {
	float: left;
	width: 210px;
}
#AbfrageFormular {
	float: left;
	padding: 10px 0 0;
	width: 110px;
}
#AbfrageFormular select {
	font-size: 16px;
}
#AbfrageButtons {
	float: left;
	width: 210px;
	padding: 5px 0 0;
}
#AbfrageButtons div.button {
	float: left;
	text-align: center;
	padding: 0 10px;
}