body {

	margin: 0;
	padding: 0;
	background: #0AAAFD url(images/bovenrand.gif) repeat-x; /* bovenste lijn 10 pix groot */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px; /* was 13 */
	color: #E6F6FF;
} 
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	font-size: 197%;
}
h2 {
	font-size: 167%;
}
h3 {
	font-size: 100%;
	font-weight: bold; 
}
p, ol, ul {
	line-height: 170%; /* test was 170 veranderd naar 10*/
}
p {
}
ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}
ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul li {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0px 7px;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;/* was FFFFff er veranderd niets aan de site*/
}
img {
	border: 0px solid #1777B1;/* blauwe kader rond foto was 5 */
}
img.left {
	float: left;
	margin: 0px 0px 0 0;/*was  3 15 0 0 er veranderd niets aan de site */
}
img.right {
	float: right;
	margin: 0px 0 0 0px;/*was  3 0 0 15 er veranderd niets aan de site  */
}


/* Menu */
#menu {
	width: 755px;
	height: 30px; /* blauwe rij onder menu (55) */
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #1777B1;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	float: left;
	width: 82px; /* breedte van de knoppen(106) */
	height: 20px; /* hoogte van de knoppen (26)*/
	padding: 10px 0 0 0; /* hoogte bovenkant van de knoppen (27)*/
	background: #A8D7F8 url(images/knopblauw.gif) no-repeat;
	border-left: 2px solid #1777B1;
	text-decoration: none;
	text-align: center;
	font-size: 136%;
	color: #1777B1;
}
#menu li a:hover {
	background: #FF9009 url(images/knopblauwmidden.gif) no-repeat;
	color: #005826;
}
#menu li .active a  {
	background: #A8DC35 url(images/knopgeel.gif) no-repeat;/* is donkerblauw*/
	border: none;
	color: #E80732;
}
#menu .active a   {
	background: #A8DC35 url(images/knopgeel.gif) no-repeat;/* is donkerblauw*/
	border: none;
	color: #E80732;
}
/* einde menu */
/* Content */
#content {
	float: left; 
	width: 740px;
	padding-top: 8px;} 
#content a {
text-decoration: none;
	text-align: center;
	font-size: 136%;
	color: #111111;
	}
	
 /* einde inhoud */
/* Footer */
#footer {  
	width: 740px;
	margin: 0 auto;
	height: 30px;
	padding: 10px;
	background: #1777B1;
	
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}
#footer a {
}
#legal {
	float: left;
	width: 140px;
}
#links {
	float: right;
	width: 140px;
}/* eind footer */
