@charset "utf-8";
/* CSS Document */

*
{
	padding:0;
	margin:0;
}

html
{
	background-color:#414141;
	min-height:100%;
	 overflow: -moz-scrollbars-vertical;
	 overflow-y: scroll;
}

img
{
	border:0;
}

body
{
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#background
{
	width:100%;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:100%;
}

#container
{
	width:780px;
	margin:0 auto;
}

#header
{
	height:59px;
	width:780px;
	background-image:url(../img/bg_header.jpg);
	background-repeat:repeat-x;
	float:left;
}

#picture
{
	height:149px;
	width:780px;
	background-image:url(../img/home_header.jpg);
	float:left;
}

.spanje
{
	background-image:url(../img/spanje_header.jpg) !important;
}

.vergaderen
{
	background-image:url(../img/vergaderen_header.jpg) !important;
}

#picture #doorzichtig
{
	float:left;
	width:131px;
	height:149px;
	background-color:#fff;
	opacity:0.4;
	filter: alpha(opacity = 40);
}

#page
{
	float: left;
}

#menu
{
	background-image:url(../img/bg_menu.jpg);
	background-repeat:repeat-x;
	float:left;
}

#content
{
	float:left;
	width:609px;
	margin-top:30px;
	padding-left:40px;
}

#footer
{
	height:49px;
	width:780px;
	float:left;
}

#header span
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#222;
	margin-top:15px;
	float:left;
	display:block;
}

#header span#grey
{
	color:#6d6d6d;
}

#menu ul
{
	float:left;
}

#menu li
{
	list-style:none;
}

#menu a
{
	color:#6d6d6d;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom:1px solid #bcbcbc;
	width:121px;
	padding-left:10px;
	text-decoration:none;
	display:block;
	font-size:9px;
}

#menu a:hover
{
	font-weight:bold;
	color:#222;
}

#content h1
{
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:40px;
	padding-right:30px;
	border-bottom:1px solid #bcbcbc;
	float:left;
	margin-bottom:15px;
	font-weight:normal;
	display:inline;
}

#content h2
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	font-weight:bold;
	color: #6D6D6D;
}

#content p
{
	clear:left;
	font-size:10px;
	color:#6d6d6d;
	line-height:15px;
	text-align:justify;
	margin-bottom:15px;
}

#content p a
{
	font-size:10px;
	color:#6d6d6d;
}

#content img
{
	padding:5px;
	border: 1px solid #dadada;
	background-color:#f5f5f5;
	margin-right:20px;
	float:left;
	margin-bottom: 15px;
}

#content img.derde
{
	margin-right:0px;
}

#footer span
{
	margin:10px auto 0px auto;
	text-align:center;
	display:block;
	color:#fff;
	font-size:10px;
}

#footer span a
{
	color: #ffffff;
}
