* {
	margin: 0 auto;
	padding: 0;
}

html, body {
	height: 100%;
	background: url(images/bg.jpg) 0 0 repeat-x #E6E6E6;
}

#container {
	position: relative;
	width: 990px;
}

#container #mainMenu {
	height: 25px;
	width: 100%;
	border-bottom: 1px solid #fff;
}

#container #subMenu {
	width: 100%;
	height: 19px;
	margin-bottom: 25px;
}

#container #schnellwahl {
	pos3ition: relative;
	height: 109px;
}

#container #schnellwahl div {
	position: absolute;
	width: 100%;
	height: 100px;
}

#container #schnellwahl #logo {
	position: absolute;
	right: 0px;
	top: 55px;
}

#foot {
	height: 15px;
	width: 960px;
	padding: 4px 15px 2px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #415056;
	background: none white;
}

#foot a {
	color: #415056;
	text-decoration: underline;
}

#foot a:hover {
	text-decoration: none;
}



#kontaktform input[type=text] {
	width: 250px;
	margin: 2px;
}
#kontaktform input[type=checkbox] {
	margin: 2px;
}
