/*
  algemeen
*/
html{
  padding:0; margin:0;
}

body{

}

body.template-1, body.template-2, body.template-3, body.template-4, body.template-5, body.template-6, body.template-7, body.template-8, body.template-9, body.photoalbum, body.newsPage{ 
  padding:0; margin:0;
  padding-bottom: 20px;
  background-color: #333333;
}

*{
  font-family: Arial, Helvetica, sans-serif;

}

#popupHeader{
  height: 20px;
}

 /*
bannerFader
*/

#imageContainer{
  display:block;
  height:250px;
  position:relative;
  z-index:2;
}

#imageContainer img{
  position:absolute;
  top:0; left:0;
}

#listContainer{
  display:none;
} /*
  content
*/
#content{
  
  padding:1px 20px 1px 50px;
  margin:0;
  background-color: #ccc;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}  /*
  subcontent
*/

.template-2 #content{
  padding:0;
  margin:0;
}

.subcontent{
  float:left;
  width: 206px;
  height:210px;
  padding:10px;
  margin: 18px 0px 5px 18px;
  border:0;
  background-image:url('/img/template/homeBlock.png');
}

#area0.subcontent{
  _margin-left:10px;
}


.subcontent .content{
  color:black;
}

.clearFloatContainer{
  clear: left;
}

.subcontent .content h2{
  margin:0px 0px 4px 0px;
}

 /*
  documentTile
*/

h2#documentTile{
  padding:20px 0px 8px 50px;
  margin:0;

  font-family: Arial;
  color: black;
  font-weight: bold;
  text-decoration: none;
}


 /*
  dots
*/

.dots{
  display:block;
  height:50px;
  
  margin:0; padding:0; border:0;
  
  background-image:url(/img/template/Dots.jpg);
  background-repeat:repeat;
  
  background-color:#333;
}

#dots-footer{
    height: 25px;
    border-top: 1px solid #666666;
} /*
  footer
*/
#footer{
  display:block;
  clear:both;
  color:#999;
  background-color:#333333;
}

#footer p{
  margin: 2px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  
  color: #ccc;

  text-align: center;
}

#footer a{
  text-decoration:none;
  color:#ccc;
}

#footer a:hover{
  text-decoration:underline;
  color:#999;
}


/*
  footer-streep
*/

#footer-streep{
  display:block;
  height:10px;
  
  margin:0; padding:0; border:0;
  background-image:url(/img/template/Streep.jpg);
  background-repeat:repeat;
  background-color:#333;  
}


#footer a.external img{ display:none; }

 /*
  gallery popup title
*/

#popupWrapper #popupHeader h3#headerTitle{
	color:#000;
	font-size:14px;
	padding:2px 0px 0px 2px ;
} /*
  guestbook
*/

#guestbookEntriesWrapper div.entry{
  margin-bottom: 15px;
  padding: 0.5em;
  border:1px white solid;
}

#guestbookEntriesWrapper div.odd{
/*  background-color:#ddd;*/
}

#guestbookEntriesWrapper .vcard{
  font-style: normal;
  margin-bottom:4px;
}

#guestbookEntriesWrapper .vcard .fn{
  font-weight:bold;
}

#guestbookEntriesWrapper .vcard .email{
  margin-right:10px;
  display:none;
}

#submitGuestBookEntry{
  font-size: 11px;
  background-color: #eee;
  color: #333333;
  font-weight:  bold;
  border: none;
}

#content #guestbookPreviewUL{
  list-style-type:none;
  display:block;
  padding:0; margin:0; border:0;
}

#content #guestbookPreviewUL li{
  list-style-type:none;
  display:block;
  padding:0; margin:0px 0px 12px 0px; border:0;
}

#guestbookPreviewUL a{
    text-decoration: none;
    color: #FF6600;
  }
  
#guestbookPreviewUL a:hover{
    text-decoration: underline;
    color: #000000;
  }


div.entry span.name{
  float: left;

}

div.entry span.datetime{
  float: right;
  font-weight: bold;

}

