* {
	margin: 0;
	padding: 0;
}

body,html {
	background-color:#E3E85C;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: #663366;
	font-size:12px;
	line-height:18px;
	height:100%;	
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
}

.space {
	padding: 0;
	margin: 0;	
	height:20px;
}

.plaatjes {
	float:left;
	display:block;
	margin-right:10px;
}
	
strong {
	color:#6E3D5A;
	font-size:13px;
	font-weight:bold;
	}
	
li, ul { 
	padding:0;
	margin-left:10px;
	
}

img {
	border: none;
}

.border {
	border: 1px solid #502A5C;
	margin-left: 4px;
	
}

.borderx {
	border: 1px solid #502A5C;	
}

.meer {
	height:30px;
	text-align:center;
}

h1 {
	color: #663366;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin:5px 0 15px 0;
}

h2 {
	color: #1E4A51;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin:5px 0 5px 0;
}

/**************************************/


/* Algemeen lay-out */
#container {
	background: #E3E85C url(../images/bg-image.gif) bottom center no-repeat;
	background-attachment: scroll;
	height: auto;
	margin: 0 auto;
	width:100%;
	overflow: hidden;
}

#vlaggetjes {
	padding-top:120px;
	padding-left:32px;
	color: #E74592;
	font-size:10px;
	font-weight:bold;
	margin: 0 auto;	
}

#header {
	background: #FAFCF9 url(../images/bg-header.jpg) top no-repeat;
	height:215px;
	width: 1000px;
	margin: 0 auto;
}

#logo {
	width:217px;
	height:187px;
	padding-left:20px;
	float:left;
}

#foto {
	padding-right:20px;
	padding-top:22px;
	width:342px;
	float:right;
}

#wrapper {
	background: url(../images/bg-basic.png) top center repeat-y;
	min-height: 425px; /* na invullen van content = height: 100%; */
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
}

/**************************************/


#leftkolom {
	display:inline;
	width: 184px;
	height: 100%;
	float: left;
	padding-top:25px;
	padding-left:1px;
}

#content {
	display:inline;
	float: left;
	height: 100%;
	width:600px;
	padding-top:20px;
}

.buttons {
	display:block;
	margin: 0 auto;
}	


#tussenstuk {
	display:block;	
	margin: 0 auto;
}

#topstuk {
	height:25px;
}



.blok {
	display:block;
}


/**************************************/


/* Menu */
#menu{
	margin: 0 auto;
	padding-left:18px;	
}


/**************************************/



/* Footer */ 

#bg-footer1 {
	margin: 0 auto;
	width: 1000px;
	height: 27px;	
	margin: 0 auto;
}

#bg-footer2 {
	margin: 0 auto;
	background: url(../images/bg-footer2.png) top center no-repeat;
	width: 1000px;
	height: 26px;	
}


.footertext {
	float:left;
	width:800px;
	padding-left: 185px;
	padding-top:4px;
	color: #C68BD7;
	font-size: 11px;
	font-weight:normal;
}

a.footer {
	color: #C68BD7;
	font-weight:normal;
	text-decoration: underline;
}

a.footer:hover {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}


a.vlaggetjes {
	color: #E74592;
	font-weight:bold;
	font-size:10px;
	text-decoration: underline;
}

a.vlaggetjes:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a {
	color: #663366;
	font-size:12px;
	line-height:18px;
	text-decoration: underline;	
}

a:hover{
	color: #6A3A57;
	text-decoration: none;
}


/**************************************/



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
	
