body{
	margin: 0;
	padding: 0;
	background: #666666;
	min-height:101%;
	}

.container {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: auto; WIDTH: 907px; HEIGHT: 100%; TEXT-ALIGN: center;
}

.header {
	background: #666666 url("../images/header.jpg") no-repeat;
	height: 239px;
	width: 907px;
	float:left;
}

.bottom {
	position: relative;
	background: #b4b4b4 url("../images/bottom.jpg") no-repeat;
	height: 17px;
	width: 907px;
	float:left;
}

.menu {
	float:left;
	width: 151px;
	background: #09438b;
	text-align: center;
	padding-bottom: 75px;
}

.menu-item {
	float:left;
	width: 125px;
	background: #09438b;
	height: 37px;
	text-align: left;
	border-bottom: 1px solid #97b0ce;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 20px;
}

.table {
	FONT-FAMILY: Lucida Sans, Verdana;
	FONT-SIZE: 13px;
}

.content {
	position: relative;
	float:left;
	width: 907px;
	background: #FFFFFF;
	height: auto;
	FONT-FAMILY: Lucida Sans, Verdana;
	FONT-SIZE: 13px;
	text-align:left;
}

.content-right {
	position: relative;
	float:left;
	width: 723px;
	background: #FFFFFF;
	padding-left: 30px;
	padding-bottom: 20px;
	height: auto;
	FONT-FAMILY: Lucida Sans, Verdana;
	FONT-SIZE: 13px;
	text-align:left;
}
.nieuws-item {
	float:left;
	width: 705px;
	background: #FFFFFF;
	height: auto;
	border-top: 2px solid #ff9999;
	text-align:left;
	padding-top: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
}

.nieuws-foto {
	float:left;
	width: 300px;
	background: #FFFFFF;
	height: auto;
	text-align:left;
	padding-right: 10px;
}

.img {
	border: 1px solid #666666;
}

.nieuws-titel {
	float:left;
	width: 580px;
	background: #FFFFFF;
	height: auto;
	text-align:left;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #000000;
	font-size: 15px;
	font-weight:bold;
}

.gastenboek-titel {
	float:left;
	width: 580px;
	background: #FFFFFF;
	height: auto;
	text-align:left;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 0px;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}

.nieuws-txt {
	float:left;
	width: 700px;
	background: #FFFFFF;
	height: auto;
	text-align:justify;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-top: 6px;
	color: #000000;
	font-size: 12px;
}

.readmore {
	float:left;
	width: 555px;
	background: #FFFFFF;
	height: auto;
	text-align:right;
}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

A.menu-link {
	COLOR: #97b0ce;
	FONT-FAMILY: Lucida Sans, Verdana;
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
}

A.menu-link-active {
	COLOR: #ffffff;
	FONT-FAMILY: Lucida Sans, Verdana;
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
}

A.menu-link:hover {
	COLOR: #ffffff;
	FONT-FAMILY: Lucida Sans, Verdana;
	FONT-SIZE: 13px;
	TEXT-DECORATION: none;
}

A {
COLOR: #000000;
TEXT-DECORATION: none;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #000000;
	border: 1px solid #000000;
	FONT-FAMILY: Lucida Sans, Verdana;
	FONT-SIZE: 13px;
	width: 400px;

}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-size:10px;
	width:390px;
	border: 1px solid #000000;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	font-size:10px;
	width:390px;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
	font-size:10px;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}