body {
	background-image: url(afbeeldingen/ag02.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color:#200000;
}
/* kaders */

div.site {
	margin:0 auto;
	width:800px;
	height:1400px;
/*	border: thin solid white;*/
	}

div.insite {
	position:relative;
	float:left;
	border: none;
	margin:0px  auto;
	width:800px;
	height:1400px;
	}

div.top, div.topag {
	width:600px;
	height:144px;
	margin: 0 auto;
	position:absolute;
	top:0px;
	left:200px;
	}
	
div.topag {
	background-color:#FFA000;
	/* for IE*/ filter:alpha(opacity=70);
	/* CSS3 standard*/ opacity:0.7;
	/* for Mozilla*/-moz-opacity:0.30;*
	}


div.topb, div.topbag {
	width:200px;
	height:144px;
	margin: 0 auto;
	position:absolute;
	top:0px;
	left:0px;
	}
	
div.topbag {
	background-color:#FFA000;
	/* for IE*/ filter:alpha(opacity=70);
	/* CSS3 standard*/ opacity:0.7;
	/* for Mozilla*/-moz-opacity:0.70;*
	}



div.leg, div.legag {
	position:absolute;
	top:144px;
	left:0px;
	width:200px;
	height:350px;
	padding:0 0 0 0;
	}

div.cont, div.contag {
	position:absolute;
	top:195px;
	left:0px;
	width:800px;
	height:1400px;
	background-color:#500000;
	overflow:auto;
/*	border:thin solid yellow;*/
	
	}

div.legag {
	top:142px;
	height:350px;
	background-color:#ffccaa;
	/* for IE*/ filter:alpha(opacity=0);
	/* CSS3 standard*/ opacity:0.0;
	/* for Mozilla*/-moz-opacity:0.00;*
	}


div.contag {
	background-color:#ffffdd;
	/* for IE*/ filter:alpha(opacity=80);
	/* CSS3 standard*/ opacity:0.8;
	/* for Mozilla*/-moz-opacity:0.80;*
	}

/*div.site, div.insite, div.top, div.leg, div.cont{
	border:thin solid blue;
	}*/
/* teksten */

p.brood, p.midden, p.rechts, p.agenda, ul,  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ddcccc;
	text-align: left;
	line-height: 1.5em;
	text-indent: 0;
	margin: 0 40px 0 40px;
	letter-spacing: 0.1em;
  }  

p.midden {
	text-align: center;
	}
	
p.agenda {
	text-align: center;
	line-height: 1.7em;
	}


p.rechts {
	text-align: right;
	margin: 0 5px 0 5px;

	}


p.titel, h1, h2, h3, p.hmid{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36pt;
	font-weight: bold;
	text-align:center;
	line-height: 1.2em;
	color:  #ddcccc;
	letter-spacing: 0.1em;
	margin: 0 40px 7px 40px;
	}

p.titel, p.titelbeheer {
	font-family: arial narrow, sans-serif;
	font-size:30pt;
	font-weight:bold;
	text-align:right;
	color:#550000;
	margin: 0;
	}

p.titelbeheer {
	font-size: 24pt;
	}

h2 {
	font-size: 16pt;
	}
p.hmid {
	font-size: 16pt;
	text-align:center;
	}

h3 {
	font-size: 12pt;

	}

td, td.afb, td.t, td.l, td.r{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #ddcccc;
	text-align: center;
	line-height: 1.5em;
	text-indent: 0;
	margin: 0 10px 0 10px;
	letter-spacing: 0.1em;
	vertical-align:top;
  } 

td.t {
	text-align:left;
	padding: 0px 30px 0px 30px;
	}
	
td.l{
	text-align:left;
	padding: 0px 10px 0px 10px;
	}



td.r { 	
	text-align: right;
	padding: 0px 10px 0px 10px;
  } 


p.legenda{
	margin: 0px 10px 16px 0;
	text-align:right;
	line-height:1.2em;
	
	}

ol, ul {
	/*border: thin solid red;*/
	padding: 0;
	margin: 0 40px 0 40px;
	}
ul.nest {
	padding:0;
	margin: 0 0 0 0px;
	list-style-type: disc;	
	}

li {
	/*border: thin solid blue;*/
	padding: 0 0 0 0px;
	margin:0 0px 0 20px;
	}


/* links */

a.menu:link, a.menu:visited, a.menu:active {
	font-family:  Gill sans light, Arial, sans-serif;
	font-size: 12pt;
	color:  #ffcc00;
	font-weight: bold;
	margin: 0 0 0 0;
	letter-spacing: 0.0em;
	line-height:1em;
	text-decoration:none;
	border:none;
	}

	
a.menu:hover {
	color:#cc3300;
	}


a.tekst:link, a.tekst:visited, a.tekst:active{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	color: #ffcc00;
	font-weight: normal;
	margin: 0 0 0 0;
	letter-spacing: 0em;
	text-decoration:underline;
	line-height:1em;
	border:none;
	}

	
a:hover.tekst {
	color:#ff0000;
	text-decoration: underline;
	}

