form#zoekformulier {
	padding: 0;
	margin: 0;
	clear: both;
	float: right;
}

form#zoekformulier fieldset {
	border: 0;
	background-color: #eaeaea;
}

form#zoekformulier legend {
	padding: 2px;
	background-color: #fff;
	font-weight: bold;
	font-size: 13px;
}
/* @group layoutcontent */

#layoutcontent 
	{
	width: 100%;
	height: 160px;
	top: 20px;
	left: 0px;
	min-width: 870px;
	}
#layoutcontent h1 {
	display: none;
}
#layoutcontent #graphic {
	float: right;
}

#layoutcontent .tabel
	{
	margin : 0px;
	padding : 0px;
	}

#layoutcontent .graphictd
	{
	margin-right: 0px;
	padding-right: 0px;
	text-align: right;
	align : right;
	}

/* @end */
.noshow {
	display: none;
}

/* @group content */

#content 
	{
	margin: 5px 20px 5px 60px;
	clear: both;
	width: 80%px;
	min-width: 790px;
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	}

#content h2 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #006b2a;
	line-height: 26px;
	/* border-bottom: 1px dashed #B50000; */
}

#content h4 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #a4c02f;
	line-height: 26px;
	/* border-bottom: 1px dashed #B50000; */
}

#content a:link
	{
	color:#a4c02f;
	text-decoration: none;
	}

#content a:visited
	{
	color:#a4c02f;
	text-decoration: none;
	}

#content a:hover
	{
	color:#a4c02f;
	text-decoration: none;
	border-bottom: 1px dotted #006b2a;
	}

#content ul
	{
	list-style-type: square;
	}

#content .errormessage
	{
	background-color: #b50000;
	font-weight: bolder;
	color:#ffad0a;
	border: 3px solid #ffad0a;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#content .acceptedmessage
	{
	color:#000000;
	border: 1px dashed #ffad0a;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

#content .greybutton
	{
	border: 1px solid #999999;
	background-color: #cccccc;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	}
	
#content .standardbutton
	{
	border: 1px solid #006508;
	
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	}

#content .standardbutton a:link
	{ 
	display:block;
	color: #000000; 
	text-decoration: none;
	}

#content .standardbutton a:visited
	{ 
	color: #000000; 
	display:block;
	text-decoration: none;
	}

#content .standardbutton a:hover
	{ 
	display: block;
	color: #000000; 
	text-decoration: none;
	border-bottom: none;
	}

#content .standardbutton:hover
        {
        border: 1px solid #006508;
        color: #000000;
        }
        
#contentholder {
	float: right;
	width: 757px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 20px;
}

#contentholder #bibmenu {
	font-size: 13px;
	margin-bottom: 4px;
	letter-spacing: -0.1em;
}

#contentholder #bibmenu .highlight {
	background-color: #efefef;
	font-weight: bold;
	padding: 4px 4px 5px 4px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#contentholder #bibmenu a {
	padding: 3px;
}

#contentholder #bibmenu a:link, #contentholder #bibmenu a:visited {
	color: #000;
	text-align: underline;
} 

#contentholder #bibmenu a:hover {
	background: #cd1a2b;
	color: #fff;
	text-decoration: none;
}

#contentholder #bibmenu .item {
	margin-right: 20px;
}
        

/* @end */
	
.greyarea
	{ 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	color: #333333 ; 
	font-size: 10px ; 
	background-color:#dddddd; 
	border: 1px solid #acacac;
	padding: 5px;
	}

/* @group formulieren */

INPUT 	{ 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	color: #333333 ; 
	font-size: 13px ; 
	background-color:#efefef; 
	border: 1px solid #cecece;
	}

.formbutton 	
	{ 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #000000; 
	font-size: 14px ; 
	border: 1px solid #ffad0a;
	
	}	
	
SELECT	{ 
	font-size: 13px ; 
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	color: #333333 ; 
	background-color:#efefef; 
	}
	
	
TEXTAREA
	{ 
	font-size: 13px ; 
	border: 1px solid #cecece;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	color: #333333 ; 
	background-color:#efefef; 
	}

/* @end */

.halvekolom {
	float: left;
	width: 45%;
}

#scroller {
	width: 100%; 
	height: 100px; 
	position: relative; 
	overflow: hidden;
	margin-bottom: 20px;
}

#scroller img {
	margin: 0; 
	padding: 0; 
	position: relative; 
	display: block; 
	float: left; 
	clear: none; 
	border: none;
}

.clear {
	clear: both;
}

/* @group contentmarkup */

.emailaddress {
	padding-left: 20px;
	background: url(emailaddress-bkg.gif) no-repeat;
}

/* @group standardbutton */

