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

html, body {
	height: 100%;
	background: url(images/bg.gif) repeat-y 50% #FFF6E0;
}

#container {
	position: relative;
	width: 990px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	color: #666;
}

#container img#logo {
	margin: 37px 0 0 51px;
}

#container #buttons {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 10;
}

#container #head {
	z-index: 1;
	position: relative;
	height: 333px;
	margin-top: 32px;
	background: url(images/bg_head.gif) repeat #FFD745;
}

#container #head img#steckdose {
	position: absolute;
	top: 23px;
	left: 64px;
}

#container #head img#smileys {
	position: absolute;
	top: 135px;
	left: 389px;
}

#container #head img#schwein {
	position: absolute;
	top: 33px;
	left: 654px;
}

#container #nav {
	margin-bottom: 50px;
}

#container #left {
	width: 220px;
	float: left;
	margin-left: 51px;
}

#container #content {
	width: 635px;
	float: left;
	margin-left: 21px;
	margin-bottom: 20px;
}

#container #foot {
    background-color: white;
    border-top: 1px solid #FBBA00;
    bottom: 0;
    color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    padding: 5px;
    position: fixed;
    text-align: center;
}

#container #foot strong {
	color: #FBBA00;
}

#container #content #sitemap {
	font-size: 11px;
	line-height: normal;
}

input, textarea, select {
	border: 1px solid #FBBA00;
	margin: 1px;
	padding: 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	color: #666;
	background: none #FFF6E0;
}

option {
	padding: 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	color: #666;
	background: none #FFF6E0;
}

label {
	padding: 3px 0px;
}