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

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

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

#container #mainMenu {
	height: 27px;
	width: 100%;
}

#container #subMenu {
	width: 100%;
	height: 33px;
	margin-bottom: 30px;
}

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

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

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

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

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

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



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

#loginfooorm {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
}

#loginfooorm form {
	position: relative;
	top: 20px;
	left: 200px;
	font-family: georgia, serif;
	font-size: 11px;
	width: 150px;
	padding: 10px;
	bsackground: none #E8E6DC;
	background-color:rgba(255, 255, 255, 0.85);
	border-radius: 10px;
}

#loginfooorm form input {
	margin: 1px;
	border: 1px solid #008C4F;
	font-family: georgia, serif;
	font-size: 11px;
	padding: 3px 5px;
}