div.entry div.message{
  clear: both;
  padding-top: 8px;
}

 /*
  header
*/
#header{
  display:block;
  height:35px;

  margin:0; padding:0; border:0;
  
  background-image:url(/img/template/OfficialWebsite.gif);
  background-repeat:no-repeat;
  
  border-top: 1px solid #666666;

  background-color: black;
}

#header a{
  display:block;
  width:300px;
  height:30px;
}

#header a em{ display:none; }


 /*
  intro:
  */

#intro{
  width: 100%;
  height: 250px;

  background-color: black;
} /*
  main-nav
*/
.main-nav{
  display:block;
  height:21px;
  >height:20px;
  
  margin:0;
  padding: 0px 0px 0px 6px;
  border-top: 1px solid #666666;

  list-style-type:none;

  background-color:black;
}

.main-nav li{
  float:left;
  position:relative;
  z-index:19;
}

.main-nav li.d112{
  >margin-top:-2px;
}

.main-nav li a{
  padding: 2px 7px 2px 7px;
  margin:0;
  line-height:20px;

  text-decoration: none;
  font-family: Arial;
  font-size: 11px;
  font-style: normal;
  color: #FF6600;
}

.main-nav li a:hover{
  color:#666666;
}


/*
  main-nav second level
*/

#main-nav li ul{
  display:none;
  width:140px;
  height:auto;
  
  position:absolute;
  left:0px;
  top:21px;
  >top:20px;
  
  margin:0; padding:0;
  list-style-type:none;
  
  background-color:#bbb;

  padding-bottom:6px;
  background-image:url(/img/template/Streep.jpg);
  background-repeat:repeat-x;
  background-position:left bottom;
}


#main-nav li.hover ul,
#main-nav li:hover ul{
  display:block;
}


#main-nav li ul li{
  display:block;
  float:none;
  margin:0; border:0; padding:0;
  background-color:#bbb;
}

#main-nav li ul li a{
  display:block;
  border:0;
  padding:1px 0px;
  margin:0px 5px;
  border-top:1px solid #888;
  
  background-color:#bbb;
  width:130px;
  height:auto;
}

#main-nav li ul li:first-child a{
  border-top:none;
}
 /*
  nav-footer
*/
#nav-footer{
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}

#nav-footer li a{
   color: #FF6600;
}

#nav-footer li a:hover{
  color:#666666;
} /*
  frontpage news
*/

#content .frontpage ul.listNews {
  list-style-type:none;
  display:block;
  padding:0; margin:0; border:0;
}

#content .frontpage ul.listNews li{
  list-style-type:none;
  display:block;

  width: 200px;
  height: 60px;
  padding:2px 4px;
  margin:0px 5px 5px 0px;

  padding:0; margin:0;

  border:0;

  background-color:#dbdbdb;
  float: left;
}

.frontpage ul.listNews .image{
  width: 50px;
  height: 50px;
  border: 1px solid black;
  margin-right:2px;
  margin-bottom:2px;
  float: left;
  line-height:50px;
  text-align: center;
  display:none;
}

.frontpage ul.listNews .image img{ 
  vertical-align: middle;
}

.frontpage ul.listNews li .description{
  display: none;
}

.frontpage .newsImages{
   float: left;
}

.frontpage .newsImages .imagesHeader{
   font-weight: bold;
  border-bottom: 1px solid #666;
}

.frontpage .newsImages ul{
  list-style-type: none;
  margin:0;
  padding:0;
}


/*
  news
*/

#content ul.listNews {
  list-style-type:none;
  display:block;
  padding:0; margin:0; border:0;
}

#content ul.listNews li{
  list-style-type:none;
  display:block;
  padding:2px 4px; margin:0; border:0;
}

ul.listNews .image{
  display:none;
}

ul.listNews .image img{ 
  vertical-align: middle;
}

ul.listNews li .description{
  display: none;
}

ul.listNews li .date{
  font-weight: bold;
  display:block;
  float:left;
  width:120px;
}

.frontpage ul.listNews li .date{
  font-weight: bold;
  display: block;
  float:none;
}

.newsImages{
   float: left;
}

