/*===========
HTML AND BODY STANDARDS
===========*/
*{
	padding: 0px;
	margin: 0px;
}
body,html
{
	width: 100%;
	height: 100%;
	
	font-family: Tahoma, Arial, Verdana;
	
	font-size: 11px;
	line-height: 20px;
	color: #373834;
	
	background-color: #fff;
	
	/* Turn off font resizing for zooming*/
	-webkit-text-size-adjust: none; 
}
object, embed{
	clear: both;
	display: block;
}
p{
	padding-bottom: 10px;
}
object, embed{
	padding-bottom: 0px;
}
h1{
	font-size: 28px;
	line-height: 24px;
	color: #fc781f;
	font-weight: bold;
	font-family: Tahoma;
}
h2{
	font-size: 20px;
	color: #fc781f;
	font-weight: bold;
	font-family: Tahoma;
	margin-bottom: 10px;
}
h3{
	display: block;
	font-family: Tahoma;
	font-size: 12px;

	line-height: 19px;
	
	color: #373834;
	font-weight: bold;
	
	padding: 0px;
	margin: 0px;
	
	padding-right: 15px;
}
h4, span.h4{
	display: block;
	
	color: #ca7900;
	font-weight: bold;
	
	padding: 0px;
	
	margin: 0px;
	margin-bottom: 0px;
	
	font-family: Tahoma;
	font-size: 12px;
	line-height: 19px;
}
h5, span.h5{
	display: block;
	color: #1b501b;
	font-weight: bold;
	
	padding: 0px;
	
	margin: 0px;
	margin-bottom: 0px;
	
	font-family: Tahoma;
	font-size: 11px;
	line-height: 19px;
}
a{
	padding:0px;
	margin: 0px;
	outline: none;
	border: 0px;
}
img{
	padding: 0px;
	margin: 0px;
	outline: none;
	border: 0px;
}
a{
	color: #373834;
}
a:hover{
	color: #fc781f;
	cursor: pointer;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
/*--------------------*/

/*===========
:LAYOUT
===========*/
#container{
	width: 100%;
	height: 100%;
}
#wrapper {
	position: relative;
	width: 760px;
	margin: 0px auto;
}
#sitemiddle{
	width: 760px;
	position: relative;
	padding: 0px 0px 10px 0px;
}
#linkerkant
{
	clear: both;
	float: left;
	width: 172px;
	margin: 0px;
	padding: 0px;
}
#content{
	float: left;
	width: 405px;
	margin: 0px 5px;
	padding: 0px 0px 10px 0px;
}
#rechterkant{
	float: right;
	position: relative;
	width: 172px;
	margin: 0px;
	padding: 0px;
}
.contentend{
	clear: both;
}
/*--------------------*/

/*===========
HEADER
===========*/
#header{
	position: relative;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
#header #sitelogo {
	display: block;
	width: 137px;
	height: 80px;
	margin-bottom: 4px;
}
#headerright{
	position: absolute;
	z-index: 1000;
	line-height: 12px;
	text-align: right;

	top: 65px;
	right: 0px;
	width: auto;
}
.headerfotocontainer{
	margin: 29px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 10px solid #339933;
	background-color: #fff;
}
.headerfoto{
	display: block;
	overflow: hidden;
	height: 159px;
}
/*--------------------*/

/*===========
MAIN MENU
===========*/
ul.menubar /* menu UL*/
{
	position: absolute;
	z-index: 1600;

	left: -20px;
	
	display: block;
	height: 24px;
	list-style-type: none;
	width: 780px;

	background-color: #99cc00;
	overflow: hidden;
	border-bottom: 1px solid #339933;
}
.imagegreen{
	position: absolute;
	z-index: 1400;
	display: block;
	left: -20px;
	height: 46px;
	width: 20px;
	background-image: url(../images/vouwgreen.gif);
	background-repeat: no-repeat;
	background-position: left 24px;
}
.menubar li { /* menu LI */
	float: left;
	display:block;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.menubar li a { /* menu A */
	display: block;

	padding: 4px 10px;
	color: #fff !important;
	
	font-family: Tahoma;
	font-size: 11px; 
	line-height: 17px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	
	border-right: 1px solid #fff;
}
.menubar li a:hover, ul.menubar li.current a{ /* menu A CURRENT HOVER */
	background-color: #ffaa2d;
	color: #fff;
	cursor: pointer;
}
#homebutton a{
	padding-left: 30px;
}
/*--------------------*/

