/*
#################
#	ALGEMEEN	#
#################
*/
body, html,
span, div,
h1, h2, h3, h4, h5, h6,
a, p,
img,
ul, ol, li,
dl {
	margin: 0;
	padding: 0;
}

h2 {}

h3 {
	font-size: 1.8em;
}

h4 {}

a {
	color: #000;
}

p {
	margin-bottom: 10px;
}

img {
	border: none;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 0;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	border-top: 30px solid #fff;
}

/*
#################
#	LAY-OUT		#
#################

HOOFDPAGINA */
div.container {
	width: 780px;
	font-size: 1.2em;
	border-left: 12px solid #fff;
}

img#siteLogo {
	float: left;
}

img#aankondiging {
	float: left;
}

div#welkom {
	float: left;
	height: 161px;
	font-size: 1.2em;
	color: #fff;
	padding: 0;
	margin: 0;
}

div#welkom p {
	line-height: 1.6em;
}

h2#HSF {
	clear:both;
	height: 40px;
	border-top: 7px solid #fff;
	border-left: 12px solid #fff;
	border-bottom: 8px solid #fff;
	background: #415539 url(../images/slogan.gif) no-repeat 376px 10px;
}

div#kolomLinks {
	float: left;
	background: #8AA24C;
	height: 276px;

}

blockquote#adresgegevens {
	margin: 0;
	padding: 15px 12px 3px 12px;
	background: #8aa24c;
	color: #fff;
}

div#adresgegevens {
	margin: 0;
	padding: 15px 12px 3px 12px;
	background: #8aa24c;
	color: #fff;
}

div#adresgegevens a {
	color: #fff;
}

blockquote#adresgegevens a {
	color: #fff;
}

div#content {
	float: right;
	width: 377px;
	padding: 16px 16px 20px 100px;
	background: #dfdfdf no-repeat;
}

div#content_banner {
	float: left;
	width: 377px;
	margin-top: 27px;
}


img.sponsorenrand {
	margin-left: 11px;
}

img.randboven {
	border-top: 8px solid #fff;
}

div#sponsoren {
	width: 789px;
	margin-left: 11px;
	text-align: center;
	background: url(../images/sponsoren/sponsoren.gif) repeat-y;
}

div#sponsoren img {
	margin: 6px 8px;
}

div#footer {
	margin: 8px 0 15px 12px;
	font-size: 1.2em;
}

div#footer a {
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#EG {

}

img#EG {
	position: absolute;
	top: 130px;
	left: 190px;
}

/*SUBPAGINA*/
div#balk {
	height: 28px;
	padding: 12px 0 0 15px;
	border-left: 12px solid #fff;
	border-bottom: 12px solid #fff;
	background: #415539 url(../images/datum-2011.gif) no-repeat 350px 12px;
}

div.content-container {
	background: #e1e1e1 url(../images/content-container.gif) repeat-y;
}

body#subBody div#kolomLinks {
	width: 229px;
}

body#subBody blockquote#adresgegevens {
	padding-right: 0;



}

body#subBody div#content {
	float: right;
	width: 473px;
	padding: 20px 16px 0 42px;
	background: none;
}

div#breadcrumbs {
	font-weight: bold;
	border-bottom: 12px solid #e1e1e1
}

div#breadcrumbs a {
	font-weight: normal;
	color: #415539;
	text-decoration: none;
}

div#breadcrumbs a:hover {
	text-decoration: underline;
}

img.breadcrumb {
	margin: 0 4px;
}

img.heading-img {
	border-bottom: 10px solid #e1e1e1;
}

div.text-item {
	clear: both;
	border-bottom: 12px solid #e1e1e1;
}

div.text-item img {
	border-bottom: 8px solid #e1e1e1;
}

div.foto-rechts img {
	float: right;
	border-left: 12px solid #e1e1e1;
}

div.foto-links img {
	float: left;
	border-right: 12px solid #e1e1e1;
}

div.foto-links b.subtitel {
	clear: both;
	border-left: 198px solid #e1e1e1;
}

/* CONTACTPAGINA */
address {
	padding-bottom: 12px;
}

div.contact-item {
	padding-bottom: 12px;
}

img#content-foto {
	float: right;
}

/* ZOEKRESULTATENPAGINA */
p.gezocht {
	border-bottom: 12px solid #e1e1e1;
}

b.gezocht {
	color: #b42e34;
}

h4.subtitel {
	padding-left: 112px;
}

div.zoekresultaat {
	padding: 4px 6px;
	background: #B5BCAC
}

div.zoekresultaat img {
	border-color: #B5BCAC;
}

/* FOTOPAGINA */

/* PROGRAMMAPAGINA */
dt.programmadag {
	padding: 5px;
	color: #fff;
	font-size: 1.6em;
	background: #999999;
}

/*
#########################
#	MENU'S & LIJSTEN	#
#########################
	ALGEMEEN */
ul {
	list-style: none;
}

ul li {
	padding: 0 0 12px 16px;
	background: url(../images/li.gif) no-repeat 0 .2em;
}

/* HOOFDMENU */
ul#mainMenu {
	clear: both;
	border-top: 16px solid #fff;
	border-bottom: 30px solid #fff;
}

