/* ---------------------------------- Background & Algemeen */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/clouds.gif) repeat;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	color: #3399CC;
}

A:link{ color: #3399CC; text-decoration:none; }
A:hover{ color: #009900; text-decoration:none; }
A:active{ color: #3399CC; text-decoration:none; }
A:active:hover{ color:#009900; text-decoration:none; }
A:visited{ color: #3399CC; text-decoration:none; }
A:visited:hover{ color:#009900; text-decoration:none; }





/* ---------------------------------- Omvang */

#container {
	width: 1200px;
	margin: 2px auto;
}

#wrap {
	width: 690px;
	background-color: #fff;
	border: 4px solid #61c5ff;
	margin: -80px auto 0;
	overflow: hidden;
}



/* ---------------------------------- Navigatie */

#picker {
	margin: 70px 0 0 0;
	width: 700px;
	background-color: #61c5ff;
	height: 25px;
}

#vak1 {
	width: 82px;
	float: left;
}

#vak2 {
	width: 82px;
	float: left;
}

#vak3 {
	width: 69px;
	float: left;
}

#vak4 {
	width: 86px;
	float: left;
}

#vak5 {
	width: 129px;
	float: left;
}

#vak6 {
	width: 150px;
	float: left;
}

#vak7 {
	width: 92px;
	float: left;
}

ul.menu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.last {
	margin: -3px 0 0 0;
}

/* ---------------------------------- Nav kleurtjes */

#kleurtjes {
	margin: 20px auto 0;
	width: 310px;
}

#kleurtjes p {
	float: left;
	margin-right: 25px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #61c5ff;
}

#kleurtjes input {
	margin: 2px 13px 0 0;
}

.red {
	background-color: #FF0000;
	border: none;
	height: 13px;
	width: 13px;
	float: left;
}

.orange {
	background-color: #FF9900;
	border: none;
	height: 13px;
	width: 13px;
	float: left;
}

.yellow {
	background-color: #FFFF00;
	border: none;
	height: 13px;
	width: 13px;
	float: left;
}

.green {
	background-color: #66CC00;
	border: none;
	height: 13px;
	width: 13px;
	float: left;
}

.blue {
	background-color: #61c5ff;
	border: none;
	height: 20px;
	width: 20px;
	float: left;
}

.darkblue {
	background-color: #0066CC;
	border: none;
	height: 13px;
	width: 13px;
	float: left;
}

.lila {
	background-color: #CC99FF;
	border: none;
	height: 13px;
	width: 13px;
	float: left;
}

.red:hover, .orange:hover, .yellow:hover, .green:hover, .blue:hover, .darkblue:hover, .lila:hover {
	height: 20px;
	width: 20px;
	border: 2px dashed #000000;
}





/* ---------------------------------- Content */

#content {
	width: 630px;
	margin: 53px auto;
	font-size: 11pt;
}

h2 {
	background: url(images/welkom.gif) no-repeat;
	height: 58px;
	margin: 0 0 7px 410px;
	text-indent: -10000px;
}

#nr0{
	background: url(images/vacas.gif) no-repeat;
	height: 50px;
	margin: 0 0 7px 390px;
	text-indent: -10000px;
}

#schommie{
	width:441px;
	margin-top: 60px;
	margin-left: 85px;
}

#nr2 {
	background: url(images/nieuws.gif) no-repeat;
	height: 47px;
	margin: 0 0 7px 450px;
	text-indent: -10000px;
}

#nr3 {
	background: url(images/informatie.gif) no-repeat;
	height: 51px;
	margin: 0 0 7px 390px;
	text-indent: -10000px;
}

#nr4 {
	background: url(images/fotos.gif) no-repeat;
	height: 44px;
	margin: 0 0 7px 490px;
	text-indent: -10000px;
}

#nr5 {
	background: url(images/inschrijv.gif) no-repeat;
	height: 59px;
	margin: 0 0 7px 316px;
	text-indent: -10000px;
}

