@charset "UTF-8";
/* CSS Document */
body
	{
	background-image:url(../beelden/achter0.png);
	margin:0px;
	padding:0px;
	font-family:Georgia, Arial, Times, serif;
	color:#000000;
	}
	
#scherm 
	{
	background-image:url(../beelden/achtergrond.png);
	width:800px;
	height:600px;
	position:absolute;
    top:50%;
	left:50%;
	margin-left: -400px;
	margin-top: -300px; 
	padding:0px;
	}

.logo
	{
	position:absolute;
	left:25px;
	top:15px;
	border:none;
	}
	
.logo a
	{border:none;}

#jaarbld
	{
	position:absolute;
	top:120px;
	left:350px;
	padding:10px 20px 10px 30px;
	width:300px;
	height:300px;
	}

/* inhoud van de 50 jaar pagina*/ 
#jaarinhoud 
	{
	position:absolute;
	left:45px;
	top:140px;
	width:300px;
	height:370px;
	font-size:14px;
	}
	
#adressen
	{
	position:absolute;
	top:500px;
	left: 150px;
	font-size:13px;
	width:600px;
	height:200px;
	}

#inhoud
	{
	background-image:url(../beelden/inhoud.png);
	background-repeat:no-repeat;
	color:#000000;
	font-style:normal;
	position:absolute;
	top:125px;
	left:181px;
	padding:10px 20px 10px 30px;
	width:460px;
	height:370px;
	overflow:auto;
	}

h4
	{
	margin-top:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	}

.jaarlogo
	{
	position:absolute;
	left:670px;
	top:7px;
	width:100px;
	height:60px;
	border:none;
	color:white;
	}
	
#achtergrondlogo
	{
	width:470px;
	height:380px;
	}
	

.leeftijdschild
	{
	width:200px;
	height:200px;
	}
	
.passfoto
	{
	width:60px;
	height:70px;
	}

#menu4
	{
	position:absolute;
	left:210px;
	top:510px;
	}
	
#bldinhoud
	{
	position:absolute;
	left:12px;
	top:5px;
	}

a 
	{ 
	font-style:italic;
	text-decoration:none;
	color:#FF0000;
	}

/* basis navigatie*/ 

#nav 
	{
	background-image:url(../beelden/menu.png);
	background-repeat: no-repeat;
	position: absolute;
	left:45px;
	top:120px;
	height: 350px;
	width: 92px;
	}
	
#nav li 
	{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	position: absolute;
	left:0px;
	top:0px;
	height:45px;
	width:94px;
	}


#nav #groep 
	{
	height:68px;
	top: 0px;
	}
	
#nav #acti
	{
	height:68px;
	top:70px;
	}
	
#nav #foto
	{
	height:68px;
	top:140px;
	}
	
#nav #gast
	{
	height:68px;
	top:210px;
	}
	
#nav #extra 
	{
	height:68px;
	top: 278px;
	}

#nav #groep a:hover 
	{
	background-image:url(../beelden/menu.png);
	background-position: 0px -360px;
	}

#nav #acti a:hover 
	{
	background-image:url(../beelden/menu.png);
	background-position: 0px -430px;
	}

#nav #foto a:hover 
	{
	background-image:url(../beelden/menu.png);
	background-position: 0px -500px;
	}
	
#nav #gast a:hover 
	{
	background-image:url(../beelden/menu.png);
	background-position: 0px -570px;
	}

#nav #extra a:hover 
	{
	background-image:url(../beelden/menu.png);
	background-position: 0px -640px;
	}

#nav a 
	{
	height:68px;
	width:94px;
	display:block;
	}
