@import url();

body {
	margin: 0;
	padding: 0;
	color: rgb(0, 0, 0);
	z-index:50;
	font: 13px/17px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #666666 url(img/background.png) no-repeat;
}

/* @group Links */

a, a:link, a:visited {
	color: #a4af00;
	text-decoration: none;	
}

a:hover {
	color: rgb(190,205,2);
	text-decoration: underline;
}

a.vorschau {
	float: left;
	margin: 15px 4px 0px 0px;
}

a:hover div.one{
	background-position: 0 -48px !important;
}

a:hover div.two{
	background-position: 0 -83px !important;
}

a:hover div.three{
	background-position: 0 -123px !important;
}



/* @end */
.divnurbild {
	float: left;
	margin: 15px 4px 0px 0px;
}


img {
	border: 0;
}

h1 {
	display: block;
	margin: 0 0 35px 0px;
	padding: 20px 15px 15px 15px;
	color: #FFF;
	background-color: #000;
	font-size: 30px;
	font-weight:bold;
}

h2 {
	padding: 4px 8px;
	background: #FFF;
	width: 434px;
	clear: both;
	display: block;
	margin-top: 20px;
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0;
	text-transform: uppercase;
	line-height: 1.1em;
}

p{
	margin: 0 0 20px 0;	
	padding: 4px 8px;
	background: #FFF;
	width: 434px;
}

div#container {
	background:;
	position: absolute;
	left: 40px;
	top: 20px;
}

div#impressum {
	width: 600px;
	position: absolute;
	left: 80px;
	top: 50px;
}

div.projekt {
	width: 800px;
	height: 90px;
	margin: 0 0 4px 0;
	clear:both;
}

span.textvorschau {
	float: left;
	width: 395px;
	height: 72px;
}

span.textvorschau p, span.textvorschau h2 {
	padding-left: 10px;
}


span.bildvorschau {
	float: left;
	width: 300px;
	height: 72px;	
}

div.bilderreihe {
	clear:both;
	width: 700px;	
}

span.bilderreihe {
	float: left;
	margin: 0 10px 20px 0;
}

div#kontaktkarte{
	position: absolute;
	top: 160px;
	left: 890px;
	z-index:100;
	}
	
div#kopf{
	position: absolute;
	top: 20px;
	left: 930px;
	z-index:1;
	}
	
div#backlink{
	position: fixed;
	top: 50%;
	left: 0px;
	z-index:101;
	width:30px;
	height:35px;
	margin-top:-20px;
	}

/* @group Fusszeile */
div#fusszeile {
	clear: both;
}


/* @end */