.newsImages .imagesHeader{
  font-weight: bold;
  border-bottom: 1px solid #666;
}

.newsImages ul{
  list-style-type: none;
  margin:0;
  padding:0;
}

.newsImages ul li{

  margin: 12px !important;
 margin-left: 0px !important;
 margin-right: 14px !important;
}

div.backTo{
  width: 150px;
}

div.newsItemContent{
  padding-left: 180px;
}

#content .newsItem h2{
  display:none;
}



 /*
  afbeeldingen
*/
img.left{
  float:left;
  margin-right:5px;
}

img.right{
  float:right;
  margin-left:5px;
}

img.pictureborder{
  border: 1px solid #999999;
} /*
  opmaak alinea's
*/
.content p{
  padding:0;
  margin:0px 0px 14px 0px;

  line-height: 150%;

}

 /*
  opmaak formulieren
*/

form *{
  font-size:1em;
}

form legend{
  display:none;
}

form fieldset{
  border:0; padding:0; margin:0;
}

form fieldset label{
  display:block;
  clear:both;
  border:0; padding:0;
  margin:0px 0px 8px 0px;
}

form fieldset label span{
  float:left;
  width:120px;
}

form fieldset label textarea,
form fieldset label input{
  border:1px #c3c3c3 solid;
  padding:2px 2px 2px 5px;
  width:350px;
}

form fieldset label textarea:focus,
form fieldset label input:focus{
  border-left:2px #FF6600 solid;
  padding:2px 2px 2px 4px;
}

/* checkboxes */
form fieldset label.checkbox{
  padding-left:120px;
}

form fieldset label.checkbox input{
  width:auto;
}

form fieldset label.checkbox span{
  float:none; 
  width:auto;
}

form fieldset label.checkbox input{ border:0; }
form fieldset label.checkbox input:focus{ border:0; }

form fieldset.buttonBar{
  padding-left:120px;
}

form button{
  border:0;
  background-color:#ccc;
  cursor:pointer;
}

form button em{
  color:#FF6600;
  font-style:normal;
  font-weight:bold;
}

form button:hover em{
  text-decoration:underline;
}

/*
  captcha
*/
form fieldset.captcha label{
  background-position:180px 0px;
  background-repeat:no-repeat;
  padding-top:60px;
  padding-left:180px;
}

form fieldset.captcha label span{
  display:block;
  width:auto;
  float:none;
}

form fieldset.captcha label span abbr{ display:none; }
 /*
  opmaak kopteksten
*/
h2{
  color: #ee9900;
  font-size:14px;

  margin:0px 0px 18px 0px;
}

h3{
  color: #ee9900;
  font-size:12px;
  padding:0;
  margin:0px 0px 4px 0px;
}


h6{
  display:block;
}

 /*
  opmaak lijsten
*/

#content ul {
  margin:4px 0px 8px 0px ;
  padding:0px 0px 0px 20px ;
}

#content ul li {
  margin:0;

} /*
  opmaak links
*/

a em{ font-style:normal; }

a img{ border:0; }

a.external img {
  margin:0px 2px;
}

a.links{
    text-decoration: none;
    color: #FF6600;
  }
  
a.links:hover{
    text-decoration: underline;
    color: #000000;
  } /*
  opmaak tabellen
*/

.content table p{
  margin:0; padding:0;
}

.content table.verticalaligntop tr th,
.content table.verticalaligntop tr td{
  vertical-align:top;
}

.content table td.width200{
  width: 200px;
} /*
  CSS speciaal voor de links-pagina.
  */

#di714 table.linksTable{
  width: 650px;
}

#di714 table.linksTable th{
  text-align: left;
  font-weight: bold;
  padding-bottom: 1em;
  padding-top: 1em;
}

#di714 table.linksTable .linkNaam{
  width: 330px;
}

#di714 table.linksTable .linkURL{
  background-image: url("/img/template/scheiding.png");
  background-repeat: no-repeat;
  background-position: 0 6px;

  width: 320px;
}

#di714 table.linksTable a{
    text-decoration: none;
    color: #FF6600;
  margin-left: 30px;
  }

