@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6a070e;
	background-attachment: fixed;
	background-image: url(/pics/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
}
.twoColFixLtHdr #content {
	width: 824px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer { 
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	border-bottom-style: double;
	border-bottom-color: #999;
	margin-right: 20px;
	margin-left: 20px;
	height: 48px;
	margin-bottom: 30px;
}
.footerfoto {
	float: right;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.datumtitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight:bold;
	letter-spacing:1px;
	line-height:18px;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 2px;
}
.datum {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	line-height:18px;
	text-align: center;
	vertical-align: top;
}
.agendaitem {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6a070e;
	background-attachment: fixed;
	background-image: url(/pics/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #000;
}
a:link {
color:#990000;
text-decoration:none;
}
a:visited {
color:#990000;
text-decoration:none;
}
a:hover {
color:#fd0d01;
text-decoration:underline;
}
a:active {
color:#990000;
text-decoration:none;
}
.submenu {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-bottom: 30px;
}
.submenufond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	line-height:15px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #edebe0;
	margin-bottom: 3px;
	margin-top: 0px;
	height: 350px;
}
.subsubmenufond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	line-height:15px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 3px;
	margin-top: 0px;
}
.subsubsubmenufond {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	line-height:15px;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-bottom: 3px;
	margin-top: 0px;
}
.contentlijn {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	margin-right: 0px;
	margin-left: 0px;
}
.contentkop {
	font-weight: bold;
}
.contenttekst {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	margin-top: 0px;
}
.persberichtdatum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height:15px;
}
.persberichttitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	line-height:15px;
}
.footercontent {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: double;
	border-top-color: #999;
	border-bottom-color: #999;
	height: 48px;
}
.footerfoto {
	float: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer {
	width: 784px;
	height: 80px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/********************/
/*** activiteiten ***/
/********************/
.clear { clear:both;}

	/*** activiteitenItem ***/
	.activiteitenItem {
	float:left;
	width:547px;
	border-bottom:1px dotted #999;
	display:inline;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
	.activiteitenItem span { margin:0px; padding:0px; color:#999; font-family:Arial, Helvetica, sans-serif; font-size:11px; letter-spacing:1px;}
	.activiteitenItem h2 { margin:0px; padding:0px; font-size:16px;}
	.activiteitenItem h6 { margin:0px; padding:0px; color:#990000; font-size:16px; font-weight:normal;}
	.activiteitenItem em { color:#999999; font-size:14px;}
	.activiteitenItem p {
	color:#000;
	margin:0px;
	padding:0px;
	font-size:15px;
	line-height:18px;
	font-family:Garamond,Georgia,"Times New Roman",Times,serif;
}
	.activiteitenItem span.extra { padding:0px 0px 0px 0px; letter-spacing: normal; }
	.activiteitenItem span p { padding:15px 0px 0px 0px; }
	.activiteitenItem img { float:right; padding:0px 0px 0px 10px;}
	.activiteitenItem a.meer { color:#000; font-size:14px; font-style:italic; text-decoration:none;}
	.activiteitenItem a.meer:hover { color:#000; text-decoration:underline; cursor:pointer;}
	
.activiteitenfoto {
	float: right;
	margin-left: 8px;
	vertical-align: top;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	border: 0px;
}
.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight:bold;
	letter-spacing:1px;
	line-height:18px;
	margin-bottom:0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
/********************/
/*** tekstpanel ***/
/********************/
a.popup { 
	display:block; 
	position:relative;
	text-decoration: none;
}

.tekstpanel {
	position:absolute;
	width:170px;
	right: 104px;
	top: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding: 10px;
	float: right;
	z-index: 100;
}

.tekstpanelitem {
	margin-bottom: 5px;
}

.tekstpaneltitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	line-height:15px;
	font-weight: bold;
}

.tekstpaneltekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	line-height:15px;
}

.tekstpanelbody {    
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 11px;    
	color: #777;    
	line-height:15px;
}
