body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
}
p {
	margin-top:0px;
	margin-bottom:5px;
}
td {
	font-size: 11px;
}
a {
	color: F00;
	text-decoration: none;
}
a: hover {
	text-decoration: underline;
}


/******************************* secties **********************/
/*  margins, padding, width, etc.. van secties                */

/******************************* secties einde ****************/


/******************************* menu **********************/
.menu {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.menu a {
	color:#ED1C24;
	font-size:18px;
	font-weight:bold;
}
.menu a:hover, .menu a:active, .menu1_active a {
	color:#000000;
	text-decoration:underline;
}
.menu_seperator {
	width:10px;
}	

/******************************* menu einde ****************/


/******************************* classes **********************/
.background #content {
	position:relative;
	width:320px;
	top:40px;
	left:440px;
}
.vervolg_background #content {
	position:relative;
	width:320px;
	top:80px;
	left:520px;
}
.background {
	background:url(/images/background.gif) top no-repeat;
}
.vervolg_background {
	background:url(/media/bck_Protect.jpg) top no-repeat;
}
.fillertable {
	width:100%;
	height:340px;
}
.section1 {
	overflow:auto;
	height:150px;
	padding-right:5px;
}
.section2 {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.section2 a {
	color:#FFFFFF;
}
.section3 {
	position:relative;
	left:35px;
} 
.logobar {
	border-bottom:solid #000000;
	width:995px; /* defines the total width of the site*/
	height:50px;
}
.logobar .block {
	padding-bottom:0px; /* overwrite default*/
}
.menucontainer .tl {
	background:url(/images/menu_tl.png) right bottom no-repeat;
	height:30px;
	width:140px;
}
.menucontainer .tm {
	background:url(/images/menu_tm.png) bottom;
	width:590px;
}
.menucontainer .tr {
	background:url(/images/menu_tr.png) left bottom no-repeat;
	width:150px;
}
.menucontainer .ml {
	background:url(/images/menu_ml.png) right no-repeat;
	height:170px;
}
.menucontainer .mm {
	background:url(/images/menu_mm.png);
}
.menucontainer .mr {
	background:url(/images/menu_mr.png) left no-repeat;
}
.box {
	width:100%;
}
.box .tl {
	background:url(/images/tl.png) right;
	height:40px;
	width:40px;
}
.box .tm {
	background:url(/images/tm.png) bottom;
}
.box .tr {
	background:url(/images/tr.png) left;
	width:40px;
}
.box .ml {
	background:url(/images/ml.png) right;
}
.box .mm {
	background:url(/images/mm.png);
	vertical-align:top;
}
.box .mr {
	background:url(/images/mr.png) left;
}
.box .bl {
	background:url(/images/bl.png) right no-repeat;
	height:40px;
	width:40px;
}
.box .bm {
	background:url(/images/bm.png);
	vertical-align:top;
}
.box .br {
	background:url(/images/br.png) left no-repeat;
	height:40px;
	width:40px;
}


/******************************* classes einde ****************/
