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

html {
	background: url(images/bg.gif) repeat #fff;
	height: 100%;
}

body {
	background: url(images/bgContainer.gif) 50% 0 repeat-y transparent;
	min-height: 100%;
}

a {
	color: #004D9F;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#box {
	width: 1000px;
	padding-bottom: 80px;
}

#container {
	background-repeat: no-repeat;
	height: 100%;
	clear: both;
}

#container #kopf {
	height: 188px;
}

#container #kopf img#logo {
	float: right;
}

#container #main {
	background: none transparent;
}

#container #main #nav {
	float: left;
	width: 147px;
	height: 100%;
}

#container #main #content {
	float: left;
	height: 100%;
	width: 558px;
	padding: 0 30px;
}

#container #main #content #headline {
	height: 85px;
}

#container #main #sidebar {
	float: left;
	height: 100%;
	width: 210px;
	padding: 135px 25px 0 0;
	clear: right;
}

#foot {
	clear: both;
	position: fixed;
	bottom: 0;
	background: none #fff;
	height: 75px;
	width: 1000px;
	border-top: 1px solid #BACB3F;
}

#foot #innerFoot {
	width: 1000px;
	height: 100%;
}

#foot #innerFoot #loginForm {
	float: left;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BACB3F;
}

#foot #innerFoot #loginForm input {
	border: 1px solid #E7EDBC;
	width: 132px;
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #BACB3F;
	margin: 1px auto;
	background: none;
}

#foot #innerFoot #FamZent {
	float: right;
	padding: 8px;
}