/*###############
#	ALGEMEEN    #
###############*/
body, html, h1, h2, h3, h4, h5, h6, p, dl, dt, dd { margin: 0; padding: 0; }
html { font: 12px Arial, Verdana, Tahoma, sans-serif; height: 100%; }
body { background-color: #cbcbcb; height: 100%; }

.block { display: block; }
.hidden { visibility: hidden; }
.invisible { display: none; }
.f-left { float: left; }
.f-right { float: right; }
.clear { clear: both; }
.links { text-align: left; }
.midden { text-align: center; }
.rechts { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.center { display: block; margin: auto; }
.absolute { position: absolute; }
.relative { position: relative; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.wrapper, .overflow { overflow: hidden; }

a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }
img { border: none; }
/*##############
#	LAYOUT     #
##############*/
table#center {height: 100%;width: 990px;margin: 0 auto;}
div#container {width: 988px;margin: 0 auto;background-color: #fff;padding: 30px 0;}
div#inner {border: 1px solid #ccc;width: 838px;margin: 0 auto;padding-top: 40px;}
div#header {background-color: #000;padding: 47px 0 19px 0;}
p#logo {background: url(../images/logo.gif) no-repeat;width: 333px;height: 41px;margin-left: 5px;}
p#logo a {display: block;text-indent: -9999px;height: 41px;}
div#contenthome {background: url(../images/bg-home.jpg) no-repeat;height: 331px;}
div#contenthome div#rechts {float: right;padding: 4px 10px 10px;width: 260px;}
div#contenthome div#rechts h1 {color: #ff3366;font-size: 20px;text-transform: lowercase;}
div#footer {background-color: #000;margin-bottom: 15px;}
div#footer p#copyright {color: #fff;}
div#footer {padding: 7px 5px 7px 5px}
div#footer p#copyright span {color: #fe3464;}
div#footer a {color: #fe3464; text-decoration: none;}
div#footer #link a {float:right; color: #757373; text-decoration: none;}
div#contentsub img#afbeelding {float: right;width: 208px;height: 330px;}
div#contentsub img#afbeelding-links {float: left;width: 208px;height: 330px;}
div#contentsub div#links {float: left;width: 422px;height: 330px;overflow: auto;font-size: 13px;color: #fff;}
div#contentsub div#links h1 {color: #f02f5e;font-size: 19px;background-color: #000;border-bottom: 1px solid #fff;padding: 5px 0 5px 10px;}
div#contentsub {border-top: 1px solid #fff;border-bottom: 1px solid #fff;background-color: #666;height: 329px;}
div#contentsub div#inhoud {padding: 0 10px 10px 10px;}
div#inhoud {z-index:1;}
div#inhoud img.afbeelding {margin: 0 0 5px 5px;}
div#inhoud p {margin-bottom: 1.2em; padding-top:10px;}
div#inhoud ul {margin: 0 0 1.2em 15px;}
div#inhoud a {color: #fff;}
div#inhoud table#photos {margin:0 -10px -10px -10px;}
div#inhoud table#photos th {border-left:1px solid #fff; border-bottom:1px solid #fff; height:30px; width:205px; background-color: #FF3366; color: #000; text-align: left; padding-left: 5px; font-weight: normal;}
div#inhoud table#photos td {border-left:1px solid #fff; border-bottom:1px solid #fff; height:122px; width:205px;}
div#inhoud table#photos td img {width:205px;}
div#inhoud table#photo {margin:0 -10px -10px -10px;}
div#inhoud table#photo td {height:140px; width:205px;}
div#inhoud table#photo td img {width:180px; margin-left:10px;}

div#inhoud table#photos table {margin:-2px -2px -4px -2px;}
div#inhoud table#photos table td {border-left:1px solid #fff; border-bottom:0;border-right:0; border-top:0;}
/*##################
#	LIJSTEN	       #
##################*/
ul.none, ol.none { list-style: none; }
/* Menu */
div#menu { 
	background-color: #666;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 11px;
	height: 31px;
}
div#menu ul { list-style: none; margin: 0; padding: 0; }
div#menu li { float:left; position:relative; }
div#menu ul li a {
	display:block;
	float:left;
	cursor:pointer;
	width: 130px;
	border-right: 1px solid #fff;
	padding: 8px 0 8px 8px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
div#menu ul li.laatste a {
	border-right: none;
	width: 135px;
}
div#menu ul li.active a {
	background-color: #cccc9a;
	color: #000;
}
div#menu ul li ul  {
	z-index:99;
}
div#menu ul li.active ul a {
	background-color: #666;
	color: #fff;
}
div#menu ul li.active ul a:hover {
	background-color: #ff3366;
}
div#menu ul li a:hover {
	background-color: #ff3366;
	color: #000;
}

/* Menu hover */
#menu ul ul {
	background-color: #666;
	display:block;
	position:absolute;
	left:-9999px;
	top:31px;
	z-index:5;
	visibility: hidden;
	list-style: none;
	width: 210px;
	border: 1px solid #fff;
}
#menu ul ul li {
	clear:both;
	background:none;
	height:auto;
	margin-bottom:1px;
	border-left: none;
}

#menu ul ul li a {display: block;font-size:13px;font-weight:normal;height: auto;line-height:19px;text-decoration:none;color: #fff;width: 202px;border: none;border-bottom: 1px solid #fff;}
#menu ul ul li.laatste a {
	border-bottom: none;
	width: 202px;
}
#menu ul li:hover ul { visibility: visible; }
#menu li:hover ul { position: absolute; left: 0px; }

/*##################
#	FORMULIEREN    #
##################*/
input, textarea { padding: 3px 2px; }
textarea { overflow: auto; }
input, select { font-family: Arial, Verdana, Tahoma, sans-serif; }

fieldset.none { border: none; margin: 0; padding: 0; }
fieldset.none legend { display: none; }
form ul, form ol { list-style: none; }

/*##################
#	TABELLEN       #
##################*/

table.full-width { width: 100%; }
