/* Lay-out */
body, html {
	height: 100%;
	margin: 0;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	_height: 100%;
	min-height: 100%;
	background: url(../images/wrapper_background.gif) center repeat-y;
}
div.body_wrapper {
	width: 900px;
	margin: 0 auto;
}
div#header {
	position: relative;
	height: 100px;
	margin: 0 auto;
	background: #fff;
}
div#banner {
	height: 192px;
	background: #fff;
}
div#balk_outer {
	padding: 18px 0;
	background: #fff;
}
div#balk {
	height: 35px;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 110px;
}
div.column {
	float: left;	
}
div#left {
	width: 207px;
	padding-right: 18px;
}
div#middle {
	width: 414px;
	padding: 0 18px;
}
div#right {
	width: 207px;
	padding-left: 18px;
}
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: #ededed;
	border-top: 20px solid #fff;
}

/* Global */
body.editor {
	background: none;
}
div.clear_float {
	clear: both;
}
img {
	border: none;	
}
label {
	display: block;
	float: left;
	width: 125px;
}
div.regel {
	line-height: normal;
	margin-bottom: 10px;
}
input.text,
input.text_error {
	border: 1px solid #dbdbdb;
	padding: 2px;
	width: 125px;
	line-height: normal;
}
input.text_error {
	border: 2px solid #ccc;
	padding: 1px;
}
textarea {
	border: 1px solid #dbdbdb;
	padding: 2px;
	width: 200px;
	line-height: normal;		
}
div.buttons {
	margin-left: 125px;
}

/* Tekstopmaak */
body, td {
	font: 12px/24px arial, helvetica, sans-serif;
	color: #444;
}
h1 {
	font: 36px/42px calibri, arial, sans-serif;
}
h2 {
	font: 24px/36px calibri, arial, sans-serif;	
}
h3 {
	font: 16px/18px calibri, arial, sans-serif;	
}
input, textarea {
	font: 11px arial, helvetica, sans-serif;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
ul li {
	background: url(../images/list_bullet.gif) left 10px no-repeat;
	padding-left: 18px;
}

/* Cufon Floor Symbol iconen */

strike {
	font-size: 70px;
	margin: 0;
	padding: 0;
	text-decoration: none;

}

/* Marges */
h1, h2, h3 {
	margin: 0 0 18px 0;	
}
p, form {
	margin: 18px 0;
}
ul, ol, form {
	padding: 0;	
}
ul {
	margin: 18px 15px;
}
ol {
	margin: 18px 36px;
}

/* Logo */
div#logo {
	width: 400px;
	height: 100px;
}
div#logo a {
	border: none;
}
div#logo img {
	vertical-align: middle;	
}
div#logo img.spacer {
	height: 100px;	
}

/* Snelkoppelingen */
div#shortcuts {
	position: absolute;
	top: 40px;
	right: 5px;
	width: 500px;
	height: 30px;
	text-align: right;
	font-size: 11px;
}
div#shortcuts a {
	margin-left: 15px;
	border: none;
	color: #8d8d8d;
}
div#shortcuts a:hover {
	color: #444;
	text-decoration: underline;
}

/* Taalselectie */
span#language {
	margin-left: 10px;
}
span#language a {
	margin-left: 5px;
}
span#language img {
	vertical-align: middle;	
}

/* Hoofdnavigatie */
div#navigation {
	position: relative;
	float: left;
	width: 225px;
	height: 192px;	
	z-index: 5;
	font: 14px calibri, arial, sans-serif;
}
div#navigation div#navigation_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 192px;
	z-index: 6;
	background: #364c75;
}
div#navigation a {
	position: relative;
	z-index: 7;
	display: block;
	height: 25px;
	padding: 7px 0 0 18px;
	border: none;
	background: url(../images/navigation_button.png);
	color: #fff;
}
div#navigation .active_element a,
div#navigation a:hover {
	background: url(../images/navigation_button_active.png);
}
div#navigation div.subelements {
	position: absolute;
	top: 0;
	left: 225px;
	width: 189px;
	height: 156px;
	padding: 13px 18px;
	z-index: 6;
	font-size: 12px;
	filter: alpha(opacity=99);
	-khtml-opacity: .99;
	-moz-opacity: .99;
	opacity: .99;
}
div#navigation div.subelements a {
	background: none;
	height: auto;
	padding: 5px 0;
	color: #ccc;
	background: url(../images/navigation_menu_bullet.gif) left 10px no-repeat;
	padding-left: 13px;
}
div#navigation div.subelements a.active_element,
div#navigation div.subelements a:hover {
	color: #fff;
	background: url(../images/navigation_menu_bullet_active.gif) left 10px no-repeat;;
}
div#navigation div.background {
	position: absolute;
	display:none;
	top: 0;
	left: 225px;
	width: 225px;
	height: 192px;
	z-index: 3;
	background: #2b2b2b;
	filter: alpha(opacity=90);
	-khtml-opacity: .9;
	-moz-opacity: .9;
	opacity: .9;
}

/* Banner */
div#banner_image {
	height: 192px;
	overflow: hidden;
}

/* Trace */
div#trace {
	float: left;
	padding-top: 7px;
	font-size: 11px;
	width: 675px;
	overflow: hidden;
}
div#trace,
div#trace a {
	color: #fff;
}
div#trace a {
	border: none;	
}
div#trace a:hover {
	text-decoration: underline;
}

/* Zoeken */
div#search {
	float: right;
	padding-top: 5px;
}
div#search form {
	margin: 0;	
}

/* Galerij */
div.gallery a {
	border: none;	
}
div.gallery img {
	border: 1px solid #dbdbdb;
	padding: 4px;
	margin-bottom: 18px;
}
div.gallery a:hover img {
	border-color: #7e7e7e;	
}

