body, html {
	height: 100%;
}
body {
	margin: 0;
	background: #c8cbc5 url(images/body_background.png) repeat-x;
}
img {
	border: none;
}
form {
	margin: 0;
}
a#lightwindowTitlebarClose {
	color: #fff;
}
div#wrapper {
	position: relative;
	width: 950px;
	_height: 600px;
	min-height: 600px;
	margin: 0 auto;
	background: url(images/wrapper_background.jpg) center 182px no-repeat;
}
div#wrapper.wide {
	background: url(images/wrapper_background_wide.jpg) 225px 182px no-repeat;
}
div#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 225px;
	height: 149px;
	z-index: 3;
	cursor: pointer;
	background: url(images/spacer.gif);
}
div#banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
div#banner div.banner {
	position: absolute;
	top: 0;
	left: 0;
}
div#firstFrame {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
div#firstFrame div.firstFrame {
	position: absolute;
	top: 0;
	left: 0;
	border; 1px solid blue;
}
div#main_content {
	position: absolute;
	top: 150px;
	left: 0;
	width: 950px;
	z-index: 3;
}
div#left {
	float: left;
	width: 225px;
	margin-top: 15px;
}
div#middle {
	float: left;
	width: 450px;
	margin-top: 44px;
	padding: 0 25px;
}
div#right {
	float: left;
	width: 225px;
	margin-top: 15px;
}
div#right-large {
	float: left;
	width: 675px;
	margin-top: 44px;
	padding: 0 25px;
}

/* Algemeen */
body, input, select, textarea {
	font: 12px/19px 'Trebuchet MS', Arial, sans-serif;
	color: #434343;
}
h1, h2, p {
	margin: 19px 0;
}
ul, ol {
	margin: 19px 38px;
	padding: 0;
}
h1 {
	width: 430px;
	padding: 5px 10px;
	
	font-size: 16px;
	color: #fff;
	background: #a6a5a5;
}
div#right-large h1 {
	width: 655px;
}
h2 {
	font-size: 15px;
}
a {
	color: #111;
	border-bottom: 1px solid #b1c2c9;
	text-decoration: none;
}
a:hover {
	color: #111;
	border-bottom: 1px solid #666;
}
div#right div.object {
	background-color: #b1c2c9;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 10px;
}
div#right div.object h2 {
	margin: 0;
	padding: 6px 20px 5px 20px;
	color: #fff;
	background: #434343 url(images/object_heading_background.gif) no-repeat;
	border-bottom: 1px solid #fff;
}
div#right div.object div.inner {
	padding: 10px 10px;
}
div#right div.object div.inner p {
	margin: 0;
}
div.clear_float {
	clear: both;
}
body.editor {
	background: #fff;
}

/* Nieuws */
div#news {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 184px;
	height: 119px;
	padding: 15px 20px;
	border-left: 1px solid #fff;
	color: #fff;
}
div#news a:hover {
	text-decoration: underline;
}
div#news h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
}
div#news h2 a {
	color: #fff;
	border-bottom: 0;
}
div#news ul {
	list-style: none;
	margin: 0;
}
div#news ul li {
	padding-left: 20px;
	background: url(images/news_list_bullet.gif) 0 6px no-repeat;
}
div#news ul li h3 {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}
div#news ul li h3 a {
	color: #fff;
	border-bottom: none;
}

/* Activiteitenkalender */
div#activiteiten h2 a {
	color: #fff;
	text-decoration: none;
	border: none;
}
div#activiteiten h2 a:hover {
	text-decoration: underline;
}
div#activiteiten ul {
	list-style: none;
	margin: 0;
}
div#activiteiten ul li {
	padding-left: 20px;
	background: url(images/news_list_bullet.gif) 0 6px no-repeat;
}
div#activiteiten ul li h3 {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}
div#activiteiten ul li h3 a {
	color: #434343;
	border-bottom: none;
}
div#activiteiten ul li h3 a:hover {
	text-decoration: underline;
}


/* Hoofdnavigatie */
div#navigation {
	width: 205px;
	padding: 0;
}
div#navigation div.border {
	height: 5px;
}
div#navigation ul {
	margin: 0;
	list-style: none;
}
div#navigation ul li a {
	display: block;
	padding: 4px 20px;
	width: 164px;
	color: #fff;
	font-weight: bold;
	border-bottom: none;
}
div#navigation ul li.active_element a,
div#navigation ul li a:hover {
	width: 175px;
	background-image: url(images/navigation_active.gif);
	background-position: right 0;
	background-repeat: no-repeat;
}

