html {
	height: 100%;
	padding-bottom : 0.005em;
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	padding: 0;
	margin: 0;
	background-color: #eaeaea;
	
	background-image: url(../img/layout/background.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;

	height: 100%;
	min-height: 100%;
}

#logo {
	position: absolute;
	left: 690px;
	top: 0px;
	width: 188px;
}

#anmeldung{
	position:absolute;
	left:690px;
	top:455px;
	width:191px;
	border:0px;
}

#teaser {
	position:absolute; 
	left:690px; 
	top:565px; 
	width:195px;
}

#navibereich {
	position: fixed;
	left: 50px;
	top: 40px;
	width: 170px;
}

#navigation {
	padding: 6px 10px 15px;
	background-color: #FFFFFF;
}

#sponsoren {
	margin-top: 10px;
	padding: 24px 27px 15px;
	background-color: #FFFFFF;
}

#cosponsoren {
	margin-top: 10px;
	padding: 17px 27px 8px;
	background-color: #FFFFFF;
}

#servicenavi {
	position: absolute;
	left: 239px;
	top: 0px;
	width: 420px;
	height: 30px;
}

#content {
	position: absolute;
	left: 230px;
	top: 40px;
	width: 420px;
	padding: 15px;
	background-color: #FFFFFF;
}




