* {
	margin:0;
	padding:0;
}


body {
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
}
a:hover {
	color: #0063af;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0;
}
h2 {
	clear:both;
	background:#eef2f5;
	color: #3e4f5e;
	font-family:'lucida grande', arial, helvetica,sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid #a3b1ba;
	width:100%-5px;
	margin: 0;
	padding:5px;
	padding-bottom:3px;

}
h2 a {
	color: #3e4f5e;
}

h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

.clear {
	clear:both;
}


/* Layout */
#container {
	text-align: left;
	width:975px;
	background-color:#FFF;
	margin:0 auto;
}

#header {
	width:975px;
	height:273px;
	background: #0063af;
	background-image:url('../images/template/header_top.jpg');
}
#header h1 {
	display:none;
}
#content_wrapper {
	float:left;
	background-image:url('../images/template/bg.png');
}

#menu{
	float:left;
	width:143px;
	color: #fff;
	overflow: auto;
	border:1px solid #637782;
	height:100%;

}
#menu h1 a{
	text-decoration:none;
	color:#3e4f5e;
}
#menu h1{
	font-size:13px;
	color:#3e4f5e;
	background-color:#FFF;
	padding:3px;
	width:137px;
	float:left;
	font-weight:bold;
}
#menu ul {
	float:left;
	margin:0;
	padding:0;
	width:143px;
	background-color:#637782;
	padding-bottom:3px;
}
#menu ul li {
	float:left;
	display:inline;
	list-style:none;
	margin:0;
	border-bottom:1px solid #637782;
	background-color:#3e4f5e;
	padding:2px 7px;
	height:16px;
	width:124px;
	border-left:5px solid #aeaeae;
}
#menu ul.regular {
	padding:0;
}

#menu ul.regular li {
	background-color:#4e575e;
}
#menu ul li a {
	display:block;
	color: #fff;
	text-decoration:none;
}
#menu ul li a:hover {
	background-color:#fff;
	color: #000;
}
#content{
	float:left;
	background: #FFF;
	color: #333;
	width:456px;
	padding: 10px 10px 10px 10px;
	font-size:11px;
	overflow: auto;
	border-left:6px solid #637782;
	border-right:6px solid #637782;
	min-height:500px;
	overflow:none;
}
#content_large {
	float:left;
	background: #fff;
	color: #333;
	width:804px;
	padding: 10px 10px 10px 10px;
	font-size:11px;
	overflow: auto;
	min-height:500px;
	border-left:6px solid #637782;
	background-image:url('../images/template/header_bottom.png');
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:30px;
}
#flash_player {
	margin-bottom:10px;
}

#ad{
	float:left;
	width:120px;
	padding:40px 32px;
}
#rightmenu {
	float:left;
    width:158px;
	background:#fff;
	background-image:url('../images/template/header_bottom.png');
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:30px;
}
#rightmenu div#search {
	background-image:url('../images/template/right_top.png');
	background-repeat:no-repeat;
	background-color:#dde4ea;
	border:1px solid #a3b1ba;
	color: #4e575d;
}
#rightmenu div#search form input[type="text"] {
	border:1px solid #4e575d;
	height:12px;
	font-size:10px;
}
#rightmenu div#search form input[type="submit"] {
	margin:0;
	margin-top:-10px;
	padding:0;
	border:0;
	background-image:url('../images/template/button_search.png');
	width:52px;
	height:18px;
	color: transparent; text-indent:-9999px;
	float:right;
}

#rightmenu div#search a#right_archive {
	float:right;
	width:52px;
	height:12px;
	margin-bottom:12px;
}
#rightmenu div#search a#right_archive span {
	display:none;
}
#rightmenu div#cat_list {
	border:1px solid #a3b1ba;
	border-top:0;
	padding-top:10px;
	padding-bottom:10px;
}
#rightmenu ul li {
	list-style: square outside;
	font-weight:bold;
}
#rightmenu ul li a {
	text-decoration:none;
}
#rightmenu ul li a:hover {
	text-decoration:underline;
}
#rightmenu div.right_box {
	margin-top:10px;
	border:1px solid #a3b1ba;
}

