@charset "utf-8";
/* CSS Document */

.background {
	width: 100%;
	height: 1080px;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-top: 30px;
}
.wrapper {
	width: 880px;
	height: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
}
.menutop {
	width: 840px;
	height: 70px;
	background-color: #000;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #C98403;
	padding-left: 40px;
	padding-top: 30px;
}
.menutop a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #C98403;
	text-decoration: none;
	word-spacing: 0.5em;
}
.menutop a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #3C6FB4;
	text-decoration: none;
}
img {
	border:none;
}
.fotorij {
	width: 1000px;
	height: 190px;
	margin-left: -90px;
}
.main {
	width: 880px;
	height: 350px;
}
.tekst {
	width: 600px;
	height: 280px;
	float:left;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C60;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.tekstcontact {
	width: 600px;
	height: 280px;
	float:left;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C60;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(images/phone.png);
}
.aandacht {
	width: 180px;
	height: 160px;
	float:left;
	background-image: url(images/aan.png);
	padding-top: 150px;
	padding-left: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.kopje {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.background .wrapper .main .aandacht a {
	color: #333;
	text-decoration: none;
}

.footer {
	width: 880px;
	height: 20px;
	float:left;
}
.foto1 {
	width:250px;
	height:190px;
    position:absolute;
	z-index:2;
}
.foto2 {
	width:222px;
	height:162px;
	margin-top: -28px;
	margin-left: 230px;
	position:absolute;
	z-index:10;
}
.foto3 {
	width:250px;
	height:190px;
	position:absolute;
	z-index:3;
	margin-left: 500px;
}
.foto4 {
	width:250px;
	height:190px;
	position:absolute;
	z-index:4;
	margin-left: 750px;
}
.logo {
	float:right;
	margin-top: -25px;
	margin-right: 20px;
}
.background .wrapper .main .tekst a {
	color: #39F;
	text-decoration: none;
}
