html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#page-background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
div#wrapper {
	position: relative; 
	width: 1024px;
 	text-align: center; 
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	clear: both;
	z-index:1
	background-color: #fff;
}
div#navigation {
	height: 598px;
	width: 133px;
	background-image: url(images/leftcol.jpg);
	background-repeat: no-repeat;
	position: relative; 
	padding: 0px;
	float:left;
	padding-top: 150px;
}
#navigation a {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	width: 132px;
	height: 27px;
	background-image: url(images/button.jpg);
	text-align: right;
	line-height:21px;
	display: block;
	position: relative;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	background-image: url(images/button-over.jpg);
}
span {
	text-decoration: none;
	margin-right: 25px;
}
div#body {
	background-color: #fff;
}
.text {
	margin-left: 75px;
	margin-top: 150px;
	font-family: Arial;
	font-size: 8pt;
	text-align: left;
	width: 400px;
	z-index: 3;
	position: absolute;
	line-height: 15px;
	display: inline;
}
div#logo {
	border: 0;
	cursor: hand;
	margin-left: 8px;
	margin-top: 63px;
	overflow: hidden;
	position: absolute; 
	width: 215px;
	height: 53px;
	z-index: 4;
	display: inline;
}
div#imgfac{
	margin-top: -75px;
	padding-left: 220px;
	position: absolute; 
	display: inline;
	float: right;
}
div#body {
	background-color: #fff;
}
img {
	border: none;
}
li a {
	color: #000;
	text-decoration:none;
	border-bottom: 1px dashed #000;
	outline: none;
}
li a:hover {
	border-bottom: 0px;
	text-decoration:none;
}
a {
	outline: none;
}
a.link {
	color: #000;
	text-decoration:none;
	border-bottom: 1px dashed #000;
}
a.link:hover {
	border-bottom: 0px;
}
div#faccontainer {
	padding-top: 150px;
	width: 700px;
	height: 50px;
}
div#factv {
	padding-right: 80px;
	float: left;
}
div#factv a {
	font-family: Arial;
	font-size: 10pt;
	color: #515254;
	text-decoration: none;
}
div#factv a:hover {
	color: #261740;
}
div#fac_imgwagen {
	position: absolute;
	float: left;
	margin-top: -20px;
}
div#fac_imgfloorplan {
	float: right;
	position: absolute;
	margin-top: -28px;
	margin-left: 400px;
}