/* Lulz */
div#middle div.gallery img {
	margin-right: 10px;
}

/* Nieuws */
div.nieuws a {
	border: none;
}
div.nieuws div.element {
	background: url(../images/horizontal_spacer.gif) repeat-x;
	padding-top: 18px;
}
div.nieuws h3 {
	margin-bottom: 10px;
}
div.nieuws p {
	margin-top: 0;	
}
div.nieuws a:hover {
	text-decoration: underline;
}
div.nieuws span.date {
	float: left;
	color: #a9a9a9;
	font-size: 11px;
}
div.nieuws span.read_more {
	float: right;
	font-size: 11px;
}
div.nieuws span.read_more a {
	color: #364c75;	
	text-decoration: underline;
}
div.nieuws span.read_more a:hover {
	color: #111;
}

/* Onderdelen */
div#shortcuts_bottom {
	float: left;	
}
div#shortcuts_bottom a {
	border: none;	
}
div#shortcuts_bottom img {
	margin: 20px 20px 0 0;	
}

/* Credits */
div#credits { 
	float: right;
	margin-top: 22px;
	text-align: right;
	font-size: 11px;
}
div#credits p {
	margin: 0;	
}
div#credits,
div#credits a {
	color: #989898;	
}
div#credits a {
	border: none;
}
div#credits a:hover {
	color: #666;
	text-decoration: underline;
}
p#copyright {
	font-weight: bold;
}

/* Nieuwspagina */
div#news_page p.read_more {
	font-size: 11px;
	font-weight: bold;
	margin-left: 2px;
}
div#news_page p.read_more a {
	border: none;
	background: url(../images/list_bullet.gif) left 5px no-repeat;
	padding-left: 12px;
}
div#news_page p.read_more a:hover {
	text-decoration: underline;	
}
div#news_page img.thumbnail {
	float: left;
	border: 1px solid #dbdbdb;
	padding: 4px;
	margin: 5px 10px 5px 0;
}
div#news_page a:hover img.thumbnail {
	border-color: #7e7e7e;	
}

/* Highlights */
div#news_page div.element {
	padding-bottom: 10px;
	background: url(../images/horizontal_spacer.gif) left bottom repeat-x;
}
div#news_page div.element h2,
div#news_page div.element p {
	margin: 10px 0;	
}
div#news_page div.element h2 a {
	border: none;	
}

/* Elementen */
div#news_page div#more_news h2 {
	margin-top: 18px;	
}
div#news_page ul {
	margin: 2px;	
}
div#news_page li {
	background-position: left 5px;	
	padding-left: 12px;
}
div#news_page h3 {
	margin: 5px 0;
	font: 11px arial, helvetica, sans-serif;
}
div#news_page h3 a {
	border: none;
}
div#news_page h3 a:hover {
	text-decoration: underline;	
}

/* Message */
div#news_page div.message div.header {
	margin: 18px 0;
	font-weight: bold;	
}
div#news_page div.message img.thumbnail {
	width: 120px;
	height: 120px;
}

/* Formulier */
div.form div.message {
	display: none;	
}

/* Zoekpagina */
div#search_page {}
div#search_page h2 {
	text-transform: capitalize;	
}
div#search_page input.text {
	width: 300px;	
}
div#search_page div.element {
	padding-top: 18px;
	background: url(../images/horizontal_spacer.gif) left top repeat-x;
}
div#search_page div.navigation {
	padding-top: 18px;
	background: url(../images/horizontal_spacer.gif) left top repeat-x;
}
div#search_page div.navigation div {
	float: left;	
	font-weight: bold;
}
div#search_page div.navigation div.previous {
	width: 100px;
	text-transform: capitalize;
}
div#search_page div.navigation div.page_info {
	width: 210px;
	text-align: center;
}
div#search_page div.navigation div.next {
	width: 100px;
	text-align: right;
	text-transform: capitalize;
}

/* Google maps */
div#google_maps {
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 4px;
	cursor: pointer;
}
div#google_maps div.google_maps_container {
	width: 100%;
	height: 404px;
}
div#google_maps_navigation {
	margin: 18px 0;
}
div#google_maps_navigation input.text {
	width: 200px;
}

/* Slogan label */
p.label {
	position: absolute;
	left: 225px;
	top: 20px;
	font: 24px/36px calibri, arial, sans-serif;
	color: #c40f2e;
}

/* Aanmelden */
div#aanmelden label {
	width: 60px;
}
div#aanmelden input.text,
div#aanmelden input.text_error {
	width: 130px;
}
div#aanmelden div.buttons {
	width: 199px;
	height: 40px;
	margin-left: 0;
}
div#aanmelden div.buttons input {
	float: right;
}

/* Flash movie */
div#flash_movie a {
	border: none;	
}
div#flash_movie img {
	border: 1px solid #dbdbdb;
	padding: 4px;
}
div#flash_movie a:hover img {
	border-color: #7e7e7e;	
}

/* Gallery */
div#galerij div.thumbnail a {
	display: block;
	float: left;
	border: 1px solid #dbdbdb;
	padding: 4px;
	margin: 0 8px 8px 0;
}
div#galerij div.thumbnail a:hover {
	border-color: #7e7e7e;
}

/* Lightwindow */
div#lightwindowPrevious {
	background:url(../lightwindow/images/prevlabel.gif) no-repeat;
	background-position:0% 50%;
}
div#lightwindowNext {
	background:url(../lightwindow/images/nextlabel.gif) no-repeat;
	background-position:100% 50%;
}
a#lightwindowTitlebarClose {
	color: #fff;
	font-weight: normal;
}