html {

	padding: 0px;
	margin: 0px;

}

body {

	background-color: #B3D829;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #000;  
	padding: 0px;
	margin: 0px;

}

#left {

	position: absolute;
	left: 0px;
	width: 150px;
	color: #000;
	height: expression(this.scrollHeight < 433 ? '433px' : 'auto' );
	min-height: 431px;
	margin: 0px; 
	padding: 0px;

	background-image: url("images/achtergrond-menu.jpg");
	background-repeat: repeat-y;

}

#content {
	
	margin: 0px 275px 0px 150px;
	border-left: 1px solid #CCC;
	padding: 0px;
	background-color: #ffffff;
	height: expression(this.scrollHeight < 433 ? '433px' : 'auto' );
	min-height: 431px;

}

#right {

	position: absolute;
	right: 0px;        
	width: 275px;
	color: #000;
	height: expression(this.scrollHeight < 433 ? '433px' : 'auto' );
	min-height: 431px;
	margin: 0px; 
	padding: 0px;

	background-color: #B3D829;
	background-image: url("images/achtergrond-rechts.jpg");
	background-repeat: repeat-y;

}

#header {

	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #000;
	background-color: #B3D829;
	height: 100px;
	padding: 5px 15px;
	margin: 0px

}

#footer {
	
	font-size: 11px;
	text-align: right;
	color: #FFF;
	background-color: #B3D829;
	padding: 5px 15px;
	margin: 0px 35px 0px 0px;

}

#header #logo     { float: left; margin-top: 12px; }
#header #pictures { float: right; margin-top: 12px; margin-right: 35px; }

ul.menu {

	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;

}

ul.menu li.menu {

	position: relative;
	
}
	
li.menu ul.menu {

	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;

}

ul.menu li.menu a {

	display: block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background-color: #B3D829;
	background-image: url("images/achtergrond-item.jpg");
	padding: 5px;
	border: 1px solid #ccc;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;

}

* html ul.menu li.menu { float: left; height: 1%; }
* html ul.menu li.menu a { height: 1%; }

ul.menu li.menu a:hover {

	color: #000;
	background: #B3D829;
	
}

li.menu ul.menu {

	width: 210px;
	border: 1px solid #CCC;
	border-right: 0px;

}
		
li.menu ul.menu li.menu a {

	width: 200px;
	background-image: url("images/achtergrond-subitem.jpg");
	padding: 2px 5px;
	border-right: 1px solid #CCC;
	
}

li.menu ul.menu li.menu a:hover {

	color: #000;
	background: #B3D829;
	
}
		
li.menu:hover ul.menu, li.over ul.menu {

	display: block;
	
}

img#esflogo {

	border: 1px solid #000;
	margin: 25px 46px 0px 46px;

}

img.banner {

	margin: 25px 0px 0px 16px;

}

h1 {

	background-image: url("images/headerline.jpg");
	background-position: 15px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	margin: 0px; 
	padding: 5px 15px 15px 15px; 

}

p {

	line-height: 18px;
	margin: 0px; 
	padding: 5px 15px 5px 15px; 
	text-align: justify
}

a.inhoud:link {

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}

a.inhoud:visited {

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}

a.inhoud:hover {

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;

}

a.inhoud:active {

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}

a.dotted:link {

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000;

}

a.dotted:visited {

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000;

}

a.dotted:hover {

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000;

}

a.dotted:active {

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000;

}

a.enclosure:link {

	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;

}

a.enclosure:visited {

	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;

}

a.enclosure:hover {

	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;

}

a.enclosure:active {

	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;

}

li.lijst {
	
	line-height: 18px;

}

.fototr {

	height: 75px;
	line-height: 75px;
	width: 75px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #F0F4DB;

}

.thumbnail {

	border: none;

}

img { border: 0px; }