@charset "utf-8";
.clear {
	clear: both;
}
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Tahoma, Geneva, sans-serif;
	background-image: url(/pic/bg/body.gif);
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0; /* center, not in IE5 */
	width:960px;
	margin-right: auto;
	margin-left: auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-color:#f2ece8;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 10px rgba(54, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(54, 50, 50, 0.75);
	box-shadow:         0px 0px 10px rgba(54, 50, 50, 0.75);
}
#footer {
	background-color: #464848;
	height: 100px;
	font-size: 10px;
	z-index: 1;
}
#top {
	height: 153;
}
#bg-banner {
	position:absolute;
	top:153px;
	width: 100%;
	background-image: url(/pic/bg/01.jpg);
	background-position: center;
	height: 340px;
	z-index: 1;
	background-color: #ADC0CF;
	background-repeat: no-repeat;
}
#bg-navi {
	position:absolute;
	top:493px;
	width: 100%;
	height: 92px;
	z-index: 1;
	background-color: #6e6f6f;
}
#navigation {
	background-color: #464848;
	height: 62px;
	z-index: 10;
	padding-top: 30px;
}
#nav1 {
	float: left;
	height: 29px;
	width: 215px;
	background-color: #ff6410;
	margin-right: 33px;
	text-align: center;
	padding-top: 6px;
}
#nav2 {
	float: left;
	height: 29px;
	width: 215px;
	background-color: #8b4465;
	margin-right: 33px;
	text-align: center;
	padding-top: 6px;
}
#nav3 {
	float: left;
	height: 29px;
	width: 215px;
	background-color: #749100;
	margin-right: 33px;
	text-align: center;
	padding-top: 6px;
}
#nav4 {
	float: left;
	height: 29px;
	width: 216px;
	background-color: #3984b2;
	text-align: center;
	padding-top: 6px;
}
#content {
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clear-content {
	clear: both;
	height: 42px;
}

h1 {
	padding: 0px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 30px;
	color: #6e6f6f;
}
p {
	font-size: 12px;
	font-weight: lighter;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #464848;
	line-height:19px;
}

h2 a {
	padding-left: 30px;
	padding-right: 10px;
	text-decoration: none;
	font-size: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}
h2 {
	padding: 0px;
	margin-top: 23px;
	margin-right: 30px;
	margin-bottom: 19px;
	margin-left: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #464848;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h3 a {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
ul {
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
	color:#464848;
	list-style-type: none;
}
li {
	margin: 12px 0px 12px 0px;
	background-image:url(/pic/global/list.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding: 0px 0px 0px 10px;
}
#aux {
	width: 960px;
	text-align: right;
	color: #e2dcd8;
	padding-top: 11px;
	z-index: 101;
}
#aux a {
	font-size: 10px;
	color: #e2dcd8;
	text-decoration: none;
}
#content-right {
	float: right;
	width: 320px;
}
#content-left {
	float: left;
	width: 640px;
}
#subnavi-unternehmen {
	background-color: #6e6f6f;
	padding-left: 30px;
	height: 28px;
	margin-bottom: 29px;
	width: 768px;
	padding-top: 4px;
}

#subnavi-unternehmen a {
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 12px;
	padding-left: 12px;
}
#container #content #subnavi-unternehmen .on {
	background-color: #FF6410;
	padding-top: 4px;
	padding-bottom: 5px;
}
