:-moz-any-link:focus {outline: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
}

img, a img, :link img, :visited img {border: 0;
}

div.clear {clear: both; width: 100%; height: 1px;
}

/*LAYOUT
**************************************************/

body{
    background: #FFFFFF;
}

div#container{
	width:929px;
	margin:0 auto;
	background: url("../images/back.jpg") repeat-y;
	}

div#wrapper{
	width: 885px;
	margin: 0 auto;
	}

div#topmenu{
	height: 25px;
	text-align: right;
	margin: 0;
	padding: 0;
	}

div#header{
	width: 885px;
	height: 316px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	}

div#content{
	width: 495px;
	float: left;
	overflow: hidden;
	}

.content{
	padding: 0 21px 21px 21px;
	}

div#tekst, div.box{
	margin: 20px;
	}

div#sidebar_1{
	float: left;
	width: 205px;
	}

div#sidebar_2{
	float: right;
	width: 185px;
	}

div#schaduw_footer{
	width: 929px;
	height: 27px;
	margin: 0 auto;
	background: url("../images/back_bottom.jpg") no-repeat;
	clear: left;
	}

div#footer{
	width: 885px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	}

/*TYPOGRAFIE
**************************************************/

body{
    font: normal 12px/18px Trebuchet MS, Arial, sans-serif;
    color: #3E3D3D;
}

div#sidebar_1{
    font: normal 11px/16px Trebuchet MS, Arial, sans-serif;
}

div#sidebar_2{
    font: normal 11px/16px Trebuchet MS, Arial, sans-serif;
}

div#footer{
	color: #f7941e;
	font: normal 11px/16px Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	}

/* PARAGRAPHS */
p {line-height:24px;padding: 0 0 10px;}

/* HEADINGS */
h1{
	font: bold 16px Arial, sans-serif;
	color: #f7941e;
	}

h2{
	font: bold 16px Arial, sans-serif;
	color: #f7941e;
	margin: 0 0 5px 0;
	}

h3{
	color: #f7941e;
	font: bold 14px Tahoma, Arial, sans-serif;
	margin: 0 0 0px 0;
	}


/* LISTS */
div#tekst ul{
    list-style-type: disc;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}

div#tekst ul li{
    padding: 0 0 0 5px;
}

div#tekst ol{
    list-style-type: decimal;
    margin: 0 0 20px;
    padding: 0 0 0 25px;
}

div#tekst ol li{
    padding: 0 0 0 10px;
    margin: 0;
}

