* {
  margin: 0;
  padding: 0;
}

html, body {
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, Sans-Serif;
}

#base{	
	position: absolute;
	width: 850px;
	margin-left: 50%;
	left: -422px;
	margin-top: 25px;	
}
#page{
	width: 850px;
	border: 1px solid #ABABAB;
	background: #FFFFFF url(images/bg_nav.gif) 3px top repeat-y;
}
#container{

}
#header {
	position: relative;
	width: 850px;
	background:#FFFFFF; 
}
#logo {
	position: relative;
	float: left;
	padding: 16px 0px 17px 21px;
	background:#FFFFFF;
}
#metanavigatie {
	position: relative;
	float: right;
	margin-top:20px;
	margin-right: 10px;
}
#visual {
	position: relative;
	float:right;
	padding: 3px;
	width: 844px;
	background:#FFFFFF;
}
#navigatie {
	position:relative;
	width: 170px;
	float: left;
	padding-left: 3px;
	margin-top: 47px;
}

#footerText {
	font-size: 11px;
	color: #888888;
	height: 30px;
	padding: 10px 5px;
}
	#footerText a, #footerText a:hover {
		font-weight: normal;
		text-decoration: underline;
		color: #888888
	}
	#footerText div.left{
		position: relative;
		float: left;
	}
	#footerText div.right{
		position: relative;
		float: right;
	}



/*
====================================================================
BREADCRUMBS
====================================================================
*/

#breadcrumbs {
	position:relative;
	height: 32px;
	float:left;
	width:645px;     /* -20px en 15px van padding */
	padding: 15px 0px 0px 20px;
	font-size: 11px;
	color: #666666;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}
#breadcrumbs a:hover {
	color: #263F56
}


/* EINDE BREADCRUMBS */



#content-container {
	position: relative;
	float:left;
	width:665px;
	background: url(images/bg_gerelateerd.gif) right repeat-y;
}
#content {
	position: relative;
	width: 407px;
	float: left;
	padding: 2px 0px 50px 20px;
	display: inline;
}
#gerelateerd {
	position: relative;
	width: 207px;
	background: #F5F5F5;
	float: right;
	display: inline;
	padding: 10px;
	border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
}

/*
====================================================================
NAVIGATIE
====================================================================
*/

#navigatie ul {
	list-style: none;
	position: relative; /* ie fix */
}
#navigatie li a {
	padding: 6px 0px 6px 5px;
	width: 165px;
	border-top: 1px solid #C7C7C7;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#navigatie li a:hover {
	background: #F5F5F5;;
}
#navigatie li.active {
	font-weight: bold;
	color: #263F56;
	background: #FFFFFF;
}
#navigatie li.active a {
	font-weight: bold;
}
#navigatie li.active a:hover {
	background: #EBF1F8;
}

#navigatie li li a:link, #navigatie li li a:visited {
	padding: 3px 0px 3px 15px;
	width: 156px;
	border-top: none;	
	display: block;
	font-weight: normal;
	text-decoration: none;
}
#navigatie li.active li a:hover, #navigatie li.active li.active {
	background-color: #FFFFFF;
}
#navigatie li.last{
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 50px;	
}
#navigatie li li.last{
	border-bottom: 7px solid #FFFFFF;
	margin-bottom: 0px;
}

/*
====================================================================
TYPOGRAFIE
====================================================================
*/

#content {
	font-size: 12px;
	line-height: 20px;
}
#gerelateerd {
	font-size: 11px;
	line-height: 18px;
}
#content ul, #content ol {
	/*list-style: none;*/
	margin: 0 0 0 24px;
}

h1, h2, h3 {
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	color: #263F56;
}

h1 {
	font-size: 24px;
	margin-bottom: 7px;
	line-height: 30px;
}
h2 {
	font-size: 20px;
	margin-bottom: 4px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
a:link, a:visited {
	font-weight: bold;
	color: #263F56;
	text-decoration: underline;
}
a:link:hover {
	color: #999999;
}
#gerelateerd a:link {
	font-size: 11px;
}


#list a:link, #list a:visited, .list li {
	color: #000000;
	font-weight:  normal;
	text-decoration: none;
	padding-left: 10px;
	background: url(images/arrow.gif) 1px 3px no-repeat;
}

#list a:hover {
	text-decoration: underline;
	background: url(images/arrow-hover.gif) 1px 3px no-repeat;
}

ul.list {
	list-style-type: none;
}
	.list li {
		background: url(images/arrow.gif) 1px 6px no-repeat;
		margin: 0 0 0 -24px;
	}


.galleryPicture {
	float: left;
	margin: 0 9px 9px 0;
	border: 1px solid #cccccc;

}
	.galleryPicture img {
		border: none;
	}



====================================================================
EMAILFORM
====================================================================
*/

#EmailForm {
	width:100%;
	border:none;
}
#EmailForm label {
	display:block;
	margin-bottom:10px;
}

#EmailForm input{
	width:60%;
	padding-left:20px;
}

#EmailForm textarea{
	width:100px;
}

#EmailForm input.button{
	margin-left:10%;
	background:#dce7c5;
}

/*
====================================================================
ZOEKEN
====================================================================
*/

.FSF_searchResults {
	margin-top: 25px;
}
.FSF_pagination {
	background: #F5F5F5;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}
.FSF_result {
	width: 300px;
	margin: 5px 0 5px 0;
}
a.FSF_resultLink:link, a.FSF_resultLink:visited {
	padding-left: 10px;
	background: url(images/arrow.gif) 1px 3px no-repeat;
}
a.FSF_resultLink:hover {
	background: url(images/arrow-hover.gif) 1px 3px no-repeat;
}

/*
====================================================================
CLEARFIX
====================================================================
*/

* html .clearfix {
	height: 1%;
}
html[xmlns] .clearfix {
	display: block;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
-->