body {
	margin:0px;
	padding:0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image:url(../img/algemeen/achtergrond_verloop.jpg);
	background-color:#005d9a;
	background-repeat: repeat-x;
	height:100%;
}

TD {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

ul { margin-top:0; margin-bottom:0; list-style-type:disc; list-style-position:outside; }
li { margin:0px 0px 0px -20px; }

html {
	overflow-x:hidden;
	overflow: -moz-scrollbars-vertical;
}
/* styles for IE 5 Mac */
#centerwrap {
	margin:0px;
	padding:0px;
	background-image:url(../img/algemeen/achtergrond_wit.jpg);
	background-color:#ffffff;
	background-repeat: repeat-y;
	width:790px;
	position:relative;
	min-height: 860px;
	height: auto;
	_height: 750px;
}

#kop {
	position:absolute;
	top:0px;
	left:0px;
	height:78px;
	width:790px;
	background-image:url(../img/algemeen/kop.jpg);
}

#line {
	position: absolute;
	top: 110px;
	left: 206px;
	height: 1px;
	width: 565px;
	background-image:url(../img/algemeen/line.jpg);
	background-repeat:no-repeat;
}

#hoofdkop {
	position: absolute;
	top: 90px;
	left: 204px;
	height: 15px;
	width: 450px;
	color:#005d99;
	font-weight:bold;
	font-size:larger;
	text-transform: uppercase;
}

#chapter {
	color:#005d99;
	font-weight:bold;
	font-size:small;
	text-transform: uppercase;
}

#left {
	position:absolute;
	top:78px;
	left:0px;
	width:200px;
}

#vlaggen {
	position:absolute;
	top:537px;
	left:64px;
	width:70px;
	height:20px;
}

#main {
	margin: 0px 0px 0px 205px;
	width:575px;
	padding:140px 0px 20px 0px;
	height:100%;
}

/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
	position:absolute;
	margin:0px 0px 0px -395px; /* 1st = 0.5 x height / 2nd = 0.5 x width */
	left:50%;
}
/* end hack */

#subkop {
	position: absolute;
	top: 115px;
	left: 205px;
	width:400px;
	color:#005d99;
	font-weight:bold;
	z-index:100;
}

.floatRight {
	float: right;
	margin: 5px;
}

.floatLeft { 
    float: left; 
	margin: 5px;
}

#subkop A:link {text-decoration: none; color:#005d99;}
#subkop A:visited {text-decoration: none; color:#005d99;}
#subkop A:active {text-decoration: none; color:#005d99;}
#subkop A:hover {text-decoration: none; color:#e2001a;}

A:link {text-decoration: underline; color:#005d99;}
A:visited {text-decoration: underline; color:#005d99;}
A:active {text-decoration: none; color:#005d99;}
A:hover {text-decoration: none; color:#e2001a;}

#red {
	color:#e2001a;
}

a {
	outline: none;
}

:focus
{
  -moz-outline-style: none;
}

p:first-child { margin: 0px;}