.standardbutton
	{
	border: 1px solid #000000;
	
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	}

.standardbutton a:link,
	{ 
	display:block;
	color: #000000; 
	text-decoration: none;
	}

.standardbutton a:visited
	{ 
	color: #000000;
	display:block;
	text-decoration: none;
	}

.standardbutton a:hover
	{ 
	color: #000000; 
	text-decoration: none;
	border-bottom: none;
	}

.standardbutton:hover
        {
        border: 1px solid #006508;
        
        }

.standardbutton_selected a:link
	{ 
	display:block;
	color: #000000; 
	text-decoration: none;
	}

.standardbutton_selected a:visited
	{ 
	color: #000000; 
	display:block;
	text-decoration: none;
	}

/* @end */

/* @group alfabetbutton */

.alfabetbutton
	{
	border: 1px solid #000000;
	
	font-family: "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	}

.alfabetbutton_selected
	{
	border: 1px solid #006508;
	
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	}

.alfabetbutton a:link
	{ 
	display:block;
	color: #000000; 
	}

.alfabetbutton a:visited
	{ 
	display:block;
	color: #000000; 
	}

.alfabetbutton a:hover
	{ 
	color: #000000; 
	}

.alfabetbutton_selected a:link
	{ 
	display:block;
	color: #000000; 
	}

.alfabetbutton_selected a:visited
	{ 
	display:block;
	color: #000000; 
	}

.alfabetbutton_selected a:hover
	{ 
	color: #000000; 
	}

.alfabetbutton:hover
	{ 
	color: #000000; 
	border: 1px solid #006508;
	}

/* @end */

/* @group nieuws */

.nieuwstitel
	{
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #B50000;
	margin-left: 10px;
	line-height: 16px;
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	}

.nieuwsteaser
	{
	font: 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 10px;
	line-height: 12px;
	text-align: left;
	padding-right: 10px;
	/* border-right: 1px dotted #B50000; */
	}
	
.nieuwstitel_detail
	{
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #B50000;
	margin-left: 10px;
	line-height: 16px;
	text-align: justify;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 10px;
	}

.nieuwsteaser_detail
	{
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 10px;
	line-height: 16px;
	text-align: justify;
	padding-right: 20px;
	padding-left: 10px;
	}

.shortnews
	{
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: -1px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 8px;
	text-align: left;
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
	padding-top: 2px;
	}

.shortnews a:link, .shortnews a:visited
	{
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}

.shortnews a:hover
	{
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #B50000;
	}

.shortnewstitle
	{
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	letter-spacing: -1px;
	color: #B50000 ;  
	font-weight: bold;
	border: 1px solid #ffad0a;
	
	}
	
.nieuwsdatum
	{
	line-height: 8px;
	font: 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	color: #dedede ;  
	}

/* @end */

/* @group bestuur */

/* ALLES VAN HET NIEUW BESTUUR */

.cbs-persoon {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 10px;
}

.cbs-persoon .cbs-naam {
	font-weight: bolder;
	font-size: 26px;
	display: block;
}

.cbs-persoon .cbs-functie {
	color: #666;
	display: block;
}

.cbs-persoon .contactgegevens {
	background-color: #dfdfdf;
	border: 1px solid #ccc;
	padding: 5px;
	width: 300px;
}

.cbs-persoon .contactgegevens a {
	margin-left: 20px;
}

.cbs-persoon .gegevens {

}

#samenstelling_gemeenteraad {
	width: 100%;
}

#samenstelling_gemeenteraad th {
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
	font-size: 1.2em;
}

#samenstelling_gemeenteraad tr {
	line-height: 1.8em;
}

#samenstelling_gemeenteraad .partij_spaspirit {
	background-color: #e00000;
	padding: 4px;
	color: #fff;
}

#samenstelling_gemeenteraad .partij_vlaamsbelang {
	background-color: #464543;
	padding: 4px;
	color: #fff;
}

#samenstelling_gemeenteraad .partij_cdenvnvaeld {
	background-color: #f69c00;
	padding: 4px;
	color: #fff;
}

#samenstelling_gemeenteraad .partij_vld {
	background-color: #202d65;
	padding: 4px;
	color: #fff;
}

#samenstelling_gemeenteraad .partij_groen {
	background-color: #00d833;
	padding: 4px;
	color: #fff;
}
/* @end */

/* @group homepage */

#homepage-specialcontent h1 {
	background: url(home-special-topleft.gif) no-repeat top left;
	color: #fff;
	padding: 20px 0 0 20px;
	background-color: #b50000;
}

#homepage-specialcontent {
	background: url(home-special-bottomright.gif) no-repeat bottom right;
	padding: 0 20px 20px 0;
	background-color: #b50000;
}

