body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body, td {
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #626262;
}
input, textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #626262;
}
body.editor {
	background-image: none;
	background-color: #fff;
}
img {
	border: none;
}
form {
	margin: 0 0 24px 0;
	padding: 0;
}
p {
	margin-bottom: 24px;
}
h1 {
	margin-bottom: 24px;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 24px 0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
h4 {
	font-size: 12px;
	margin: 0;
}
ul, ol {
	padding: 0 25px;
	margin: 0;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
div#wrapper {
	left: 100px;
	width: 900px;
	height: 100%;
	padding-right: 20px;
	position: relative;
}
div#wrapper_navigation {
	position: absolute;
	left: 0;
	z-index: 1;
	top: 0;
	width: 218px;
	padding: 20px 16px;
}
div#wrapper_navigation h1 a:link, div#wrapper_navigation h1 a:visited {
	color: #fff;
	text-decoration: none;
	font: bold 20px Georgia, "Times New Roman", serif;
	margin: 0 0 11px 0;
}
div#wrapper_navigation h1 a:hover {}
div#wrapper_content {
	position: absolute;
	left: 250px;
	top: 0;
	width: 610px;
	padding: 20px;
}
div#navigation a:link, div#navigation a:visited { 
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div#navigation a:hover {
	text-decoration: none;
	color: #fff;
}
div.navigation_button, div.navigation_active_button {
	display: block;
	color: #fff;
	padding: 5px 10px;
	width: 193px;
}
div#navigation div.navigation_active_button a:link, div#navigation  div.navigation_active_button a:visited {
	color: #fff;
}
div#navigation div.subelements {
	margin-left: 2px;
}
div#navigation div.subelements a:link, div#navigation div.subelements a:visited {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	display: block;
	margin: 4px 0;
	color: #fff;
}
div#navigation div.subelements a.active:link, div#navigation div.subelements a.active:visited {
	color: #fff;
}
div#navigation div.subelements a:hover {
	color: #fff;
}
div#news_page p, div#news_page h2 {
	margin: 6px 0;
}
div.archive p {
	margin: 0;
}
div.archive h2 {
	margin-top: 24px;
}
div#news_page h2 a:link, div#news_page h2 a:visited {}
div#news_page h2 a:hover {}
div#subnavigation, div#news_view, div#snelkeuze {
	margin-top: 62px;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}
div#mailer_page_navigation {
	padding: 20px;
	width: 180px;
	position: absolute;
	top: 84px;
	right: 0;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}
div#mailer_page_navigation a:link, div#mailer_page_navigation a:visited {
	color: #333;
}
div#mailer_page_navigation a.active:link, div#mailer_page_navigation a.active:visited {
	color: #bd0d17;
}
div#csv_export {
	margin-top: 11px;
	border: 1px solid #eaad25;
	padding: 2px 10px;
	text-transform: Capitalize;
	background: #ac0d16;
	color: #fff;
	width: 65px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}
div#csv_export a:link, div#csv_export a:visited {
	color: #fff;
}
div#csv_export a:hover {
	text-decoration: none;
}
div#subnavigation a:link, div#subnavigation a:visited, div#news_view a:link, div#news_view  a:visited, div#faq a:link, div#faq a:visited, div#snelkeuze a:link, div#snelkeuze a:visited  {
	color: #333;
}
div.news_article {
	margin-bottom: 22px;
}
div#snelkeuze h2 {
	margin: 10px;
}
div#faq h2, div#subnavigation h2 {
	margin: 6px 0;
}
div#faq h3, div#news_view h3, div#subnavigation h3  {
	margin: 0;
}
div#news_view h2, div#subnavigation h2 {
	margin: 10px;
}
div#date {
	color: #eaad25;
	margin-top: -11px;
}
div#copyright {
	font-size: 11px;
	text-align: center;
	width: 250px;
	position: absolute;
	bottom: 0;
	margin-bottom: 11px;
}
div#copyright img {
	margin-bottom: 11px;
}
div#copyright a:link, div#copyright a:visited {
	text-decoration: none;
}
div#copyright a:hover {
	color: #fff;
	text-decoration: none;
}
div#copyright p {
	margin: -6px 0 0 0;
}
div#trace {
	padding: 6px 0 11px 0;
}
div#trace, div#trace a:link, div#trace a:visited  {
	color: #666;
	font-weight: normal;
	font-size: 11px;
}
div#search_page input#text {
	border-top: 1px solid #ac0d16;
	border-right: 1px solid #c6131a;
	padding: 2px 3px;
	height: 15px;
	width: 200px;
	border-bottom: 1px solid #c6131a;
	border-left: 1px solid #ac0d16;
}
div#search_page input#submit {
	border: 1px solid #eaad25;
	padding: 2px 3px;
	text-transform: Capitalize;
	background: #ac0d16;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
