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

* {
margin:0;
padding:0;
}

html, body {
	height: 100%;
	width: 100%;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(left,  #333333 0%, #707070 50%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#333333), color-stop(50%,#707070), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #333333 0%,#707070 50%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #333333 0%,#707070 50%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #333333 0%,#707070 50%,#333333 100%); /* IE10+ */
	background: linear-gradient(to right,  #333333 0%,#707070 50%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 */
}

.clear {
	clear: both;	
}	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold	
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff	
}

#box_header, #box_content, #box_footer {
	min-width: 1080px;
}

#header, #content_bg, #footer {
	margin: 0 auto;
	position: relative;
	width: 1080px;
	z-index: 2;
	-moz-box-shadow: 0px 5px 20px 0px #666;
  	-webkit-box-shadow: 0px 5px 20px 0px #666;
 	box-shadow: 0px 5px 20px 0px #666;
}

#header {
	height: 242px;
	background: url(images/header2.jpg);
}

#box_header {
	background: #EBEBEB	
}

#content_bg {
	padding: 100px 0px;	
}

#box_content {
	background: #fff;
}

#footer {
	min-height: 200px;
	margin-bottom: 0px;
	bottom: 0px;
}

#footer, #box_footer, #content {
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(left,  #333333 0%, #707070 50%, #333333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#333333), color-stop(50%,#707070), color-stop(100%,#333333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #333333 0%,#707070 50%,#333333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #333333 0%,#707070 50%,#333333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #333333 0%,#707070 50%,#333333 100%); /* IE10+ */
	background: linear-gradient(to right,  #333333 0%,#707070 50%,#333333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 */
}

#title {
	width: 500px;
	padding: 0px 40px;
	height: 80px;
	margin-top: 140px;
	display: table;
	-moz-border-radius: 0px 80px 0px 0px;
	-webkit-border-radius: 0px 80px 0px 0px;
	border-radius: 0px 80px 0px 0px;
	background: #333;
	border: 2px solid #999;
	border-left: none;
	position: absolute;
	z-index: 4
}

#nav {
	width: 1040px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 40px;
	background: #fff;
	z-index: 3;
	margin-top: 182px;
	position: absolute;
	text-align: right;
	line-height: 40px;
	color: #060;
	z-index: 3
}

#nav a{
	text-decoration: none;
	color: #060;
}

#nav a:hover{
	text-decoration: underline;	
}

#impressum {
	width: 960px;
	padding: 40px 20px;
	margin-left: 40px;
	background: rgba(255,255,255,0.1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
}

#f_left, #f_right {
	width: 420px;
	height: 120px;
	padding: 40px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	display: table;
	vertical-align: middle;
	background: rgba(255,255,255,0.1);
}

#f_left {
	margin-left: 40px;
	float: left
}

#f_right {
	margin-right: 40px;
	float:right
}