/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #000;
	background: #cecd11 url(images/bg.jpg) repeat-y center;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
input, textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #000;
}
a {
	color: #0074ad;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #cecd11;
}
a:focus, a:active {
	outline: none;
}
img {
	border: none;
}
p, h1, h2 {
	margin: 0;
}
h1 {
	font-weight: bold;
	color: #0074ad;
	font-size: 18px;
	margin-bottom: 10px;
}
h2 {
	font-weight: bolder;
	font-size: 16px;
	color: #0074AD;
	margin-bottom: 5px;
}
p {
	margin-bottom: 16px;
}
form  {
	padding: 0;
	margin: 0;
}
ul {
	margin: 0 0 0 15px;
	padding: 0;
}

/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	padding-right: 173px;
	width: 851px;
}
div#left_div {
	margin: 0 auto;
	width: 99px;
	background: green;
	height: auto;
	min-height: 770px;
	background: #cecd11 url(images/left_bg.jpg) no-repeat top left;
	float: left;
}
div#right_div {
	margin: 0 auto;
	height: auto;
	width: 752px;
	float: left;
}
div#header {
	height: 217px;
	width: 752px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}
div#logo_div {
	position: absolute;
	top: 37px;
	right: 15px;
}
div#menu_div {
	width: 752px;
	height: 33px;
	background: #0074ad;
}
div#menu_left_div {
	width: 203px;
	height: 33px;
	float: left;
	background: url(images/menu_left_bg.jpg) no-repeat top left;
}
div#menu_right_div {
	width: 549px;
	height: 33px;
	float: left;
	background: url(images/menu_bg.jpg) repeat-x top left;
}
div#menu_right_div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#menu_right_div ul li {
	float: left;
	display: block;
}
div#menu_right_div ul li a {
	font: 12px/33px Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #fff;
	text-decoration: none;
	padding: 0 20px 0 20px;
	display: block;
	font-weight: bold;
}
div#menu_right_div ul li.active_li {
	background: url(images/menu_hover_bg.jpg) repeat-x top left;
}
div#menu_right_div ul li.active_li a {
	color: #0074ad;
}
div#body {
	height: auto;
	margin: 0 auto;
}
div#submenu_div {
	float: left;
	background: #cecd11 url(images/submenu_bg.jpg) no-repeat top left;
	width: 203px;
	min-height: 485px;
	height: auto;
}
div#submenu_menu_div {
	height: 352px;
}
div#submenu_menu_div ul {
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: none;
}
div#submenu_menu_div ul li {
	float: left;
	width: 195px;
	text-align: right;
}
div#submenu_menu_div ul li:hover {
	background: url(images/submenu_hover_bg.jpg) repeat-x top left;
}
div#submenu_menu_div ul li:hover a {
	color: #0074ad;
}
div#submenu_menu_div ul li a {
	font: 12px/40px Verdana, Arial, Helvetica, sans-serif, "Lucida Sans";
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 0 10px 0 0;
}
div#submenu_menu_div ul li.subactive_li {
	background: url(images/submenu_hover_bg.jpg) repeat-x top left;
}
div#submenu_menu_div ul li.subactive_li a {
	color: #0074ad;
}
div#contact_div p {
	text-align: right;	
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #fff;
	margin-right: 12px;
	margin-bottom: 12px;
}
div#main_div {
	float: left;
	background: navy;
	width: 509px;
	min-height: 445px;
	margin: 0 auto;
	height: auto;
	background: #fff url(images/body_bg.jpg) repeat-y top left;
	padding: 20px;
}
div#footer {
	width: 542px;
	height: 24px;
	padding-left: 210px;
}
div#footer p {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	line-height: 24px;
	margin: 0 15px 0 0;
	float: left;
}
div#footer a {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	line-height: 24px;
	text-decoration: none;
}
div#footer a:hover {
	color: #0074ad;
}
div.clear_float {
	clear: both;
}

/* Afbeeldingen div */

div#afbeeldingen_div {
	padding: 0;
	float: right;
	width: 142px;
	margin: 10px 0 20px 20px;
}
div#afbeeldingen_div img {
	float: left;
	width: 142px;
	margin-bottom: 19px;
}

/* News page */

div.news_message {
	margin-bottom: 15px;
}
div.news_message h2 a {
	font-weight: bolder;
	font-size: 16px;
	text-decoration: none;
}
div.news_message p.description {
	margin: 0;
	padding: 0;
}

/* Contactformulier */
div.mailer_ext {}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input {
	margin-bottom: 3px;
}
div.mailer_ext textarea {
	width: 235px;
}
div.mailer_ext input.versturen {
	text-transform: capitalize;
	cursor: pointer;
}
div.message ul {
}
div.message ul li {
	margin-top: -16px;
}

/* 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;
}
/* Fontswitcher */
div#enlarge {
	position: absolute;
	top: 255px;
	right: 195px;
	width: 50px;
	text-align: right;
	font: 13px/15px Verdana, Arial, Helvetica, sans-serif;
}
div#enlarge a.normaal {
	font-size: 13px;
}
div#enlarge a.groter {
	font-size: 15px;
}
div#enlarge a.grootst {
	font-size: 17px;
}