/* Lay-out */
body {	
	margin: 50px 0;
	background: #494949 url(../images/background.jpg) repeat-x;	
}
div#wrapper {
	width: 802px;
	margin: 0 auto;;
	background: #fff;
}
div#inhoud {
	background: #fff url(../images/navigation_bottom_background.gif) left 1px repeat-x;
}
div#header {
	position: relative;
	width: 800px;
	height: 300px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
div#left {
	float: left;
	width: 250px;
	margin: 0 20px 0 1px;
}
div#right {
	float: right;
	width: 510px;
	_height: 250px;
	min-height: 250px;
	padding-right: 21px;
}
div#footer {
	border-top: 1px solid #ddd;
	background: #fff url(../images/bottom_left.gif) left bottom no-repeat;
}

/* Tekst */
body, td, input, textarea {
	font: 11px/18px Tahoma, Geneva, sans-serif;
}
h1 {
	font-size: 22px;	
	font-weight: normal;
}
h2 {
	font-size: 15px;	
	font-weight: normal;
}
a {
	font-weight: bold;
	text-decoration: none;
}

/* Marges */
h1 {
	margin: 36px 0;
}
h2 {
	margin: 18px 0 9px 0;	
}
p {
	margin: 9px 0 18px 0;	
}
ul, ol {
	margin: 18px 36px;
	padding: 0;	
}
ol {
	margin: 18px 40px;	
}

/* Global */
img {
	border: none;	
}
div.clear_float {
	clear: both;
}
body.editor {
	background: #fff;	
}

/* Shortcuts */
div#shortcuts {
	width: 782px;
	height: 23px;
	padding: 3px 20px 0 0;
	text-align: right;
	background: #fff url(../images/top_right.gif) right top no-repeat;
}
div#shortcuts,
div#shortcuts a { 
	color: #8d8d8d;
}
div#shortcuts a {
	font-weight: normal;	
	border: none;
}
div#shortcuts a:hover {
	color: #333;	
}

/* Logo */
div#logo {
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 1;	
}
div#logo a {
	border: none;	
}

/* Nieuws highlight */
div#news_view {
	position: absolute;
	top: 0;
	left: 0;
	top: 92px;
	width: 285px;
	height: 130px;
	z-index: 1;
}
div#news_view div.element {
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 150px;
	padding: 5px 20px;
	background: #fff;
}
div#news_view a {
	border: none;
}
div#news_view_background {
	display: none;
	position: absolute;
	top: 92px;
	width: 285px;
	height: 160px;
	z-index: 0;
	background: #fff;
	-khtml-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	opacity: .8;
}

/* Quotes */
div#quotes {
	position: relative;	
	height: 300px /*238px*/;
}
div#quotes div.element {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px 0;
	background: #fff url(../images/quote_start.gif) 20px 0 no-repeat;
	padding: 24px 0 0 20px;
}
div#quotes div.element p {
	padding-bottom: 18px;
	background: url(../images/quote_end.gif) right bottom no-repeat;
	color: #aaa;
	font-size: 17px
}
div#quotes div.element img {
	float: right;
}
div#quotes a {
	color: #aaa;
	font-size: 17px;
	text-decoration: none;
	border: none;
	font-weight: normal;
}

/* Banners */
div#banner {
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 0;
}
div#banner div.element {
	position: absolute;
	top: 0;
	left: 0;
}

/* Navigatie */
div#navigation {
	position: relative;
	width: 800px;
	margin: 0 auto;
	height: 45px;
	background: url(../images/navigation_background.png);
	z-index: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
div#navigation ul {
	margin: 0;
	list-style: none;
}
div#navigation li {
	float: left;
	position: relative;	
}
div#navigation a {
	display: block;
	float: left;
	height: 30px;
	padding: 12px 15px 0 15px;
	margin: 3px 1px 0 0;
	border: none;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
div#navigation a:hover,
div#navigation a.active_element {
	background: #222 url(../images/navigation_button_background_active.png);
}
div#navigation ul ul {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	width: 200px;
	background: #ccc;
}
div#navigation ul ul a {
	border-bottom: 1px solid #fff;
	width: 170px;	
	height: auto;
	padding: 4px 15px;
	margin: 0;
	color: #444;
	font-size: 11px;
}
div#navigation ul ul a:hover {
	background: #aaa;	
	color: #000;
}

