/* General style */
#hoofd, #hoofd td {
	background-color: #FFFFFF;
	/* background-image: url(); */
	/* background-repeat: no-repeat; */
	/* background-position: bottom right; */
	color: #000000;
	/* font-weight: bold; */
	/* font-style: italic; */
	/* text-decoration: underline; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#hoofd {
	padding-top: 10px;
}

#hoofd p {
	padding: 5px 0;
}

/* Style of heads */
#hoofd h1.kop {
	background-color: transparent;
	color: #000000;
	/* font-weight: bold; */
	/* font-style: italic; */
	/* text-decoration: underline; */
	/* font-family: Verdana, Arial, sans-serif; */
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#hoofd h2.kop {
	background-color: transparent;
	color: #000000;
	/* font-weight: bold; */
	/* font-style: italic; */
	/* text-decoration: underline; */
	/* font-family: Verdana, Arial, sans-serif; */
	font-size: 17px;
}

#hoofd h3.kop {
	background-color: transparent;
	color: #000000;
	/* font-weight: bold; */
	/* font-style: italic; */
	/* text-decoration: underline; */
	/* font-family: Verdana, Arial, sans-serif; */
	font-size: 15px;
}

/* Style of normal link */
#hoofd a {
	background-color: transparent;
	color: #0000FF;
	/* font-weight: bold; */
	/* font-style: italic; */
	text-decoration: none;
	/* font-family: Verdana, Arial, sans-serif; */
	/* font-size: 12px; */
}

/* Style of link when mouse is over */
#hoofd a:hover {
	background-color: transparent;
	color: #0000FF;
	/* font-weight: bold; */
	/* font-style: italic; */
	text-decoration: underline;
	/* font-family: Verdana, Arial, sans-serif; */
	/* font-size: 12px; */
}

/* Style of link when user clicked */
#hoofd a:visited, #hoofd a:active, #hoofd a.active {
	background-color: transparent;
	color: #0000FF;
	/* font-weight: bold; */
	/* font-style: italic; */
	/* text-decoration: underline; */
	/* font-family: Verdana, Arial, sans-serif; */
	/* font-size: 12px; */
}

/* Space around the content */
#hoofd table.row td.default {
	padding: 0 10px;
}
#hoofd table.row {
	width: 100%;
}
#hoofd img {
	border: 0;
}

#hoofd .left {
	float: left;
	margin: 0 15px 0 0;
}

#hoofd .right {
	float: right;
	margin: 0 0 0 15px;
}

#hoofd hr {
	border: none;
	height: 1px;
	background-color: #000000;
	color: #ff0000;
}

/* styl for image gallary */
#hoofd .imggallery {
    border: 0;
    float: left;
    margin: 0 1px 1px 0;
}

table.contactform {
	width: 100%;
}

table.contactform .contacttext {
	color: #000000;
	font-weight: bold;
}

table.contactform .required {
	color: #cc0000;
}

table.contactform td .submitbutton {
	width: 150px;
}

table.contactform td textarea {
	width: 200px;
}

table.contactform td .textinput {
	width: 200px;
}


table.contactform td .radiobutton {
	width: 20px;
}

/* styles for Form module */
table.moduleform {
	width: 100%;
}

table.moduleform .fieldlabel {
	color: #000000;
	font-weight: bold;
}

table.moduleform .fieldinput {
	color: #000000;
	font-weight: bold;
}

table.moduleform .fieldtext {
	width: 200px;
}

table.moduleform .fieldcheckbox {
	width: 100px;
}

table.moduleform .fieldradio {
	width: 100px;
}

table.moduleform .fieldselect {
	width: 100px;
}

table.moduleform .fielderror {
	color: #801414;
	font-weight: bold;
}

table.moduleform .required {
	color: #cc0000;
}

table.moduleform td .submitbutton {
	width: 150px;
}
