@charset "UTF-8";
/* CSS Document */

#header {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 185px;
}

#main-window {
	display: block;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main-body {
	display: block;
	width: 955px;
	float: none;
}
.sidebar {
	margin-bottom:5px;
	margin-right:5px;}

#side-a {
	float: left;
	width: 200px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 755px;
	height: 600px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
}
#navigation {
	width:955px;
	display: block;
	float: none;
	height: 30px;
}

#Logo {
	text-align: left;
	display: block;
	width: 955px;
	float: left;
	padding-top: 10px;
}
#header-right {
	text-align: right;
	display: block;
	width: 400px;
	height: 30px;
	float: right;
	padding-top: 10px;
	margin-right: 10px;
}

#menu {
	display: block;
	padding-top:10px;
	margin-left:185px;
	width:755px;
	float: none;
}

	/*Home Button*/
		#home {
	list-style:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #aaa296;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing:2px;
	display: block;
	}	
#headermenu {
	display: block;
}
	/*Home Button*/
		#home {
	padding:0;
	list-style:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #aaa296;
	margin-top: 7px;
	padding-right: 5px;
	margin-bottom: 0px;
	padding-left: 15px;
	letter-spacing:2px;
	}	
			/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#home li {
	float:left;
	display:block;
	position:relative;
	z-index:500;
		}
		
		/* this is the parent menu */
		#home li a {
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:center;
	color: #aaa296;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #aaa296;
	border-left-color: #aaa296;
	margin-left: 0;
		}

		#home li a:hover {
	color:#fff;
	list-style:none;
	color: #F00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f00;
	padding-right: 5px;
	padding-left: 5px;
		}
	
		/* you can make a different style for default selected value */
		#home a.selected {
	background-color: #7777b2;
	font-weight: bold;
	color: #F00;
		}
	
		/* submenu, it's hidden by default */
		#home ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 0; 
			padding:0; 
			list-style:none;
		}
		
		#home ul li {
	width:120px;
	float:left;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	font-size: 10px;
	margin-top: -1px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#home ul a {
	display:block;
	color:#FFF;
		}
		
		#home ul a:hover {
	text-decoration:none;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #home ul {
			margin:0 0 0 -1px;
		}

	/*Home Button*/
		#nav {
	padding:0;
	list-style:none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #aaa296;
	margin-top: 7px;
	padding-right: 5px;
	margin-bottom: 0px;
	padding-left: 15px;
	letter-spacing:2px;
	}	
			/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
	float:left;
	display:block;
	position:relative;
	z-index:500;
		}
		
		/* this is the parent menu */
		#nav li a {
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:center;
	color: #aaa296;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #aaa296;
	border-left-color: #aaa296;
	margin-left: -1px;
		}

		#nav li a:hover {
	color:#fff;
	list-style:none;
	color: #F00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f00;
	padding-right: 5px;
	padding-left: 5px;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
	background-color: #7777b2;
		}
	
		/* submenu, it's hidden by default */
		#home ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 0; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
	width:120px;
	float:left;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	font-size: 10px;
	margin-top: -1px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
	display:block;
	color:#FFF;
		}
		
		#nav ul a:hover {
	text-decoration:none;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -1px;
		}

#header-home {
	display: block;
	width: 105px;
	float: left;
}
#navigation {
	float: left;
}
#Search {
	text-align: right;
	display: block;
	width: 200px;
	float: right;
	vertical-align: bottom;
}
.Search {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: right;
}
.btn {
	font-family: Verdana, Geneva, sans-serif;
	color: #C03;
	height: 25px;
	background-color: #FFF;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sidebar {
	margin-bottom:5px;
	margin-right:5px;}

#mainbody {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
#mainmiddele {
	height: 400px;
	width: 825px;
	vertical-align: middle;
}
#main {
	margin-top: 10px;
	width: 825px;
}
a img {border: none; }

.bodytekst {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #aaa296;
	letter-spacing: .1em;
}
.bodytekst_news {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #aaa296;
	letter-spacing: 0.1em;
	padding-left: 10px;
	display: block;
	text-align: left;
}

.hoofd {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #aaa296;
}
.hoofd a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #aaa296;
	text-decoration: none;
}
.hoofd a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	text-decoration: none;
}
.hoofd a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#mainleft {
	display: block;
	width: 600px;
	margin-top: 10px;
}
#latestnews {
	display: block;
}
.plattetekst {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
#mainbody {
	display: block;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#mainbody-intro {
	display: block;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aaa296;
	border-bottom-color: #aaa296;
	border-left-color: #aaa296;
}
#leftcolumn {
	display: block;
	width: 180px;
	padding-left:10px;
	padding-right:10px;
	vertical-align: top;
	float:right;
	}
#rightcolumn {
	display: block;
	width: 179px;
	min-height:660px;
	margin-left:20px;
	vertical-align: top;
	float: left;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #aaa296;
}
#maincolumn {
	display:block;
	width:740px;
	min-height:600px;
	float:left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aaa296;
	border-bottom-color: #aaa296;
	border-left-color: #aaa296;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #aaa296;
}
#maincolumn-no-border {
	display:block;
	width:825px;
	min-height:600px;
	margin-top:10px;
	float:left;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-style: none;
}
.pictures {
	text-decoration:none;
}
.pictures a:link {
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pictures a:hover {
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hoofdstukkop {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #aaa296;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;
}
#Search {
	text-align: right;
	display: block;
	width: 250px;
	float: left;
	vertical-align: bottom;
}
.search {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.btn {
	font-family: Verdana, Geneva, sans-serif;
	color: #C03;
	vertical-align: middle;
	height: 25px;
	background-color: #FFF;
}

.who {
	width: 80px;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	float: left;
	padding: 5px;
	vertical-align: bottom;
}
.pictures {
	width: 125px;
	height:125px;
	margin-right: 10px;
	margin-left: 10px;
	border: thin solid #999;
	display: block;
	float: left;
	padding: 5px;
}
.picture_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #aaa296;
	display: block;
	float: left;
	width: 125px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: lighter;
	text-decoration: none;
	height: 45px;
}
.picture_title a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #aaa296;
	display: block;
	float: left;
	width: 125px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: lighter;
	text-decoration: none;
}
.picture_title a:hover {
	color: #C03;
}
.picture_title a:visited {
	color: #C03;
}

#middelcolumn {
	width:815px;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.tekstlink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	text-align: center;
}
.tekstlink a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: underline;
	text-align: center;

}
.tekstlink a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
	text-decoration: underline;
}
.tekstlink a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F00;
	text-decoration: underline;
}

#question {
	display: block;
	float: left;
	width: 50px;
	padding-top: 3px;
	}

/* menu styles */
#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{
	float: left;
	list-style: none;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #999;
}

	#jsddm li a
	{
	display: block;
	text-decoration: none;
	width: 100px;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	color: #999;
	margin-left: -1px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

	#jsddm li a:hover
	{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
}
		
		#jsddm li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	width: 100px;
}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{
	width: 100px;
	color: #999;
	background-color: #FFF;
}
			
			#jsddm li ul li a:hover
			{
	background-color: #FFF;
}
		.plaintext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}

