@charset "utf-8";
/* CSS Document */
#header {
	height:210px;
	background-image:url(../images/rondheaderfr.jpg);
	background-position:center;
	}

.rood {
	color: #990000;
}
.blauw {
	color: #000066;
}

table.navbarfr td a{
   display: block;
   width: 250px;
   padding: 5px 0px 5px 0px;
   text-decoration: none;
   font-size:13px;
   text-align:left;
   font-weight:bold;
}
table.navbarfr td a:link {
	color: #000066;
   text-decoration:none;
}
table.navbarfr td a:visited {
	color: #000066;
   text-decoration:none;
}
table.navbarfr td a:hover {
	color: #990000;
   text-decoration:none;
}
table.navbarfr td a:active {
	color: #000066;
   text-decoration:none;
}

body#menu1 a#menu1,
body#menu2 a#menu2,
body#menu3 a#menu3,
body#menu4 a#menu4,
body#menu5 a#menu5,
body#menu6 a#menu6,
body#menu7 a#menu7,
body#menu8 a#menu8,
body#menu9 a#menu9 {
	color: #990000;
   text-decoration:none;
}


