/* opmerkingen */

body { 
	font-family: Geneva, Arial, sans-serif; 		/* lettertype */
	font-size: 14px; 										/* lettergrootte */
	color: #000000;										/* kleur van tekst in de body, hier = zwart */
	line-height: 14px; 									/* spatie tussen de lijnen */
	scrollbar-face-color: #85D2DD; 					/* kleur van scroll-bar */
	scrollbar-arrow-color : #000000; 				/* kleur van het pijltje */
	background-image:	url(edge.gif);					/* de achtergrond */
	background-repeat: repeat-y;						/* vertikale herhaling */
}

p {
	font-family : Geneva, Arial, sans-serif;
	font-size : 13px;
	color : #000000;
	margin-top : 5px;
	margin-bottom : 0;
	margin-left : 50px;
	margin-right : 0;
	padding-bottom : 5px;
}

h1 {
	font-size: 200%;
	color: #cc0000;									/* tekstkleur: bordeaux */
	text-align: center;								/* gecentreerde tekst */									
}

h2 {
	font-size: 160%;
	color: #000000;									/* tekstkleur: zwart */
	text-align: center;
}
	
 	
div {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

a:link{ color: #0000FF;
     text-decoration: underline;}
	 
a:visited{ color: #9932CC;
     text-decoration: underline;}
	 
a:hover { color: #DAA520;
     text-decoration: none;}
	 
a:active { color: #FF0000;
     text-decoration: underline;}

.kader {
	font-size: 14px;
	font-weight: bold;
	background-color: #66ffff;
	border-width: 1px;
	border-style: solid;
	border-color: #6699cc;
	text-align:center;
}

.groen {
	background-color: #99FF99;
	}
	
.bord {
	background-color: #cc0000;							/* bordeaux-kleur */
	}


.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 250px;
	margin-right : 0px;
}
.px5 {
	padding-top : 5px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.menu {
	color : #FFFFFF;
	margin-top : 9px;
	padding-bottom : 9px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

.menu a {
	color : #FFFFFF;
	text-decoration: none;
}

.right {
	color : #003C5E;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right b {
	color : #EF6D00;
}


.left {
	color : #FFFFFF;
	margin-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
.left a {
	color : #FFFFFF;
}

li {
	color : #000000;
	margin-top : -1px;
	padding-bottom : -1px;
	margin-bottom : -1px;
	margin-right : 1px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
ul, ol {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

.bot {
	color : #000000;
	margin-top : 20px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 200px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.bot a {
	color : #000000;
	text-decoration: none;
}
.bot a:hover {
	color : #294A7B;
}
.menu01 {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
   font-weight : bold;
   text-align: center;
   vertical-align: middle;
   text-decoration: blink;					/* flikkerend */
}   	
.menu02 {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
   font-weight : bold;
   text-align: center;
   vertical-align: middle;
}

.menu02 a {										/* de link met menu02 */
	color : #000000;							/* tekstkleur: zwart */
	text-decoration: none;					/* geen onderlijning */
}

.menu02 a:hover {								/* de link met menu02 bij hover */
	color : #000000;
	text-decoration: underline;			/* onderlijnd */
}

.menu03 {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
   font-weight : bold;
}

.lijn {
	border-width: 1px 0 0 0;
	border-style: solid;
	color: #0000ff;								/* dunne blauwe lijn */
}