body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	font-family: Calibri,Arial, verdana, Helvetica;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #818181;
	background-image: url(images/background_pagina.jpg);
	background-repeat: no-repeat; 
}

h1 {
	font-size: 23px;
	font-weight: bold;
	color: #FFCC00;
	margin-bottom: 5px;
	font-family: Calibri, Arial;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom:5px;
	color: #E17800;
	font-family: Calibri, Arial;
	display: block;
	margin: 0px;
}

td {
	vertical-align: top;
}

.fotorechts {
	border-bottom: solid 1px white;	
	vertical-align: top;	border-left: solid 2px white;
}

.homepagebanner {
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}


b,strong {
	font-size: 16px;
}


.textpagina {
	font-size: 14px;
	line-height: 18px;
	padding-left: 160px;
	padding-right: 100px;
	padding-top: 20px;
	padding-bottom: 30px;
	height: 460px;
	vertical-align: top;
	width: 700px;
}


/* ------------- fotoalbum -------------- */

.minifotos { border: 1px solid white; }

.verslagtitel { font-size:24px; font-weight:bold;
	
}

.kleintekst {font-size: 12px}

/* ------------- einde fotoalbum -------------- */


a{
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}

.link_zonderpijltje {
background-image:none; padding:0px; margin:0px;
}

ul ul {
  list-style-image: none;
}

ul {
  list-style-image: url(images/menublokje_list.gif);
}


/* ------------------- formulier -----------------------------------*/

fieldset {
  border: 0px solid #EE7C00;
  margin-top: 20px;
  padding-right: 0px;
  margin-bottom: 20px;
  padding-left: 15px;
  margin-left: 0px;
  width: 350px;
}


legend {
  font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-weight: bold;
  font-size: 17px;
  color: #FF9900;
}


.contactform span {
  float: left;
  width: 140px;
  text-align: right;
  padding-right: 10px;
}


.contactform .inputtext {
  width: 155px;
  height: 100%;
  border: 1px solid #FFFFFF;
  margin: 2px;
  padding-left: 6px;
  background-color: #CCCCCC;
}


.contactform .inputtextarea {
  font-family: Arial, Helvetica, sans-serif;
  width: 290px;
  height: 100px;
  border: 1px solid #0071AE;
  background-color: #E1F0FF;
  padding-left: 6px;
  margin: 2px;
}


.inputbutton {
  float: right;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #FF9900;
	border: 1px solid #FFFFFF;
	color: #fff;
	font-weight: bold;
	display: inline;
	font-size:14px; 
	width:120px;
	cursor:hand;
	cursor:hand;
}

