body {
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
font-color: #000;
}

:focus,
a {
outline:none;
}

#text a {
color: #0071a2;
}

#text a:hover {
color: #93c737;
}

h1 {
padding: 0px;
margin: 0px;
margin-bottom: -10px;
color: #0071a2;
font-size: 30px;
font-weight: normal;
}

em.inleiding {
font-style: normal;
font-size: 16px;
line-height: 28px;
}

em.inleiding a {
color: #0071a2;
}

em.inleiding a:hover {
color: #93c737;
}

p {
padding: 0px;
margin: 0px;
margin-bottom: 20px;
line-height: 20px;
}

h2 {
padding: 0px;
margin: 0px;
font-size: 16px;
color: #0071a2;
font-weight: normal;
}

#foto_text {
font-size: 14px;
line-height: 20px;
}

a.actieknop {
display: block;
width: 230px;
height: 55px;
color: #fff;
font-size: 19px;
text-align: center;
line-height: 40px;
padding-left: 3px;
padding-top: 3px;
text-decoration: none;
background-image:url('/gfx/actieknop.gif');
background-repeat: no-repeat;
}

a.actieknop:hover {
background-image:url('/gfx/actieknop_hover.gif');
}


/*KOLOM --------------- */

#kolom {
padding-left: 25px;
color: #0071a2;
}

#kolom b {
display: block;
padding-bottom: 10px;
padding-left: 28px; 
}

.vinkje_roze a,
.vinkje_paars {
display: block;
height: 20px;
color: #0071a2;
padding-top: 4px;
padding-left: 28px;
text-decoration: none;
background-image:url('/gfx/vink_groen.gif');
background-repeat: no-repeat;
}

.vinkje_paars{
background-image:url('/gfx/vink_blauw.gif');
}

.vinkje_paars a:hover,
.vinkje_roze a:hover {
color: #93c737;
}

/*FOOTER --------------- */

#footer .kop {
color: #666;
font-size: 13px;
font-weight: bold;
}

#footer6,
#footer a {
font-size: 10px;
color: #666;
line-height: 20px;
}

#footer a:hover {
color: #93c737;
}

#footer6 b {
padding: 5px;
color: #666;
}

#footer h4 {
padding: 0px;
margin: 0px;
}

/*MAXIGALLERY --------------- */

.thumb_masker img {
border: 0px;
}

.thumb_masker {
display: block;
float: left; 
margin-right: 5px;
margin-bottom: 5px;
width: 60px;
height: 60px;
overflow: hidden;
border: 1px solid #fff;
}

.thumb_masker:hover {
border: 1px solid #0071a2;
}



/*FORMULIEREN ------- */
#formulier label {
float:left;
width:130px;
height:16px;
}

#formulier {
text-align:left;
}

#formulier hr {
border: 1px dashed #ccc;	
width: 465px;
margin-left: 0px;}

#formulier .errors {
color:#93c737;
}

#formulier .errors strong {
color:#0071a2;
}

#formulier .errors {
margin-top:30px;
}

#formulier input {
font-family:Arial, Helvetica, Verdana;
border:1px solid #999;
color:#000;
width:269px;
height:17px;
margin-bottom:3px;
font-size:11px;
text-indent:2px;
}

#formulier input.kort {
width:131px;
margin-right:5px;
float:left;
}

#formulier input.radio {
border:0;
margin-top:-5px;
margin-bottom:10px;
}

#formulier textarea {
font-family:Helvetica, Arial;
border:1px solid #999;
color:#000;
width:267px;
height:170px;
overflow:auto;
margin-bottom:3px;
font-size:11px;
padding-left:2px;
}

#formulier select {
border:1px solid #999;
color:#000;
width:271px;
height:18px;
margin-bottom:3px;
font-size:11px;
}

#formulier .checkbox {
border:0px solid #999;
color:#000;
width:15px;
height:15px;
margin-left:0;
font-size:11px;
margin-bottom:8px;
}

#formulier .formbutton {
border:1px solid #8d9dae;
color:#fff;
font-size:11px;
width:271px;
height:23px;
cursor:pointer;
text-align:center;
text-decoration:none;
background-color:#0071a2;
border:1px solid #0071a2;
padding-left:0;
}

#formulier .formbutton:hover {
color:#fff;
background-color:#93c737;
border:1px solid #0071a2;
}

/*DATEPICKER --------------- */

.dp_container{
position: relative;
padding: 0;
z-index: 500;
background-color:#fff
}

.dp_cal{
	background-color: #fff;
	border: 1px solid #999;
	position: absolute;
	width:312px;
	top: 0px;
	left: 150px;
	margin: 0px 0px 3px 0px;
}

.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;

}

.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
width: 200px
}

.dp_cal select option{
	padding: 1px 3px;
width: 200px
}

.dp_cal th, .dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}

.dp_cal th{
	border: 1px solid #999;
	border-width: 1px 0;
	background: #fff;
	font-weight: bold;
}

.dp_cal td{
	cursor: pointer;
}

.dp_cal thead th{
	background: #ccc;
}

.dp_cal td.dp_roll{
	color: #fff;
	background: #7b0c3e;
} 

/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}

.dp_empty{
	background: #fff;
}

.dp_today{
	background: #ccc;
}

.dp_selected{
	color: #fff;
	background: #7b0c3e;
}
