/* CSS Document */
HTML, BODY {
	width:100%;
	height:100%;
}
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#EDFCFF;
	font-size:12px;
	color:#31444F;
}

* {
	padding:0;
	margin:0;
}
#container {
	margin:0 auto;
	width:880px;
	height:100%;
}
#header {
	background-image:url(../images/header_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:75px;
}

A:LINK, A:VISITED {

}
A:HOVER {

}
/* NAVIGATIE MENU */
#nav {
	width:519px;
	height:40px;
	background-image:url(../images/nav.jpg);
	background-repeat:no-repeat;
	margin-left:20px;
}
#nav IMG {
	border:none;
}

#nav UL {
	list-style-type:none;
}
#nav LI {
	float:left;
	display:block;
	border:none;
	width:103px;
	height:40px;
	text-align:center;

}
#nav A:LINK, #nav A:VISITED, #home {
	display:block;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	padding-top:11px;


}
#nav A:HOVER, #nav A:ACTIVE {
	text-decoration:underline;
}

#content1 {
	width:538px;
	float:left;
	height:auto;
}

#content1_tekst {
	padding:20px;
	color:#31444F;
	
}

#content2 {
	width:342px;
	float:left;

}
.content2_box {
	margin-top:20px;
	background-image:url(../images/content2_box_bg.jpg);
	background-repeat:repeat-y;
	/*font-style:italic;*/
	display:block;
	
}
.content2_box_header {
	background-image:url(../images/content2_box_header.jpg);
	background-repeat:no-repeat;
	width:342px;
	height:52px;
	color:#FFFFFF;
	padding-left:15px;
	padding-top:15px;
	font-weight:bold;
}
.content2_box_tekst {
	padding-left:15px;
	width:320px;
	height:auto;
	color:#01588D;
}
.content2_box_footer {
	background-image:url(../images/content2_box_footer.jpg);
	background-repeat:no-repeat;
	width:342px;
	height:14px;
}
#content2_transbox{
	width:342px;
	height:232px;
	display:block;
	margin-top:20px;
}
#slideshow {
	margin-top:20px;
}
#content2_transbox2{
	width:342px;
	height:232px;
	background-image: url(../images/content2_transbox.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 1086px;
	top: 445px;
}/*
#content2_transbox{
display:block;
width:600px;
height:400px;
background-image: url(images/yourImage.png);
background-repeat: repeat-y;
position:absolute;
top: 82px;
left: 46px;
padding-left: 25px;
_background-image: none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/yourImage.png,
sizingMethod='scale');
}*/
.clear {
	clear:both;
}
#footer {
	text-align:center;
	color:#000;
	padding-top:20px;
	background-color:#FFFFFF;
}
#footer A:LINK, #footer A:VISITED, #footer {
	display:block;
	border:none;
	color:#000;
	text-decoration:underline;
}
#footer A:HOVER {
	text-decoration:none;
}

.vrijwilligers {
	width:130px;
	float:left;
	padding:2px;
	border:solid 1px #2AD2ED;
	margin:6px;
	color:#01588D;
	font-weight:bold;
	font-size:10px;
}

#gastenboek IMG  {
	margin-left:75px;
}

