@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	text-align: center;
}
p     {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
h2  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	text-align: left;
}
#containerpic {
	height: 520px;
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	background-image: url(../images/pictures.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}
#container {
	height: 520px;
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
#achtergrond {
	background-repeat: no-repeat;
	height: 520px;
	z-index: 3;
	display: inline;
	width: 850px;
}
#menu {
	display: inline;
	float: left;
	height: 100px;
	width: 850px;
	z-index: 5;
	top: -10px;
}
#container #agenda_tekst {
	color: #EEE;
	height: 200px;
	width: 650px;
	position: relative;
	left: 150px;
	top: -345px;
	z-index: 5;
	float: left;
}
#container #agenda_tekst p {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	line-height: 1.4em;
}
#container #agenda_tekst h1 a{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bolder;
	color: #FFF;
	line-height: 1.2em;
	text-align: left;
	text-decoration: none;
}
#container #agenda_tekst p a {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4em;
}
