html {
	margin:0;
	padding:0;
}
body {
	font-size: 80%;
	margin: 0;
	padding: 0;
	background:rgb(50,55,73) url(beeld/diversen/achtergrond.gif) center repeat-y;
}
/*oude kleur rgb(0,49,69)*/
#headerdiv {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-475px;
}

/*de zgn wrapper; dit omvat de hele site kolom en houdt die gecentreerd*/
#containerdiv {
	position:absolute;
	width:950px;
	top:130px;
	left:50%;
	margin-left:-475px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,49,69);
	min-height: 100%;
	height:auto !important;
	height: 1200px;
}
/* het rechterdeel van de site*/
#inhouddiv {
	margin-left:175px;
	margin-top:10px;
	line-height:1.4em;
	background-image:url(beeld/diversen/achtergrond.gif) center repeat-y;
}
#inhouddiv ul {
	list-style: square;
	padding-left: 20px;
	margin:0;
}
#inhouddiv ol {
	padding-left: 22px;
	margin:0;
}
.inhoudimage {
	margin:0 5px 5px 5px;
}
.img-rechts {
	float:right;
	margin:10px;
}

/*de twee kolommen in het inhouddeel */
.tekstdiv {
	width:255px;
	background-color:rgb(255,255,255);
	position:relative;
	margin-left:510px;
}
.tekstdiv a,a:visited {
	text-decoration: none;
	border-bottom: 1px dotted rgb(180,59,38);
	color: rgb(180,59,38);
}
.tekstdiv a:hover {
	border-bottom: 1px solid rgb(180,59,38);
}
.imgdiv {
	width:500px;
	text-align:left;
	border-right:1px rgb(180,59,38) solid;
	float:left;
}

.imgdiv img {
	margin:0 10px;
}
.imgdiv p {
	margin:0 10px;
}

/*inhoud, tekstopmaak*/
p {
	margin:15px;
}
.lijst li {
	list-style-image:url(beeld/diversen/blokje.gif);
	
}
.blokje {
	margin-right:5px;
}
.kader {
	border: 1px solid rgb(154,59,38);
}
#tekstdiv h1 {
	color:rgb(154,59,38);
	font-size:100%;
	font-weight:bold;
	margin:0;
	position:relative;
}
h1 {
	color:rgb(180,59,38);
	font-size:100%;
	font-weight:bold;
	margin-left:10px;
}
h2 {
	border-bottom:1px rgb(154,59,38) solid;
	margin:10px;
}
.normaalvet {
	font-weight:bold;
}

/*menu aan de linkerzijde*/

#menudiv {
	float:left;
	left:10px;
	top:10px;
	position:relative;
	width:155px;
	clear:none;
}
#menudiv ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menudiv a {
	display:block;
	padding:5px;
	text-decoration:none;
	color:rgb(201,213,240);
	border-bottom:solid 1px rgb(150,150,155);
	background: rgb(62,66,74);
	width:145px;
}
#menudiv li img {
	padding:0;
	margin-bottom:10px;
}

#menudiv a:hover {
	display:block;
	background:rgb(94,100,112);
	color:rgb(201,213,240);
}
#nolink {	
	display:block;
	background:rgb(148,156,176);
	color:rgb(62,66,74);
	text-decoration:none;
	padding:5px;
	border-bottom:solid 1px rgb(150,150,155);
}
#sublist li {
	text-align:right;
}
#sublist a {
	background-color:rgb(121,128,144);
	text-align:right;
	color:rgb(62,66,74);
}
#sublist-nolink {
	padding:5px;
	display:block;
	background:rgb(148,156,176);
	text-align:right;
	border-bottom:solid 1px rgb(150,150,155);
	color:rgb(220,220,225);
	width:145px;
}
#herstartknop a {
	padding:0;
	background:none;
	border:none;
	display:inline;
}
#herstartknop a:hover {
	background:rgb(84,84,100);
	display:block;
}