#di714 table.linksTable a:hover{
    text-decoration: underline;
    color: #000000;
  }  /*
  Photoalbum
*/

ul.albums{
  margin: 0;
  padding: 0;
}

ul.albums li{
  clear:both;
  list-style-type: none;
  overflow:auto;
  padding-bottom: 12px;
}

ul.albums li div.image{
  float: left;
  width: 150px;
  height: 150px;
  background-color: white;
  border: 1px solid #999;
  margin-right: 30px;
  line-height:150px;
  text-align: center;
}

ul.albums li div.image img{
  vertical-align: middle;
}

ul.albums li div.date{
  display: block;
}


ul.albums li div.title em{
  font-weight: bold;
  font-style: normal;
}

ul.albums li div.description{
  display: block;
}

/* Photoalbum per year */
ul.album{
  margin: 0 0;
  padding: 0 0;
}


ul.album li{
  float: left;
  list-style-type: none;
  padding: 0px 5px 5px 0px;
  margin:0;
}

ul.album li div.image{
  width: 150px;
  height: 150px;
  background-color: #fff;
  border: 1px solid #999;
  line-height:150px;
  text-align: center;
}

ul.album li div.image img{
  vertical-align: middle;
}

ul.album li div.description{
  display: none;
}
 /*
  print (screen)
*/

.print{ display:none; } /*
  search
*/

form.search button{
  margin-left:120px;
} /*
  sideNav template
*/

#sideNav{
  list-style-type:none;
  display:block;
  margin:1px 20px 1px 50px;
  _margin:1px 20px 1px 24px;
  padding:0;
  float:left;
}

#sideNav li{
  margin:0;
  padding:2px 0px;
  width:140px;
  border-bottom:1px #999 solid;
  font-size:12px;
}

#sideNav a,
.newsItemContent a,
.content a{
  text-decoration: none;
  color: #FF6600;
}

#sideNav a:hover,
.newsItemContent a:hover,
.content a:hover{
  text-decoration: underline;
  color: #000000;
}

.template-9 #content,
.template-8 #content{
  float:left;
  padding:0;
  margin:0;
  width:520px;

  background-color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
} /*
  site
*/
#site{
  display:block;
  width:750px;
  margin:0 auto;
  
  position:relative;

  background-color:#ccc;

  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}


 /*
  sponsorbannerlink
*/


#sponsorbannerlink{
  clear:both;
  text-align:center;
} /*
  subheader

  Plaatje per pagina boven de breadcrump
*/

#subheader{
  margin: 0px;
  background-color: #ccc;
} /*
  subheaderrandomimage
  */

#subheaderrandomimage{
  height: 70px;
  margin: 0px;
} /*
  twiiter
*/

#content .twitter,
#content .twitter ul{
  list-style-type:none;
  padding:0; margin:0; border:0;
}

#content .twitter ul li{
  padding:0; margin:0; border:0;
  margin-bottom:8px;
}
 #resultsYears{
  float: left;
  width: 55px;
}

#resultsYears ul {
  list-style-type:none;
  padding: 0 0;
  margin: 0 0;
}

#resultsYears em {
  border-bottom:1px solid #B5B5B5;
}

#resultsTable{
  float: left;
  font-size: 11px;
  width: 580px;	
}


#resultsTable table thead th{
  padding-bottom: 20px;
}


#resultsTable th, #resultsTable td{
  padding:3px;
  padding-left:10px;
  text-align:left;
}

#resultsTable a {
  color:#FF8000;
  text-decoration:none;
}
		
#resultsTable a:hover {
		  color:#000000;
		  text-decoration:underline;
		}	

#resultsYears a {
		  color:#FF8000;
		  text-decoration:none;
		}
		
#resultsYears		a:hover {
		  color:#000000;
		  text-decoration:underline;
		}	

#resultsTable table tbody td{
  vertical-align: top;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#resultsTable table thead th{
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}


#resultsTable table tbody td.name{
  width: 300px;
}

#resultsTable table tbody td.date{
  width: 70px;
}

#resultsTable table tbody td.result{
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;

  width: 10px !important;
  text-align: right;
}
