* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #505050;
	background: url(../images/body-bg.jpg) center top no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}

#header {
	position: relative;
	width: 960px;
	height: 297px;
	z-index: 2;
}

h1 {
	position: absolute;
	top: 14px;
	left: -9px;
	background: url(../images/header-logo.png) left top no-repeat;
}

h1 a {
	display: block;
	width: 233px;
	height: 274px;
	text-indent: -9999px;
}

h2 {
	text-indent: -9999px;
}

#fotobanner {
	position: absolute;
	top: 44px;
	right: 48px;
	width: 558px;
	height: 292px;
	background: url(../images/fotobanner.png) left top no-repeat;
}

#menu {
	position: relative;
	margin: 21px 0 0 0;
	width: 960px;
	height: 50px;
	background: #675c49 url(../images/menu-rounding-right.png) right top no-repeat;
	z-index: 1;
}

#menu ul {
	height: 50px;
	font-size: 1.6em;
	line-height: 31px;
	list-style: none;
	background: url(../images/menu-rounding-left.png) left top no-repeat;
}

#menu li {
	position: relative;
	float: left;
	height: 31px;
	padding: 10px 18px 9px 19px;
	background: url(../images/menu-dots.gif) left 10px no-repeat;
}

#menu a:link,
#menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover,
#menu a:active {
	color: #ffd204;
	text-decoration: none;
}

#menu .active a:link,
#menu .active a:visited {
	color: #ffd204;
	text-decoration: none;
}

#menu .submenu {
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 0;
}

#menu ul ul {
	float: left;
	padding: 5px 10px 0 15px;
	height: auto;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 36px;
	background: #847e73;
}

#menu ul ul li {
	float: none;
	padding: 0;
	height: auto;
	background: url(../images/menu-submenu-dots.gif) left bottom repeat-x;
	white-space: nowrap;
}

#menu ul ul a:link,
#menu ul ul a:visited {
	margin: 0;
}

#menu ul ul a:hover,
#menu ul ul a:active {
	color: #fff;
	text-decoration: underline;
}

#menu .active ul a:link,
#menu .active ul a:visited {
	color: #fff;
	text-decoration: none;
}

#menu .active ul a:hover,
#menu .active ul a:active {
	text-decoration: underline;
}

#menu .rounding {
	float: left;
	height: 5px;
	overflow: hidden;
}

#menu .rounding span {
	float: left;
	display: block;
	height: 5px;
}

#menu .rounding-left {
	width: 5px;
	background: url(../images/menu-submenu-rounding-left.gif) left top no-repeat;
}

#menu .rounding-center {
	background: #847e73;
}

#menu .rounding-right {
	width: 5px;
	background: url(../images/menu-submenu-rounding-right.gif) left top no-repeat;
}

#menu .hover .submenu {
	visibility: visible;
}

#content {
	margin: 20px 0 0 0;
	width: 960px;
	background: url(../images/dots-vertical.gif) left top repeat-y;
}

#col-main {
	float: left;
	padding: 0 21px;
	width: 569px;
	background: url(../images/dots-vertical.gif) right top repeat-y;
}

#col-side {
	float: left;
	margin: 0 0 0 -1px;
	padding: 0 0 0 20px;
	width: 330px;
	background: url(../images/dots-vertical.gif) left top repeat-y;
}

.box {
	padding: 10px 0 0 0;
}

.box h3 {
	padding: 0 0 15px 0;
	font-size: 3.5em;
	color: #96969b;
}

.box h4 {
	font-size: 1.8em;
	line-height: 30px;
}

.box h5 {
	font-size: 1.2em;
	line-height: 20px;
}

.box h6 {
	font-size: 1.8em;
	line-height: 30px;
	color:#625845;
}

.box p {
	padding: 0 0 20px 0;
	font-size: 1.2em;
	line-height: 20px;
}

.box ul {
	padding: 0 0 20px 20px;
	font-size: 1.2em;
	line-height: 20px;
	list-style: none;
}

.box ul li {
	padding: 0 0 0 15px;
	background: url(../images/list-bullet.gif) left 8px no-repeat;
}

.box a:link,
.box a:visited {
	color: #505050;
	text-decoration: underline;
}

.box a:hover,
.box a:active {
	color: #505050;
	text-decoration: none;
}

.box .note {
	float: left;
	padding: 2px 0 20px 0;
	line-height: 25px;
}

.box .button {
	float: right;
	margin: 0 -3px 0 0;
	padding: 2px 3px 4px 3px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	background: url(../images/button-white.png) left top no-repeat;
}

.box .button a:link,
.box .button a:visited,
.box .button a:hover,
.box .button a:active {
	display: block;
	width: 120px;
	height: 25px;
	color: #505050;
	text-decoration: none;
}

.box .publication-list {
	padding: 0 0 20px 0;
}

