@charset "UTF-8";

* 
{
    box-sizing			: border-box;
    -moz-box-sizing		: border-box;  
} 
.h1 { color: 1a1a1a1; font-size: 14pt ;font-family: Arial ;font-weight: ; line-height: 17pt; text-decoration: none}.h2 { color: 1a1a1a; font-size: 9pt ;font-family: Arial ;font-weight: bold; line-height: 13pt; text-decoration: none; }.h3 { color: 1a1a1a; font-size: 8pt ;font-family: Arial ;font-weight: normal; line-height: 12pt; text-decoration: none; }

a:hover { color: black; font-size: 8pt ;font-family: Arial ;font-weight: normal; text-decoration: underline}
a { color: black; font-size: 8pt ;font-family: Arial ;font-weight: normal; text-decoration: none}

html, body {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

#container{
	display: table;
	height: 100%;
	width: 990px;
	background-image: url(images/achtergrond.jpg);
	background-repeat: repeat-y; 
	margin: 0; 
	padding: 0;
	margin-right:auto;
	margin-left:auto;
	clear: both;
	text-align: left;
}
#header{
	height: 91px; 
	width: 960px; 
	margin: 0 0 0 15px;
	padding: 0;
	clear: both;
	background-color: white;
}

#menu{
	height: 32px; 
	width: 960px;
	margin: 0 0 0 15px;
	padding: 0;
	clear: both;
	overflow: hidden;
}
#opvul{
	height: 30px;
	width: 170px;
	border-right: 1px solid #DADADA;
}	

#menu ul{
	border: 1px solid #BBB;
	height: 30px;
	width: 100%;
	background: url(images/menu2a.jpg) center center repeat-x;
	padding: 0;
	margin: 0;
	text-align: left;
	line-height: 28px;
	color: black; 
	font-size: 11px;
	font-family: arial;
	font-weight: bold; 
	text-decoration: none 
}

#menu ul li{
	display: block;
	float: left;
}

#menu ul li a{
	color: #494949;
	padding: 0 23px 0 23px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
}

#menu ul li a:hover{
	height: 30px;
	background: url(images/menu2b.jpg) center center repeat-x;
}

#submenu{
	width: 155px; 
	margin: 10px 0 0 25px;
	padding: 0;
	float: left;
	overflow: hidden;
}
#submenu ul{
	margin: -3px 7px 0 0;
	padding: 5px 0 3px 5px;
	background-color: #ffffff;
}
#submenu li{
	margin: 0;
	padding-top: 2px;
}
#submenu ul li{
	display: block;
	}
#submenu ul li a{
	color: black; 
	font-size: 11px;
	font-family: Arial;
	font-weight: normal; 
	text-decoration: thick;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#submenu ul li a:hover{ text-decoration: underline; color: grey; } 
#submenu ul #current a{
	text-decoration: underline;
}

#content{
	width: 740px;
	margin: 10px 0 0 20px;
	padding: 0;
	float: left;
}

.clearfloat{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}