@charset "utf-8";
#containertop {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
}
#container-seperator {
	background-color: #204A64;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border-top-width: 2px;
	border-right-width: 5px;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
}
#nieuwbouw {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	float: left;
	height: 30px;
	width: 125px;
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	margin-left: 75px;
	margin-top: 7px;
}
#verbouw {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	float: left;
	height: 30px;
	width: 125px;
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	margin-left: 135px;
	margin-top: 7px;
}
#renovatie {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	float: right;
	height: 30px;
	width: 125px;
	border: 2px solid #FFF;
	color: #FFF;
	text-align: center;
	margin-top: 7px;
	margin-right: 75px;
}

#container-content {
	background-color: #fff;
	text-align: center;
	height: 450px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-image: url(afbeeldingen/temp-index%20background-container-content.png);
	background-repeat: repeat-x;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
.h3 {
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #F00;
}
