/* Achtergrondkleuren en images */

.bgwhite {
	background-color: #FFFFFF;
}

.bgbox {
	background-color: #F7C827;
}

body {
	background-color: #FFFFFF;
	background-image: url('img_bg17_1024x1024.jpg'); /* default */
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Links */
a {text-decoration: none; border: none; color: #000000; font-weight: normal}
a:link {text-decoration: none; border: none;}
a:visited {text-decoration: none; border: none;}
a:hover {text-decoration: none; border: none;}
a.special {text-decoration: none; border: none; color: #00A000; font-weight: normal}

/* Fonts en teksten*/

h3{	font-family: arial; color: #000000;   /* kopregels bovenaan elke pagina */
	font-size:90%; text-align: center
	}
	
h2{	font-family: arial; color: #000000;   /* kopregels groter bovenaan elke pagina */
	font-size:110% 
	}
	
p.normaal {font-family: arial; 
	color: #000000; 
	font-size:70%; 
	font-weight: normal; 
	text-align: left}

p.normcenter {font-family: arial; 
	color: #000000; 
	font-size:70%; 
	font-weight: normal; 
	text-align: center}
	
p.justify {font-family: arial; 
	color: #000000; 
	font-size:70%; 
	font-weight: normal; 
	text-align: justify}
	
p.justifyklein {font-family: arial; 
	color: #000000; 
	font-size:60%; 
	font-weight: normal; 
	text-align: justify}
	
p.klein {font-family: arial;     /* o.a. voor copyright onderaan */
	color: #000000; 
	font-size:60%; 
	font-weight: normal; 
	text-align: center;
	margin: 0px auto
	}
	
	
#img1midleft {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 60px;
    left: 50px;        
}

#img2midleft {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 230px;
    left: 50px;        
}

#img1topleft {
    position: absolute;
    width: 300px;
    height: 0px;
    top: 40px;
    left: 20px;
}

#img2topleft {
    position: absolute;
    width: 300px;
    height: 0px;
    top: 50px;
    left: 140px;
}

#imgkolom1 {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 60px;
    left: 50px;
}

#imgkolom2 {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 70px;
    left: 120px;  
}

#imgkolom3 {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 80px;
    left: 190px;  
}

#imgkolom4 {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 90px;
    left: 260px;  
}

#tekstmidden {
    position: absolute;
    width: 600px;
    height: 300px;
    margin-left: 150px;
    margin-right: auto;
    margin-top: 50px;
}

#tekstfooter {
    position: absolute;
    width: 800px;
    height: 30px;
    margin-left: 5px;
    margin-right: auto;
    margin-top: 390px;
}

#tekstrechts {
    position: absolute;
    width: 400px;
    height: 300px;
    margin-left: 350px;
    margin-right: auto;
    margin-top: 30px;    
}

#tekstrechtssmal {
    position: absolute;
    width: 280px;
    height: 300px;
    margin-left: 490px;
    margin-right: auto;
    margin-top: 15px;    
}

#vdberg_menu {
    position: absolute;
    width: 400px;
    height: 300px;
    top: 313px;
    left: 118px;
}