* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body, html {
	height: 100%;
}

body {
	font-family: Arial, Verdana, MS Sans Serif;
	background: #000000;
	background-attachment: fixed;
	text-align: center;
}

#seite {
	/*** Ginchen ***/
	position: absolute;
	width: 1000px;
	left: 50%;
	/*** *** *** ***/
	margin-left: -500px;
	background: url('../grafik/seite_hintergrund_mitte.png') repeat-y center;
	min-height: 100%;
	z-index: 1;
}

#kopf {
	/*** Ginchen ***/
	position: fixed;
	left: 50%;
	margin-left: -500px;
	/*** *** *** ***/
	background: url('../grafik/seite_kopf.png') no-repeat top;
	/*background-attachment: left;*/
	height: 130px;
	width: 1000px;
	padding-top: 25px;
	text-align: center;
	z-index: 10;
}

#kopf_uebergang {
	background: url('../grafik/seite_kopf_uebergang.png') no-repeat top center;
	position: fixed;
	top: 130px;
	width: 1000px;
	height: 14px;
	z-index: 9;
}

#spalte_links {
	position: fixed;
	left: 50%;
	margin-left: -485px;
	width: 200px;
	top: 164px;
    height:80%;
}

#inhalt {
	width: 650px;
	font-size: 14px;
	color: #EEEEEE;
	float: left;
	text-align: left;
	padding: 140px 80px 80px 270px;
}

#inhalt p {
	position: relative;
	margin: 0px 0px 20px 0px;
}

#spalte_links ul {
	position: relative;
	margin-left: 25px;
	width: 170px;

	text-align: left;
	color: #DDDDDD;
	line-height: 25px;
	font-size: 12px;
	list-style-type: none;
}

#navigation ul {
	text-indent: 20px;
	margin-left: 0;
}

#navigation > li {
	border-top: 1px solid #444444;
    padding:5px;
}

#navigation li:first-child {
	border: none;
}

#navigation > li.double {
    line-height: 18px;
}

#navigation a, #navigation a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

#navigation a:hover {
	color: #FF8040;
}

#fuss {
	/*** Ginchen ***/
	position: fixed;
	left: 50%;
	margin-left: -500px;
	/*** *** *** ***/
	background: url('../grafik/seite_fuss.png') no-repeat bottom;
	bottom: 0;
	height: 65px;
	width: 1000px;
	clear: both;
	z-index: 10;
}

#fuss_uebergang {
	background: url('../grafik/seite_fuss_uebergang.png') no-repeat top center;
	position: fixed;
	bottom: 65px;
	width: 1000px;
	height: 9px;
	z-index: 9;
}

#copyright {
    position: absolute;
	left: 65px;
	bottom: 37px;
	color: #DDDDDD;
	font-size: 10px;
}

#ams {
    position: absolute;
    color: #d8713d;
    left: 300px;
    bottom: 33px;
    font-size: 10px;
    text-align: center;
    line-height: 11px;
}

#impressum {
	position: absolute;
	right: 50px;
	bottom: 37px;
	color: #DDDDDD;
	font-size: 10px;
}

#impressum a, #impressum a:visited {
	color: #DDDDDD;
	margin-left: 15px;
	margin-right: 15px;
	text-decoration: none;
}

#impressum a:hover {
	color: #FFFFFF;
}

.leistungen {
	list-style: circle inside;
}

.referenz {
	position: relative;
	background: #555555;
	width: 650px;
	min-height: 60px;
	margin: 10px 0 10px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.referenz_bild {
	float: left;
	width: 60px;
	padding: 5px 5px 5px 5px;
}

.referenz_beschreibung {
	float: left;
	width: 510px;
	padding: 6px 10px 5px 0px;
	font-size: 13px;
}

#kontakt {
	margin: 0px 0px 0px 80px;
	width: 506px;
	text-align: center;
}


hr {
	color: #FF8040;
	background-color: #FF8040;
	height: 2px;
	margin: 5px 0px 5px 0px;
}


input, select, textarea {
	background: #272727;
	width: 500px;
	border: 1px solid #DDDDDD;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	color: #DDDDDD;
	resize: none;
}
.button {
	width: 160px;
	margin-right: -2px;
}


/* Links */
a, a:hover, a:visited {
	color: #ff8040;
	text-decoration: none;
}

a img {
	border: 0 none;
}
/* Links Ende */


/*	Begin Headers */
h1 {
	font-size: 14px;
	padding: 20px 0px 20px 0px;
	margin: 0;
}

h2 {
	font-size: 14px;
	padding: 10px 0px 10px 0px;
	margin: 0;
    font-weight: normal;
}

h3 {
	font-size: 14px;
	margin: 0;
    font-weight: normal;
}
/* End Headers */

nav {
    z-index: 999; }

.mobilemenu {
    display: none; }
