html {
	overflow: -moz-scrollbars-vertical;
	width: 100%;
	height: 100%;
	background: url(../images/bg.gif);
	background-repeat: repeat-x;
	}

body {
	margin: 0px;
	height: 100%;
	}

body, td, th, div, input, textarea {
	font-family: verdana;
	font-size: 11px;
	line-height: 15px;
	color: #58595b;
	vertical-align: text-top;
	}

div.top {
	background: url(../images/1600x400.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 400px;
	margin: auto;
	display: table;
	width: 100%;
	}

div.top-nav {
	width: 960px;
	height: 34px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	margin: auto;
	margin-top: 50px;
	}	

div.top-nav a:link, div.top-nav a:visited {
	color: #2f5469;
	padding-left: 15px;
	text-decoration: none;
	}
		
div.top-nav a:active {
	color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
	}	
	
div.top-nav a:hover {
	color: #000000;
	padding-left: 15px;
	}	
	
div.top-nav #selected {
	color: #FFFFFF;
	padding-left: 15px;
	}
		
div.midden {
	width: 960px;
	min-height: 280px;
	background-color: #fff;
	margin: auto;
	display: table;
	}

div.container-01 {
	width: 760px;
	float: left;
	}

div.left-nav {
	width: 200px;
	height: 270px;
	background: url(../images/left-nav-bg.gif);
	background-repeat: no-repeat;
	float: left;
	padding-top: 36px;
	}

div.content {
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	width: 490px;
	float: right;
	}
	
div.flash {
	width: 200px;
	height: 260px;
	background: url(../images/bg-flash.gif);
	background-repeat: no-repeat;
	float: right;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2f5469;
	font-weight: bold;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #2f5469;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
div.contact_formulier {
	width: 490px;
	}
	
div.bottom {
	width: 939px;
	height: 38px;
	bottom: -1px;
	margin: auto;
	display: table;
	background:url(../images/bottombar.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 20px;
	}
	
div.bottom a:link, div.bottom a:visited {
	color: #58595b;
	text-decoration: none;
	}
		
div.bottom a:active {
	color: #000000;
	text-decoration: none;
	}	
	
div.bottom a:hover {
	color: #000000;
	}	
	
div.bottom #selected {
	color: #000000;
	}	
	
	
	
/*Main nav*/

.sidebarmenu ul{
margin-left: 0;
padding: 0;
list-style-type: none;
font: bold 11px Verdana #2f5469;
float: right;
width: 150px; /* Main Menu Item widths */
/*border-bottom: 1px solid #f1f1f1;*/
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #2f5469;
text-decoration: none;
padding: 10px;
border-bottom: 1px solid white;
border-right: 1px solid #f1f1f1;
text-align:right;
color: #2f5469;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
color: #2f5469;
background-color: #f1f1f1; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #2f5469;
}

.sidebarmenu ul li a:hover{
background-color: #f1f1f1;
color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 240px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
padding-left: 1px;
}

.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */