@charset "utf-8";
/* CSS Document */
html,body {
	height: 100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
	color: #fff;
	scrollbar-face-color:#121212;
	scrollbar-arrow-color:#f5f5f5;
	scrollbar-track-color:#222E3C;
	scrollbar-darkshadow-color:#e5e5e5;
	scrollbar-highlight-color:#e5e5e5;
}
.website{
	top:50%;
	left:50%;
}
.contentvlak{
	width:100%;
	background-color:#D7DCEA;
	background-image:url(../images/contentbackground.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.scheidingslijn{
	height:5px;
	width:100%;
	background-color:#809DBD;
}
.menubackground{
	background-image:url(../images/menu.jpg);
	width:100%;
}
.menu{
	margin-left:30px;
	font-size:1.2em;
}
.menu a:link{
	margin:20px;
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:visited{
	margin:20px;
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:hover{
	margin:20px;
	color:#121212;
	text-decoration:none;
}
.contact{
	width:100%;
	background-color:#121212;
}
.adresgegevens{
	float:left;
	margin-top:17px;
	margin-left:20px;
	font-size:0.7em;
	color:#87AAD0;
}
.adresgegevens a:link{
	color:#87AAD0;
}
.adresgegevens a:visited{
	color:#87AAD0;
}
.adresgegevens a:hover{
	color:#87AAD0;
	text-decoration:none;
}
.openingsuren a:link{
	color:#87AAD0;
}
.openingsuren a:visited{
	color:#87AAD0;
}
.openingsuren a:hover{
	color:#87AAD0;
	text-decoration:none;
}
.openingsuren{
	margin-top:17px;
	margin-left:340px;
	font-size:0.7em;
	color:#87AAD0;
}
.titel{
	font-size:2em;
	font-weight:bold;
	color:#FFFFFF;
}
.titel2{
	font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
}
.content{
	padding-left:75px;
}
.inhoud{
	float:right;
	width:375px;
	color:#FFFFFF;
	padding-right:50px;
	padding-top:40px;
}
.inhoud2{
	width:625px;
	height:230px;
	overflow:auto;
	color:#FFFFFF;
}
a:link{
	color:#FFFFFF;
}
a:visited{
	color:#FFFFFF;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}