@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #CCC;
	background-image: url(body_achtergrond.jpg);
	clip: rect(auto,auto,auto,auto);
	background-repeat: repeat-x;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #B5151F;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FFF;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 900px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-color: #D1CDCC;
	background-image: url(achtergrond.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
}
#tekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B81822;
	font-size: 1em;
	float: right;
	width: 500px;
	margin-top: 300px;
	margin-right: 140px;
}
#tekstWelkom {
	width: 500px;

}

#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	font-weight: bold;
}
#menu {
	padding-top: 200px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	width: 200px;
	position: relative;
	float: left;

}
#menu ul li a {
	color: #B5151F;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#menu ul {
	color: #B5151F;
	list-style-type: none;
	padding-top: 0px;
}



#header {
	position: relative;

}
#headerfoto {
	margin-left: 260px;
}

#footer {
	height: 74px;
	position: relative;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	width: 900px;

}
#inhoud {
	width: 900px;
	position: relative;
	background-repeat: repeat-x;
	height: 727px;
}
#contact_formulier {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #B5151F;
	width: 250px;
	float: right;
	height: 250px;
	font-weight: bolder;
	margin-top: 270px;
	margin-right: 385px;
}
#adres {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #D32F38;
	line-height: normal;
	width: 200px;
	position: absolute;
	height: 150px;
	top: 549px;
	left: 48px;
}
#inhoud_info {
	float: right;
	height: 350px;
	width: 400px;
	margin-top: 310px;
	margin-right: 240px;

}

#contacttekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #B5151F;
	font-weight: bolder;
}
#gallery {
	margin-left: 100px;
	padding-top: 390px;

}
#googlemaps {
	height: 290px;
	width: 400px;
}
#menu #fotopagina {
	width: 200px;
}
#tekstfoto {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B81822;
	font-size: 1em;
	float: right;
	height: 90px;
	width: 500px;
	margin-top: 280px;
	margin-right: 105px;
}
#footerfotopagina {
	height: 73px;
	width: 900px;
	clear: both;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}
