@charset "UTF-8";
/* CSS Document */


/*** LAYOUT***/
* {
	margin: 0px;
}
html, body {
	height: 100%;
}
body {
	background-color: #DCDCDA;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -40px;
	width: 900px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer #push {
	height: 40px;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container {
	width: 900px;
	border-top-width: 11px;
	border-top-style: solid;
	border-top-color: #DCDCDA;
}
#box-kopf {
	clear: both;
	float: left;
	height: 85px;
	width: 900px;
	position: relative;
	z-index: 50;
}
#box-bild {
	background-color: #FFB300;
	float: left;
	clear: both;
	height: 242px;
	width: 900px;
	position: relative;
}
#box-text {
	float: left;
	clear: both;
	width: 900px;
	position: relative;
}
#box-footer {
	width: 900px;
	background-color: #FFF;
	position: relative;
	height: 40px;
	clear: left;
	float: left;
}
#clear {
	clear: both;
	height: 0px;
}
#textinhalt-1 {
	padding-right: 55px;
	padding-left: 120px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
	clear: none;
	float: left;
	width: 480px !important;
	width: 655px;
}
#textinhalt-2 {
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
	clear: none;
	float: left;
	width: 245px !important;
	width: 245px;
}
#logo-kopf {
	position: absolute;
	left: 22px;
	top: 35px;
}
#menu {
	position: absolute;
	left: 120px;
	top: 55px;
}
#bild-1 {
	position: absolute;
	height: 242px;
	width: 145px;
	left: 457px;
	top: 0px;
}
#bild-2 {
	position: absolute;
	height: 242px;
	width: 298px;
	left: 602px;
	top: 0px;
}
#transparenz {
	position: absolute;
	height: 242px;
	width: 72px;
	left: 580px;
	top: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: #FFF;
}
#logo-fuss {
	position: relative;
	height: 40px;
	width: 120px;
	clear: left;
	float: left;
}
#copyright {
	position: relative;
	width: 780px;
	clear: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	padding-top: 11px;
}