/*===========
SUB MENU
===========*/
ul.submenu /* menu UL*/{
	display: block;
	list-style-type: none;
}
ul.submenu li ul /* SUB menu UL */{
	margin: 0px;
	list-style-type: none;
}
ul.submenu li ul ul /* SUB SUB menu UL */
{
	list-style-type: square;
	margin-left: 10px;
}
ul.submenu li { /* menu LI */
	display:block;
	margin: 0px;
	padding: 0px;
	border-bottom: 3px solid #fff0d7;
}
ul.submenu li ul li{ /* SUB menu LI */
	display:block;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
}
ul.submenu li ul ul li /* SUB SUB menu LI */
{
	padding: 0px;
	margin: 0px;
}
ul.submenu li a { /* menu A */
	display: block;
	padding: 4px 10px;
	
	background-color: #fffbf3;
	color: #373834;
	
	font-family: Arial;
	font-size: 12px; 
	
	font-weight: bold;
	text-decoration: none;
}
ul.submenu li a:hover, ul.submenu li.current a{ /* menu A CURRENT HOVER */
	background-color: #fff;
	background: url(../images/menubg.gif) 160px;
	background-repeat: no-repeat;
	cursor: pointer;
}
ul.submenu li ul li a{ /* SUB menu A */
	display:block;
	padding: 5px 10px 5px 27px;
	margin: 0px;
	
	background-image: url(../images/lisubmenu.gif) !important;
	background-position: 10px center !important;
	background-repeat: no-repeat !important;
	
	color: #1b501b;
	
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px; 
	font-weight: normal;
}
ul.submenu li ul li a:hover, ul.submenu li ul li.current a{ /* SUB menu A CURRENT HOVER */
	color: #fc781f !important;
	cursor: pointer;
}
ul.submenu li ul ul li a /* SUB SUB menu A */
{
	border: 0px;
	background: none !important;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}
ul.submenu li ul ul li.current a /* SUB SUB menu A CURRENT HOVER */
{
	color: #fc781f;
}
/*--------------------*/

/*===========
:TITLE BAR
===========*/
.title_bar, .title_bar2{
	position: relative;
	clear: both;
	background-color: #ffaa2d;
	border-bottom: 1px solid #e18700;
	padding: 0px 15px 0px 30px;
	height: 20px;
	margin: 0px;
	margin-bottom: -8px;
}
.title_bar2{
	background-color: #99cc00;
	border-bottom: 1px solid #339933;
}
.title_barimage, .title_barimage2{
	position: absolute;
	z-index: 1200;
	display: block;
	top: 21px;
	left: 0px;
	height: 20px;
	width: 20px;
	background-image: url(../images/vouworange.gif);
	background-repeat: no-repeat;
}
.title_barimage2{
	background-image: url(../images/vouwgreen.gif);
}
.title_bar h1, .title_bar2 h1{
	padding: 0px;
	margin: 0px;
	
	font-family: Tahoma;
	font-size: 12px;
	
	color: #fff;
	line-height: 20px;
}
/*--------------------*/

