body.aj {
	margin: 0px;
	background-color: #cccccc;
}
a {
	color: #0320a7;
	text-decoration: none;
}

a:hover {
	color: #0320a7;
	text-decoration: underline;
}

td.vp-blok {
	border: 2px solid Maroon;
	background-color: #FFF1F1;	
}

div.top {
	position : static;
	bottom : 10px;
}
H1 {
	font-size: 250%;
	font-weight: bold;
	margin-top : 0px;
	font-variant : small-caps;
	font-family: "Arial Black", Arial;
	line-height : 100%;
}

H2 {
	font-size: 200%;
	font-weight: bold;
	margin-top : 0px;
	font-variant : small-caps;
	font-family: "Arial Black", Arial;
	line-height : 100%;
}

H3 {
	font-size: 150%;
	font-weight: bold;
	margin-top : 0px;
	font-variant : small-caps;
	font-family: "Arial Black", Arial;
	line-height : 100%;
}

H4 {
	font-size: 125%;
	font-weight: bold;
	margin-top : 0px;
	font-variant : small-caps;
	font-family: "Arial Black", Arial;
	line-height : 100%;
}

H5 {
	font-size: 110%;
	font-weight: bold;
	margin-top : 0px;
	font-variant : small-caps;
	font-family: "Arial Black", Arial;
	line-height : 100%;
}

H6 {
	font-size: 100%;
	font-weight: bold;
	margin-top : 0px;
	font-variant : small-caps;
	font-family: "Arial Black", Arial;
	line-height : 100%;
}
table, body  {
	font-family :Arial;
}
input  {
	font : 80% Verdana;
}

font.inhoud {
	font-family: "Arial";
	font-size : 100%;
}

table.titel {
	font : bold 80% Verdana;
	border-bottom : dotted silver 1px;
	background-color: white;
}
table.blok {
	font : 100% "Times New Roman";

}

td.inhoud {
	padding-left:10px;
	padding-right:10px;
	text-align: left;
}

td.rood-titel {
	background-image : url(images/back-rood.jpg);
	background-repeat : repeat-y;
}

td.rood-blok {
	border: dotted silver 1px;
	background-color: #FFF1F1;	
}

td.geel-titel {
	background-image : url(images/back-geel.jpg);
	background-repeat : repeat-y;
}
td.geel-blok {
	border : dotted silver 1px;
	background-color: #FFFFF4;	
}

td.groen-titel {
	background-image : url(images/back-groen.jpg);
	background-repeat : repeat-y;
}
td.groen-blok {
	border : dotted silver 1px;
	background-color: #F4FFF4;	
}

td.cyaan-titel {
	background-image : url(images/back-cyaan.jpg);
	background-repeat : repeat-y;
}
td.cyaan-blok {
	border : dotted silver 1px;
	background-color: #EEFFFF;	
}

td.paarsblauw-titel {
	background-image : url(images/back-paarsblauw.jpg);
	background-repeat : repeat-y;
}
td.paarsblauw-blok {
	border : dotted silver 1px;
	background-color: #F6F6FF;	
}

td.paars-titel {
	background-image : url(images/back-paars.jpg);
	background-repeat : repeat-y;
}
td.paars-blok {
	border : dotted silver 1px;
	background-color: #FCF6FD;	
}

td.oranje-titel {
	background-image : url(images/back-oranje.jpg);
	background-repeat : repeat-y;
}
td.oranje-blok {
	border : dotted silver 1px;
	background-color: #FFFAF4;	
}

td.blauw-titel {
	background-image : url(images/back-blauw.jpg);
	background-repeat : repeat-y;
}
td.blauw-blok {
	border : dotted silver 1px;
	background-color: #F4F9FF;	
}

td.roze-titel {
	background-image : url(images/back-roze.jpg);
	background-repeat : repeat-y;
}
td.roze-blok {
	border : dotted silver 1px;
	background-color: #FFF1FB;	
}

td.menu{

	font : bold 80% Verdana;
	text-align : center;
	height:20px;
}

td.menu2{
	border-top : solid Black 1px;
	border-bottom : solid Black 1px;
	border-left : solid Black 1px;
	border-right:solid black 1px;
	font : bold 80% Verdana;
	text-align : center;
	height:20px;
	
}

