@charset "UTF-8";
/* CSS Document */

body {
	background-image: url('../images/bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px auto;
	text-align: center;
}
div#banner{
	width: 780px;
	height: 220px;
	margin: 0 auto;
	text-lign: left;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
	position: relative;
}
div#menu{ 
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 380px;
	height: 30px;
	line-height: 30px;
}

div#menu a{
	font-size: 16px; 
	color: #FFF;
	text-decoration: none;
	}
#content{
		 background-image: url('../images/bg_body.jpg');
}
div#footer{
	width: 780px;
	height: 131px;
	margin: 0 auto;
}
.style5 {
	color: #fff;
	font-weight: bold;
}
.img{
	float: left;
	margin: 3px;
}
.locatie{
	width: 440px;
	float: left;
}
.datum{
	width: 120px;
	float: left;
}
.agenda{
	width: 600px; 
	float: right;
}
a{
	color: #a70008;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	color: #a70008;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
}
.datum{
	color: #a70008;
	font-size: 10px;
}
