/* Algemeen */
body, html {
	height: 100%;
	margin: 0;
	background: #11070a url(images/background.gif) repeat-x;
}
body, td {
	font: 11px/22px Arial, sans-serif;
	color: #e3cfcf;
}
body.editor {
	background: none;
	background-color: #11070a;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 800px;
	min-height: 100%;
	background: left 153px url(images/background_body.gif) no-repeat;
}
div#header {
	height: 153px;
	margin: 0 auto;
	background: url(images/background_header.png) no-repeat;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}
div#body div#left, div#body div#right {
	float: left;
}
div#body div#left {
	width: 530px;
	padding-right: 20px;
	position: relative;
}
div#body div#right {
	width: 250px;
}
div#footer_wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
}
div.clear_float {
	clear: both;
}
input, textarea {
	font: 11px Arial, sans-serif;
}
form {
	margin: 0;
}
img {
	border: none;
}
p, h1, h2, h3  {
	margin: 0;
}
p {
	margin: 0 0 22px 0;
}
h1 {
	font-size: 19px;
	color: #fff;
	font-weight: normal;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 22px 0 0 0;
	color: #a3c34a;
}
h3 {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}
ul {
	margin: 22px 0;
	padding: 0 15px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #a3c34a;
}
a:hover {
	color: #e3cfcf;
}
h2.white {
	color: #e3cfcf;
}

/* Logo en navigatie */
div#logo {
	margin: 0 auto;
	text-align: center;
	width: 379px;
	height: 116px;
}
div#navigation {
	margin: 5px 0 0 0;
	text-align: center;
	height: 32px;
}
div#navigation div#inner {
	margin: 0 auto;
	width: 490px;
}
div#navigation div#inner a:link, div#navigation div#inner a:visited {
	display: block;
	color: #fff;
	font-weight: bold;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	margin-right: 1px;
}
div#navigation div#inner a:hover, div#navigation div#inner a.active:link, div#navigation div#inner a.active:visited  {
	background: #91ae41 url(images/background_navigation.gif) repeat-x;
}

/* Banner en pagina titel */
div#banner {
	position: absolute;
	top: 20px;
	left: 0;
	width: 526px;
	height: 146px;
	border: 2px solid #fff;
	z-index: 1;
}
div#bannerContainer {
	width: 526px;
	height: 146px;
}
div.imageFrame {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
div#paginatitel, h1.paginatitel {
	position: absolute;
	top: 128px;
	left: 2px;
	width: 506px;
	height: 13px;
	padding: 10px;
	overflow: hidden;
	z-index: 2;
}
div#pagina_titel_background {
	position: absolute;
	top: 128px;
	left: 2px;
	width: 526px;
	height: 40px;
	background: #000;
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	z-index: 2;
}

/* Inhoud */
div#inhoud {
	margin-top: 186px;
}

/* Laatste nieuws */
div#news_view {
	margin: 20px 0 10px 0;
}
div#news_view h2, div#nieuwste_werk h2 {
	background: #5a2138 url(images/background_h2.png) no-repeat;
	margin: 0 0 1px 0;
	padding: 5px 10px 0 10px;
	height: 25px;
	color: #fff;
}
div#news_view div.article, div#news_view div.article_hover {
	border-bottom: 1px solid #000; 
	height: 83px;
	background: #201015 url(images/background_article.png) no-repeat;
	overflow: hidden;
	padding: 2px 10px 8px 10px;
	cursor: pointer;
}
div#news_view div.article_hover {
	background: #2f0f1a url(images/background_article_hover.png) no-repeat;
}

/* Nieuwste werk */
div#nieuwste_werk {}
div#nieuwste_werk h2 {
	margin: 10px 0;
}
div#nieuwste_werk div.image {
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #fff;
	padding: 1px;
	width: 114px;
	height: 114px;
}

/* Nieuwspagina */
div.news_article {
	margin: 0 20px 20px 0;
	width: 255px;
	float: left;
}
div.news_article p, div.news_article h2 {
	margin: 0;
}
div.news_article div.desc {
	height: 88px;
	overflow: hidden;
}
div.news_article div.image, div#news_message div.image  {
	float: right;
	margin: 5px 0 0 20px;
	border: 2px solid #fff;
	padding: 1px;
	width: 100px;
	height: 100px;
}
div.news_article div.image img, div#news_message div.image img {
	width: 100px;
	height: 100px;
}
ul#page_more_news {
	margin: 0;
}
div#news_page h2 {
	color: #e3cfcf;
}

/* Nieuwspagina */
div.portfolio_item {
	margin: 0 20px 20px 0;
	width: 255px;
	float: left;
}
div.portfolio_item div.body {
	width: 135px;
	height: 110px;
	overflow: hidden;
}
div.portfolio_item div.body p, div.portfolio_item div.body h2 {
	margin: 0;
}
div.portfolio_item div.thumbnail {
	float: left;
	margin: 5px 10px 0 0;
	border: 2px solid #fff;
	padding: 1px;
	width: 100px;
	height: 100px;
}
div#portfolio_message div.thumbnail, div.port_thumbnail  {
	float: right;
	margin: 5px 0 0 10px;
	border: 2px solid #fff;
	padding: 1px;
}

