/*  niet meer in gebruik ? */
#logo 
{
	position: absolute;
	top: 1px;
	left: 300px;
	z-index: 4;
}
	
/*  Tekst breed all over pagina */
.werkinuitvoering {
	background-image: url(images/WerkInUitvoering.gif); 
	background-repeat: no-repeat;
	width: 700px;
	height: 500px;
	/*overflow: hidden;	*/
	}

/*  niet meer in gebruik ? ,tekst in linkervak */
#menutekst
{
	position: absolute;
	/* padding-top: 1cm; */
	top: 100px;
	left: 20px;
	width: 200px;
	color: Red;	
	}

/*  niet meer in gebruik ? */
#inhoudblok {
	/*tekst inhoud*/
	position: absolute;
	display: block;
	/*width: 600px;*/
	top: 120px;
	left: 200px;
	text-align: left;
	/*color: navy;*/
	list-style-image: url(images/bullet02.gif);
	letter-spacing: 2px;
	}

/*  positie  van het menu */
.positie_menu{
	width: 250px;
	height: 500px;
	position: absolute;
	z-index: 1;
	top: 50px;
	left: 3px;
	border: 0px solid #2F4F4F;
	padding: 0px;
	overflow: visible;
	azimuth: center;
}
	
/*  positie grote poster  */
.positie_poster{
	width: 350px;
	height: 500px;
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 150px;
	border: 0px solid #2F4F4F;
	padding: 0px;
	overflow: visible;
	azimuth: center;
}

/*  positie grote poster test voor news */
.positie_postertest{
	width: 350px;
	height: 500px;
	position: absolute;
	z-index: 2;
	top: 50px;
	left: 250px;
	border: 0px solid #2F4F4F;
	padding: 0px;
	overflow: visible;
	azimuth: center;
}

/*  mini poster links onder */
.positie_poster_klein{
	width: 70px;
	height: 100px;
	position: absolute;
	z-index: 2;
	top: 550px;
	left: 1px;
	border: 0px solid #2F4F4F;
	padding: 0px;
	overflow: visible;
	azimuth: center;
}
/*  spreuk in de openingspagina  */
.positie_spreuk{
	width: 350px;
	height: 300px;
	position: absolute;
	z-index: 3;
	top: 150px;
	left: 500px;
	border: 0px solid #2F4F4F;
	padding: 0px;
	overflow: visible;
	azimuth: center;
}

/*  algemene tekst alle pagina's breedte was 680 */
.marge150{
	width: 780px;
	height: 500px;
	position: absolute;
	z-index: 3;
	top: 50px;
	left: 230px;
	border: 0px solid #2F4F4F;
	padding: 0px;
	overflow: visible;
	azimuth: center;
}

#newsblok
/* test news op index pagina */
{
	position: absolute;
	left: 0px;;
	top: 220px;
}	
	
#newsblok2
/* test news op index pagina */
{
	position: absolute;
	left: -250px;;
	top: 250px;
}	
	
/*  met een # gaat naar een ID  */
/* met een . gaat naar CLASS  */

.referendum {
	width: 600px;
	height: 100px;
	position: absolute;
	z-index: 999;
	top: 450px;
	left: 500px;
	border: 0px solid #2F4F4F;
	padding: 0px;
	overflow: visible;
	azimuth: center;
    font-size : 36px;

}

#koptekst
{
	width: 800px;
	position: absolute;
	z-index: 999;
	top: 10px;
	left: 100px;
	border: 0px solid #2F4F4F;
	padding: 0px;
	overflow: visible;
	azimuth: center;
    font-size : 36px;
}

#linkweblog {
	width: 200px;
	position: absolute;
	z-index: 2;
	top: 500px;
	left: 600px;
	border: 0px solid #2F4F4F;
	padding: 0px;
	overflow: visible;
	azimuth: center;
   font-size : 36px;

 }
 .banner {
	position: fixed;
	z-index: 998;
	top: 10px;
	left: 100px;
	overflow: visible;
	azimuth: center;
   font-size : 24px;
 }
