<--
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	}
	
#logo {
	position: absolute;
	z-index: 3;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 220px;
	height: 75px;
	background: url('../images/style/logo.gif') no-repeat top left;
	}
#logo h1, #logo h2 {
	display: none;
	}

#bgimg {
	position: absolute;
	left: 100px;
	top: 35px;
	width: 850px;
	height: 315px;
	overflow: hidden;
	z-index: 1;
	}
#bgimg_frontwhite {
	position: absolute;
	left: 100px;
	top: 35px;
	width: 850px;
	height: 315px;
	overflow: hidden;
	z-index: 2;
	}
 
#langchooser {
    position: absolute;
    left: 345px;
    top: 10px;
    width: 600px;
    height: 25px;
    }
#langchooser ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
    }
#langchooser ul li {
    float: left;
    width: 25px;
    height: 25px;
    }
#langchooser ul li a {
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #666666;
    display: block;
    margin: 6px;
    }
#langchooser ul li.s {
    background: url('../images/style/lang_bg_blauw.gif') no-repeat top left;
    }
#langchooser ul li.s a {
    color: #ffffff;
    }
#langchooser ul li.l {
    width: auto;
    }
#langchooser ul li.l a {
    border-bottom: 1px dotted #cccccc;
    }
#langchooser ul li.l form {
    margin: 0px;
    padding: 0px;
    width: auto;
    margin-top: 2px;
    margin-left: 10px;
    }
#langchooser ul li.l .searchbox {
    border: 1px solid #999999;
    background: #ffffff;
    padding: 1px;
    font-family: "Trebuchet ms", "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    width: 150px;
    }
#langchooser ul li.l .searchbtn {
    background: #efefef;
    border: 1px outset #efefef;
    font-family: "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    color: #666666;
    padding: 2px;
   }

#menu1 {
	position: absolute;
	left: 100px;
	top: 75px;
	width: 850px;
	height: 35px;
	z-index: 3;
	background: #ffffff;
	opacity: .85;
	filter: alpha(opacity=85);
	}
#menu1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	padding-left: 6px;
	}
#menu1 ul li {
	float: left;
	height: 35px;
	background: #ffffff;
	margin-bottom: 1px;
	}
#menu1 ul li a {
	display: block;
	margin: 4px;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-decoration: none;
	color: #999999;
	border-right: 1px solid #cccccc;
	padding-right: 4px;
	font-weight: bold;
	}
#menu1 ul li a:hover {
	text-decoration: underline;
	}
#menu1 ul li.s a {
	color: #000000;
	}

	
#promo {
	position: absolute;
	z-index: 4;
	left: 499px;
	top: 295px;
	width: 440px;
	height: 55px;
	background: #FFFFCC;
	padding: 5px;
	border: 1px solid #FFCC00;
	}
#promo h1 {
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
	}
#promo p {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	}
#promo p a {
	color: #666666;
	}
#promo p a:hover {
	color: #000000;
	}

	#content {
		position: absolute;
		width: 850px;
		top: 370px;
		left: 100px;
		}
	#content .kolom {
		top: 0px;
		width: 270px;
		border: 1px solid #DEDEDE;
		background: #ffffff;
		}
	#content #kolom1 {
		float: left;
		}
	#content #kolom2 {
		float: left;
		margin-left: 18px;
		}
	#content #kolom3 {
		margin-left: 578px;
		}
	#content .blauw {
		border: 1px solid #3394CC;
		background: #EFF4F7;
		}
#content .rood {
	border: 1px solid #CC3333;
	background: #FFEEEE;
	}
#content .geel {
	border: 1px solid #F1DF12;
	background: #FEFEE1;
	}
#content .kolom div {
	margin: 10px;
	height: 150px;
	overflow: auto;
	}
#content .kolom div h1 {
	margin: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	}
#content .kolom div p {
	margin: 0px;
	margin-bottom: 5px;
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	}
#content .kolom div a {
	color: #669933;
	text-decoration: underline;
	}
#content .kolom div a:hover {
	background: #669933;
	text-decoration: none;
	color: #ffffff;
	}
#maincontent{
	width: 550px;
	padding-right: 50px;
	margin: 2px;
	float: left;
}
#maincontent h1 {
	clear: both;
	margin: 0px;
	margin-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #000000;
	}
#maincontent h2 {
	clear: both;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	}
#maincontent p {
	margin: 0px;
	margin-bottom: 10px;
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	}
#maincontent a {
	color: #669933;
	text-decoration: underline;
	}
#maincontent a:hover {
	background: #669933;
	text-decoration: none;
	color: #ffffff;
	}
#kalender{
	width: 240px;
	float: right;
	margin: 0px;
	margin-bottom: 10px;
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
}
#kalender h1{
	clear: both;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
}
#kalender .date {
	padding: 2px;
	background: #58AEC1;
	color: #ffffff;
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#kalender a{
	color: #58AEC1;;
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
#kalender ul{
	list-style-type: none;
	display: block;
	margin-left: -60px;
}
#kalender ul li{
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-bottom: 5px;
	border-bottom: 1px dotted #DEDEDE;
	padding-bottom: 5px;
}
#kalender ul li a {
	text-decoration: none;
	color: #666666;
	}
#kalender ul li a:hover {
	text-decoration: none;
}
#news {
	top: 0px;
	margin-top: 20px;
	width: 560px;
	border: 1px solid #ffffff;
	background: #ffffff;
	}
#news h1 {
	display: none;
	}
#news ul {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	display: block;
	}
#news ul li {
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-bottom: 5px;
	border-bottom: 1px dotted #DEDEDE;
	padding-bottom: 5px;
	}
#news ul li a {
	text-decoration: none;
	color: #666666;
	}
#news ul li .date {
	padding: 2px;
	background: #58AEC1;
	color: #ffffff;
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
#news ul li.morenews {
	border-bottom: 0px;
	text-align: right;
	}
#news ul li.morenews a {
	color: #669933;
	text-decoration: underline;
	}
#news ul li.morenews a:hover {
	background: #669933;
	color: #ffffff;
	text-decoration: none;
	}	

#quote {
	top: 0px;
	margin-top: 20px;
	width: 270px;
	float: right;
	border-left: 1px solid #dedede;
	background: #ffffff;
	}
#quote h1 {
	display: none;
	}
#quote .qstart {
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 72px;
	color: #efefef;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	margin-left: -3px;
	}
#quote div {
	margin: 10px;
	margin-top: -35px;
	font-family: "Trebuchet ms", "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	}
#quote div img {
	border: 0px;
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
	}
#quote div p.morequotes {
	text-align: right;
	}
#quote div a {
	color: #669933;
	text-decoration: underline;
	}
#quote div a:hover {
	background: #669933;
	color: #ffffff;
	text-decoration: none;
	}
	
#footer {
	clear: both;
	top: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 10px;
	width: 850px;
	background: #ffffff url('../images/style/footer_bg.gif') no-repeat top center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #999999;
	}
#footer a {
	color: #999999;
	}
#footer a:hover {
	color: #000000;
	}
	
/**
ADDED BY THISCONNECT
*/
.img {
	//width: 162px;
	border: 1px solid #DEDEDE;
	background: #ffffff;
	text-align:justify;
	//clear: both;
	//float: left;
	//position: relative;
	}
.img img {
	margin: 1px;
	border: 0px;
	}
.right {
	float: right;
	margin: 0px;
	margin-left: 5px;
	}
.left {
	float: left;
	margin: 0px;
	margin-right: 5px;
	}
	
.caption{
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    color: #666666;
}
-->