/*MAIN STYLES*/

/* Reset styles */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, ul, li,
fieldset, form, label, legend,
table, caption, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

* {
	margin:0;
	padding:0;
	border: 0px;
}

body {
	width:100%;
	font-family: Verdana, Arial, serif;
	font-size: 11px; 
	font-weight: normal;
	line-height: 20px;
	text-align:center;
	color:#666;
	background-color:#efefef;
	background-image: url('/images/bg_shadow_body.png');
	background-position: center;
	background-repeat: repeat-y;

}

#wrapper{
	width:940px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	position:relative;
	background-image: url('/images/bg_header.gif');	
	background-repeat: repeat-x;
	/*background-position: center;*/	
}

#header {
	height: 160px; /*Bij wijziging van deze hoogte moet de  img header_white.gif worden aangepast (in #wrapper)*/
	margin: 0px 0px 0px 0px;
	/*background-color:#FFF;*/
	text-align: left;
	/*background-image: url('/templates/basis/images/slogan.gif');
	background-repeat: no-repeat;
	background-position: top right;*/
}

#logo {float: left; margin-left:-10px;}


#breadcrumb {
	margin: 5px 0px 10px 20px;
	font-size: 10px;
}

#topMenu {
	margin: 0px 0px 0px 0px;
	width: 100%;
	height:35px;
}

#zoeken {
	width: 180px;
	margin: 9px 0px 0px 9px;
	float: right;
}

.submit {
	background: url(/images/zoekpijl.gif) no-repeat 0px 0px;
	text-indent:-999999em;
	cursor: pointer;
	width: 18px; 
	float:left;
}

/*kolommen Index*/
#indexIntro { /*HELE DIV IS OPTIONEEL - Voor grote foto en optioneel tekst (#indexIntro h1)*/ 
	margin: 40px 0px 10px 0px;
	text-align: left;
	position: relative;
	display: none;
}

.indexIntroDiv {
	margin: 0px 200px 0px 18px;
	font-size: 14px;
}

#columnLeftIndex { 
	background-color: #ffffff;
	float: left; 
	width: 226px;
	text-align: left;
	padding-bottom: 10px;
	margin: 10px 0px 0px 0px;
	border: 1px dotted #C10116;
}

#columnMainIndex {
	background-color: #ffffff; 
	float: left; 
	width: 462px; 
	margin: 10px 10px 0px 10px; 
	text-align: left;
	padding-bottom: 10px;
	border: 1px dotted #c6bb43;
	
}

#columnRightIndex {
	background-color: #ffffff; 
	float: left; 
	width: 226px;
	text-align: left;
	padding-bottom: 10px;
	margin: 10px 0px 0px 0px;
	border: 1px dotted #C10116;
}

/*#columnMainIndex, #columnLeftIndex, #columnRightIndex {
	background-image: url(/templates/basis/images/bg_indexcolumns.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
*/

#columnLeftIndex .whitespace {margin: 20px 10px 10px 10px;}
#columnMainIndex .whitespace {margin: 20px 10px 10px 20px;}
#columnRightIndex .whitespace {margin: 20px 10px 10px 10px;}

/*Kolommen Vervolg*/
#columnLeft {
	background-color: #ffffff;
	float: left; 
	width: 250px;
	margin: 10px 0px 0px 0px; 
	text-align: left;
	padding-bottom: 1px; /*Moet minimaal een padding van 1px hebben anders schuift main naar links als columnLeft leeg is*/
	border: 1px dotted #C10116;
}

#columnMain {
	background-color: #fff; 
	float: left; 
	width: 665px; 
	margin: 10px 10px 0px 10px; 
	text-align: left;
	padding-bottom: 10px;
	border: 1px dotted #c6bb43;
}

#columnRight {
	display:none;
	background-color: #FFF; 
	float: left; 
	width: 180px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	padding-bottom: 10px;
}

#columnLeft .whitespace {margin: 20px 10px 10px 10px;}
#columnMain .whitespace {margin: 20px 10px 10px 20px;}
#columnRight .whitespace {margin: 0px 10px 30px 10px;}

#footer {
	clear: both;
	margin: 20px 0px;
	padding: 10px 0px 0px 0px;
	color: #999;
	border-top: 1px solid #fff;
	
}

.innerDiv {
	border: 0px solid #f6e7c0; 
	margin: 4px;
}

img {
	border:0px;
}

p {
	margin:0px;
}

hr {
	border: 1px solid #eeeeee;
	margin:5px 0px 5px 0px;
	clear:both;
}

.clr {
	clear:both;
  height:0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}

/*HEADERS*/

#indexIntro h1 {
	font-size: 26px; 
	color:#82b82b; 
}

h1{
	font-family: Trebuchet MS;
	font-size: 25px;
	color:#24420e;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h2{
	font-size:18px;
	color:#991919;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
}

h3{
	font-size:16px;
	color:#82b82b;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
}

#columnLeft H2, #columnRight H2 {font-size:16px; color:#24420e} /*H2 in zijcolumn is qua grootte gelijk aan een h3 in maincolumn*/

