/* CSS Document */
body {/* t.b.v. algemeen index.html */
/*	background-image: url(../Achtergrond/Hoofd_blauw_v1.jpg);*/
    background-color: #ECF2F4;
    background-image: url('../Achtergrond/Page-BgTexture.jpg');
	background-repeat: repeat-x;
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	}
.stijlI1 {/* opmaak navigatiebalk */
	color: #000000;
	font-size: 15px;
	font-style: normal;
} 
A:link    {color: #004667; text-decoration: none;}
A:visited {color: #004667; text-decoration: none;}
A:hover   {color: #e2007a; text-decoration: none;}
A:active  {color: #e2007a; text-decoration: none;}	
#afbeeldingdiv { /* afbeeldingsbox achter box01 */
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:680px;
	z-index:2;
	background-position: left top;
	background-repeat: no-repeat;
}
#logodiv { /* logodiv */
	position:absolute;
	left:12px;
	top:10px;
	width:111px;
	height:186px;
	z-index:10;
}
#teksttiteldiv { /* tekst in titelbalk */
/*    -ms-filter: "progid:DXImageTransform.Microsoft.Stretch(duration=5, stretchStyle=PUSH)";*/
/*    filter :progid:DXImageTransform.Microsoft.Stretch(duration=5, stretchStyle=PUSH);*/
	position:absolute;
	left:308px;
	top:39px;
	width:294px;
	height:40px;
	z-index:8;
}
#navigatiediv { /*navigatiebalk boven*/
	position:absolute;
	left:10px;
	top:206px;
	width:880px;
	height:20px;
	z-index:9;
}
#navigatiediv1 { /*navigatie Blog*/
	position:absolute;
	left:825px;
	top:64px;
	width:50px;
	height:20px;
	z-index:5;
	font-size: 15px;
	font-style: normal;
}
#clock {/* klok en dag aanduiding op titelbalk */
	position:absolute;
	left:5px;
	top:640px;
	width:180px;
	height:20px;
	z-index:5;
	text-align: right;
}
iframe { /* tekstblok in site */
	position:absolute;
	left:0px;
	top:0px;
	width:880px;
	height:660px;
	z-index:5;
	background-image: url(plaatjes/transparant.gif);
	background-repeat: repeat;
	background-color: transparent;
	visibility: visible;
	overflow-x: hidden;
	overflow-y: hidden;
}
#bodem { /* bodembalk */
	position:absolute;
	left:0px;
	top:670px;
	width:880px;
	height:27px;
	font-size: 11px;
	color: #004667;
	z-index:4;
}
#teller {/* t.b.v. lexstat-teller is verborgen achter afbeeldingsdiv */
	position:absolute;
	left:5px;
	top:5px;
	width:180px;
	height:20px;
	z-index:1;
}

