/* CSS Document */

body {
margin: 0;
padding: 0;
background: url(../images/opmaak/bgd_logo_dark.jpg) #FFA74F;
/*background-repeat:repeat-x;*/
/*background-color:#F6F5F9;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
color: #333;
text-align: center;
}
#wrapper{
background-color: #FFF;
background-image: url(../images/opmaak/labyrint.jpg);
width: 770px;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border: solid 1px #999;
}
#topimage{
height: 130px;
width: 100%;
margin: 0;
padding: 0;
background-image: url(../images/opmaak/topimage_03.jpg);
background-repeat: no-repeat;
border-bottom: 1px solid #999;
text-align:left;
margin-top: 0px;
}
#split{
background-image: url(../images/opmaak/nav_back_02.jpg);
font-size: 70%;
border-bottom: 1px solid #999;
}

#navcol{
width: 185px;
float: left;
margin:30px 0 0 0;
padding:0;
position:relative;
text-align:left;
}
#navcol .logout{
	font-size:70%;
	color:#63558C;
	margin-left:7px;
}
#content{
width: 549px;
margin-left: 215px;
text-align: left;
margin-bottom: 0;
margin-top: 30px;
padding: 0;
}
.clear{
clear: both;
}
.clearright{clear:right}
#footer{
background-image: url(../images/opmaak/nav_back_02.jpg);
border-top: 1px solid #332875;
font-size: 60%;
color: #332875;
}
#footer a{
text-decoration: none;
color: #332875;
}
#footer a:hover, #footer a:focus{
background-color: #332875;
color: #CEE882;
}
/*OPMAAK CONTENT*/
#content p{
margin-left: 25px;
margin-right: 50px;
font-size: 75%;
line-height: 1.3em;
}
#content h1{
font-size: 110%;
color: #63558C;
/*font-variant: small-caps;*/
font-weight: lighter;
letter-spacing: 0.2em;
margin-left: 25px;
margin-right: 50px;

}
#content h2{
font-size:85%;
letter-spacing: 0.1em;
color: #8072CF;
margin-right:50px;
margin-left: 25px;
margin-bottom:-10px;
font-weight:500;
}
#content h3{
font-size: 80%;
font-style: italic;
font-weight: normal;
letter-spacing: 0.1em;
color: #332875;
margin-left: 25px;
margin-right: 50px;
}
#content a{
color: #63558C;
}
#content a:hover, #content a:focus{
background-color: #F0F8D6;
color: #000;
}
#content ul, #content ol{
font-size: 75%;
}
#content li{
line-height: 1.4em;
margin-left: 15px;
margin-right: 50px;
}
#content li ul{
font-size:100%;
}
#content li ul li{
margin-left:0px;
}
#content hr{width:400px; text-align:center; border:thin solid #DEDBF2}
.leftimage{
border: 1px solid #CCC;
margin-right: 15px;
float: left;
}
#content img{
	border:1px solid #CCC;
	padding:2px;
}
.rightimage{
border: 1px solid #CCC;
padding:2px;
margin-left: 15px;
margin-bottom: 5px;
float: right;
}
.imageborder{
border:1px solid #CCC;
padding:3px;
}
.imageSpot{border:1px solid #CCC; margin-top:5px}
table{
width: 450px;
margin-left: 27px;
font-size: 75%;
}
table p{
font-size: 130%;
}
.formtable{
width:500px;
border:#332875 1px solid;
}
/*OPMAAK FORM*/
select {
margin-left: 10px;
color: #332875;
padding-left:0;
margin-left:0;
background-color: #FAFBF3;
border: 1px solid #CCC;
}
input {
border: 1px solid #CCC;
color: #332875;
background-color:transparent;
font-weight:bold;
}
.formbutton {
color: #332875;
background: transparent;
border: 1px solid #CCC;
}
.formbutton focus{
border: 1px solid #999999
}
textarea {
border: 1px solid #CCC;
background-color: transparent;
font-weight:bold;
}
input:focus, textarea:focus{background-color:#D6E4FE}
fieldset{margin-left:30px; width:30em; border:1px solid #CCC}
legend{font-size:110%; font-style:italic; background-color:#333366; color:#FFFFFF; padding:2px 5px 2px 5px}
label{font-style:italic; color:#333366; text-align:right; width:8.3em; float:left; padding-right:5px}
#tablehome1{
width:300px;
/*border:1px solid #332875;*/
}
/*HOMEPAGINA DIVS*/
#home1{
width:220px;
margin-left: 25px;
float:left;
border: 1px solid  #E4E1F4;
}
#home2{
width:220px;
margin-right: 50px;
float:right;
border: 1px solid  #E4E1F4;
}
#home1 p, #home2 p{
font-size:100%;
margin-top: 0px;
margin-left: 10px;
}
#hometable{
width: 220px;
margin:0;
padding:0;
background-image:url(../images/opmaak/table_back.gif);
background-repeat: no-repeat;
}
.tdSpacer{
	padding-top:8px;
}
#hometable .tableTitle{color:#8072CF; font-weight:bold; letter-spacing:0.2em; margin-top:8px}
.titelhome{
font-size:120%;
letter-spacing: 0.2em;
color: #E4E1F4;
}
.styleblue{
color: #8577D0;
}
.stylered{
color:#CC3333;
font-weight:bold;
}
.stylebold{
color:#8577D0;
font-weight:bold;
}
.stylelink{
color:#332875;
font-weight:bold;
}

/*  #########  LIGHTBOX   #########  */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* #####   FLASHVIDEO   #####   */
#FlashDiv{
float:right;
width:300px;
height:245.5px;
margin-left:5px;
border:1px solid #333333;
top:0;
padding:0;
}
#divBert{
	text-align:center;
	margin-right:25px;
}

#OpenDeurDiv{
	width:460px;
	height:460px;
	background:url(../images/tekstfotos/opendeurBack.jpg) no-repeat;
	text-align:center;
	margin-left:25px;
}
#OpenDeurDiv h1{
	color:#271470;
	font-size:110%;
	font-weight:bold;
	padding-top:30px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#OpenDeurDiv .title1{
	color:#271470;
	font-size:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}
#OpenDeurDiv p{
	color:#271470;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}