body
{
	margin: 0px;
	padding: 0px;
	background: #0388D5 url(../images/bg.png);
	background-repeat: repeat-x;
	font: 11px tahoma, arial, verdana, sans-serif;
	color:#08202E;
}
a:link
{
	text-decoration: none;
	color: #08202E
}
a:visited
{
	text-decoration: none;
	color: #08202E
}
a.white:link
{
	color: #fff;
	text-decoration: underline;
}
a.white:visited
{
	color: #fff;
	text-decoration: underline;
}
a.white:hover
{
	text-decoration: none;
}
h1 
{
	color:#08202E;
	font-size: 14px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
img.img_box
{
	border: 1px solid #ddd;
	padding: 1px;
}
h1.h1desc
{
	color:#08202E;
	font-size: 11px;
	padding: 5px;
	border-bottom: 0px;
}
div#bgtop
{
	width: 100%;
	height: 123px;
	background-image: url(../images/bgtop.png);
	background-repeat: no-repeat;
}
div#container
{
	width: 900px;
	margin: 0px auto;
	height: 100%;
}
div#logo
{
	position: absolute;
	margin-top: 35px;
	margin-left: 40px;
	background-image: url(../images/logo.png);
	width: 176px;
	height: 31px;
}
div#toptext
{
	position: absolute;
	margin-top: 28px;
	margin-left: 235px;
	font: 11px tahoma, arial, verdana, sans-serif;
	color:#fff;
	width: 400px;
	height: 31px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
div#content
{
	position: absolute;
	margin-top: 123px;
}
div#inhoud
{
	float: left;
	background-color: #fff;
	margin-top: 0px;
	width: 634px;
	height: 100%;
	padding: 20px;
	border-right: #E5E5E5 6px solid;
	border-bottom: #E5E5E5 6px solid;
}
div#footer
{
	float: left;
	width: 604px;
	height: 100px;
	color: #fff;
	padding: 20px;
	bottom: 25px;
}
div#blokrechts
{
	position: absolute;
	margin-top: 123px;
	margin-left: 705px;
	width: 155px;
}
div#blok1bg
{
	background: url(../images/blok1bgtop.png);
	width: 195px;
	color: #fff;
}
div#blok1
{
	background-color: #2189C5;
	position: relative;
	width: 155px;
	height: 100%;
	padding: 20px;
	color: #fff;
}
div#blok2
{
	margin-top: 25px;
	width: 149px;
	height: 100%;
	background-color: #fff;
	padding: 5px 20px 20px 20px;
	border-right: #E5E5E5 6px solid;
	border-bottom: #E5E5E5 6px solid;
}
div#blok3
{
	margin-top: 25px;
	width: 149px;
	height: 100%;
	background-color: #fff;
	padding: 5px 20px 20px 20px;
	bottom: 25px;
	border-right: #E5E5E5 6px solid;
	border-bottom: #E5E5E5 6px solid;
}
div#blok4
{
	margin-top: 25px;
	width: 149px;
	height: 100%;
	background-color: #fff;
	padding: 5px 20px 20px 20px;
	bottom: 25px;
	border-right: #E5E5E5 6px solid;
	border-bottom: #E5E5E5 6px solid;
}
div#blok5
{
	margin-top: 25px;
	width: 149px;
	height: 100%;
	background-color: #fff;
	padding: 5px 20px 20px 20px;
	bottom: 25px;
	border-right: #E5E5E5 6px solid;
	border-bottom: #E5E5E5 6px solid;
}
div#menu
{
	position: absolute;
	margin-top: 93px;
}
div#zoeken
{
	float: right;
}
div#adsense
{
	position: absolute;
	margin-top: 40px;
	margin-left: 300px;
	width: 468px;
	height: 15px;
}
ul.tabs{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul.tabs li#active 
{
	background:url(../images/menu_active_right.png) no-repeat right top;
	float:left;
	height:30px;
	margin-right:2px;
	color:#000;
}

ul.tabs li#active a 
{
	background:url(../images/menu_active_left.png) no-repeat left top;
	height:22px;
	padding: 0px 16px;
	float:left;
	padding-top:8px;
	color:#000;
	text-decoration: none;
}
ul.tabs li 
{
	background:url(../images/menu_unactive_right.png) no-repeat right top;
	float:left;
	height:30px;
	margin-right:2px;
	color:#fff;
}

ul.tabs li a 
{
	background:url(../images/menu_unactive_left.png) no-repeat left top;
	height:22px;
	padding: 0px 16px;
	float:left;
	padding-top:8px;
	color:#fff;
	text-decoration: none;
}
ul.tabs li:hover 
{
	background:url(../images/menu_hover_right.png) no-repeat right top;
	float:left;
	height:30px;
	margin-right:2px;
	color:#fff;
}

ul.tabs li a:hover
{
	background:url(../images/menu_hover_left.png) no-repeat left top;
	height:22px;
	padding: 0px 16px;
	float:left;
	padding-top:8px;
	color:#fff;
	text-decoration: none;
}
input.text
{
	color:#08202E;
	border: 1px solid #ccc;
	font: 11px tahoma, arial, verdana, sans-serif;
	padding: 5px;
}

input.submit
{
	color: #fff;
	border: 0px;
	font: 11px tahoma, arial, verdana, sans-serif;
 	background: #2189C5;
	padding: 4px;
	margin-left: 5px;
}
textarea
{
	border: 1px solid #ccc;
	padding: 5px;
}
