@charset "UTF-8";
/* CSS Document */
*{font-family:Arial,Helvetica,sans-serif;font-size: 11px;color:#000;}

body, html {height: 100%}

img {
	padding: 0;
	margin: 0;
}
a img {
	border: none;
}
a {
	text-decoration: none;
}
p {
	margin:0;
	padding:0;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}	
h1 {
	margin:0 0 15px 0;
	font-size:24px;
	line-height:32px;
	font-weight: bold;
	color: #000;
}
h2 {
	margin:0 0 10px;
	font-size:18px;
	line-height:18px;
	color: #000;
}
h3 {
	margin:0;
	font-size:13px;
	line-height:22px;
	color: #000;
}
h4 {
	margin:0;
	font-size:13px;
	line-height:22px;
	color: #000;
}
h6 {
	margin:0;
	font-size:13px;
	line-height:22px;
	font-weight: normal;
	color: #000;
}
#nav {	
	margin:0 10px 20px 0;
	display: block;
}
.videos, .fotos {
	font-size:15px;
	line-height:22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: inline;
}
.videos:hover, .fotos:hover {
	color: #CC0000;
	}
.videos {
	margin:0 10px 0 0;
}
#topright td{
	padding: 1px 3px;
	border-color:#000;
	border-width: 0 1px 1px 0;
	border-style: solid;
}
td a{position:relative;}
strong {
	font-weight: bold;
}
ul, ul ul, ul ul ul {
	list-style-type: none;
	margin:0;
	padding:0;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
}
ul li {
	list-style-type: none;
	margin:0;
	padding:0;
	font-size: 11px;
	line-height: 20px;
	color: #FFF;
}
.fotowrap p {
	font-size: 11px;
	line-height: 15px;
	margin:4px 0 0 0;
	diplay: block;
}
.red, .active, .tellafriend {
	color: #CC0000;
}
.active:hover, .tellafriend:hover{
	color: #000;
}
.dagen{
	padding: 3px 3px;
}
.fotowrap, .videowrap {
	margin:0;
	padding:0 0 15px 0;
	position:relative;
	text-align: center;
	background: #FFF;
	float: left;
	width:33%;
	display: block;
}
.fotowrap a, .videowrap a {
	vertical-align: middle;
	border:none;
	margin: auto;
	width: 120px;
}
.fotowrap a img, .videowrap a img {
	border:none;
	margin: auto;
	width: 120px;
}
#topmiddle{
	width: 440px;
	padding: 10px 20px;
	height:140px;
}
#right{
	width:180px;
	padding: 10px 20px 10px 0;
}
#bottom{
	width: 660px;
	padding: 0 20px 10px;
}
table.centretable{
	width: 400px;
	padding: 10px 0 0 0;
	margin-bottom: 5px;
}
#kalender{
	margin-top: 240px;
	width: 160px;
}
#kalender #monthlist{
	text-align: center;
	width: 160px;
	font-weight: bold;
	padding-top: 2px;
}
#kalender table td a, #kalender 3monthlist a{
	text-decoration: underline ;
	text-transform: lowercase;
}
#kalender table td a:hover, #kalender #monthlist a:hover{
	color: #CC0000;
}
#kalender table a.vandaag {
	color: #CC0000;
}
#kalender table a.vandaag:hover {
	color: #000;
}
#kalender table th a{
	text-decoration: none;
	text-transform: lowercase;
}
.next {
	background: url('/images/pager_arrow_right.gif') no-repeat;
	text-decoration: none;
	background-position: right center;
}
.previous {
	background: url('/images/pager_arrow_left.gif') no-repeat;
	background-position: left center;
	text-decoration: none;
}
form { margin: 20px 0 0 0;}
form fieldset {width: 380px; border:solid 1px #999; padding: 10px; margin-bottom: 20px; display: block; text-align: left;}
form textarea, form input {width: 98%; border:solid 1px #CCC;display: block;padding: 2px; margin: 0 0 5px 0;}
form hr {width: 98%;}
.radio {width:20px; border:none; display:inline; margin: 3px 0 -3px 0; padding: 0;}
form label  {margin-right: 3px; padding: 0 0 5px 0;display: block;font-weight: bold}
form legend  {color: 000; font-weight: bold;}
.vraag  {float: left;}
select  {width: 50%;}
.verstuur  {width: auto; padding: 3px; margin: 10px 0 0 0;}
.verstuur:hover  {background:#CC0000; }
form label.error, label.error {color: #CC0000; font-style: italic; display: block;}
form div.error {display: block;}
form input:focus {border: 1px dotted black;}
form input.error {border: 1px dotted #CC0000;}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFF !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #999 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #CCC !important; //Text input field border color
   background-color:#FFF !important; //Text input field background color
 }