html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#4a5b67 url(/gfx/background.gif) no-repeat center top;
	font-family:verdana, arial, helvetica;
	font-size:11px;
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
img{
	border:0;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:20px;
	font-weight:bold;
	background:transparent url(/gfx/h1.gif) no-repeat left;
	line-height:20px;
	margin:0;
	padding:10px 15px;
	color:#fff;
}
h2{
	font-size:17px;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	color:#fff;
}
h3{
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#fff;
}

.container{
	width:971px;
	margin:0 auto;
	height:597px;
	overflow:visible;
}

.header{
	height:98px;
	clear:both;
}

.logo{
	width:131px;
	height:88px;
	background:transparent url(/gfx/logo.png) no-repeat;
	float:right;
	margin:5px 15px 0 0;
}

.content{
	height:460px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0 0;
}
#contentbg {
	overflow:auto;
	background-repeat:no-repeat;
}
.footer{
	width:100%;
}
ul.menu{
	margin:1px 10px 0 0;
	padding:0;
	float:left;
}
ul.menu li{
	padding:0;
	margin:0;
	display:block;
	position:relative;
	float:left;
	background-image:url(/gfx/active.png);
	background-position:center -40px;
	background-repeat: no-repeat;
}

ul.menu li.zoeken {
	margin:0;
	background:none;	
	display:block;
	position:relative;
	float:left;
}
ul.menu li.zoeken a{
	padding:9px 0px 35px 19px;
}

ul.menu li.active{
	background-position:center -1px;
}
ul.menu li a {
	background-image:url(/gfx/devider.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	padding:9px 20px 35px 19px;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}
ul.menu li.active ul li,
ul.menu li ul li{
	display:block;
	float:none;
	margin:0;
	padding:0;
	background:none;
	border-bottom:1px solid #c1ccdb;
}
ul.menu li.active ul li.active a, ul.menu li ul li a:hover {
	background-image:url(/gfx/sub_blok_active.gif);
}
ul.menu li ul {
	position:absolute;
	margin:0;
	padding:0;
	display:none;
	overflow:hidden;
	width:99%;
	left:0;
	bottom:60px;
	background-color:#98a5ac;
	border-left:1px solid #c1ccdb;
	border-right:1px solid #c1ccdb;
	border-top:1px solid #c1ccdb;
	filter:alpha(opacity=0); 
	opacity: 0;
}

ul.menu li ul li a{
	padding:5px 0 5px 20px;
	margin:0;
	display:block;
	color:#000;
	font-size:11px;
	background-image:url(/gfx/sub_blok.gif);
	background-repeat:no-repeat;
	background-position:8px center;
}

.footer select{
	border:1px solid #000000;
	width:150px;
	margin:8px 0 0 0;
	float:left;
	background:#b2bdcd;
}
.footer input {
	margin:8px 0 0 2px;
	float:left;
	padding:0 3px;
	border:1px solid #000;
}

.text{
	width:475px;
	height:415px;
	padding:20px 20px 25px 0;
	float:right;
	color:#fff;
	line-height:150%;
	overflow:auto;
	background-position:500px 0;
	background-repeat:no-repeat;
}
.text .info {
	padding:0px 10px
}

.text .info p {
	padding:0px 0px 5px 0;
	margin:0px 0px 5px 0;
}

.lang{
	float:right;
	width:120px;
}

.lang .taal{
	width:23px;
	height:16px;
	background:transparent url(/gfx/nl.gif) no-repeat;
}


.lang a{
	margin:11px 15px 0 0;
	display:block;
	float:left;
	border:1px solid #565b5f;
	height:14px;
}
	