html, body {
 height:100%;
 font-family: "Tahoma", Helvetica, sans-serif;
 font-size: 1em;
 background: #000 url(../../img/background.jpg) repeat-x ;
 overflow:hidden;
}

h2.title {
position:relative;
font-size: 1.8em;
font-weight: bold;
color: white;
top:10px;
left: 20px;
display:inline;
}

a:link, a:visited  {
color: #aaa;
}

a:hover, a:active {
color: #fff;
}


p {
margin-bottom:15px;
}


#wrapper_head{
 position:absolute;
 top: 0;
 left: 0; 
 height: 540px;
 width: 100%;
}

#header {
 position: relative;
 width: 100%;
 height: 80px;
 top: 50%;
 margin-top: -270px;
 background: url(../../img/logo.png) no-repeat left top;
}

#header  span{
 position: absolute;
 left:5px;
 width:215px;
 height: 80px;
}

#navigation {
 position:relative;
 top: 50%;
 width: 100%;
 height: 18px;
 margin-top: 4px;
 border-bottom: 1px solid #70603f;
}

#navigation ul {display: block; margin-left:100px;}

#navigation ul li {
	float: left;
	padding: 0 5px 0 5px;
}

/* Referenzen, Impressum, etc. */

#navigation2 {
	position:relative;
	top:50%;
	width:100%;
	float:right;
	margin-top:6px;
	text-align: right;
	margin-right:10px;
}

#navigation2 ul {
	display: block; 
/* 	margin-left:100px; */
}

#navigation2 ul li {
	float: right;
	padding: 0 3px 0 3px;
}

#navigation2 ul li img {
/* 	margin-top:-100px; */
} 

#navigation2 ul li a, #navigation ul li a {
	text-decoration: none;
} 

/* Für statische Inhalte */
 
#gallery { 
 position:relative;
 top: 50%;
 left: 0%; 
 height: 415px;
 width: 100%;
 margin-top: 0%;  
 background-color: #000;
 z-index:100;
} 
 
#static { 
	 position:relative;
	 top: 50%;
	 left: 0%; 
	 height: 415px;
	 width: 100%;
	 margin-top: 0%;  
	 background-color: #000;
	 border-bottom: 1px solid #70603f;
 }
 
#footer {
	float:left;
	position:relative;
	top: 50%;
	margin:7px 0 0 10px;
	/* width:700px;
	display:block; */
	font-size:0.7em;
	color:#bfb091;
	text-align:left;
	overflow:hidden;
} 

#error {
	padding:30px 0 0 109px;
	display:block;
	color:white;
}

/* Referenzen */

#references-clients, #links-all { 
	color:#fff;
	position:relative;
	float:left;
	width:765px;
	top:20px;
	left:109px;
	text-align:left;
}

#ref-clients-left,#ref-clients-middle,#ref-clients-right{
	display:none;
	float:left;
	width:240px;
	height:100%;
	padding: 5px 5px 5px 0;
}

#references-faces { 
	color:#fff;
	position:relative;
	float:left;
	width:765px;
	height:90px;
	top:30px;
	left:109px;
	text-align:left;
}

#ref-faces-left,#ref-faces-middle,#ref-faces-right{
	display:none;
	float:left;
	width:240px;
	height:100%;
	padding: 5px 5px 5px 0;
}


#references-clients a:link, #references-clients a:visited, #references-faces a:link, #references-faces a:visited{
	color: #AAA;
	text-decoration:none;
}

#references-clients a:hover, #references-clients a:active, #references-faces a:hover, #references-faces a:active{
	color: #70603f;
	text-decoration:none;
}

#references-clients ul li, #references-faces ul li {
 	list-style: none;
	padding:1px 0 2px 0;
	/* border-bottom:1px dotted #111; */
	width:240px;
}

#links {
	width:500px;
	overflow:auto;
}

#links p {
	display:inline;
	font-size:0.9em;
	padding-top:3px;
	padding-right: 70px;
}


.link {
	margin:12px 0 23px 0;
	padding-bottom:10px;
	border-bottom: 1px solid #70603f;
}

.link img {
	margin-top:-38px;
}

.link h3 {
	font-size:1.0em;
	margin-bottom:4px;
}


/* Kontaktformular */

#contact { 
	color:#ffffcf;
	position:relative;
	float:left;
	width:600px;
	height:90%;
	text-align:left;
}

.headimage {
	margin-left: -5px;
	padding-bottom:5px;
}

#references .typ, #references2 .typ {
	margin: 10px 0 0 50px;
}

.examples { 
	color:#fff;
	position:absolute;
	float:right;
	width:267px;
	height:415px;
	right:10px;
	top:3px;
}

.examples li { 
 	list-style: none;
}

#portfolio {
margin:0;
padding:0;
}



