@charset "UTF-8";
/* CSS Document 
--- the layout of this document is based on de layout of the html
--- each parent container is named in the comment and contains 
--- the direct elements inside it

-- roze: 			#ff5395
-- groen: 		#a0d062
*/

* {
	margin: 0px;
	padding: 0px;
}

img, iframe {
	border:0px;
}

html, body {
	height: 100%;
}

body {
	background: url(template/bg.jpg) bottom center repeat-x fixed;
}

div#container {
	width: 943px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	min-height:100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /*voor IE */
	background: url(template/bgcontent.jpg);
	z-index:5;
}

div#header {
	width: 943px;
	height: 335px;
	position:relative;
	z-index:30;
}

div#nav {
	width: 875px;
	height: 130px;
	position:absolute;
	left: 45px;
	top: 200px;
}

div#nav ul {
	margin-left:0px;
	margin-bottom:0px;
}

div#nav ul li {
	list-style: none;
	float:left;
	width: 107px;
	height: 130px;
	overflow:visible;
}

div#content {
	width: 875px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 120px;
	background:url(template/top.jpg) no-repeat right top;
	z-index: 10;
}

div#footer {
	position:absolute;
	bottom: 0px;
	height: 120px;
	width: 943px;
	background:url(template/footer.jpg);
	z-index:15;
}

div#left {
	width:238px;
	height:100%;
	margin-top: 25px;
	margin-right:60px;
	float:left;
}

div#text {
	width: 530px;
	height:auto;
	margin-top: 40px;
	float:left;
}

div.knoptext {
	position: absolute;
	top:105px;
	width:107px;
	text-align:center;
}

div.knoptext a {
	color:#000000;
	text-decoration:none;
}

.clear {
	clear:both;
	width:100%;
}

div.linkerfoto {
	position:relative;
	width:204px;
	height:166px;
	margin-left:15px;
	clear:left;
}

div.linkerfotomasker {
	background: url(template/afbeeldingskader.gif) no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:204px;
	height:166px;
}

div.linkerfotomasker a {
	display:block;
	width:204px;
	height:166px;
	position:absolute;
	left:0px;
	top:0px;
}

div.keurmerk {
	text-align:center;
}

div#footer address { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#FFFFFF;
	font-weight:bold;
	position:absolute;
	top: 68px;
	left: 150px;
	text-align:center;
}

div#footer address a {
	color:#FFFFFF;
	text-decoration:none;
}

div#footer address a:hover {
	text-decoration:underline;
}

div#skip {
	position:absolute;
	top:-100px;
}

div#submenu {
	margin-left:-15px;
	width:250px;
	position:relative;
}

div#submenu ul {
	font-weight:bold;
	list-style:none;
}

div#submenu li {
	list-style-type:square;
	margin-left:30px;
	clear:left;
}

div#submenu li.icon {
	list-style:none;
	width:110px;
	height:126px;
	float:left;
	margin:0px 2px 0px 0px;
	text-align:center;
	font-weight:normal;
	clear:none;
}

div#submenu ul li a {
	color:#000000;
}

div#submenu ul li a:hover {
	color:#a0d062;
}

div.subitem {
	width: 107px;
	height:126px;
}

.textlink {
	position:relative;
	top: -12px;
	z-index: 20;
	text-decoration:none;
	color:#000000;
}

div#text div#photoalbum {
	width:475px;
	position:relative;
}

div#text div#photoalbum div {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

