@charset "UTF-8";
/* CSS Document */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #e1e1e1 url(img/bg_main_gradient.png) repeat-x;
	font-size: 12px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #2d5c38;
}

a:hover {
	text-decoration: underline;
	color: #2d5c38;
}

img {
	border: 0px;
}

p {
	size: 12px;
	line-height: 17px;
}

p div.contentItem
{
	color: red;
	size: 12px;
	display: inline;
	line-height: 17px;
}

input {
	background: #CCCCCC;
	border: 1px solid #959595;
	margin: 0;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.submit-button {
	background: #758c30;
	border: 1px solid #4d5c20;
	margin: 0;
	padding: 1px 5px 1px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

textarea {
	background: #CCCCCC;
	border: 1px solid #959595;
	margin: 0;
	padding: 1px;
	width: 350px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#wrapper {
	width: 830px;
	padding: 0 10px 10px 10px;
	margin: 0 auto 10px auto;
	background: #ffffff;
	overflow: hidden;
}

/* HEADER */
div#header {
	width: 830px;
}

div#topmenu {
	width: 830px;
	background: #758c30;
	margin-bottom: 3px;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #90ab3e;
}

div#topmenu a {
	color: #ffffff;
	text-decoration: none;
}

div#topmenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#header-image {
	width: 830px;
}

div#submenu{
	text-align: center;
	position: relative;
	top: -26px;
}
/* END HEADER */


/* CONTENT */
div#content-main {
	width: 100%;
	margin: 0 0 20px 0;
	color: #707070;
}

div#content-main h1 {
	size: 18px;
	color: #2d5c38;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

div#content-sub {
	width: 100%;
	margin: 0 0 20px 0;
	color: #707070;
}

div#content-sub h2 {
	size: 18px;
	color: #2d5c38;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

div#content-news {
	width: 640px;
	margin: 0;
	margin-bottom: 16px;
	padding: 10px;
	background: #e1e1e1;
	color: #707070;
}

div#content-news h2 {
	size: 18px;
	color: #2d5c38;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

div#content-news h3 {
	size: 12px;
	color: #707070;
	margin: 10px 0 0 0;
	padding: 0px;
	font-weight: bold;
}

div#content-news p {
	margin: 0;
}

div#left {
	width: 660px;
	overflow: hidden;
	float: left;
}

div#right {
	width: 150px;
	text-align: right;
	float: right;
}

div#right img{
	margin-bottom: 10px;
}

/* END CONTENT */


/* FOOTER */
#footer {
	width: 830px;
	background: #758c30;
	margin: 20px 0 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
	display: table;
	color: #90ab3e;
}

div#footer a {
	color: #ffffff;
	text-decoration: none;
}

div#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.copyright {
	color: #ffffff;
}
/* END FOOTER */

/* INSCHRIJVEN */
.inschrijf-table {
	border-color: #000000;
	background: #FFFFFF;
}

tr.inschrijf-table-header {
	text-align: center;
	color: #758c30;
	font-weight: bold;
}

td.titel {
	text-align: left;
}

tr.inschrijf-table-tr {
	text-align: center;
}

.inschrijf-form {
	width: 42px;
	border: 1px solid #959595;
	text-align: center;
}
/* END INSCHRIJVEN */

/* PAGE THUMBS */

#foto-table-small {
	text-align: center;
}

td.td-table-small {
	height: 130px;
	background: url(img/bg_foto.gif) no-repeat;
	background-position: top center;
}


.error
{
	color: #758C30;
}