/* Footer */
div#footer {
	color: #999;
	padding: 10px 20px;
}
div#footer p {
	margin: 0;	
}
div#footer a {
	color: #666;	
	font-weight: normal;
	border: none;
}
div#footer a:hover {
	text-decration: underline;
	color: #333;
}
div#credits,
div#credits a {
	color: #ccc;
}
div#credits a:hover {
	color: #999;	
}

/* Nieuwspagina */
div#news_page {
	margin-left: -250px;
	width: 780px;
}
div#news_page div.element {
	float: left;
	width: 370px;
	height: 190px;
	overflow: hidden;
	margin: 0 20px 20px 0;
}
div#news_page div.element h2 {
	font-weight: normal;
	padding-left: 25px;
	height: 20px;
	background: url(../images/bullet.gif) 0 2px no-repeat;
	margin: 0 0 25px 0;
}
div#news_page div.element h2 a {
	font-weight: normal;
	border: none;
}
div#news_page div.element img {
	float: left;	
	margin-right: 20px;
}
div#news_page div.element p {
	font-weight: bold;	
	margin-left: 25px;
}
div#message {
	width: 480px;	
}
div#message div.header {
	font-weight: bold;
	margin: 18px 0;
}
div#message div.header img {
	float: left;
	margin: 0 20px 20px 0;
}

/* Extra */
ul#extra {
	list-style: none;
	margin-top: 40px;
	margin-left: 20px;
}
ul#extra li {
	padding-left: 30px;
	padding-bottom: 12px;
	background: url(../images/bullet.gif) 0 1px no-repeat;
}
ul#extra a {
	font-size: 16px;	
	border: none;
}
ul#extra a:hover {
	color: #333;	
}

/* Contactformulier */
div.form {
	position: relative;
	margin: 18px 0;	
}
div.form div.regel {
	padding-bottom: 10px;	
}
div.form label {
	display: block;
	float: left;
	width: 75px;
	margin-right: 20px;
	text-align: right;
	font-weight: bold;
	line-height: normal;
}
div.form input.text,
div.form input.error {
	float: left;
	width: 150px;
	background: #dfdfdf;
	border: 1px solid #dfdfdf;
	padding: 2px;
	line-height: normal;
}
div.form input.text:focus,
div.form input.focus,
div.form input.error:focus {
	background: #e6e6e6;	
}
div.form input.error {
	border: 2px solid crimson;	
	padding: 1px;
}
div.form textarea {
	width: 300px;
	height: 150px;
	background: #dfdfdf;
	border: 1px solid #dfdfdf;
	padding: 2px;
	line-height: normal;
}
div.form textarea:focus,
div.form textarea.focus {
	background: #e6e6e6;
}
div.form div.buttons {
	padding-left: 95px;	
}
div.form input.button {
	/*background: none;
	border: none;
	font-weight: bold;
	cursor: pointer;
	background: #ddd;
	padding: 5px 0;
	width: 100px;*/
	background: url(../images/submit.png) no-repeat;
	border: none;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 0;
	width: 121px;
	height: 39px;
	color: #fff;
}
div.form input.normal_button {
	background: none;
	border: none;
	font-weight: bold;
	cursor: pointer;
	background: #ddd;
	padding: 5px 10px;
}
div.form input.button:hover {
	background: url(../images/submit_hover.png) no-repeat;
}
div.message {
	position: absolute;
	top: 0;
	left: 280px;
	width: 200px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	display: none;
	padding: 0 10px;
}
div.message h3 {
	font-size: 11px;
	margin: 10px 0 5px 0;
}
div.message ul {
	list-style: square;
	margin: 5px 20px 10px 20px;
	color: #333;
}
div.message br {
	display: none;	
}

/* Comptact */
div#compact {
	margin-top: 87px;
	margin-left: 520px;
}
div#compact h2 {
	padding-left: 25px;
	background: url(../images/bullet.gif) 0 2px no-repeat;
	margin: 20px 0;
	height: 24px;
}
div#compact textarea {
	width: 150px;	
}

/* Editor */
div#left div.editor {
	padding: 20px 0 0 20px;
}

/* Vragen */
div.chat {}
div.chat input.cb_chatbutton {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 1px 0;
	color: #8d8d8d;
	cursor: pointer;
}