#footer {
	float:left;
	padding: 6px 10px;
	text-align: right;
	color:#aaa;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	clear:both;
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #3e4f5e;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	/*margin-left: 140px;*/
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	position:absolute;
	width:750px;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin-top:-50px;
	padding:10px 0;
	text-align:center;
	background-color:#FFF;
	border:1px solid #900;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* nieuws */
#news_header_top{
	float:left;
	width:456px;
	height:12px;
	padding-top:39px;
}
#news_header_top div {
	height:12px;
	padding-left:352px;
	background-image:url('../images/template/article_header_bg.png');
}
#news_header_top div a#archive {
	float:left;
	background-image:url('../images/template/article_header_archive.png');
	width:53px;
	height:12px;
}
#news_header_top div a#search {
	float:left;
	background-image:url('../images/template/article_header_search.png');
	width:51px;
	height:12px;
}
#news_header_top div a span{
	display:none;
}

.news_item {
	border:solid 1px #a3b1ba;
	border-top:0;
}
.news_item_header {
	padding-left:10px;
	background-color:#eef2f5;
}
.news_item_header a {
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
}
.news_item img, #news_message img {
	float:left;
	margin-right:5px;
}
.news_item_more {
	clear:both;
	text-align:right;
	border-top:1px dotted #a0b0b8;
}
.news_item_more a {
	color:#555;
	text-decoration:none;
	font-size:10px;
	font-style:italic;
}
#news_created {
	color:#555;
	text-align:right;
	font-size:10px;
}
#news_read {
	display:block;
	background-image:url('../images/template/views.jpg');
	background-repeat:no-repeat;
	margin-top:10px;
	padding-top:10px;
	padding-left: 60px;
	height:28px;
	width:150px;
	float:right;
	color:#555;
	font-size:10px;
}
#content_large div#search {
	width:100%-2px;
	background-color:#eef2f5;
	border: 1px solid #4e575d;
	margin-top:10px;
	margin-bottom:10px;
}

#content_large div#search form {
	width:20%;
}

#content_large div#search form input[type="text"] {
	border:1px solid #4e575d;
	height:12px;
	font-size:10px;
}
#content_large div#search form input[type="submit"] {
	margin:0;
	margin-top:-10px;
	padding:0;
	border:0;
	background-image:url('../images/template/button_search.png');
	width:52px;
	height:18px;
	color: transparent; text-indent:-9999px;
	float:right;
}
/* PAGES */
#pages_menu {
	float:left;
	width:440px;
}


#pages_menu ul {
	float:left;
    margin:0;
	padding:0;
	border:1px solid #888;
}


#pages_menu ul li {
	float:left;
	display:inline;
	list-style:none;
	position:relative;
    margin:0;
	padding:0;
	height:15px;
	padding:5px 20px;
	background-color:#ccc;
}
#pages_menu ul li ul {
display:none;
position:absolute;
top:25px;
left:-1px;
margin:0;
padding:0;
width:160px;
	border:1px solid #888;
}
#pages_menu ul li:hover ul{
display:block;
}
#pages_menu ul li ul li {
list-style:none;
width:120px;
background-color:#ddd;
}
/* VACATURES */
.vacatures {
	float:left;
width:456px;
background-color:#eee;
margin-bottom:30px;
}
.vacatures input[type="text"] {
	width:95%;
}

.vacatures_left {
	float:left;
    width:285px;
	padding:5px;
	font-size:10px;
}
.vacatures_right {
	float:left;
    width:140px;
}

/* FOTO REPORTAGES */
.album_image {
	float:left;
    width:100px;
	padding:5px 23px;
}
.album_image a {
    margin:0 auto;
}

/* AUTO VERKOOP */
div.car {
	float:left;
	width:215px;
	height:110px;
	margin-right:6px;
	background-color:#eee;
	margin-bottom:10px;
}
div.car img {
float:left;
margin:5px;
}


