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

body {
	background-color:#1c1c1c;
	font-family: "Trebuchet MS", "Helvetica", "Myriad Pro-Regular", "Myriad Pro", "Myriad Pro-Semibold",  "Lucida Sans", "Lucida Grande", "Verdana", Times, sans-serif;
	color:#ffffff;
}

a {
	color:#849ab0;
	text-decoration:none;
}

a:hover {
	color:#99ca3c;
}

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

#header_links {
	background-image:url(images/header_links.jpg);
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:234px;
}

#header_rechts {
	background-image:url(images/header_rechts.jpg);
	position:absolute;
	left:50%;
	top:0;
	width:50%;
	height:234px;
}

.mittig {
	position:relative;
	left:-480px;
	margin-left:50%;
}

#header {
	position:absolute;
	left:195px;
}

#navi {
	position:relative;
	top:234px;
	background-color:#0f0f0f;
	width:212px;
	height:550px;
	z-index:4
}

#navi > ul > li {
	background-image:url(images/button.jpg);
	width:203px;
	background-repeat:no-repeat;
	list-style:none;
	padding-top:10px;
	padding-bottom:13px;
	padding-left:10px;
}

#navi > ul > li a {
	color:#fff;
}

#navi > ul > li > ul {
	margin-top:13px;
	margin-left:-10px;
	margin-bottom:-16px;
}

#navi > ul > li > ul li {
	list-style:none;
	background-image:url(images/unterpunkt.jpg);
	height:22px;
	background-repeat:repeat-x;
	padding-left:30px;
	font-size:14px;
	padding-top:3px;
}

#navi > ul > li:hover  {
	background-image:url(images/button_h.jpg);
}

#navi > ul > li:hover > a  {
	color:#99cc33;
}

#navi > ul > li:hover > ul li:hover a {
	color:#99cc33;
}



.trenn {
	position:absolute;
	left:0;
	width:100%;
	height:2px;
	margin-top:7px;
}

#logo_home {
	position:relative;
	left:0px;
}

#main {
	position:absolute;
	top:234px;
	left:212px;
	background-color:#d9d9d9;
	width:700px;
	z-index:2;
	color:#000;
	padding:25px;
	font-size:15px;
	text-align:justify;
	margin-bottom:50px;
}

#main ul {
	margin-left:50px;
	width:500px;
	margin-bottom:20px;
}
	
h2 {
	color:#f47920;
	font-size:18px;
	margin-bottom:20px;
}

p {
	margin-bottom:15px;
}

strong {
	position:relative;
	top:10px;
	color:#99CA3C;
}
	

form {
	background-image:url(images/formular_hinter_mitte.png);
	background-repeat:repeat-y;
	width:478px;
	position:relative;
	top:30px;
	left:20px;
	margin-bottom:100px;
}

#kontakt_formular {
	position:relative;
	top:-15px;
	left:20px;
	width:440px;
}

#formular_hinter_oben {
	position:relative;
	top:-19px;
}

#formular_hinter_unten {
	position:relative;
	top:21px;
}

#kontakt_formular tr {
	height:30px;
}

#kontakt_formular tr td input {
	height:25px;
	width:360px;
	border:#666 solid 1px;
	background-color:#FFF;
}

#nachricht {
	width:423px;
	position:relative;
	left:20px;
	border:#666 solid 1px;
	height:200px;
	margin-bottom:20px;
}

.button {
	background-color:#999;
	width:100px;
	height:24px;
	margin-right:10px;
}

.button:hover {
	color:#99ca3c;
}	

#unsichtbar {
	width:0;
	height:0;
}
	
