/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font: 11px/18px Arial;
	color: #575757;
}
input, textarea {
	font: 11px Arial;
	color: #575757;
}
img {
	border: none;
}
h1 {
	font: 16px/16px Arial;
	color: #692121;
	margin: 0 0 15px 0;
}
h2 {
	font: 14px/14px Arial;
	color: #613b3b;
	margin: 0 0 15px 0;
}
h3 {
	font: 11px/15px Arial;
	color: #692121;
	font-weight: bold;
	margin: 0 0 3px 0;
}
p {
	padding: 0;
	margin: 0 0 10px 0;
}
form.mform {
	padding: 15px;
	border-style: dashed;
	border-color: #cccccc;
	border-width: 1px;
}
label {
    float: left;
    width: 100px;
    
    margin-right: 15px;
}
input  {
    background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;   
    margin-bottom: 5px;
	margin-right: 3px;
	color: #333333;
}
textarea {
    background-color: #f5f5f5;  
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;    
    margin-bottom: 3px;
    font: 11px/11px Arial;
	width: 300px;
}
ul {
	margin-left: 15px;
	padding: 0;
	list-style-type: disc;
}
li {
	padding: 0;
}
a {
	font: 11px/11px Arial;
	color: #613b3b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 965px;
	min-height: 100%;
	background: url(images/body_bg.jpg) repeat-y;
}
div#header {
	height: 115px;
	margin: 0 auto;
}
div#header_left {
	width: 170px;
	height: 85px;
	background: #f0f0f0;
	float: left;
	padding: 15px;
}
div#header_right {
	width: 745px;
	height: 99px;
	background: #fff;
	float: left;
	text-align: right;
	padding: 16px 20px 0 0;
}
div#menu {
	width: 100%;
	height: 50px;
	background: url(images/menu_bg.jpg) repeat-x;
}
div#image_header {
	width: 100%;
	height: 205px;
	background: gray;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
}
div#body_left {
	width: 170px;
	background: #f0f0f0;
	float: left;
	padding: 15px;
}
div#body_left p {
	margin: 0 0 15px 0;
	color: #692121;
}
div#body_middle {
	width: 535px;
	background: #fff;
	float: left;
	padding: 15px;
}
div#body_right {
	width: 200px;
	background: #f0f0f0;
	float: left;
	padding: 0 0 15px 0;
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 950px;
	height: 30px;
	font: 12px/12px Arial;
	color: #692121;
	background: url(images/menu_bg.jpg) repeat-x;
	padding: 20px 15px 0 0;
	text-align: right;
}
div#footer a {
	font: 12px/12px Arial;
	color: #692121;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div.clear_float {
	clear: both;
}

/* Hoofdnavigati e*/

div#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
div#menu li {
	float: left;
	position: relative;
	display: block;
}
div#menu li a {
	float: left;
	font: 15px/50px Arial;
	padding: 0 13px 0 13px;
	color: #422b2b;
	text-decoration: none;
	display: block;
}
div#menu ul li:hover {
	background: url(images/menu_hover.jpg) repeat-x;
}
div#menu ul li.active_li1 {
	background: url(images/menu_hover.jpg) repeat-x;
}
div#menu ul ul {
	position: absolute;
	top: 50px;
	left: 0;
	width: 200px;
	display: none;
	background: #fff;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
div#menu ul ul li {
	margin: 0;
	float: left;
	width: 200px;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
}
div#menu ul ul li a {
	float: left;
	width: 170px;
	font: 12px/12px Arial;
	color: #692121;
	text-decoration: none;
	padding: 10px 14px 10px 14px;
	display: block;
}
div#menu ul ul li:hover {
	background: #fff;
}
div#menu ul ul li:hover a {
	text-decoration: underline;
}
div#menu ul ul li.active_li2 a {
	text-decoration: underline;
}
div#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 200px;
	width: 200px;
	display: none;
	background: #fff;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
div#menu ul ul ul li {
	margin: 0;
	width: 200px;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
	float: left;
}
div#menu ul ul ul li a.last_sub {
	float: left;
	width: 170px;
	font: 12px/12px Arial;
	color: #692121;
	text-decoration: none;
	padding: 10px 14px 10px 14px;
	display: block;
}
div#menu ul ul ul li:hover {
	background: #fff;
}
div#menu ul ul ul li:hover a {
	text-decoration: underline;
}
div#menu ul ul ul li.active_li3 a {
	text-decoration: underline;
}

/* Snelkoppeling navigatie */

