body, html {
	height: 100%;
	font-family: verdana, arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #292826;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;
}

table {
	border-collapse: collapse;
	padding: 0;
	font-family: verdana, arial;
	font-size: 11px;
}

img { border: 0; }
a { color: #FFA800; text-decoration: none; }
a:hover { color: #FFDD00; }

.container {
	border-collapse: collapse;
	padding: 0px;
	margin: 0 auto;
	width: 100%;
}

/* Piek Header */
.header {
	width: 800px;
	height: 155px;
	background-image: url('images/header.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;
	vertical-align: top;
	text-align: center;
}
.headercontent {
	width: 780px;
	height: 155px;
	margin: auto auto;
	/*border-left: 1px solid #ffff00;
	border-right: 1px solid #ffff00;*/
}
.headercontent td {
	padding: 0px;
	margin: 0px;
}

.footer {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	height: 60px;
	vertical-align: middle;
	background-image: url('images/footer.jpg');
 	background-repeat: repeat-y;
	background-position: 50% 0;
}


.logo {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 155px;
}
.address  {
	width: 125px;
	text-align: right;
	vertical-align: middle;
	line-height: 20px;
	color: #2D2727;
}

.spacer {
	height: 24px;
}
.hspacer {
	width: 10px;
}

.content2 {
	width: 780px;
	margin: 0 auto;
	margin-top: 20px;
}
.content2 td {
	vertical-align: top;
}

.kop {
	margin-bottom: 10px;
}

.sfeer {
	color: #fff;
	line-height: 20px;
	width: 419px;
}

.agenda {
	color: #fff;
	line-height: 20px;
	width: 351px;
}

input, textarea {
	font-family: verdana;
	font-size: 11px;
	background-color: #110F10;
	border: 0;
	background-image:url('images/inputbg.jpg');
	padding: 5px;
	width: 251px;
	color: #ccc;
}
.submitknop {
	width: 89px;
	height: 23px;
	border: 0px;
	padding: 0px;
	margin-top: 5px;
}

	.foto {
	    float: left;
	    width: auto;
	    padding: 5px;
		margin-bottom: 10px;
	    text-align: center;
		border: 1px solid #434242;
	}
	    .foto img {
	        position: relative;
	        display: block;
	    }

/* agenda */

small {
	color: #666;
}
.datatable {
	width: 335px;
}
.datum {
	width: 41px;
	vertical-align: top;
}
.where {
	width: 287px;
	vertical-align: top;	
}
.uitschuiver {
	width: 27px;
}
.agendauitschuiver {
	background-color: #1f1d1b;
	padding: 10px;
	color: #ccc;
}

	.flyer {
	    float: right;
	    width: auto;
	    padding: 5px;
		margin-bottom: 0px;
		margin-left: 20px;
	    text-align: center;
		border: 1px solid #434242;
	}
	    .flyer img {
	        position: relative;
	        display: block;
	    }
		
.kalender {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	height: 11px;
}
.kalender_dag {
	font-size: 9px;
	color: #444;
	width: 16px;
	vertical-align: top;
	text-align: right;
}
.kalender_dagnr {
	font-size: 11px;
	font-weight: bold;
	width: 20px;
	vertical-align: middle;	
}