/* CSS layout */
* {
	padding: 0;
	margin: 0;
}

img.bg {
	/* Hintergrund fuellen */
	min-height: 100%;
	min-width: 1024px;

	/* Skalieren */
	width: 100%;
	height: auto;

	/* feste Positionierung */
	position: fixed;
	top: 0;
	left: 0;
}

#head {
	min-width: 1338px;
}

#header {
	width: 1338px;
	height: 156px;
	background-image: url('images/layout/header.png');
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#main {
	min-width: 1338px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
}

#left {
	width: 68px;
	height: 534px;
	background-image: url('images/layout/left.png');
	position: absolute;
	top: 156px;
	left: 0px;
	z-index: 1;
}

#content {
	overflow: hidden;
	width: 952px;
	height: 534px;
	background-image: url('images/layout/content.jpg');
	position: absolute;
	top: 156px;
	left: 68px;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
}

#navigation {
	width: 166px;
	height: 534px;
	background-image: url('images/layout/navigation.jpg');
	position: absolute;
	top: 156px;
	left: 1020px;
	z-index: 1;
	float: left;
}

#navigation_news {
	width: 166px;
	height: 107px;
	position: absolute;
	top: 156px;
	left: 1020px;
	z-index: 2;
	float: left;
}

#navigation_portfolio {
	width: 166px;
	height: 100px;
	position: absolute;
	top: 263px;
	left: 1020px;
	z-index: 2;
	float: left;
}

#navigation_referenzen {
	width: 166px;
	height: 107px;
	position: absolute;
	top: 363px;
	left: 1020px;
	z-index: 2;
	float: left;
}

#navigation_biografie {
	width: 166px;
	height: 100px;
	position: absolute;
	top: 470px;
	left: 1020px;
	z-index: 2;
	float: left;
}

#navigation_kontakt {
	width: 166px;
	height: 120px;
	position: absolute;
	top: 570px;
	left: 1020px;
	z-index: 2;
	float: left;
}

#preornament {
	width: 78px;
	height: 534px;
	position: absolute;
	top: 156px;
	left: 1186px;
	z-index: 1000;
	background-image: url('images/layout/pre_ornament.png');
}
#ornament {
	width: 74px;
	height: 534px;
	position: absolute;
	top: 156px;
	left: 1264px;
	z-index: 1000;
	background-image: url('images/layout/ornament.png');
}

#foot {
	min-width: 1338px;
	clear: both;

}

#footer {
	width: 1072px;
	height: 48px;
	background-image: url('images/layout/footer.png');
	position: absolute;
	top: 690px;
	left: 0px;
	z-index: 1;
}

#impressum {
	width: 87px;
	height: 48px;
	position: absolute;
	top: 690px;
	left: 1072px;
	z-index: 1;
}

#cornerrightdown {
	width: 179px;
	height: 48px;
	background-image: url('images/layout/cornerrightdown.png');
	position: absolute;
	top: 690px;
	left: 1159px;
	z-index: 1;
}