#nr6 {
	background: url(images/reglement.gif) no-repeat;
	height: 57px;
	margin: 0 0 7px 380px;
	text-indent: -10000px;
}

#nr7 {
	background: url(images/contactt.gif) no-repeat;
	height: 49px;
	margin: 0 0 7px 450px;
	text-indent: -10000px;
}

#line {
	width: 630px;
	border-bottom: 1px solid #999999;
	margin-bottom: 30px;
}


/*h2 img{
	float: right;
}*/


#content p {
	margin-bottom: 20px;
}

h1 {
	height: 417px;
	width: 900px;
	margin: auto;
	margin-top: 20px;
	background: url(images/regenboog.gif) no-repeat;
	text-indent: -10000px;
}

.eerst {
	margin-top: 30px;
}

.plaatje {
	float: left;
	margin: 20px 20px 20px 0;
}

.plaatje2 {
	float: right;
	margin: 20px 0 20px 20px;
}

.fat {
	font-weight: bold;
}

.eerstezin {
	margin-top: -18px;
}

#lijst {
	margin-top: 60px;
}

#lijst p {
	text-align: center;
	margin-top: -15px;
}

.mid {
	text-align: center;
}

.little {
	text-align: right;
	font-size: 10px;
}

/*#frames {
	margin-left: 175px;
}

#frame2 {
	margin-left: 70px;
}

#frame3 {
	margin-left: 85px;
}*/

.fotos2 img{
	margin: 30px 0 30px 28px;
	border: 1px solid #61c5ff;
}

.tweedefotos img{
	margin: 0 0 30px 28px;
	border: 1px solid #61c5ff;
}

.fotos3 img{
	margin: 30px 0 30px 5px;
	border: 1px solid #61c5ff;
}

.tweedefotos2 img{
	margin: 0 0 30px 5px;
	border: 1px solid #61c5ff;
}

#formulier {
	margin-top: 300px;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

#formulier td{
	margin-top: 10px;
}

#up {
	margin-top: -5px;
}

.tekst {
	float: right;
}

.tekst2 {
	float: right;
	margin-top: -16px;
}

#formulier input, textarea {
	border: 1px dashed #fff;
	margin: 0 0 15px 20px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background-color: #61c5ff;
	color: #fff;
	font-variant: small-caps;
	font-weight: bold;
}

#formulier input:active, #formulier input:hover, #formulier input:focus, textarea:active, textarea:hover, textarea:focus {
	border: 1px dashed #61c5ff;
	background-color: #FFFFFF;
	color: #61c5ff;
	font-variant: normal;
}

#formulier input[type=submit]:active, #formulier input[type=submit]:hover, #formulier input[type=submit]:focus {
	font-variant: small-caps;
}

#formulier input[type=reset]:active, #formulier input[type=reset]:hover, #formulier input[type=reset]:focus {
	font-variant: small-caps;
}

#content li {
	list-style: circle;
}

.kaart {
	width: 290px;
	float: left;
	margin: 20px 20px 20px 0;
	border: 1px solid #61c5ff;
}

.laatst {
	margin-bottom: 25px;
}

.mid2 {
	text-align: center;
	margin-top: -20px;
}

#bloggie {
	width: 600px;
	margin: auto;
}

.datum{
	text-align: center;
	margin: 20px 0 0 0;
}

.blog {
	border-top: 1px dashed #FF99CC;
	border-bottom: 1px dashed #FF99CC;
	padding: 15px 0;
}

.dik {
	font-weight: bold;
}

.dikk {
	font-weight: bold;
	font-size: 12pt;
}

.blog img{
	height: 322px;
	width: 429px;
	margin-left: 80px;
	margin-top: 15px;
	border: 1px solid #61c5ff;
}

/* ---------------------------------- Footer */

#footer {
	font-size: 8pt;
	color: #fff;
	text-align: center;
	margin: 8px 0 50px 0;
}






/*  --------------------------------- Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


