div#shortcuts {
	margin: 0;
	padding: 0;
}
div#shortcuts ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#shortcuts ul a {
	font: 12px/12px Arial;
	color: #422b2b;
	text-decoration: none;
}
div#shortcuts img {
	margin: 0 5px 0 0;
}
div#shortcuts ul a:hover {
	text-decoration: underline;
}
div#shortcuts li {
	width: 100%;
	margin: 0 0 3px 0;
	float: left;
}
/* News_view rechts */

div#news_view {
	width: 170px;
	padding: 15px 15px 0 15px;
}
div#news_view h3 {
	margin: 0 0 5px 0;
}
div#news_view a {
	font: 11px/11px Arial;
	color: #692121;
	font-weight: bold;
	text-decoration: none;
}
div#news_view a:hover {
	text-decoration: underline;
}
div#news_view ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#news_view li {
	padding: 0 0 5px 0;
}
div.highlighted_news_view {
	margin: 0 0 20px 0;
}
div.highlighted_news_view p {
	margin: 0;
	color: #692121;
}

/* News_apge */

div.nieuws_page_div {
	margin: 0 0 15px 0;
	width: 100%;
	float: left;
}
div.nieuws_page_div a {
	font: 11px/11px Arial;
	color: #613b3b;
	text-decoration: none;
}
div.nieuws_page_div a:hover {
	text-decoration: underline;
}
div.nieuws_page_image_div {
	width: 170px;
	padding: 15px;
	float: right;
	text-align: center;
}
ul#meer_nieuws {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#meer_nieuws li {
	padding: 0 0 5px 0;
}
ul#meer_nieuws li a {
	font: 11px/15px Arial;
	color: #613b3b;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 5px 0;
}
ul#meer_nieuws li a:hover {
	text-decoration: underline;
}

/* Fotalbum navigatie */

div.fotoalbum_div {
	width: 123px;
	float: left;
	margin: 5px;
	text-align: center;
}
div.fotoalbum_div p {
	padding: 5px 0 0 0;
}
div.fotoalbum_div p:hover {
	text-decoration: underline;
}
div#terug {
	width: 100%;
	float: left;
}

/* Fotoalbum pagina */

div.thumbnail {
	width: 123px;
	float: left;
	margin: 5px;
	text-align: center;
}
div.thumbnail img {
	width: 100px;
	height: 75px;
}
div.photo_nav {
	padding: 5px;
	background: #efefef;
	margin: 5px 0;
}
div.photo_nav a {
	margin: 0 3px;
}
.current_page {
	font-size: 13px;
	margin: 0 3px;
	color: #000;
}

/* Trace */

div#trace {
	padding: 0 0 15px 0;
}

/* Aanbodpagina */

div.aanbod_page_div {
	width: 100%;
	margin: 0 0 30px 0;
	float: left;
}
div.aanbod_page_left_div {
	float: left;
	width: 120px;
}
div.aanbod_page_middle_div {
	float: left;
	width: 255px;
	padding: 0 10px 0 10px;
}
div.aanbod_page_right_div {
	float: left;
	width: 140px;
}
div.aanbod_page_message_div {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
div.aanbod_page_message_left_div {
	float: left;
	width: 220px;
}
div.aanbod_page_message_left_div img {
	margin: 0 0 10px 0;
}
div.aanbod_page_message_right_div {
	width: 315px;
	float: right;
	padding: 25px 0 0 0;
}
div.aanbod_page_message_custom_div {
	padding: 10px 0 0 0;
	width: 220px;
	float: left;
}

/* Evenementen */

div.evenementen_page_div {
	width: 515px;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	padding: 10px;
}
div.evenementen_page_div:hover {
	background: #ececec;
	cursor: pointer;
}
div.evenementen_page_div p {
	margin-bottom: 2px;
}
div.evenementen_page_left_div {
	width: 140px;
	float: left;
	margin-right: 10px;
}
div.evenementen_div_image {
	width: 70px;
	float: right;
	margin-left: 10px;
}
div.evenementen_message_div {
	width: 535px;
	float: left;
}
div.evenementen_message_left_div {
	width: 130px;
	margin-right: 10px;
	padding: 5px;
	float: left;
	border: 1px solid #cccccc;
}

/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	background: none;
	background: #fff;
	padding: 25px;
	font: 12px/22px Arial, sans-serif;
	color: #646464;
}
body#mailer_ext_page_body a {
	color: #7e99b2;
	border-bottom: 1px dotted #7e99b2;
	text-decoration: none;
}
body#mailer_ext_page_body a:hover {
	color: #4e6b84;
	border-bottom: 1px dotted #4e6b84;
}
body#mailer_ext_page_body h1 {
	display: block;
	font: 20px "Lucida Sans Unicode", sans-serif;
	color: #4e6b84;
	margin: 0 0 22px 0;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