/* Subnavigatie */
div#subnavigation {
	width: 165px;
	margin-top: 1px;
	background: #434343;
	padding: 10px 20px;
	border-top: 1px solid #222;
}
div#subnavigation ul {
	margin: 0;
	list-style: none;
	font-weight: bold;
}
div#subnavigation ul li {
	line-height: 15px;
	padding-top: 4px;
}
div#subnavigation ul li ul {
	margin: 0 4px;
	font-weight: normal;
}
div#subnavigation ul li ul li {
	background: #434343;
	display: block;
	line-height: 16px;
}
div#subnavigation ul li ul li img.bullet {
	float: left;
	width: 10px;
	height: 5px;
	margin-top: 6px;
	background: #434343;
}
div#subnavigation ul li ul li a {
	display: block;
	float: left;
	width: 142px;
	background: #434343;
	color: #fff;
	margin-left: 5px;
	border-bottom: none;
}

/* Extra navigatie */
div#extra_navigation {
	width: 165px;
	margin-top: 1px;
	background: #b1c2c9;
	padding: 10px 20px;
	border-top: 1px solid #aaa;
	border-bottom: 2px solid #999;
}
div#extra_navigation ul {
	margin: 0;
	list-style: none;
}
div#extra_navigation ul li {
}
div#extra_navigation ul li a {
	color: #434343;
}
div#extra_navigation ul li.active_element a {
	color: #000;
}
div#extra_navigation ul li a:hover {
	color: #000;
}
div#extra_navigation ul li ul {
	display: none;
}

/* Trace */
div#trace {
	margin-top: 19px;
	overflow: hidden;
	width: 450px;
	height: 19px;
	font-size: 11px;
}
div#trace p {
	margin: 0;
}
div#trace p span img {
	margin-bottom: 1px;
}
div#trace p span a {
	border: none;
	color: #999;
}
div#trace p span a:hover {
	color: #666;
	text-decoration: underline;
}

/* Zoeken */
div#search {
	margin: 19px 0;
	padding: 0 10px;
}
div#search input.text {
	border: 1px solid #a4a4a4;
	width: 131px;
	padding-left: 4px;
}
div#search input.submit,
div#search input.submit_hover {
	width: 65px;
	height: 22px;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
	background: transparent url(images/button_submit_background3.gif) no-repeat;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	cursor: pointer;
}
div#search input.submit_hover {
	color: #444;
}

/* Credits */
div#credits {
	margin: 19px 0;
	padding: 0 10px;
}
div#credits p {
	margin: 0;
}
div#credits a {
	color: #434343;
	border-bottom: none;
}
div#credits a:hover {
	color: #222;
	text-decoration: underline;
}
div#right-large div#credits {
	float: right;
}

/* Nieuwspagina */
div#news_page h1 {
	margin-bottom: 0;
}
div#news_page div#news_page_message h1 { 
	margin-bottom: 19px;
}
div#news_page h2 {
	margin: 0;
}
div#news_page h2.more {
	margin-top: 19px;
}
div#news_page p.days {
	margin: 0;
}
div#news_page ul {
	margin: 0 0 19px 0;
	padding: 0;
	list-style-type: none;
}
div#news_page ul li {
	padding-left: 20px;
	background: url(images/navigation_list_bullet.gif) 0 8px no-repeat;
}
div#news_page div.highlight, div#news_page div.highlight_odd {
	margin: 0;
	border-bottom: 1px solid #fff;
	padding: 19px 0;
}
div#news_page div.highlight p {
	margin: 9px 0 0 0;
}
div#news_page div.highlight_odd img.image {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #fff;
}
div#news_page div.highlight img.image {
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid #fff;
}
div#news_page div.highlight p.date, div#news_page div.highlight_odd p.date {
	margin: 0;
	color: #a6a5a5;
}
div#news_page div#news_page_message img {
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid #fff;
}
div#news_page div#news_page_message p.date {
	color: #888;
}

