<!--

html {
	background-image: url(images/ges_back.gif);
	background-color: #000000;
	background-position: top;
	background-repeat: repeat-x;
	position: inherit;
	}
	
html body#home, body#about, body#design, body#referenzen {
	background-image: url(images/body_back.png);
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 0;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
	}

div#header {
	position: relative;
	background-image: url(images/headerback-kleiner1.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	z-index: 4;
	}
	
div#header .links {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 5;
}

div#header .rechts {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 2;
	}

div.farblauf {
	position: absolute;
	right: 0px;
	top: 70px;
	z-index: 5;
	}

#Navigation {
  	background-image: url(images/navi_back.gif);
	background-position: bottom;
	background-repeat: repeat-x;
  	padding: 0;
	margin: 0;
	width: auto;
	z-index: 20;					
	}
	
ul#Navigation {
	height: auto;
	margin-top: 10px;
	margin-left: 0;
	padding: 5px 0 0 150px;
	display: block;
	text-align: left;
	}
	 
#Navigation li {
	color: #111111;
	display: inline;
	padding: 0;
	list-style-type: none;
	}

#Navigation a {
  	color: #000000;	
	font-weight: bolder;
  	text-decoration: none;
  	padding: 10px 10px 0 10px;
	line-height: 30px;
	}
	
	
	/*für alle hover*/
#Navigation a:hover {
	color: #DD5415;
	}

#home #h_ome a, #about #a_bout a, #design #de_sign a, #referenzen #re_ferenzen a {
	color: #888888;
	}
	
div#mainbox {
	color: #444444;
	padding: 10px 0 0px 0;
	margin: 20px 0 0 0;
	display: block;
	}

div.leftcontent {
	color: #bbbbbb;
	border-right: 1px solid #cccccc;
	position: inherit;
	float: left;
	text-align: right;
	margin: 20px 0 0 20px;
	padding:0 5px 0 0;
	width: 130px;
	hight: 400px;
	}

li.angebot {
	color: #bbbbbb;
	list-style-type: none;
	font-weight: bolder;
	}
		
li.angebot h2{
	font-size: 1.2em;
	text-decoration: underline;
	}
	
div.rightcontent {
	border: 3px solid #000000;
	color:#999999;
	background-color:#333333;
	background-image:url(images/contright_back.png);
	background-position:bottom;
	float: right;
	margin: 0 50px 0 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 200px;
	hight: 400px;
	}	
	
div.midcontent {
	margin: 30px 340px 200px 200px;
	}
	
div.midcontent span, div.midcontent a {
	color: #DD5415;
	text-decoration:none;
	}
	

div#footer {
	clear: both;
	position: inherit;
	border: none;
	border-top: 1px solid #666666;
	color: #DD5415;
	text-align: left;
	padding:0 0 0 160px;
	margin: 0;
	}
-->