body {
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
font-color: #000;
}

:focus,
a {
outline:none;
}

#text a {
color: #7b0c3e;
}

#text a:hover {
color: #000;
}

h1 {
padding: 0px;
margin: 0px;
margin-bottom: -10px;
color: #7b0c3e;
font-size: 27px;
font-weight: normal;
}

em.inleiding {
font-style: normal;
font-size: 16px;
line-height: 28px;
}

em.inleiding a {
color: #994c72;
}

em.inleiding a:hover {
color: #000;
}

p {
padding: 0px;
margin: 0px;
margin-bottom: 20px;
line-height: 20px;
}

h2 {
padding: 0px;
margin: 0px;
font-size: 13px;
color: #000;
}

#foto_text {
font-size: 14px;
line-height: 20px;
}

a.actieknop {
display: block;
width: 150px;
height: 45px;
color: #fff;
font-size: 19px;
text-align: center;
line-height: 40px;
padding-left: 3px;
text-decoration: none;
background-image:url('/gfx/actieknop.gif');
background-repeat: no-repeat;
}

a.actieknop:hover {
background-image:url('/gfx/actieknop_hover.gif');
}

a.actieknop_subnav {
display: block;
color: #fff;
width: 224px;
text-decoration: none;
background-color: #f39300;
padding-top: 13px;
padding-left: 5px;
margin-bottom: -10px;
text-indent: 6px;
font-size: 16px;
height: 30px;
}

a.actieknop_subnav:hover {
background-color: #6d0b37;
}

/*FOOTER --------------- */

#footer .kop {
color: #fff;
font-size: 12px;
font-weight: bold;
margin:0;
padding:0;
}

#footer a {
font-size: 11px;
color: #f4dfe9;
line-height: 20px;
}

#footer a:hover {
color: #fff;
}

#footer6 b {
padding: 5px;
}


/*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 #7b0c3e;
}



/*FORMULIEREN ------- */
#formulier label {
float:left;
width:160px;
height:16px;
}

#formulier {
text-align:left;
}

#formulier hr {
border: 1px dashed #ccc;	
width: 465px;
margin-left: 0px;}

#formulier .errors {
color:#7b0c3e;
}

#formulier .errors strong {
color:#001d44;
}

#formulier .errors {
margin-top:30px;
}

#formulier input {
font-family:Arial, Helvetica, Verdana;
border:1px solid #999;
color:#001d44;
width:305px;
height:17px;
margin-bottom:3px;
font-size:11px;
text-indent:2px;
}

#formulier input.kort {
width:149px;
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:#001d44;
width:303px;
height:170px;
overflow:auto;
margin-bottom:3px;
font-size:11px;
padding-left:2px;
}

#formulier textarea.formtextarea_kort {
font-family:Helvetica, Arial;
border:1px solid #999;
color:#001d44;
width:303px;
height:80px;
overflow:auto;
margin-bottom:3px;
font-size:11px;
padding-left:2px;
}

#formulier select {
border:1px solid #999;
color:#001d44;
width:307px;
height:18px;
margin-bottom:3px;
font-size:11px;
}

#formulier .checkbox {
border:0px solid #999;
color:#001d44;
width:15px;
height:15px;
margin-left:0;
font-size:11px;
margin-bottom:8px;
}

#formulier .formbutton {
border:1px solid #8d9dae;
color:#fff;
font-size:11px;
background-color:#7b0c3e;
border:0 solid #fff;
width:307px;
height:23px;
cursor:pointer;
text-align:center;
text-decoration:none;
border:1px solid #999;
padding-left:0;
}

#formulier .formbutton:hover {
background-color:#999;
color:#fff;
border:1px solid #999;
}

/*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;
}