/* Teams */
div#teams div.inner {
	margin-top: 1px;
	background: #b1c2c9;
	border-top: 1px solid #aaa;
	border-bottom: 2px solid #999;
}
div#teams div.inner ul {
	margin: 0 10px;
	list-style: none;
}
div#teams div.inner ul li {
	padding-left: 19px;
	background: url(images/search_nav_last.gif) 0 8px no-repeat;
}
div#teams div.inner ul li a {
	color: #434343;
}
div#teams div.inner ul li.active_element a {
	color: #000;
}
div#teams div.inner ul li a:hover {
	color: #000;
}
div#teams div.inner ul li ul {
	display: none;
}

/* Downloads */
div.downloads {}
div.downloads ul {}
div.downloads ul li {}
div.downloads ul li h2 {}
div.downloads ul li h2 a {}

/* Zoekpagina */
div#search_page input.text {
	border: 1px solid #a4a4a4;
	width: 170px;
	padding-left: 4px;
}
div#search_page input.submit,
div#search_page input.submit_hover {
	width: 65px;
	height: 22px;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
	background: transparent url(images/button_submit_background2.gif) no-repeat;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	cursor: pointer;
}
div#search_page input.submit_hover {
	color: #444;
}
div#search_page b,
div#search_page strong {
	color: #000;
}
div#search_page p#search_header {
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	margin: 0;
}
div#search_page p#noresults {
	margin: 10px 0 0 0;
}
div#search_page div.element_even, div#search_page div.element_odd {
	border-bottom: 1px solid #fff;
	padding: 19px 10px;
}
div#search_page div.element_even h2, div#search_page div.element_odd h2 {
	margin: 0 0 9px 0;
}
div#search_page div.element_even p, div#search_page div.element_odd p {
	margin: 0 0 9px 0;
}
div#search_page  div.element_even p.bron, div#search_page  div.element_odd p.bron {
	margin: 0;
}
div#search_page p.bron a {
	color: #a6a5a5;
}
div#search_page div.element_even img {
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid #fff;
}
div#search_page div.element_odd img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #fff;
}
div#search_page div.navigation {
	position: relative;
	height: 30px;
	margin-top: 10px;
}
div#search_page div.navigation a {
	text-transform: capitalize;
	padding: 2px 0;
	width: 70px;
	font-weight: bold;
	text-decoration: none;
}
div#search_page div.navigation a#prev {
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/navigation_list_bullet_reversed.gif) 0 9px no-repeat;
	padding-left: 15px;
	z-index: 2;
}
div#search_page div.navigation div.page_info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	color: #999;
	z-index: 1;
}
div#search_page div.navigation a#next {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/navigation_list_bullet.gif) right 9px no-repeat;
	padding-right: 15px;
	text-align: right;
	z-index: 2;
}

/* Overzicht fotoalbums */
div.fotoalbums div.element {
	float: left;
	width: 225px;
	margin-bottom: 10px;
}
div.fotoalbums div.element a img {
	float: left;
	margin-right: 10px;
	border: 1px solid #434343;
	border-top: 2px solid #434343;
	border-bottom: 2px solid #434343;
	opacity: .5;
}
div.fotoalbums div.element a:hover img {
	opacity: 1;
}
div.fotoalbums div.element h2 {
	font-size: 12px;
	margin: 5px 0 2px 0;
}
div.fotoalbums div.element p {
	margin: 0;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

/* Fotoalbums */
div#image_gallery div.rows {
	float: left;
	clear: both;
	width: 460px;
}
div#image_gallery div.rows div.element {
	float: left;
	width: 105px;
	height: 105px;
	padding-right: 8px;
	padding-bottom: 16px;
	background: url(images/spacer.gif);
}
div#image_gallery div.rows div.element a {
	border-bottom: none;
}
div#image_gallery div.rows div.element a img {
	width: 105px;
	height: 105px;
	border: 1px solid #434343;
	border-top: 2px solid #434343;
	border-bottom: 2px solid #434343;
	background: #fff url(images/loading.gif) center center no-repeat;
}
div#image_gallery div#image_gallery_navigation div#backward {
	float: left;
	width: 45px;
	padding-left: 5px;
}
div#image_gallery div#image_gallery_navigation div#backward div#first_button a {
	float: left;
	padding: 10px 5px;
}
div#image_gallery div#image_gallery_navigation div#backward div#prev_button a {
	float: left;
	padding: 10px 5px;
}
div#image_gallery div#image_gallery_navigation div#list_pages {
	float: left;
	width: 348px;
	padding: 2px 0;
	text-align: center;
	background: #ddd;
	border: 1px solid #ccc;
}
div#image_gallery div#image_gallery_navigation div#list_pages span,
div#image_gallery div#image_gallery_navigation div#list_pages a {
	padding: 0 10px;
	text-decoration: none;
	color: #aaa;
	border-bottom: none;
}
div#image_gallery div#image_gallery_navigation div#list_pages a:hover {
	text-decoration: underline;
}
div#image_gallery div#image_gallery_navigation div#list_pages span {
	color: #000;
	font-weight: bold;
}
div#image_gallery div#image_gallery_navigation div#list_pages a#page_num_prev,
div#image_gallery div#image_gallery_navigation div#list_pages a#page_num_next {
	color: #666;
}
div#image_gallery div#image_gallery_navigation div#forward {
	float: left;
	width: 50px;
}
div#image_gallery div#image_gallery_navigation div#forward div#next_button a {
	float: left;
	padding: 10px 5px;
	margin-left: 13px;
}
div#image_gallery div#image_gallery_navigation div#forward div#last_button a {
	float: left;
	padding: 10px 5px;
}
div#image_gallery div#image_gallery_navigation div.arrows a {
	opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	filter: alpha(opacity=60);
	background: url(images/spacer.gif);
}
div#image_gallery div#image_gallery_navigation div.arrows a:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
}

