@charset "utf-8";

html, body {
	height: 101%; /* héél belangrijk (scrollbar aan rechterzijde blijft dan staan */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: white;
	background-color: #eef3fa;
}

img { border: none; }

ul, ol {
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: -23px;
}

/* Stippelrand weg bij een link in Mozilla */
a { outline: none; }
input { outline: none; }

:focus { -moz-outline-style: none; }

/* Nodig om divs te laten meestretchen met binnenliggende floats
(http://www.webtoolkit.info/css-clearfix.html) */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Einde clearfix  */

div#website {
	/* breedte = 950px */
	width: 950px;
	/* height: 100%; */
	min-height: 100%;  /* Werkt alleen als deze kind is van HTML */
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bg_website.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

div#kop {
	/* breedte = 950px */
	width: 950px;
	/* hoogte = 110px */
	height: 110px;
	background: url(../images/bg_kop.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}

div#kop a,
div#kop a:link,
div#kop a:active,
div#kop a:visited {
	text-decoration: none;
	color: white;
}
div#kop a:hover {
	color: #4A8AB5;
}

div#logo {
	float: left;
	/* breedte = 185px */
	width: 185px;
	/* hoogte = 110px */
	height: 110px;
}

div#logo img {
	border: none;
}

div#logo a.logo {
	width: 185px;
	height: 110px;
	margin: 0;
	padding: 0;
}

div#adres {
	float: left;
	/* breedte = 580px */
	width: 545px;
	padding-left: 35px;
	/* hoogte = 110px */
	height: 95px;
	padding-top: 15px;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.4em;
}

div#hormenu {
	float: left;
	/* breedte = 185px */
	width: 175px;
	padding-right: 10px;
	/* hoogte = 110px */
	height: 95px;
	padding-top: 15px;
}

div#infocontainer {
	/* breedte = 950px */
	width: 950px;
	background: url(../images/bg_infocontainer.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	text-align: left;
}

div#infocontainer_links {
	float: left;
	/* breedte = 220px */
	width: 220px;
}

div#vermenu {
	/* breedte = 220px */
	width: 150px;
	margin-left: 30px;
	padding-left: 0px;
	padding-right: 0px;
	/* hoogte */
	padding-top: 30px;
	padding-bottom: 0px;
	font-size: 1.0em;
}

div#infocontainer_midden {
	float: left;
	/* breedte = 560px */
	width: 560px;
	text-align: left;
}

div#paginatitel {
	/* breedte = 560px */
	width: 550px;
	padding-left: 10px;
	/* hoogte = 200px */
	height: 45px;
	padding-top: 155px;
	font-size: 3.0em;
	font-weight: bold;
	text-align: left;
	color: black;
}

div#info {
	/* breedte = 560px */
	width: 520px;
	padding-left: 30px;
	padding-right: 10px;
	/* hoogte */
	min-height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #d4d4d4;
	font-size: 1.2em;
	line-height: 1.5em;
	color: black;
}

div#info h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin:0;
	padding-top: 15px;
	padding-bottom: 5px;
}

div#info img { border: 1px solid black; }

div#info li {
	padding-bottom: 7px;
}

div#info a,
div#info a:link,
div#info a:active,
div#info a:visited {
	text-decoration: none;
	color: #4A8AB5;
}
div#info a:hover {
	color: black;
}

/* Copy right */
div#copyright {
	/* breedte 560px */
	width: 560px;
	/* hoogtete 25px */
	height: 20px;
	padding-top: 5px;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	color: black;
	background-color: #d4d4d4;
	/* border: 1px solid red; */
}
div#copyright a,
div#copyright a:link,
div#copyright a:active,
div#copyright a:visited {
	text-decoration: none;
	color: black;
}
div#copyright a:hover {
	color: #4A8AB5;
}

div#infocontainer_rechts {
	float: right;
	/* breedte = 170px */
	width: 170px;
	text-align: left;
}

/* Social-media: Add This */
div#social-media {
	/* breedte 560px */
	width: 560px;
	/* hoogtete 30px */
	height: 20px;
	padding-bottom: 10px;
	background-color: #d4d4d4;
}

/* Breedte aanpassen anders geen centrering */
div.addthis_toolbox {
	width: 120px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
/* border: 1px solid red; */
}

div.melding {
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight:bold;
	color: red;
}

div#designed-by {
	position: absolute;
	top: 5px;
	left: 2px;
}
