p, div, td, th, input, textarea, option {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*color:#4a2b77;*/
	color:#002d4e;
	line-height:18px;
}

h1{
	font-family:verdana;
	color:#74558c;
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	margin:0 0 20px 0;
}
h2{
	font-family:Times New Roman, Times, serif;
	color:#002d4e;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
	margin:0 0 20px 0;
}
h3{
	font-family:Times New Roman, Times, serif;
	color:#ff0000;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	margin:0 0 20px 0;
}
a{
	color:#4a2b77;
}
a:hover {
	color:#000;
}


/* form */
input, textarea {
	border:1px solid #7198be;
	padding:2px;
	margin:1px 0 1px 0;
}
textarea {
	width:300px;
	height:150px;
	overflow:auto;
}
form fieldset {
	padding:0;
	margin:0;
	border:none;
}
form fieldset legend {
	border-left:18px solid #000066;
	padding:0 0 0 5px;
	margin:0 0 10px -7px;
}
form fieldset p {
	line-height:1;
	padding:0;
	margin:0;
}
form fieldset p label {
	width:150px;
	display:block;
	float:left;
}
form fieldset p input {
	line-height:12px;
	width:150px;
	padding:2px;
}
.activeInput {
	background-color:#8dbeed;
}

.button {
	cursor:pointer;
	border:1px solid #7198be;
	background-color:#fff;
}
.button_hover {
	background-color:#8dbeed;
}


/* Gastenboek */
#berichten {
	padding:0 0 20px 0;
}
	.row {
		padding:0 0 10px 0;
	}
		.row .header {
			font-size:11px;
			font-weight:bold;
			border-left:18px solid #ccc;
			padding:0 0 0 5px;
		}
		.row .bericht {
			padding:0 0 0 23px;
		}

.subNav {
	list-style:none;
	padding:0;
	margin:0;
}

/* validation and errors */
ul.listErrors li {
	color:#f00;
}

div.jqvalidateerror * {
	color:#f00;
}


/* jquery */
span.error {
	color:#f00;
	display:none;
}
input.error, textarea.error {
	border-color:#f00;
}