/* Sponsoren */
div#right div.sponsoren {
	margin:0 0 10px 0;
	padding: 0;
}

div#right div.extra {
	margin-top: -10px;
}

div#right div.sponsoren h2 {
	margin: 0 0 10px 0;
}

div.sponsoren div.sponsoren_inner  {
	position: relative;
	height: 100px;
}
div.sponsoren div.sponsoren_inner div.sponsor_frame {
	position: absolute;
	top: 0px;
	left: 10px;
}

div.sponsoren div.sponsoren_inner div.sponsor_frame div.sponsor_thumbnail {
	width: 203px;
	height: 88px;
	border: 1px solid #999;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}

div.hoofdsponsor {
	margin-bottom: 10px;
}

/* Nieuwsbrief */
div#nieuwsbrief {}
div#nieuwsbrief h1 {
	margin-bottom: 0;	
}

/* Navigation */
div#nieuwsbrief ul {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ccc;
}
div#nieuwsbrief li {
	display: inline;	
}
div#nieuwsbrief ul a {
	display: block;
	float: left;
	padding: 5px 10px;
	background: #ccc;
	color: #444;
}
div#nieuwsbrief ul a:hover {
	background: #bbb;
	border: none;
	color: #222;
}

/* Error */
div#wnd_message0 {
	background: #fff;	
	padding: 0;
	width: 300px;
	border: 2px solid #777;
	border-right-color: #444;
	border-bottom-color: #444;
	z-index: 101;
}
div#wnd_message0 h2 {
	margin: 0;	
	background: #777;
	padding: 5px 10px;
	color: #fff;
}
div#wnd_message0 div.inner {
	padding: 0 10px;	
}
div#wnd_message0 p,
div#wnd_message0 a {
	margin: 10px 0;
}
div#wnd_message0 a {
	display: block;
	border: none;
	float: left;
	background: #aaa;
	padding: 4px 10px;
	color: #fff;
}
div#wnd_message0 a:hover {
	border: none;
	background: #999;
}

/* Global */
div#nieuwsbrief div.label {}
div#nieuwsbrief div.input {
	margin: 3px 0 10px 0;	
}
div#nieuwsbrief div.input input {
	border: 1px solid #888;	
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	padding: 1px 2px;
	line-height: normal;
}
div#nieuwsbrief div.button {
	margin: 18px 0 3px 0;	
}
div#nieuwsbrief div.button input {
	text-transform: capitalize;
	color: #333;
}

/* Specific */
div.email_options {}
div.email_options input {
	border: none;
}