.box .publication-list li {
	padding: 0;
	background: url(../images/archive-dashes.gif) left bottom repeat-x;
}

.box .publication-list div {
	padding: 20px 0 0 55px;
	background: url(../images/archive-icon.png) left 18px no-repeat;
}

.box .publication-list * {
	font-size: 1.0em;
}

.box img {
	margin: 0 0 15px 0;
}

.box fieldset {
	border: none;
}

.box label {
	font-size: 1.2em;
	line-height: 26px;
}

.box input {
	margin: 0 0 15px 0;
	padding: 4px 8px 0 8px;
	width: 473px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #505050;
	background: #eee;
	border: none;
	border-top: 1px solid #d5d5d5;
}

.box textarea {
	margin: 0 0 15px 0;
	padding: 2px 2px 2px 8px;
	width: 479px;
	height: 311px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 20px;
	color: #505050;
	background: #eee;
	border: none;
	border-top: 1px solid #d5d5d5;
}

.box .error input,
.box .error textarea {
	font-weight: bold;
	color: #dc0000;
}

.box dt {
	float: left;
	width: 80px;
}

.agenda-box .item {
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	background: url(../images/archive-dashes.gif) left bottom repeat-x;
}

.agenda-box .item img {
	float: left;
	margin: 6px 20px 0 0;
	border: 1px solid #6d6452;
}

.agenda-box .item h4 span {
	margin: 0 4px 0 0;
	padding: 0 10px 0 0;
	color: #96969b;
	background: url(../images/date-pipe.gif) right top no-repeat;
}

.agenda-box .item h4 a:link,
.agenda-box .item h4 a:visited {
	color: #625845;
	text-decoration: none;
}

.agenda-box .item h4 a:hover,
.agenda-box .item h4 a:active {
	color: #625845;
	text-decoration: underline;
}

.agenda-box .item p {
	padding: 0 0 20px 82px;
}

.form-box {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	background: url(../images/archive-dashes.gif) left top repeat-x;
}

.form-box .note {
	float: left;
	padding: 0 0 20px 80px;
	line-height: 20px;
	color: #96969b;
}

.galerij-box {
	width: 960px;
	background: #fff;
	overflow: hidden;
}

.galerij-box .text {
	width: 570px;
}

.galerij-box .collection {
	width: 980px;
}

.galerij-box .item {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 16px;
	width: 191px;
	height: 223px;
	background: #ebebeb;
	border: 1px solid #b4b4b4;
}

.galerij-box h4 {
	font-size: 1.6em;
	line-height: 45px;
	color: #96969b;
}

.galerij-box img {
	margin: 0 0 12px 0;
}

.galerij-box .button {
	background: url(../images/button-grey.png) left top no-repeat;
}

#contact-box {
	margin: -7px 0 20px 0;
	padding: 25px 20px 0 20px;
	width: 290px;
	height: 214px;
	background: url(../images/box-contact.png) left top no-repeat;
}

#contact-box h3 {
	font-size: 2.8em;
	color: #fff;
}

#contact-box p {
	padding: 0;
	color: #fff;
}

#contact-box p span {
	font-weight: bold;
}

#contact-box .button {
	padding: 2px 3px 4px 3px;
	background: url(../images/button-yellow.png) left top no-repeat;
}

#sponsor-box {
	text-align: center;
}

#sponsor-box h3 {
	padding: 0 0 35px 0;
	font-size: 2.2em;
}

#sponsor-box ul {
	padding: 0;
}

#sponsor-box li {
	margin: 0 0 50px 0;
	padding: 0;
	background: none;
}

#sponsor-box #sponsor-middelburg {
	margin: 0 0 40px 0;
}

#sponsor-box a:link,
#sponsor-box a:visited {
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}

#sponsor-box a:hover,
#sponsor-box a:active {
	background-position: left bottom;
}

#sponsor-box #sponsor-middelburg a {
	width: 74px;
	height: 60px;
	background-image: url(../images/logo-middelburg.png);
}

#sponsor-box #sponsor-provincie a {
	width: 114px;
	height: 67px;
	background-image: url(../images/logo-provincie.png);
}

#sponsor-box #sponsor-rothuizen a {
	width: 183px;
	height: 33px;
	background-image: url(../images/logo-rothuizen.png);
}

#sponsor-box #sponsor-schoonen a {
	width: 178px;
	height: 32px;
	background-image: url(../images/logo-schoonen.png);
}

#footer {
	margin: 20px 0 50px 0;
	padding: 0 0 0 15px;
	height: 50px;
	border-top: 2px solid #e6e6e6;
}

#footer p {
	font-size: 1.2em;
	line-height: 50px;
	color: #96969b;
}

#footer a:link,
#footer a:visited {
	color: #96969b;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #96969b;
	text-decoration: underline;
}

#footer #copyright {
	float: left;
}

#footer #credits {
	float: right;
}