.rood, a.roodOver:hover {background-color: #FF8080; }
.roodOver, a.rood:hover {background-color: #FFB0B0; }
.geel, a.geelOver:hover {background-color: #FFFF80;}
.geelOver, a.geel:hover {background-color: #FFFFB0;}
.groen, a.groenOver:hover {background-color: #80FF80;}
.groenOver, a.groen:hover {background-color: #B0FFB0;}
.cyaan, a.cyaanOver:hover {background-color: #80FFFF;}
.cyaanOver, a.cyaan:hover {background-color: #B0FFFF;}
.paarsblauw, a.paarsblauwOver:hover {background-color: #C3C4FF;}
.paarsblauwOver, a.paarsblauw:hover {background-color: #F3F4FF;}
.paars, a.paarsOver:hover {background-color: #D995E7;}
.paarsOver, a.paars:hover {background-color: #F9C5F7;}
.oranje, a.oranjeOver:hover {background-color: #FFC281;}
.oranjeOver, a.oranje:hover {background-color: #FFF2A1;}
.blauw, a.blauwOver:hover {background-color: #81C2FF;}
.blauwOver, a.blauw:hover {background-color: #B1F2FF;}
.roze, a.rozeOver:hover {background-color: #FF81E3;}
.rozeOver, a.roze:hover {background-color: #FFB1F3;}

a.roodOver, a.geelOver, a.groenOver, a.cyaanOver, a.paarsblauwOver, a.paarsOver, a.oranjeOver, a.blauwOver, a.rozeOver,
a.roodOver:hover, a.geelOver:hover, a.groenOver:hover, a.cyaanOver:hover, a.paarsblauwOver:hover, a.paarsOver:hover, 
a.oranjeOver:hover, a.blauwOver:hover, a.rozeOver:hover {
	font-size: 75%;
	text-decoration : none;
	color: black;
	display : block;
	font-weight: bold;
	padding-left:4px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom: 2px;
}

a.menu, a.titel {
	text-decoration : none;
	color: black;
}

div.overzicht {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom:2px;
	width:159px;
	overflow:hidden;
}
ul.overzicht {
	 padding-left: 0;
	  margin-left: 0; 
/*	  list-style-image: url(images/bullet.gif); */ 
	  color: #DA082E;
	list-style-type : none;
}

li.overzicht {
	border-top-width : 1px;
	border-top-color : Black;
	border-top-style : solid;
	margin-top : 0px;
	font-weight: bold;
}

p.overzicht {
	font-size: 75%;
	text-decoration : none;
	font-weight : bold;
	color: black;
}

u.overzicht {
	font-style : italic;
	font-weight : bold;
	font-size : 115%;
}

font.locatie {
	font-size : 75%;
	font-style : italic;
}

div.copyright {
	font-size:100%;
}

div.datum {
	position: relative;
	top: 125px;
	left: 400px;
	font-family: Arial;
	font-size : 10pt;
	font-weight : bold;
}

div.datum_vp {
position: relative;
top: 150px;
left: 375px;
 font-size : 10pt;
 font-weight : bold;
}

a.menu, a.menutop {
	border-bottom : solid 2px #666666;
	border-left : solid 2px #dddddd;
	border-right : solid 2px #666666;
	color : #000000;
	text-align : center;
	text-decoration : none;
	padding : 1px 4px 2px 4px;
	display : block;
	width : 100%;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana;
}
a.menu {
	border-top : solid 2px #dddddd;
}
a.menutop {
	border-top : solid 2px #666666;
}

a.menu:hover, a.menutop:hover {
	border-bottom : solid 2px #dddddd;
	border-left : solid 2px #666666;
	border-right : solid 2px #ffffff;
	border-top : solid 2px #666666;
	color : #000000;
	padding : 2px 3px 1px 5px;
	background-color: transparent;
	text-decoration: none;
}

table.main {
/*	background-image: url(images/main_back.jpg);
	background-repeat: no-repeat;
	border: 2px solid #FFFFFF; */
	background-color: #FFFFFF;
}
a.scroller {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #0320a7;
}
a.scroller:hover {
	text-decoration: underline;
}
div.maindatum {
	position: absolute;
	text-align:right;
	width:190px;
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	top: 130px;
	margin-left: 240px;
}
div.scroller {
	font-family: arial;
	font-size:12px;
	font-weight:bold;
}
div.nieuwsbalk {
	position: absolute;
	top: 159px;
	margin-left: 135px;
}
table.ajmenu {
	width:100%;
	overflow:hidden;
	/*border-top: 3px solid #c0006c;*/
}
table.ajmain {
/*border-top: 4px solid #c0006c;
padding-top: 3px;*/
}
div.scheiding1 {
	background-color: #c0006c;
	margin-top: 0px;
	margin-bottom: 4px;
	height: 4px;
	overflow: hidden;
	font-size:1px;
}
div.scheiding2 {
	background-color: #c0006c;
	margin-top: 4px;
	margin-bottom: 6px;
	height: 4px;
	overflow: hidden;
	font-size:1px;
}

div.inhoud {
	margin-left:4px;
	margin-right:2px;
	text-align: left;
	width: 466px;
	overflow: hidden;
	font-family: "Arial";
	font-size : 100%;
}
div.inhoudcols {
	margin-left:10px;
	margin-right:10px;
	text-align: left;
	width: 220px;
	overflow: hidden;
	font-family: "Arial";
	font-size : 100%;
}
div.ansculinair {
	margin-bottom:5px;
}
/*Voorpagina*/
table.ajvp {
	width:466px;
	border-top: 2px solid #005ca0;
	background-color: #f4f9ff;
}
tr.ajvp {
	vertical-align: top;
}
td.ajvptitel1, td.ajvptitel2 {
	width:50%;
	border-bottom: 2px solid #005ca0;
}
td.ajvptitel1 {
	border-left: 2px solid #005ca0;
	border-right: 1px solid #005ca0;
	background-color: #FF8080;
}
td.ajvptitel2 {
	border-left: 1px solid #005ca0;
	border-right: 2px solid #005ca0;
	background-color: #81C2FF;
}
td.ajvptitel1, td.ajvptitel2 {
	font-family:Georgia, serif;
	font-style: italic;
	font-weight:bold;
	font-size:19px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
}
td.ajvpkleur1 {
	background-color: #FF8080 !important;
}
td.ajvpkleur2 {
	background-color: #81C2FF !important;
}
td.ajvptekst1, td.ajvptekst2 {
	width:50%;
	padding-top:5px;
	padding-bottom: 10px;
	padding-left:3px;
	padding-right:3px;
	border-bottom: 2px solid #005ca0;
	font-weight:bold;
	font-size:10.5pt;
}
td.ajvptekst1 {
	border-left: 2px solid #005ca0;
	border-right: 1px solid #005ca0;
}
td.ajvptekst2 {
	border-left: 1px solid #005ca0;
	border-right: 2px solid #005ca0;
}
/*Voorpagina*/

/* -reclame- */
div.rec175145 {
	width: 175px;
	height: 145px;
	overflow: hidden;
	cursor: pointer;
	font-size: 11px;
	font-family: Verdana;
	border: 1px solid #ffffff;

}
/* -reclame- */

div.bmt {
	text-align: center; 
	font-family:Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.reclame_kolom {
	width:140px;
	background-image:url(images/filmstrip_rand.gif);
	background-repeat:repeat-y;
	text-align:left;
}
div.reclame {
	margin-left:10px;
	width:120px;
}
div.reclame_scheiding {
	width:140px;
	height:10px;
	background-image:url(images/filmstrip_scheiding.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
div.colofon {
	font-size:75%;
	border:2px solid #005ca0; 
	background-color:#cfe9ff;
	padding-top:3px;
	padding-bottom:0px;
	font-weight: bold;
	text-align:center;
}
a.colofon {
	text-decoration: none;
	font-size: 11px;
}
a.colofon:hover {
	text-decoration: underline;
}
.driecols, .tweecols, .eencols {
	width:100%;
}
.driecols td {
/*	border:1px solid #666; */
	width:33%;
	vertical-align:top;
}
.tweecols td {
	width:50%;
	vertical-align:top;
}
.eencols td {
	width:100%;
	vertical-align:top;
}
p {
	margin-top:0px;
}