/* Contactformulier */
div.mailer_ext {}
div.mailer_ext div.message ul li {
	margin-top: -19px;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input {
	margin-bottom: 3px;
	width: 180px;
}
div.mailer_ext .error {
	border: 2px solid #c33;	
}
div.mailer_ext textarea, div.mailer_ext select {
	width: 180px;
}
div.mailer_ext input.versturen {
	text-transform: capitalize;
	cursor: pointer;
	width: auto;
}
div.mailer_ext div.hidden {
	display: none;	
}
div.mailer_ext img#coms_captcha_image {
	margin: 2px 0 3px 0;
	border: 1px solid;
	border-color: #ccc #ddd #ddd #ccc;
}
div#comments div.bericht {
	background: #fff;
	padding: 5px 18px;
	margin: 18px 0;
	border-top: 2px solid #aaa;
}
p#comments_bottom_link {
	margin-top: 0;	
}

/* AUMS opties */
div#aums_page input {
	font: 12px 'Trebuchet MS', Arial, sans-serif;
	color: #434343;
}
input.wnd_property_text {
	border: 1px solid #a4a4a4;
	width: 220px;
	padding-left: 4px;
	padding-top: 3px;
	background: #fff;
	height: 19px;
	font: 12px 'Trebuchet MS', Arial, sans-serif;
	color: #434343;
}
div#aums_page div.option {
	margin-top: 10px;
}
div#aums_page div.option img {
	vertical-align: middle;
	margin-right: 3px;
}
div#user_options_email font.wnd_property_label, div#user_options_email font.wnd_property_heading {
	font: 11px/22px Verdana, sans-serif;
	color: #333;
}
div#user_options_email font.wnd_property_heading {
	font-weight: bold;
}
div#user_options_email div.button {
	border-top: 1px solid #999;
	border-right: 1px solid #666;	
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	float: left;
	background: #ccc;
	margin-right: 5px;
}
div#user_options_email div.button table {
	width: 70px;
	height: 18px;
	padding: 1px 0;
}
div#user_options_email div.button a:link, div#user_options_email div.button a:visited {
	text-decoration: none;
}
div#user_options_email div#down {
	border-top: 1px solid #666;
	border-right: 1px solid #999;	
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
}
a.button_linkDISABLED:link, a.button_linkDISABLED:visited {
	color: #999;
	cursor: default;
}
a.button_linkDISABLED {
	border: none;
}
a.button_link:link, a.button_link:visited {
	color: #333;
}
div#wnd_message0 {
	background: #fff;
	width: 300px;
}
div#titel {
	background: #333;
	font-weight: bold;
	padding: 2px 10px;
	color: #fff;
}
div#body_aums img {
	float: left;
	margin-right: 10px;
}
div#wnd_message0 div.button {
	border-top: 1px solid #999;
	border-right: 1px solid #666;	
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	float: left;
	margin: 2px 5px 0 0;
}
div#wnd_message0 div.button a:link, div#wnd_message0 a:visited {
	text-decoration: none;
}
div#wnd_message0 div#down {
	border-top: 1px solid #666;
	border-right: 1px solid #999;	
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
}
div#wnd_message0 div.button table {
	width: 50px;
	padding: 0;
}
div#finish_checkbox {
	float: left;
}
div#finish_checkbox input {
	border: none;
	width: auto;
	height: auto;
	padding: 0;
	margin-top: 0;
	float: left;
}

/* Login */
div#login label {
	display: block;
	float: left;
	width: 150px;
}
div#login input.text {
	border: 1px solid #a4a4a4;
	width: 220px;
	padding-left: 4px;
	background: #fff;
	margin-bottom: 3px;
}
div#login input.verzenden  {
	text-transform: capitalize;
	cursor: pointer;
	width: auto;
	margin-left: 150px;
}
div#login div.remember {
	padding-left: 150px;
	margin: 11px 0;
}
div#login div.remember input {
	width: auto;
	border: none;
}
div#login div.remember label {
	display: inline;	
	float: none;
	width: auto;
}

.buttons {
	height: 25px;
	margin-top: 5px;
	padding-top: 25px;
	display:block;
	padding-bottom: 20px;
	}

div#user-recovery div.regel label {
	width: 200px;
	display:block;
	float:left;
	line-height: 20px;
}

div#user-recovery div.check-box label{
	width: auto;
}

div#user-recovery div.regel input {
	float: left;
}

div#finish_checkbox {
	margin-right: 5px;
	display:block;
	float:left;
}