div#search_page div#search_results {
	text-transform: Capitalize;
}
div#search_page div.element_even {
	margin: 11px 0;
}
div#search_page div.element_even p, div#search_page div.element_even h2 {
	margin: 0;
}
div#subnavigation h4 a:link, div#subnavigation h4 a:visited {
	font-weight: normal;
}
div#subnavigation h4  {
	margin: 0 0 0 0;
}
div#subnavigation h3 {
	margin-top: 5px;
}

/* Mailer ext */
.error {
	background: #f9eded;
}
div.clearfloat {
	clear: both;
}
div.mailer_ext {
	padding: 0;
}
div.mailer_ext input:focus {
	border-color: #d5d5d5;
}
div.mailer_ext input.versturen:focus {
	border-color: #ccc;
}
div.uitleg {
	font-size: 11px;
	color: #666;
	margin-left: 200px;
	margin-top: -5px;
	margin-bottom: 5px;
}
div.uitleg p {
	margin: 0;
}
div.mailer_ext div.termijn {
	margin: 11px 0;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 200px;
	clear: both;
}
div.mailer_ext label#terugbellen_label {
	margin-top: 11px;
}
div.mailer_ext input, div.mailer_ext textarea {
	width: 150px;
	margin-bottom: 4px;
	border: 1px solid #ccc;
}
div.mailer_ext textarea {
	width: 300px;
	vertical-align: top;
}
div.mailer_ext div.radio_buttons input {
	width: auto;
	border: none;
	width: auto;
}
div.mailer_ext div.radio_buttons label {
	display: inline;
	float: none;
}
div.mailer_ext div.termijn input.radio, div.mailer_ext div.interesse input.radio, div.mailer_ext div.interesse_2 input.radio {
	width: auto;
	border: none;
}
div.mailer_ext div.termijn label, div.mailer_ext div.interesse label, div.mailer_ext div.interesse_2 label {
	display: inline;	
	float: none;
	width: auto;
}
div.mailer_ext div.termijn input#maand, div.mailer_ext div.termijn input#incasso, div.mailer_ext div.termijn input#middag, div.mailer_ext div.termijn input#avond {
	margin-left: 200px;
}
div.mailer_ext div.termijn input#week, div.mailer_ext div.termijn input#acceptgiro,div.mailer_ext div.termijn input#ochtend {
	margin-left: 0;
}
div.mailer_ext div.interesse, div.mailer_ext div.interesse_2 {
	float: left;
	width: 150px;
}
div.mailer_ext div.interesse_2 {
	width: auto;
}
div.mailer_ext div#collect {
	width: auto;
}
div.mailer_ext input.versturen {
	width: auto;
}
div.mailer_ext div#mailer_bottom {
	margin-left: 200px;
}
div.mailer_ext p.error_list {
	cursor: pointer;
	margin: 0;
	display: inline;
}
div.mailer_ext label#verweer_label {
	display: inline;
	float: none;
	width: auto;
}

/* Rechterzijde */
#wrapper_subnavigation, #wrapper_news {
	position: relative;
	z-index: 3;
}

/* Logo */
div#logo {
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 2;
}