/*===========
:TOPIC
===========*/
.content_area
{
	margin-left: 20px;
	display: block;
	overflow: hidden;
}
.topic, .topic2{
	clear: both;
	overflow: hidden;
	
	font-size: 11px;
	line-height: 19px;
	
	padding: 10px 15px;
	margin-bottom: 10px;
	
	border-top: 8px solid #facda8;
	border-bottom: 4px solid #facda8;
}
.topic2{
	border-top: 8px solid #99cc00;
	border-bottom: 4px solid #c1da7c;
}
.topicdate, .topicdate2{
	display: block;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	color: #ca7900;
	border-bottom: 1px solid #facda8;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
.topicdate2{
	color: #5e7029;
	border-bottom: 1px solid #99cc01;
}
.writtenby{
	float: right;
	color: #ca7900;
}
.writtenby a{
	color: #ca7900;
}
.writtenby a:hover{
	color: #fc781f;
	cursor: pointer;
}
.writtenby2{
	float: right;
	color: #5e7029;
}
.writtenby2 a{
	color: #5e7029;
}
.writtenby2 a:hover{
	color: #5e7029;
	cursor: pointer;
}
.topicfoto{
	display: block;
	overflow: hidden;
	float: left;
	margin: 5px 15px 10px 0px;
}
.topic ul, .topic2 ul{
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 19px;
}
.leesmeer{
	display: block;
	float: right;
	
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	background-image: url('../images/readmore.gif');
	background-repeat: no-repeat;
	background-position: right;
	
	text-decoration: none;
}
.terug{
	display: block;
	float: right;
	
	padding: 0px 0px 0px 15px;
	margin: -15px 0px 0px 0px;
	
	background-image: url('../images/back.gif');
	background-repeat: no-repeat;
	background-position: left;
	
	text-decoration: none;
}
.topicbottom, .topicbottom2{
	clear: both;

	width: auto;
	display: block;
	overflow: hidden;
	height: 20px;
	list-style: none;
	
	margin: 0px;
	margin-top: -8px;
	margin-bottom: 10px;
	padding: 0px 10px;
	
	color: #ca7900;
	background-color: #fff0d7;
	border-bottom: 2px solid #ffdea8;
}
.topicbottom2{
	color: #5e7029;
	background-color: #f2f9e5;
	border-bottom: 2px solid #d9e5c6;
}
.topicbottom a{
	color: #ca7900;
}
.topicbottom a:hover{
	color: #fc781f;
	cursor: pointer;
}
.topicbottom2 a{
	color: #5e7029;
}
.topicbottom2 a:hover{
	color: #fc781f;
	cursor: pointer;
}
.topicbottomleft
{
	display: block;
	float: left;
	margin-right: 10px;
}

.topicbottomright{
	display: block;
	float: right;
	margin-left: 10px;
}
.subtopic{
	clear: both;
	border-bottom: 1px solid #facda8;
}

.lid{
	float: left;
	width: 165px;
	padding-right: 0px;
	padding-left: 10px;
}
.firstlid{
	clear: both;
	padding-left: 0px;
	padding-right: 10px;
}
/*--------------------*/

/*===========
:MODULES
===========*/
.moduledate{
	font-size: 11px;
	color: #1b501b;
}
.moduletop, .moduletop2{
	clear: both;
	color: #fff;
	padding: 0px 10px;
	background-color: #99cc00;
	border-bottom: 1px solid #339933;
	
	font-family: Tahoma;
	font-size: 11px; 
	text-transform: uppercase;
	font-weight: bold;
}
.moduletop2{
	background-color: #ffaa2d;
	border-bottom: 1px solid #e18700;
}
.content_area .module{
	margin-top: -10px;
}
.content_area .module2{
	margin-top: -10px;
}
.module2{
	margin: 0px;
	padding: 10px;
	display: block;
	clear: both;
	background-color: #fff0d7;
	overflow: hidden;
}
.moduletoporange
{
	clear: both;
	color: #fff;
	padding: 0px 10px;
	background-color: #ffaa2d;
	border-bottom: 1px solid #e18700;
	
	font-family: Tahoma;
	font-size: 11px; 
	text-transform: uppercase;
	font-weight: bold;
}
.module
{
	margin: 0px;
	padding: 10px;
	display: block;
	clear: both;
	background-color: #f2f9e5;

	overflow: hidden;
}
.module a.list{
	display: block;
	background-image: url('../images/lisubmenu.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: normal;
	text-decoration: underline;
}
.module2 a.list{
	display: block;
	background-image: url('../images/lisubmenu.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: normal;
}

ul.cdalist{
	display: block;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 10px;
}
ul.cdalist li{
	display: block;
	background-image: url('../images/lisubmenu.gif');
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 15px;
}
.moduleheaderfoto{
	display: block;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}
.smallfoto{
	display: block;
	overflow: hidden;
	float: left;
	margin: 4px 10px 10px 0px;
}
.modulefoto{
	display: block;
	overflow: hidden;
	float: left;
	margin: 4px 10px 0px 0px;
}
.modulebottom, .modulebottom2
{	
	clear: both;
	margin-bottom: 10px;
	height: 11px;
	overflow: hidden;
	background-image: url(../images/module_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.modulebottom2{
	background-image: url(../images/module_bottom2.gif);
}
/*--------------------*/

/*===========
FOTO ALBUM
beneath articles
===========*/
.albumfotoleft{
	clear: both;
	margin-right: 4px;
}
.albumfotocenter{
	margin-right: 4px;
}
.albumfotoright{
	margin-right: 0px;
}
.albumfototop{
	margin-bottom: 8px;
}
.albumfotomiddle{
	margin-bottom: 8px;
}
.albumfotobottom{
	margin-bottom: 0px;
}
/*--------------------*/

/*===========
FOTO ALBUM
on fotoalbum page
===========*/
.fotoalbum{
	padding: 10px 0px;
	clear: both;
	margin-bottom: 20px;
}
.fotoalbumfirst{
	clear: both;
}
.fotoalbumitem{
	float: left;
	width: 175px;
	text-align: center;
}
.fotoalbumitem h3{
	font-size: 11px;
	padding: 0px 20px;
}
.fotoalbumfoto{
	display: block;
	overflow: hidden;
	float: left;
	background-image: url('../images/fotoalbumlist.gif');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px;
	background-color: #fff;
}
.fotoalbumfoto a{
	padding: 1px;
}
.fotoalbumfoto a:hover{
	padding: 0px;
	border: 1px solid #e18700;
}
.albumfotolist{
	display: block;
	overflow: hidden;
	float: left;
	padding: 1px;
}
.albumfotolist:hover{
	padding: 0px;
	border: 1px solid #e18700;
}
/*--------------------*/

/*===========
FILES
beneath articles
===========*/
.filebox{
	clear: both;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e1e9d5;
}
.filebox ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.filebox ul li
{
	display: block;
	margin: 0px;
	padding: 5px;
}

a.file
{
	display: block;
	overflow: hidden;
	
	padding-left: 24px;
	background-image: url(../images/filetypes/file.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-decoration: underline;
	
}
a.file:hover
{
	text-decoration: underline;
}
/*--------------------*/

/*===========
FORMS
===========*/
form{
	padding: 0px;
	margin: 0px;
}
form span{
	width: 250px;
}
form textarea{
	width: 340px;
}
.formbox
{
	display: block;
	overflow: hidden;
	clear: both;
	
	padding: 10px;
	margin-bottom: 10px;
	
	border-top: 2px solid #facda8;
	border-bottom: 4px solid #facda8;
	
	text-align: left;
	background-color: #fffbf4;
}
form input.text
{
	width: 200px;
	padding: 5px;
	
	border: 1px solid #ca7900;
	
	font-size: 12px;
	font-family: arial;
}
form input.submit
{
	padding: 2px;
	background-color: #d4d0c8;
	border: 1px solid #a5acb2;
	font-weight: bold;
	color: #1a6636;
	
	font-size: 12px;
	font-family: arial;
}
form textarea.textarea{
	height: 60px;
	width: 340px;
	padding: 5px;
	
	border: 1px solid #ca7900;
	
	font-size: 12px;
	font-family: arial;
}
.errors{
	display: block;
}
.fout{
	color: #d90d19;
	background-image: url('../images/cross.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.goed{
	color: #4f8a10;
	background-image: url('../images/tick.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.errorbox
{
	padding: 10px;
	border: 1px solid #d90d19;
	background-color: #ffd9d9;
	margin-bottom: 20px;
}
.succesbox
{
	padding: 10px;
	border: 1px solid #4f8a10;
	background-color: #dff2bf;
	margin-bottom: 20px;
}
/*--------------------*/

/*===========
REACTIONS
===========*/
.reactions
{
	clear: both;
	margin-top: -8px;
}
.reactions .reaction
{
	clear: both;
	margin-bottom: 10px;
}

.reactions .reaction .top
{
	padding: 4px 10px;
	color: #ca7900;
	background-color: #fff0d7;
	
}
.reactions .reaction .content
{
	padding: 4px 10px;
	color: #373834;
	border-left: 1px solid #fff0d7;
	border-right: 1px solid #fff0d7;
	border-bottom: 2px solid #ffdea8;
}
.reactions .reaction .date{
	float: right;
	font-size: 10px;
	
}
.spam
{
	margin-left: 10px;
	float: right;
}
/*--------------------*/

/*===========
POLL
===========*/
.pollbox input.radio
{
	margin-right: 5px;
}
.pollbox .option
{
	clear: both;
	display: block;
	margin: 10px 0px;
}
.containerbar
{
	position: relative;
	padding: 1px;
	margin-top: 7px;
	height: 12px;
	border: 1px solid #7c7c7c;
	overflow: hidden;
}
.votebar
{
	background-color: #ffaa2d;
	background-image: url('../images/bar_back.gif');
	background-repeat: repeat-x;
	background-position: left top;
	color: #fff;
	height: 12px;
}
.votetext
{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2000;
	line-height: 12px;
	padding: 1px 5px;
	font-size: 10px;
	background-color: #fff;
	opacity: 0.5;
}
/*--------------------*/

/*===========
:PAGE NUMBERS
===========*/
.pagenumbers{
	clear: both;
	overflow: hidden;
	font-size: 11px;
}
.pagenumberstext{
	float: left;
	color: #1b501b;
	padding: 1px 4px;
	border: 1px solid #f1f1f1;
	margin-right: 5px;
}
.pagenumbersdots
{
	color: #1b501b;
	margin: 0px 1px;
	padding: 2px 3px;
}
a.pagenumber{
	float: left;
	padding: 1px 2px;
	border: 1px solid #99cc00;
	margin: 0px 1px;
	color: #1b501b;
}
a.pagenumber:hover{
	padding: 1px 2px !important;
	border: 1px solid #cccccc !important;
}
a.pagenumber:visited{
	padding: 2px 3px;
	border: 0px;
}
a.currentpagenumber{
	float: left;
	padding: 2px 3px;
	margin: 0px 1px;
	font-weight: bold;
	text-decoration: none;
	color: #1b501b;
}
a.pagenavigateleftleft{
	float: left;
	color: #1b501b;
	padding: 2px 3px;
}
div.pagenavigateleft{
	float:left;
}
div.pagenavigateright{
	float:right;
}
a.pagenavigateleft{
	margin-right: 5px;
	float: left;
	color: #1b501b;
	padding: 2px 3px;
}
a.pagenavigateright{
	margin-left: 5px;
	float: right;
	color: #1b501b;
	padding: 2px 3px;
}
a.pagenavigaterightright{
	float: right;
	color: #1b501b;
	padding: 2px 3px;
}
/*--------------------*/

/*===========
SEARCH
===========*/
form.searchform input.searchfield,form.searchform input.cleardefault
{
	float: left;
	width: 142px;
	color: #999999;
	padding: 1px 5px;
	background-color: #fff;
	border: 1px solid #99cc00;
	border-right: 0px;
	font-family: Tahoma;
	
	font-size: 12px; 
}
form.searchform input.searchsubmit
{
	display: block;
	width: 18px;
	height: 18px;
	
	color: #fff;
	float: left;
	outline: none;
	margin: 0px;
	border-collapse: collapse;
	background-image: url('../images/search_button.gif');
	background-repeat:  no-repeat;
	background-position: top left;
	border:  none;
	border-left: 0px;
	font-family: arial;
	font-size: 11px; 
}
ul.searchresults {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.searchresults li{
	margin-bottom: 20px;
}
.searchtitle{
	font-size: 13px;
}
.searchurl
{
	font-size: 11px;
	text-decoration: none;
	color: #339933;

}
.highlight
{
	font-weight: bold;
}
/*--------------------*/

/*===========
DOSSIER MODULE
===========*/
.dossierlink
{
	background-image: url('../images/lisubmenu.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: normal;
}
/*--------------------*/

/*===========
TWITTER MODULE
===========*/
#tweet ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#tweet li{
	clear: both;
	float: left;
}
.twitteravatar{
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
}
.twittermodule{
	position: relative;
}
#tweet .status a{
	display: block;
	text-decoration: none;
	font-weight: normal;
}
#tweet .time{
	margin-top: 5px;
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #2f566e;
}
.birdy{
	position: absolute;
	top: -13px;
	right: 0px;
	z-index: 2000;
}
.loading{
	display: block;
	margin: 0px auto;
}
/*--------------------*/

/*===========
FOOTER
===========*/
#footer {	
	clear:both;
	overflow: hidden;
	
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	color: #a7a7a7;
	line-height: 19px;
	font-size: 10px;
	
	border-top: 4px solid #339933;
}
#footercatcontainer {
	padding-top: 20px; 
	margin: 0px auto; 
	position: relative;
	line-height: 20px;
}
#footer a{
	text-decoration: underline;
	color: #a7a7a7;
}
/*--------------------*/