ul#mainMenu li {
	float: left;
	padding: 4px 0 0 16px;
	margin-right: 10px;
	background: url(../images/li.gif) no-repeat left center;
}

ul#mainMenu li:hover ul.submenu,
ul#mainMenu li.over ul.submenu {
	display: block;
}

ul#mainMenu li a {
	display: block;
	text-decoration: none;
}

ul#mainMenu li a:hover {
	color: #b42e34;
}

	/* SUBMENU IN HET HOOFDMENU */
	ul#mainMenu li ul.submenu {
		position: absolute;
		display: none;
		width: 200px;
		margin-top: -1px;
		margin-left: -16px;
		padding: 12px 0 0 0;
		border-bottom: 8px solid #8aa24c;
	}

	ul#mainMenu li ul.submenu li {
		float: none;
		padding: 0;
		margin: 0;
		border: none;
		background: none;
	}

	ul#mainMenu li ul.submenu li a {
		color: #666666;
		padding: 5px 0 5px 32px;
		background: #fff url(../images/li.gif) no-repeat 1.2em .6em;
	}

	ul#mainMenu li ul.submenu li a:hover {
		font-weight: bold;
		text-decoration: underline;
		background: #dfdfdf url(../images/li.gif) no-repeat 1.2em .6em;
	}

/* SUBMENU */
ul#submenu {
	border-top: 12px solid #8aa24c;
	width: 230px;
}

ul#submenu li {
	padding: 0;
	background: none;
}

ul#submenu li a {
	display: block;
	padding: 8px 0 8px 18px;
	color: #fff;
	text-decoration: none;
	background: #8aa24c;
}

ul#submenu li a.active {
	padding-left: 28px;
	color: #999999;
	background: #e1e1e1 url(../images/submenu/active.gif) no-repeat 18px 12px;
}

ul#submenu li a:hover ,
ul#submenu li a.active:hover {
	color: #fff;
	padding-left: 28px;
	background: #b42e34 url(../images/submenu/hover.gif) no-repeat 18px 12px;
}


/* NIEUWS */
ul#nieuws {
	padding-top: 28px;
	background: url(../images/nieuws.gif) no-repeat;

}

ul#nieuws li a {
	text-decoration: none;
}

ul#nieuws li a:hover {
	text-decoration: underline;
}

/*DIRECTNAAR */
ul#directnaar {
	float: left;
	width: 225px;
	padding-top: 28px;
	border-top: 12px solid #dfdfdf;
	background: url(../images/directnaar.gif) no-repeat;
}

ul#directnaar li {
	padding-bottom: 6px;
}

ul#directnaar li a:hover {
	text-decoration: none;
}

/* LIJST MET FOTO-ALBUMS */
ul#albums {
	float: left;
	width: 175px;
}

ul#albums li {
	padding: 0 0 6px 12px;
	background-image: url(../images/pijltje-blauw.gif);
}

/* PROGRAMMA-OVERZICHT */
dl#programmaoverzicht dd {
	margin: 0; padding: 4px;
	background: #fff;
}

/*
#####################
#	FORMULIEREN		#
#####################
/* ALGEMEEN */
form ol,
form ul {
	list-style: none;
}

form ul li,
form ol li {
	padding: 4px 0;
}

/*	ZOEKFORMULIER */
form#zoeken {
	float: right;
	border-top: 18px solid #fff;
}

form#zoeken fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

form#zoeken input {
	float: left;
	height: 21px;
	padding: 3px 0 0 3px;
	border: none;
	background: #e1e1e1;
}

form#zoeken input.submit {
	height: 24px;
	padding: 0;
	border-left: 8px solid #fff;
}

/* Contactformulier */
em.verplicht {
	color: red;
}

form#contactformulier label b {
	display: block;
	float: left;
	width: 125px;
	padding-top: 3px;
}

form#contactformulier input {
	width: 175px;
}

form#contactformulier input.radio {
	width: auto;
}

form#contactformulier input.kort {
	width: 85px;
}

form#contactformulier textarea {
	width: 275px;
	height: 125px;
}

form#contactformulier input.submit {
	width: 70px;
	height: 24px;
}

form#contactformulier input.reset {
	width: 52px;
	height: 24px;
}

form#contactformulier textarea.error,
form#contactformulier input.error {
	border: 2px solid red;
	background-color: #fee;
}

/*
#####################
#	TABELLEN		#
#####################
 ALBUMFOTOS */
table#albumfotos {
	width: 450px;
}

table#albumfotos td.rechts {
	text-align: right;
}

table#albumfotos td.gecentreerd {
	text-align: center;
}

table#albumfotos td#huidige-foto {
	height: 300px;
	background: #b5bcac;
}

table#albumfotos td#huidige-foto img {
	border: 5px solid #fff;
}

table#albumfotos tr.thumbs td {
	padding: 8px 0;
	background: #b5bcac;
}

table#albumfotos tr.thumbs td img {
	border: 2px solid #fff;
}

div.banner {
	position: absolute;
	margin: 104px 0 0 810px;
	z-index: 10
}