/* ---------------------------------------------------- body / html ---------------------------------------------- */
body, html {
	border: 0px;
	margin:0px 0 0px 0;
	padding:0;
	height:100%;
}

body {
	background:#ffff00;
	background-image:url(../images/bg.jpg);
	color:#000000;
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #4d3f84;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #cccccc;
	scrollbar-3d-light-color: #cccccc;
}

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:1000px;
	min-height:100%;
	margin: 0 auto;
	background-image:none;
	background-repeat:repeat-y;
	z-index:1;
}

* html #wrapper {height:100%;}

/* ----------------------------------------------------- Head ----------------------------------------------------- */
#head {
	margin:0 0 0 0;
	width:1000px;
	height:323px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Navigation ----------------------------------------------- */
#navigation {
	margin:0 0 0 0;
	width:452px;
	height:307px;
	background-image:url(../images/naviback.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:-307px 0 0 452px;
	padding:26px 20px 0 40px;
	width:488px;
	min-height:281px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

.start {
	position: absolute;
	height: 20px;
	width: 88px;
	left: 121px;
	top: 368px;
	font-size:1.2em;
	font-weight:bold;
}

.leistungen {
	position: absolute;
	height: 20px;
	width: 88px;
	left: 300px;
	top: 369px;
	font-size:1.2em;
	font-weight:bold;
}

.impressum {
	position: absolute;
	height: 20px;
	width: 88px;
	left: 159px;
	top: 542px;
	font-size:1.2em;
	font-weight:bold;
}

.referenzen {
	position: absolute;
	height: 20px;
	width: 88px;
	left: 324px;
	top: 542px;
	font-size:1.2em;
	font-weight:bold;
}