#homepage-bottomline {
	clear: both;
	margin: 10px 0 10px 0;
}

#homepage-bottomline .item {
	margin: 0px 15px 0px 15px;
}

#homepage-feeds {
	clear: both;
	margin: 10px 0 10px 0;
}

.news {
	clear: both;
}

.newsitem {
	width: 20%;
	margin: 10px;
	float: left;
}

.newsitem h3 {
	background: url(roundedbox-topleft.gif) no-repeat top left;
	padding: 10px;
	margin: 0;	
	border-right: 1px solid #ddd;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

.newsitem .newsitem-body {
	background: url(roundedbox-bottomright.gif) no-repeat bottom right;
	border-left: 1px solid #ddd;
	padding: 5px 30px 31px;
	padding: 10px;
}

.newsitem .indekijker {
	color: #006b2a ;  
	background-color: #fcfcfc;
}
/* @end */

.specialcontent
	{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-left: 10px;
	line-height: 14px;
	}

.foto {
	padding: 5px;
	border: 1px solid #eee;
}

.ralt {
	float: right;
}

.lalt {
	float: left;
}

.calt {
	align: center;
}

.cblock {
	text-align: center;
}
.pagesubtitle
	{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #a4c02f;
	line-height: 26px;
	}

.pagetitle
	{
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #B50000;
	margin-left: 10px;
	line-height: 16px;
	text-align: justify;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 10px;
	}

.pagecontent
	{
	margin-left: 10px;
	}

TD
	{
	text-align: left;
	}

.picture {
	border: none;
}

.greybutton {
	border: 1px solid #999999;
	background-color: #cccccc;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

.invulformulier
	{ 
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	text-decoration: none;
	margin: 10px;
	padding: 10px;
	
	font-family: "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	}

.tablecell
	{ 
	border-bottom: 1px solid #dddddd;
	vertical-align: top;
	padding: 20px;
	}

.tablecell-fieldname
	{ 
	border-bottom: 1px solid #dddddd;
	vertical-align: top;
	padding: 20px;
	margin-left: 10px;
	font-weight: bold;
	}

.remark {
	font-size: 1.1em;
	color: #ff3f38;
	font-weight: bold;
	border: 1px solid #ff4a36;
	padding: 5px;
}

.remarkblock
	{
	border: 1px dashed #ffad0a;
	background-color: #ffffff;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffad0a;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	}

.contentintro
	{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006b2a;
	line-height:20px;
	border-bottom: 1px dashed #a4c02f;
	padding-bottom: 20px;
	}
	
.contentcell
	{
	border-bottom: 1px dashed #ffad0a;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	}

.contentcell a:link
	{
	color: #B50000;
	}
	
.contentcell a:visited
	{
	color: #B50000;
	}

.contentcell a:hover
	{
	color: #ffad0a;
	text-decoration: underline;
	}

.standardbutton_selected
	{
        border: 1px solid #006508;	
	
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	}


.titlebar {
	height: 53px;
	width: 747px;
	
	font: bold 30px/46px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0 0 0 15px;
	text-align: left;
}



	
.subtitlebar a:link, .subtitlebar a:visited {
	color: #FFFFFF;
}

.subtitlebar a:hover {
	color: #B50000;
}

.subtitlebar 
	{
	text-align:left;
	height: 21px;
	width: 747px;
	
	font: bold 12px/12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 2px 0 0 15px;
	}



.inzameling 
	{
	width: 400px;
	background: #b50000; 
	font: bold 30px/46px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	}
	
DIR
	{
	font: 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left: 10px;
	line-height: 14px;
	padding-left: 10px;
	border-left: 1px solid #dedede;
	}

DIR a:link, DIR a:visited
	{
	color:#B50000;
	text-decoration: none;
	}

DIR a:hover
	{
	color:#b50000;
	text-decoration: none;
	border-bottom: 1px dotted #B50000;
	}

.agenda_inhoud
	{
	margin-right: 10px;
	padding: 10px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	border-top: 3px solid #ccc;
	background: #dedede url(agenda_inhoud_bg.gif) bottom left;
	}

.adresitemtitel
	{
	font-size: 14px;
	font-weight: bold;	
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#B50000;
	}

/* @end */

/* @group footer */

#footer {
	padding: 15px;
	margin: 70px 0 0 0;
	border-top: 1px solid #999;
	background-color: #ddd;	
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: repeat-x;
	background-image: url("footer-bkg.gif");
}

#footer a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#footer #searchthesite {
	float: right;
}

#footer #contactus {
	font-weight: bolder;
	font-size: 13px;
	line-height: 1.6em;
}

#footer #copyright {
	clear: both;	
}
/* @end */