/*LINKS*/

a, a:link	{
  color: #24420e;	
	text-decoration:none;
}

a:visited {
  color: #24420e;
	text-decoration:none;
}

a:hover  {
  color: #24420e;	
	text-decoration: underline; 
}

a:active  {
  color: #24420e;
	text-decoration:underline;
}

/*LIST*/

ol{
margin: 0px 0px 0px 22px;
padding: 0;
}

ul{
margin: 0px 0px 0px 15px;
padding: 0;
list-style: disc;
}

li{
	margin: 0px;
	padding: 0px;
	/*background: url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left: 12px;*/
}


/*FAQ of Tekst in uitklap*/

.vraag {
	margin: 0px 30px 0px 20px;
	background: url(/images/arrow.gif) no-repeat 0px 5px;
	padding-left: 12px;
	font-weight: normal;
}

.antwoord {
	margin: 5px 20px 10px 32px;
	padding: 5px 10px 10px 10px;
	background-color: #cddeb3;
}


/*NIEUWS*/

.datum {
	color:#333; 
	font-style: italic;
	margin-bottom: 5px;
}

.nieuwsOverzicht {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.nieuwsOverzicht .imgNieuwsArtikel {
	margin: 5px 15px 10px 0px;
	float: left;
	background-color: #fff;
	border: 1px solid #b8b8b8;
	padding: 3px;
}

.nieuwsArtikel .imgNieuwsArtikel {
	margin: 5px 10px 15px 15px;
	float: right;
	border: 1px solid #efefef;
	padding: 3px;
}

/*Niewslist style is gelijk aan algemene list, kan eventueel worden aangepast*/
.nieuwsLijst ul {margin: 0px 0px 0px 15px; padding: 0; list-style: disc;}
.nieuwsLijst li {margin: 0px;	padding: 0px;}



/*POLL*/ 
.poll {
	xbackground-color: #efefef;
	padding: 10px 0px; 	
}

/*poll vragen*/

.pollOption /*Container om 1 optie radio + tekst*/{
	clear: both;
}

.pollRadio {
	float: left;
	margin: 4px 0px 0px 0px;
	width: 25px;
}

.pollOptionText {
	margin: 4px 0px 0px 0px;
}

.pollResultBarContainer {
	margin-top: 0px;
	background-color: #efefef;
	width: 100%;
	border: 1px solid #FFF; 
}

/*pollresultaten*/

.pollResultBar {
	height: 15px;
	background-color: #528108;
}

.pollResultText {
	width: 100%;
}

.pollResultNumber {
	color: #528108;
	margin: 0px 0px 15px 0px;
	text-align: left; /*kan ook right*/
}

/*buttons*/

.ButtonNormal {
	font-weight: bold;
	text-align:left;
	color: #ccc;
	padding: 2px 8px 2px 16px;
	margin: 10px 0px 0px 0px;
	clear: both;
	background:#ae7e6b url('/images/pijl_white.gif') no-repeat 3px 7px;
}

.ButtonHigh {
	font-weight: bold;
	text-align:left;
	color: #fff;	
	padding: 2px 8px 2px 16px;
	margin: 10px 0px 0px 0px;
	clear: both;
	background:#b8b8b8 url('/images/pijl_white.gif') no-repeat 3px 7px;
	cursor: pointer;
}

/* google maps */
.googleMap {width:360px; height:300px; border:1px solid #000; }


/*firefox stippellijn fixes*/

a:active{
	outline:none;
}
:focus{
	-moz-outline-style:none;
}


/*autocomplete opties*/

.ac_input{
	margin: 0px;
	padding-left: 4px;
	float:left;
	border: 1px solid #b8b8b8;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


/*ZOEKRESULTATENPAGINA*/

.xsearchKeyword, .xsearchHighlightedKeyword {
	font-weight: bold; color: #000;
}


.xsearchResultsMessageContainer {
	margin-bottom: 10px;	
}

.xsearchNavbarContainer {
	margin: 10px 0px;	
}

.xsearchNavbarContainer a {margin-right: 5px;}

.xsearchResultsContainer {
	margin-bottom:5px;
	border-bottom: 1px solid #DADADA;
}

.xssearchResult {padding: 8px 0px; border-top: 1px solid #DADADA;} 

.searchResultSearchBox {margin: 10px 0px; display: block; padding: 8px 0px; border-top: 1px solid #DADADA; border-bottom: 1px solid #DADADA;}
.searchResultSearchBoxInput  {margin-right: 5px; padding: 4px 4px 4px 4px; border: 1px solid #cccccc;}


/*content rotator*/
div #testimonials{
height: 200px;
width: 200px;
}

.contentrotatorContainer {
	height: 200px
}

.slides div{
	max-height:200px;
}

.caption	{
	background-color:#000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	color: #fff;
	height: 20px;
	/*overflow-y: hidden;*/
	margin: -20px 0px 0px 0px;
	text-align: center;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.caption p {
	margin: 0px 5px 0px 5px;
}

/*PHOTO ALBUM  - background*/
.photoAlbumThumb {background-color: #ccc;}
