html {
	padding: 0;	
	background: #B4E1F5 url("images/bg.png") repeat-x;
	color: #00003c;
	font: 11px "Trebuchet MS", Sans-Serif;
}

body {
	width: 768px;
	background: url("images/body_bg.png") repeat-y;
	margin: 0 auto;
	margin-top: 0;
}
strong {
     font-size: 13px;
	 font-weight: bold;
	 }

form {
   padding: 0px;
   margin: 0px;
}

h1 {
   font-size: 20px;
   padding: 0 0 5px 0;
   margin: 0px;
}
H2 {
   font-size: 12px;
   font-weight: normal;
   padding: 0 0 5px 0;
   margin: 0px;
}
/* link opmaak */
a {
	color: #00003c;
	text-decoration: none;
}
a:hover {
	color: #00003c;
	text-decoration: underline;
}
/* /link opmaak */

/* invisible */
.invisible {display: none;}
/* /invisible */

/* images */
img {border: 0;}
/* /images  */

/*Alinea*/
p {
	margin: 0;
	padding: 0;
		
}
/*/Alinea*/

/* Header  */
div#header  {
	width: 760px;
	height: 232px;
	background: url("images/header_bg.jpg") no-repeat;
	margin: 0;
	padding: 0 0 0 8px;
}

p.dots{
	color: #bde5ff;
	font-size: 10px;
}
/* /Header */

/* Left */
div#left {
	float: left;
	width: 555px;	
	margin: 4px 5px 0 0;
	padding: 0 0 0 7px;
}
/*Aanbevolen*/
div.head {
	width: 555px;
	height: 22px;
	background: url("images/head.png") no-repeat;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
div.head span {
	float: right;
	display: block;
	margin: 1px 3px 0 0;
	padding: 1px 0 0 23px;
}
div.head2 {
	width: 540px;
	height: 22px;
	background: url("images/head.png") no-repeat;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
div.head2 span {
	float: right;
	display: block;
	margin: 1px 3px 0 0;
	padding: 1px 0 0 23px;
}
span.nieuw {background: url("images/nieuw.png") no-repeat;}
span.tip {background: url("images/tip.png") no-repeat;}

div#left h2 {
	float: left;
	margin: 6px 0 0 0;
	padding: 0 0 0 7px;
	font-size: 11px;
}

div.foot {
	width: 555px;
	height: 8px;
	background: url("images/foot.png") bottom no-repeat;
	font-size: 1px;
	line-height: 0%;
}
div.foot2 {
	width: 540px;
	height: 8px;
	background: url("images/foot.png") bottom no-repeat;
	font-size: 1px;
	line-height: 0%;
}
ul#aanbevolen {
	width: 553px;
	background: #E1EFFF;
	margin: 0;
	padding: 0;
	border: 1px solid #CCE4FF;
	border-bottom: 0px;
	list-style: none;
	font: 12px Arial;
}
ul#aanbevolen li {
   min-height: 15px;
	padding: 2px 0 4px 26px;
	margin: 0;
}
ul#aanbevolen li.light {background: #E1EFFF url("images/tip_klein.png") 4px 6px no-repeat;}
ul#aanbevolen li.dark {background: #CCE4FF url("images/tip_klein.png") 4px 6px no-repeat;}
ul#aanbevolen li.update {
	padding: 3px 0 1px 6px;
	background: #E1EFFF;
	font-size: 11px;
	color: #474B69;
}

li span.left {float: left; font-weight: bold;}
li span.right {float: right; font-weight: bold;}
/*/Aanbevolen*/

/*Algemeen*/
ul#algemeen {
	width: 553px;
	background: #E1EFFF;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #CCE4FF;
	border-bottom: 0px;
	list-style: none;
	font: 12px Arial;
}


ul#algemeen li {
	padding: 4px 0 6px 7px;
	margin: 0;
}
ul#algemeen li.light {background: #E1EFFF;}
ul#algemeen li.dark {background: #CCE4FF;}

ul#algemeen a {
   text-decoration: underline;
}

ul#algemeen a:hover {
   text-decoration: none;
}
/*/Algemeen*/

/*Menu*/
ul#menu {
	width: 503px;
	height: 24px;
	background: url("images/menu_bg.png") no-repeat;
	margin: 8px 0 0 0;
	padding: 5px 0 0 10px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

ul#menu li {display: inline;}
/*/Menu*/

/*Nieuw*/
ul#nieuw {
	width: 553px;
	background: #E1EFFF;
	margin: 0;
	padding: 0;
	border: 1px solid #CCE4FF;
	border-bottom: 0px;
	list-style: none;
	font: 12px Arial;
}
ul#nieuw li {
	padding: 7px 7px;
	margin: 0;
}
ul#nieuw li.light {background: #E1EFFF;}
ul#nieuw li.dark {background: #CCE4FF;}

ul#nieuw h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
/*/Nieuw*/

div.algemeen {
   background: #E1EFFF;
	padding: 10px 7px 10px 7px
}

div.algemeen a {
   text-decoration: underline;
}

div.algemeen a:hover {
   text-decoration: none;
}

.algemeen .left {
	float: left;
	width: 80%;
}

.algemeen .right {
	float: right;
	text-align: right;
	width: 20%;
}

.fout {
	color: red;
	margin: 0px;
}

div#meer_info_form {
   width: 240px;
}

div#meer_info_form div.label { float: left; }
div#meer_info_form div.input { float: right; }

.clear {
   clear: both;
}

/* /Left  */

/* Right */
div#right {
	float: left;
	width: 197px;
	background: url("images/right_bg.png") top right no-repeat;
	margin: 0 0 24px 0;
	padding: 4px 0 0 0;
}

div#right h4 {
	width: 181px;
	height: 25px;
	background: url("images/h2.png") no-repeat;
	color: #fff;
	margin: 0;
	padding: 3px 13px 0 0;
	font-size: 11px;
	text-align: right;
}

div#right div {
	width: 183px;
	background: #CCE4FF url("images/right_div.png") bottom no-repeat;
	padding: 0 0 13px 11px;
	margin: 0 0 5px 0;
	font-size: 12px;
}

div#right p#menu_rechts {
	font-size: 14px;
	font-weight: bold;
}

div#right p#informatie_rechts {
	font-size: 13px;
}
/* /Right */

/* Footer  */
div#footer {
	width: 768px;
	background: #B4E1F5 url("images/footer_bg.png") no-repeat;
	margin: 0;
	padding: 37px 0 0 0;
	font-weight: bold;
	text-align: center;
	clear: both;
}
/* /Footer */

/* sIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 13px;
}

/* mouseover plaatje */
#plaatje {
   position: absolute;
   visibility: hidden;
   z-index: 80;
   border: 1px solid black;
}
