html,body { 
  padding: 0; 
  margin: 0; 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  line-height: 18px;
  background: #fff url(../images2/bck_body.jpg) center top no-repeat;
} 

img { display: block; border: none;}

h1{ font-size: 19px; font-weight: bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; margin-bottom: 10px; margin-top: 3px; }
h2{ font-size: 13px; font-weight: bold; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000000; margin-bottom: 0px; margin-top: 3px; }

a {text-decoration: none; color: #0055a0; outline: 0; font-weight: bold; }
a:hover { color: #000; text-decoration: underline; }


#header {
  width: 905px; 
  height: 206px;
  margin: 0 auto; 
  text-align: left; 
  position: relative; 
  background: url(../images2/header.jpg) no-repeat;
}

#content {
  width: 905px; 
  margin: 0 auto; 
  text-align: left; 
  background: url(../images2/bck_content.png) repeat-y;
}

#navigation{
	float:left;
	width: 251px;
	background: #fff;
	padding-bottom: 6px;
}

#inhoud{
	float: right;
	width: 623px;
	margin-right: 17px;
}

.menuitem a{
	display: block;
	background: #cecece;
	margin-top: 6px;
	color: #0055a0;
	font-size: 15px; 
	font-weight: bold; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 7px 0px 7px 10px;
	text-decoration: none;
}

.menuitem a:hover{
	background: #dadada;
	color: #0c95db;
}


.clear{
	clear: both;
	visibility: hidden;
	margin: 0;
}

.paars{
	height: 16px;
	background-color: #cd07df;
}

.geel{
	height: 16px;
	background-color: #f2b42f;
}

.rood{
	height: 16px;
	background-color: #ff3c3c;
}

.paarsLink{
	background-color: #cd07df;
}

.geelLink{
	background-color: #f2b42f;
}

.roodLink{
	background-color: #ff3c3c;
}

.paarsTekst{ color:#cd07df; }
.geelTekst{ color:#f2b42f; }
.roodTekst{ color:#ff3c3c; }

.blok{
	float: left;
	margin-right: 10px;
	height: 10px;
	width: 10px;
	margin-top: 4px;
}