body {
	font-family:  Verdana;
	font-size: 10px;
	background-image: url(achtergrond/asfalt.gif); 
	margin: 20px;
}

.title {
	color: red;
	font-family: Verdana;
	font-size: 14px;
	font-weight : bold;
}

.menu {
	background-color: #ffffff;
	background-image: url("achtergrond/menu-midden.gif");
	background-repeat: repeat;
	padding: 10px 5px 20px 10px;
	width: 170px;
	vertical-align: top;
	text-align : right;
}

.content {
	background-color:#FFFFFF;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	font-family:  Verdana;
	font-size: 12px;
}

.tabel-titel {
	color: Red;
	font-family: "verdana";
	font-size: 14px;
	font-weight: bold;
	background-image: url("achtergrond/bandspoor.gif");
	width: 475px;
	height : 30px;
	text-align : right;
	padding-right : 10px;
}

.activiteiten {
	padding: 1px 1px 1px 1px;
	width: 165px;
	vertical-align: top;
	font-family:  Verdana;
	font-size: 10px;
}

.content li {
	list-style-image : url("icoon/opsom.gif");
}


.content a:link, .content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: Blue;
}

.content a:link.active, .content a:visited.active, .content a:hover {
	text-decoration: none;
	color:red;
}

.tarieven {
	font-family:  Verdana;
	font-size: 9px;
}

#klein {
	font-family: Verdana;
	font-size: 10px;
	color: Gray;
}

input.text { 
  font-family:verdana;
  font-size:9pt;
  color : #0000ff;
}

select { 
  font-family:verdana;
  font-size:9pt;
  color : #0000ff;
}

textarea { 
  font-family:verdana;
  font-size:9pt;
  color : #0000ff;
}

.footer {
	color: Gray;
	font-size: 10px;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer a {
	color: Gray;
	text-decoration: none;
}

/* navigation */
#navIcon {
	margin: 0;
	padding: 0 ;
	border-bottom: none;
	}

#navIcon li {
	margin: 5px 0 0 0; 
	padding: 0;
	list-style-type: none;
	}
	
#navIcon a:link, #navIcon a:visited {
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0px 20px;
	text-decoration: none;
	color: Blue;
}

#navIcon a:link.active, #navIcon a:visited.active, #navIcon a:hover {
	color: Silver;
	background: url(icoon/opsom-2.gif) no-repeat left;
	text-decoration: none;
	color:red;
}