body#mailer_ext_page_body div#login {
	background: #fff;
	margin: 20px auto;
	padding: 22px 30px;
	border: 1px solid #ccc;
	background: #fff;
	width: 300px;
}

/* Main container */
table#mailer_ext_page {
	border: 1px solid #aaa;
	background: #fff;
	width: 100%;
}
table#mailer_ext_page td {
	padding: 15px 20px;
}

/* Navigatie */
table#mailer_ext_page div#structure a.active:link, table#mailer_ext_page div#structure a.active:visited {
	color: #4e6b84;
}

/* De tabel */
table#mailer_ext_page table#records {
	width: 100%;
	border: none;
}
table#mailer_ext_page table#records, table#mailer_ext_page table#records td {
	font-size: 11px;
}
table#mailer_ext_page table#records th {
	text-align: left;
	white-space: nowrap;
	background: #fff;
	font: 14px/22px "Lucida Sans Unicode", sans-serif;
	color: #fff;
	padding: 5px;
	background: url(modules/mailer_ext/images/mailerpage_heading.gif) repeat-x;
	border-left: 1px solid #fff;
}
table#mailer_ext_page table#records tr.odd {
	background: #fff;
}
table#mailer_ext_page table#records tr.even {
	background: #fafafa;
}
table#mailer_ext_page table#records td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table#mailer_ext_page table#records td.attributes {
	white-space: nowrap;
}
table#mailer_ext_page p.back {
	margin: 22px 0 0 0;
}

/* CSV */
table#mailer_ext_page div#csv {
	float: right;
	margin-top: 15px;
}
table#mailer_ext_page img {
	vertical-align: top;
}

/* Inloggen */
div#login input {
	margin: 2px 0 6px 0;
	width: 175px;
}
div#login input.versturen, div#login input.checkbox {
	width: auto;
}
div#login input.versturen {
	margin-right: 7px;
}

/* Mailer_ext_view */

div.mailer_ext ul {
	padding-top: 5px;
}
div.mailer_ext li {
	margin-top: -17px;
}

/* Weather Forcast */
div.wf_day {
	float: left;
	margin-right: 7px;
}
div.wf_day p {
	margin: 0;
}
div.wf_day p.day {
	font: 11px/15px Arial;
	color: #692121;
	font-weight: bold;
}

/* PHPlist */
div#phplist p.forgotten {
	padding-left: 145px;
	margin: 0;
}
div#phplist div.clear_float {
	height: 1px;
	margin: 0;
}
div#phplist h2.top {
	margin-top: 22px;
}
div#phplist h1 {
	margin-top: 10px;
}
/* Form, input en label instellingen */
div#phplist div.label {
	display: block;
	float: left;
	width: 145px;
}
div#phplist div.input {
	width: 200px;
	float: left;
	margin-top: 2px;
}
div#phplist input.radio, div#phplist input.checkbox {
	border: none;
}
div#phplist input.text {
	background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;   
    margin-bottom: 5px;
	margin-right: 3px;
	color: #333333;
}
div#phplist input.verzenden {
	background-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;   
    margin-bottom: 5px;
	margin-right: 3px;
	color: #333333;
	cursor: pointer;
	padding: 3px 0;
}
div#phplist div.theading {
	display: block;
	float: left;
	width: 235px;
	font-weight: bold;
	padding: 5px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
div#phplist div.tdivision {
	display: block;
	float: left;
	width: 235px;
	padding: 5px 0;
	border-bottom: 1px solid #f0f0f0;
}
div#phplist input.versturen {
	width: auto;
	cursor: pointer;
	margin-top: 11px;
}
/* PHPlist Navigation */
div#phplist ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#phplist ul.navigation  li {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
}
div#phplist ul.navigation  li a {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-transform: capitalize;
}
div#phplist ul.navigation  li a:hover, div#phplist ul.navigation li a.active {}

/* Login */
div#login label {
	display: block;
	float: left;
	width: 150px;
}
div#login input.verzenden {
	width: auto;
	padding: 3px;
	margin-left: 165px;
}
div#login div.remember {
	padding-left: 165px;
	margin: 3px 0;
}
div#login div.remember input {
	width: auto;
	border: none;
}
div#login div.remember label {
	display: inline;	
	float: none;
	width: auto;
}

/* added by martijn */
table.databank{
	width:535px;
	padding:2px;
}
table.databank td{
	white-space:nowrap;
	height:16px;
}
table.databank td.caption{
	font-weight:bold;
	white-space:nowrap;
}

/* Lightwindow */
#lightwindowTitlebar #lightwindowTitlebarClose {
	color: #fff;
	font-weight: bold;
}