/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFE5;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	}

#basis {
	width: 1000px;
	height:800px;
	margin: 0 auto;
}

#foto {
	position: absolute;
	width: 1000px;
	height: 800px;
	background-image:url(../images/achtergrond_nl.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	
	}

#vlaggen {
	position: absolute;
	margin-left: 36px;
	margin-top: 20px;
	}
	
#gebied {
	position:absolute;
	margin-left: 30px;
	margin-top: 191px;
	font-size: 14px;
	color: #28367d;
	width: 492px;
}

#gebied2 {
	position:absolute;
	margin-left: 180px;
	margin-top: 185px;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

#gebied3 {
	position:absolute;
	margin-left: 350px;
	margin-top: 185px;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}

#tekst {
	position: absolute;
	margin-left: 43px;
	margin-top: 415px;
	width: 415px;

	}

#logo {
	position: absolute;
	margin-left: 582px;
	margin-top: 550px;
	}
	
#logos {
	position:absolute;
	margin-left: 28px;
	margin-top: 215px;
	width: 470px;
}

#logos img {
	margin:0 15px 0 0;
}


#footer {
	position: absolute;
	margin-left: 40px;
	margin-top: 690px;
	font-size: 70%;
	color: #999999;
	}
	
.logo {
	margin-left: 25px;
	margin-top: 25px;
	}	
	
.nvba {
	margin-left: 25px;
	margin-top: 140px;
	}		
	
#adres {
	margin-top: 325px;
	margin-left: 10px;
	font-size: 70%;
	line-height: 120%;
	color: #FFFFFF;
	}

#bootreis {
	position: absolute;
	margin-left: 510px;
	margin-top: 300px;
	}	

	
/* teksten */		

	
H1 {
	margin-top: 0px;
	color: #28367d;
	font-size: 110%;
	line-height:130%;
	}
	
p {
	font-size: 85%;
	line-height:150%;
	}
	
.tekst {
	color: #333333;
	font-size: 80%;
	}
	

	
/* linken */

a:link {
	color: #91002D;
	text-decoration: none;
	}

a:active {
	color: #91002D;
	text-decoration: none;
	}
	
a:visited {
	color: #91002D;
	text-decoration: none;
	}	
	
a:hover {
	color: #91002D;
	text-decoration: underline;
	}
	
a.footer:link {
	color: #999999;
	text-decoration: none;
	}

a.footer:active {
	color: #999999;
	text-decoration: none;
	}
	
a.footer:visited {
	color: #999999;
	text-decoration: none;
	}	
	
a.footer:hover {
	color: #999999;
	text-decoration: underline;
	}	
