* {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
}

html, body {
	background-color: #fff;
	height: 100%;
}

a {
	color: #3A66AE;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input {
	background-color: #E0E0E0;
	border: 1px solid #3A66AE;
	width: 125px;
	margin: 1px;
	padding: 2px;
	color: #3A66AE;
	font-weight: bold;
	font-size: 8pt;
}

textarea {
	margin: 1px;
	padding: 2px;
	width: 125px;
	background-color: #E0E0E0;
	border: 1px solid #3A66AE;
}

.textinhalt label {
	display: block;
	height: 15px;
	width: 180px;
	margin: 1px 1px 0 1px;
	padding-top: 3px;
	vertical-align: middle;
}

.textinhalt input, .textinhalt textarea, .textinhalt select {
	font-size: 8pt;
	background-color: white;
	border: 1px solid #CCCCCC;
	color: black;
	margin: 1px;
	height: 16px;
	padding: 2px 0 0 3px;
	vertical-align: middle;
}


#container {
	width: 974px;
	min-height: 100%;
	padding-left: 26px;
	background: url(images/container_bg.gif) repeat-y 0 0 transparent;
}

#kopf {
	float: left;
	height: 109px;
	width: 972px;
	background: url(images/kopf_mb.jpg) no-repeat 0 0 #E1E8F3;
}

#logo {
	clear: both;
	float: right;
	margin: 22px 14px 0 0;
}

#nav {
	float: left;
	width: 193px;
	margin: 0;
	padding: 80px 0 20px 0;
	background: url(images/navOben_mb.jpg) no-repeat 0 0 transparent;
	border-right: 2px solid #E0E0E0;
}

#nav #loginform {
	margin: 15px 0 0 18px;
	font-size: 11px;
}

#Inhalt {
	float: left;
	width: 561px;
	padding: 40px 30px 20px 22px;
	background: url(images/content_bg.jpg) no-repeat 0 0 transparent;
}

#fuss {
	clear: both;
	position: fixed;
	bottom: 0;
	width: 966px;
	padding: 3px;
	text-align: center;
	border-top: 2px solid #E0E0E0;
	background-color: #E1E8F3;
	font-size: 11px;
}

br {
	clear: both;
}