html, body {
	height: 100%;
	width: 100%;
}
body, input {
	padding: 0;
	margin: 0;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
}
hr {
	height: 0px;
	width: 100%;
	border: 0;
	border-top: solid 1px #000000;
	display: inline-block;
	clear: left;
}
.active {
	color: #d96c05;
}
.text {
	width: 390px;
	margin-top: 30px;
}
.descr {
	width: 850px;
	text-align: left;
}
.descr_left {
	width: 425px;
	float: left;
	color: #979797;
	line-height: 20px;
	margin-top: -3px;
}
.descr_right {
	width: 425px;
	float: left;
	color: #d96c05;
	line-height: 20px;
	margin-top: -3px;
}
.project {
	width: 850px;
	text-align: left;
}
.project_left {
	width: 425px;
	float: left;
}
.project_right {
	width: 425px;
	float: left;
	padding-top: 5px;
    font-size: 11px;
	line-height: 14px;
}
.project_right strong {
	font-size: 11px;
}
.project_right b {
	font-size: 12px;
}
.project_right a {
	color: #d96c05;
	text-decoration: none;
}
.project_right a:hover {
    color: #000000;
	text-decoration: none;
}
.spacer {
	width: 850px;
	height: 10px;
	border: solid 1px #ff0000;
}
#container {
	position: relative;
	width: 950px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#center {
	width: 950px; 
	min-height: 650px; 
	position: absolute; 
	text-align:center;
}
#header {
	width: 950px;
	height: 10px;
	background-image: url(/images/villaro_white_background_top.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 950px;
	height: 50px;
	background-image: url(/images/villaro_white_background_bottom.jpg);
	background-repeat: no-repeat;
	display: inline-block;
}
#left {
	width: 50px;
	min-height: 1100px;
	float: left;
	background-image: url(/images/villaro_white_background_left.jpg);
}
#main {
	width: 850px;
	min-height: 550px;
	float: left;
	background-color: #ffffff;
}
#right {
	width: 50px;
	min-height: 1100px;
	float: left;
	background-image: url(/images/villaro_white_background_right.jpg);
}
#address {
	color: #979797;
	font-size: 0.9em;
	text-align: right;
	height: 40px;
}
#jaar {
	float: left;
	width: 67px;
	height: 40px;
}
#top {
	width: 100%;
	height: 196px;
}
#top_left {
	width: 425px;
	height: 196px;
	float: left;
	text-align: left;
}
#top_center {
	width: 219px;
	height: 196px;
	float: left;
}
#top_right {
	width: 206px;
	height: 196px;
	float: left;
}