/*LINKS*/
a {text-decoration: none;}
a:link {color: #f7941e;}
a:visited {color: #f7941e;}
a:hover {color: #9f5d0f;}
a:active {color: #f7941e;}

div#footer a {text-decoration: none;}
div#footer a:link {color: #f7941e;}
div#footer a:visited {color: #f7941e;}
div#footer a:hover {color: #be6700;}
div#footer a:active {color: #be6700;}

/*MENU*/

table.mainmenu{
	margin: 20px 0;
}

/*TOPMENU*/

div#menutop {
	float: right;
	}

div.menuitem {
	float: left;
	margin: 5px;
	}

div.menustreep {
	float: left;
	margin: 7px 5px;
	}

/* News Detail */

div.newsitem{
	border-bottom: 1px dashed #f7941e;
	margin-top: 5px;
}

div.newsitem h3{
	color: #f7941e;
}

div.newsitem div.image{
	background: url('../images/back_news_image.png') no-repeat;
	display: block;
	float: left;
	width: 110px;
	height: 105px;
}

div.newsitem div.image img{
	margin: 4px;
}

div.newsitem small{
	color: #848484;
	font-size: 10px;
}

div.newsitem div.lees_meer{
	float: right;
	margin-bottom: 10px;
}

/* Event Detail */

div.eventitem{
	border-bottom: 1px dashed #f7941e;
	margin: 5px 0 10px 0;
}

div.title_bar{
	position: relative;
	background: url('../images/back_title.png') repeat-x;
	color: #fff;
	line-height: 22px;
	height: 22px;
	padding-left: 10px;
	margin: 10px 0 5px 0;
	overflow: hidden;
}

div.title_bar div.image{
	background: url('../images/back_title_logo.png') no-repeat;
	float: right;
	height: 22px;
	width: 25px;
}

/* News list */

div#content p.newslist{
	font-size: 11px;
	padding: 0;
	}

	div#content p.newslist a,
	div#content p.newslist a:link{
		color: #000;
		}

/* Events */

table.events{
	margin-top: 10px;
	width: 100%;
	}

	table.events td{
		padding: 5px;
		}

/* Links */

#content table.fotoalbums a,
#content table.events a,
table.eventwidget a{
	color: #000;
	}

	#content table.fotoalbums a:hover,
	#content table.events a:hover,
	table.eventwidget a:hover{
		color: #633606;
		}

/* Formulieren */

div.label{
	width: 100px;
	margin: 5px 0 0 0;
	float: left;
}

div.field{
	float: right;
	margin: 5px 0 0 0;
	width: auto;
	width: 328px;
}

input[type="text"], textarea{
	border: 1px solid #f7941e;
	padding: 3px;
	width: 320px;
	resize: none;
}

input[type="radio"]{
	margin-left: 10px;
}

input[type="radio"]:first-child{
	margin: 0;
}

input.disabled{
	color: #adadad;
}

input[type="submit"]{
	display: block;
	border: none;
	background: url('../images/verstuur.png');
	width: 108px;
	height: 22px;
	overflow: hidden;
	margin: 5px 0 0 0;
	float: right;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

/* Main Menu */

ul.mainmenu{
	background: #f8f7f7;
	list-style: none;
	margin: 20px 0;
	}

	ul.mainmenu li{
		background: url('../images/back_menu.png') right center no-repeat;
		color: #000;
		height: 21px;
		padding: 4px 0 0 30px;
		}

		ul.mainmenu li:hover,
		ul.mainmenu li.active{
			background : url('../images/back_menu_hover.png') right center no-repeat;
			}

			ul.mainmenu li:hover a,
			ul.mainmenu li.active a,
			ul.mainmenu li a:hover{
				color: #fff;
				font-weight: bold;
				}

		ul.mainmenu li.subitem{
			height: 21px;
			background: none;
			padding: 4px 0 0 40px;
			}

			ul.mainmenu li.subitem a{
				color: grey;
				}

			ul.mainmenu li.subitem:hover a,
			ul.mainmenu li.subitem.active a,
			ul.mainmenu li.subitem a:hover{
				color: #f7941e;
			}

/* Fotoalbum */

table.fotoalbum img,
table.fotoalbums img{
	border: 1px solid #f7941e;
}

/* Sitemap */

ul.sitemap{
	list-style: none;
}

/* Right Content */

.t {background: url(../images/dot.png) 0 0 repeat-x;}
.b {background: url(../images/dot.png) 0 100% repeat-x;}
.l {background: url(../images/dot.png) 0 0 repeat-y;}
.r {background: url(../images/dot.png) 100% 0 repeat-y;}
.bl {background: url(../images/bl.png) 0 100% no-repeat;}
.br {background: url(../images/br.png) 100% 100% no-repeat;}
.tl {background: url(../images/tl.png) 0 0 no-repeat;}
.tr {background: url(../images/tr.png) 100% 0 no-repeat; padding: 10px;}
.clear {font-size: 1px; height: 1px;}

div.stop{background: url(../images/top.jpg) no-repeat;height:6px;}
div.scontent{padding:0 10px;background: url(../images/bg.jpg) repeat-y;}
div.sbtm{background: url(../images/btm.jpg) no-repeat;height:6px;margin-bottom:10px;}

span.title{
	color: #f7941e;
	font: bold 14px Tahoma, Arial, sans-serif;
	margin: 0 0 5px 0;
}

/* Event Widget */

table.dateholder{
	text-align: center;
	width: 30px;
	border: 1px solid #f7941e;
}

	table.dateholder tr.month{
		background: #f7941e;
		color: #fff;
		font-weight: bold;
	}

		table.dateholder tr.month td{
			font-size: 9px;
			line-height: 10px;
			padding: 0 0 2px 0;
		}

	table.dateholder tr.day{
		font-weight: bold;
	}

/* List */

div.content ul, div#sidebar_2 ul{
	margin: 5px 0 15px 15px;
	padding: 0 0 0 15px;
}

div.content ol, div#sidebar_2 ol{
    list-style-type: decimal;
    margin: 5px 0 15px 15px;
    padding: 0 0 0 15px;
}

/* Content */

div.afbeeldingLinks{
	float: left;
	margin: 15px 15px 0 0;
	}

div.afbeeldingRechts{
	float: right;
	margin: 15px 0 0 10px;
	}

.ondertitel{
	font-size: 10px;
	font-style: italic;
	color: #7a7a7a;}

/* Overige */

div.clear{
	clear: both;
}

span.bold{
	font-weight: bold;
}

div#sidebar_2 small a{
	color: #000;
	font-weight: bold;
	float: right;
	padding: 8px 0 0 0;
}

#selectieJaar a.selected,
#selectieMaand a.selected{
	font-weight: bold;
	color: #9f5d0f;
}