/* Referenties */
ul#referenties {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul#referenties li.referentie {
	float: left;
	display: block;
	width: 260px;
}

/* Showcase */
div#thumbs {}
div#thumbs div.image {
	float: left;
	margin: 0 10px 10px 0;
	border: 2px solid #fff;
	padding: 1px;
	width: 50px;
	height: 50px;
}

/* Subnavigatie */
ul#subnavigation {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}
ul#subnavigation li h2 {
	margin: 0;
}
ul#subnavigation li h2 a:link, ul#subnavigation li h2 a:visited {
	background: #5a2138 url(images/background_h2.png) no-repeat;
	margin: 0 0 1px 0;
	padding: 5px 10px 0 10px;
	height: 25px;
	color: #fff;
	display: block;
	width: 230px;
	text-decoration: none;
}
ul#subnavigation li h2 a:hover, ul#subnavigation li h2 a.active:link, ul#subnavigation li h2 a.active:visited {
	background: #701539 url(images/background_h2_hover.png) no-repeat;
}

/* Footer */
div#footer_wrapper div#footer {
	float: left;
	width: 550px;
	text-align: center;
	color: #5c293d;
}
div#footer_wrapper div#footer a:link, div#footer_wrapper div#footer a:visited {
	color: #5c293d;
	text-decoration: none;
	margin: 0 10px;
}
div#footer_wrapper div#footer a:hover {
	color: #7f4f62;
}
div#footer_wrapper div#credits {
	color: #5c293d;
	text-align: center;
	float: left;
	width: 250px;
}
div#footer_wrapper div#credits a:link, div#footer_wrapper div#credits a:visited {
	color: #5c293d;
	text-decoration: none;
}
div#footer_wrapper div#credits a:hover {
	color: #7f4f62;
}

/* Contactformulier */
div.mailer_ext {
	position: relative;
	margin-bottom: 22px;
}
div.mailer_ext div.message {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
}
div.mailer_ext div.message ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.mailer_ext div.message h2 {
	margin: 0;
}
div.mailer_ext div.message br {
	display: none;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 100px;
}
div.mailer_ext input {
	margin-bottom: 3px;
	border: 2px solid #80324f;
	padding: 5px;
	width: 200px;
	height: 15px;
}
div.mailer_ext input#controle {
	margin-left: 100px;
	display: block;
}
div.mailer_ext img#coms_captcha_image {
	border: 2px solid #80324f;
	width: 210px;
	margin-bottom: 3px;
	height: 80px;
}
div.mailer_ext textarea {
	width: 200px;
	border: 2px solid #80324f;
	padding: 5px;
}
div.mailer_ext input.error, div.mailer_ext textarea.error {
	border: 2px solid #d40b56;
}
div.mailer_ext input.versturen {
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
	height: auto;
}

/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	padding: 25px;
	background: #11070a url(images/background.gif) repeat-x;
}
body#mailer_ext_page_body div#login {
	margin: 144px auto 0 auto;
	width: 300px;
}
body#mailer_ext_page_body div#logo {
	margin: -25px auto 0 auto;
	text-align: center;
	width: 379px;
	height: 116px;
}

/* Main container */
table#mailer_ext_page {
	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: #a3c34a;
}

/* De tabel */
table#mailer_ext_page table#records {
	width: 100%;
	border: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
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;
	color: #fff;
	white-space: nowrap;
}
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 th, table#mailer_ext_page table#records td {
	padding: 3px 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
table#mailer_ext_page table#records td.attributes {
	white-space: nowrap;
}
table#mailer_ext_page p.back {
	margin: 15px 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;
}

/* Gastenboek */
div#comments {}
div#comments form#comments_form {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #e3cfcf;
}
div#comments input {
	margin-bottom: 3px;
	border: 2px solid #80324f;
	padding: 5px;
	width: 200px;
	height: 15px;
}
div#comments label {
	display: block;
	float: left;
	width: 100px;
}
div#comments input#controle {
	margin-left: 100px;
}
div#comments img#coms_captcha_image {
	border: 2px solid #80324f;
	width: 210px;
	margin-bottom: 3px;
	height: 80px;
}
div#comments textarea {
	width: 200px;
	border: 2px solid #80324f;
	padding: 5px;
}
div#comments input.error, div#comments textarea.error {
	border: 2px solid #d40b56;
}
div#comments input.versturen {
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
	height: auto;
}
div#comments div.bericht {
	border-bottom: 1px dotted #e3cfcf;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
div#comments div.bericht p {
	margin: 0;
}
div#comments div.bericht p span.timestamp, div#comments div.bericht p span.user {
	text-transform: capitalize;
}
div.hidden {
	display: none;
}