/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #fff url(images/background.gif) repeat-x;
}
body {
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #5c5c5c;
}
body.editor {
	background: none;
	background: #fff;
}
input, textarea {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #5c5c5c;
}
img {
	border: none;
}
p, h1, h2, h3 {
	margin: 0;
}
p {
	margin-top: 22px;
}
h1 {
	margin-bottom: 22px;
	font: 26px/28px Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #a54256;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 22px 0 6px 0;
}
h3 {
	font-size: 13px;
	font-weight: normal;
}
form  {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: underline;
	color: #a54256;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 10px;
}
ul li {
	background: #fff 0px 9px url(images/arrow_rw.gif) no-repeat;
	padding-left: 12px;
}
ul ul {
	margin: 0;
	padding: 0 0 0 12px;
}
ul ul li {
	background: #fff 0px 9px url(images/arrow_dgw.gif) no-repeat;
	padding-left: 12px;
}
h2 a {
	display: block;
}

/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 960px;
	min-height: 100%;
	z-index: 2;
	background: url(images/background_wrapper.gif) repeat-y;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding-bottom: 115px;
}
div#body div#left, div#body div#middle, div#body div#right {
	float: left;
	border-top: 20px solid #fff;
	padding: 0 20px;
	width: 200px;
}
div#body div#left {
	padding: 0;
	width: 240px;
}
div#body div#middle {
	width: 440px;
	overflow: hidden;
}
div#body div#right {
	overflow: hidden;
}
div.clear_float {
	clear: both;
	height: 1px;
}

/* Quote in het midden veld */
div#body div#middle h3 {
	float: right;
	width: 195px;
	border-top: 5px solid #a54256;
	padding-top: 10px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	margin: 22px 0 22px 22px;
}

/* Trace en tekst vergroten */
div#body div#top {
	border-bottom: 1px solid #e0e0e0;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: #fff;
}
/* Trace */
div#trace {
	float: left;
	width: 820px;
	color: #aaa9a7;
	font: 11px Verdana, Geneva, sans-serif;
}
div#trace img {
	width: 4px;
	height: 5px;
}
div#trace a {
	font: 11px Verdana, Geneva, sans-serif;
	color: #aaa9a7;
	text-decoration: none;
}
div#trace a:hover {
	color: #747474;
}
/* Tekst vergroten*/
div#enlarge {
	float: left;
	width: 100px;
	text-align: right;
	color: #aaa9a7;
	font: 11px Verdana, Geneva, sans-serif;
}
div#enlarge img {
	margin-left: 5px;
}
div#enlarge p {
	margin: 0;
}
div#enlarge a {
	font: 11px Verdana, Geneva, sans-serif;
	color: #aaa9a7;
	text-decoration: none;
}
div#enlarge a:hover {
	color: #747474;
}
div#enlarge a.normaal {}
div#enlarge a.groter {
	font-size: 14px;
}
div#enlarge a.grootst {
	font-size: 16px;
}

/* Header */
div#header {
	height: 240px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	z-index: 6;
}
/* Logo */
div#logo {
	position: absolute;
	top: 10px;
	background: #fff;
	padding: 25px 10px 10px 10px;
	height: 127px;
	left: 10px;
	z-index: 100;
}
/* Quote */
div#quote {
	position: absolute;
	top: 50px;
	right: 60px;
	z-index: 2;
	background: #a54256 url(images/background_quote.jpg) no-repeat;
	width: 280px;
	height: 50px;
	color: #fff;
	padding: 20px;
	text-align: center;
	font-style: italic;
}
/* Banner */
div#banner {
	position: absolute;
	top: 10px;
	left: 0;
	width: 960px;
	height: 162px;
	background: #333333;
	z-index: 1;
}
div#bannerContainer {
	width: 960px;
	height: 162px;
	position: relative;
}
div.imageFrame {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
/* Hoofdnavigatie */
div#navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 960px;
	background: #131313 url(images/background_navigation.jpg) repeat-x;
	border-bottom: 5px solid #969696;
	height: 59px;
}
div#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#navigation ul li {
	float: left;
	display: block;
	position: relative;
	background: none;
	padding: 0;
}
div#navigation ul li a {
	float: left;
	display: block;
	font-size: 16px;
	color: #e0e0e0;
	text-decoration: none;
	height: 39px;
	padding: 20px 15px 0 15px;
	border-left: 1px solid #383838;
	border-right: 1px solid #010101;
}
div#navigation ul li a:hover, div#navigation ul li a.active {
	color: #fff;
	background: url(images/background_navigation_hover.jpg) repeat-x;
}
div#navigation ul li ul.subelements {
	position: absolute;
	top: 59px;
	left: 0;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 280px;
	background: #fff;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #969696;
	display: none;
}
div#navigation ul li ul.subelements li {
	float: none;
	display: block;
	position: none;
	width: 280px;
	background: none;
	padding: 0;
}
div#navigation ul li ul.subelements li a {
	float: none;
	display: block;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
	height: auto;
	border: none;
	background: #fff 15px 13px url(images/arrow_dgw.gif) no-repeat;
	padding: 5px 20px 5px 27px;
}
div#navigation ul li ul.subelements li a:hover, div#navigation ul li ul.subelements li a.active {
	color: #a54256;
	background: none;
	background: #fff 15px 13px url(images/arrow_rw.gif) no-repeat;
}

/* Search */
div#search {
	margin-bottom: 22px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 22px;
}
div#search p.title  {
	margin-bottom: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
div#search input.text, div#search input.text_focus {
	background: #f4f4f4;
	border: 1px solid #e0e0e0;
	height: 14px;
	padding: 2px 3px;
	width: 165px;
	margin-right: 3px;
}
div#search input.text_focus {
	border-color: #b0b0b0;
}

/* Footer */
div#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: #383838 url(images/background_footer_large.jpg) no-repeat;
	padding-top: 25px;
	border-top: 20px solid #fff;
}
div#footer p {
	margin: 0;
}
div#background_footer {
	height: 95px;
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin-top: -95px;
	background: #383838 url(images/background_footer.jpg) repeat-x;
}
div#footer div#footer_navigation {
	text-align: center;
	margin-bottom: 11px;
}
div#footer div#footer_navigation a {
	color: #e0e0e0;
	text-decoration: none;
	font-size: 14px;
	margin: 0 10px;
}
div#footer div#footer_navigation a:hover {
	color: #fff;
	border-bottom: 1px solid #a54256;
}
div#footer div#credits {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #717171;
}
div#footer div#credits a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #717171;
	text-decoration: none;
}
div#footer div#credits a:hover {
	color: #979797;
}

/* Editor voor quotes */
div.quote {
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	padding: 0 20px;
}

/* Nieuws weergave */
div#news_view {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 20px 22px 20px;
	padding-bottom: 22px;
}
div#right div#news_view  {
	margin: 0 0 22px 0;
}
div#news_view p.title {
	margin-bottom: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
div#news_view p.day {
	margin: 0;
	font-size: 11px;
	color: #aaa9a7;
	margin-bottom: -11px;
	margin-top: 11px;
}
div#news_view div.article {
	margin-top: 11px;
}
div#news_view div.article h2 {
	font-size: 12px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#news_view div.article p {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 66px;
	overflow: hidden;
}
/* Nieuws pagina */
div#news_page {
	overflow: hidden;
	width: 460px;
}
div#news_page div.highlight {
	margin-bottom: 22px;
	width: 440px;
}
div#news_page div.highlight div.image {
	width: 89px;
	height: 89px;
	margin-right: 20px;
	float: left;
	border: 2px solid #e0e0e0;
	cursor: pointer;
}
div#news_page div.highlight div.image img {
	border: 2px solid #fff;
	width: 85px;
	height: 85px;
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
}
div#news_page div.highlight div.details {}
div#news_page div.highlight div.details p.description {
	height: 44px;
	overflow: hidden;
}
div#news_page div.highlight div.details h2 {
	margin: 0;
}
div#news_page div.day {
	width: 210px;
	float: left;
	margin: 10px 20px 0 0;
	padding-top: 10px;
	height: 110px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
}
div#news_page div.day h2 {
	font-size: 12px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#news_page div.day p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: 66px;
	overflow: hidden;
}
div#news_page p.date {
	margin: 22px 0 0 0;
}
div#news_page div.highlight p, div#news_page div.day p {
	margin: 0;
}
div#news_page div.highlight div.details p.date {
	margin: 0 0 6px 0;
	font-size: 11px;
	color: #aaa9a7;
}
/* Nieuwspagina breed */
div#news_page.large-news {
	width: 700px;
}
div#news_page.large-news div.highlight {
	margin-bottom: 22px;
	width: 680px;
}
/* Nieuws bericht */
div#news_message {}
div#news_message div.image {
	float: left;
	margin: 0 20px 11px 0;
	border: 2px solid #e0e0e0;
	width: 89px;
	height: 89px;
}
div#news_message div.image img {
	border: 2px solid #fff;
	width: 85px;
	height: 85px;
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
}
div#body div#middle div#news_message h3 {
	float: right;
	width: 210px;
	border-top: 5px solid #a54256;
	padding-top: 10px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	margin: 10px 0 22px 0;
}
div#news_message div.details {
	margin-bottom: 11px;
	float: left;
	width: 210px;
}
div#news_message div.details p {
	color: #aaa9a7;
	font-size: 11px;
	margin: 0;
}
div#news_message div.details p.date {
	margin: 0 0 6px 0;
	color: #747474;
	font-size: 13px;
}
div#news_message div.details p span.caption {
	font-size: 13px;
}
div#news_message div.details p.info img {
	width: 16px;
	height: 16px;
}
div#news_message h2 {
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	color: #5c5c5c;
	clear: both;
}

/* Subnavigatie */
div#subnavigation {
	border: 1px solid #e0e0e0;
	background: #fff;
	padding: 1px;
	margin-bottom: 22px;
}
div#subnavigation  h2 {
	margin: 0;
}
div#subnavigation  h2 a {
	color: #5c5c5c;
	text-decoration: none;
}
div#subnavigation  h2 a:hover {
	color: #444;
}
div#subnavigation div.inner {
	background: #efefef;
	padding: 20px;
}
div#subnavigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div#subnavigation ul li {
	background: none;
	padding: 0;
	line-height: 18px;
}
div#subnavigation ul li a {
	color: #979797;
	font-size: 13px;
	text-decoration: none;
	padding-left: 12px;
	margin-top: 6px;
	display: block;
	background: 0px 7px url(images/arrow_lgg.gif) no-repeat;
}
div#subnavigation ul li a:hover, div#subnavigation ul li a.active {
	color: #a54256;
	background: 0px 7px url(images/arrow_rg.gif) no-repeat;
}
div#subnavigation ul li ul.subelements1 {
	padding: 0 10px;
}
div#subnavigation ul li ul.subelements1 li  a {
	font-size: 11px;
}

/* Contactformulier */
div.mailer_ext {}
div.mailer_ext div.message {
	cursor: pointer;
	width: auto;
	display: block;
}
div.mailer_ext div.message h2 {
	margin-bottom: 22px;
}
div.mailer_ext div.message ul {
	width: auto;
	display: block;
	margin: 0;
}
div.mailer_ext div.message ul li {
	margin-top: -22px;
	width: auto;
	display: block;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input, div.mailer_ext textarea {
	margin-bottom: 3px;
	padding: 2px 3px;
	width: 180px;
	border: 2px solid #e0e0e0;
}
div.mailer_ext textarea {}
div.mailer_ext input.error, div.mailer_ext textarea.error {
	border: 2px solid #a54256;
}
div.mailer_ext input.versturen, div.mailer_ext input.versturen_hover {
	text-transform: capitalize;
	background: #2b2b2b url(images/submit.jpg) no-repeat;
	color: #fff;
	width: auto;
	cursor: pointer;
	border: none;
	padding: 5px;
}
div.mailer_ext input.versturen_hover {
	background: #a54256 url(images/submit_hover.jpg) no-repeat;
}

/* Zoekpagina */
div#search_page {
	position: relative;
}
div#search_page p#results_amount {
	position: absolute;
	top: -30px;
	right: 0;
	z-index: 4;
	text-align: right;
}
div#search_page p#results_amount span#number {
	font: 55px/58px Georgia, "Times New Roman", Times, serif;
	display: block;
}
div#search_page div.search {
	margin-bottom: 11px;
	padding: 30px 20px 11px 0;
	height: 40px;
	border-bottom: 1px solid #e0e0e0;
}
div#search_page input.text, div#search_page input.text_focus {
	background: #f4f4f4;
	border: 1px solid #e0e0e0;
	height: 14px;
	padding: 2px 3px;
	width: 150px;
	margin-right: 3px;
}
div#search_page input.text_focus {
	border-color: #b0b0b0;
}
div#search_page div.element_even, div#search_page div.element_odd {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 11px;
	padding-bottom: 11px;
	width: 440px;
}
div#search_page div.element_even p, div#search_page div.element_odd p {
	margin: 0;
}
div#search_page div.element_even div.image {
	float: left;
	margin-right: 22px;
}
div#search_page div.element_odd div.image {
	float: right;
	margin-left: 22px;
}
div#search_page div.element_even div.image, div#search_page div.element_odd div.image {
	border: 2px solid #e0e0e0;
	cursor: pointer;
	width: 104px;
	height: 104px;
}
div#search_page div.element_even div.image img, div#search_page div.element_odd div.image img {
	border: 2px solid #fff;
	width: 100px;
	height: 100px;
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
}
div#search_page div#search_navigation {
	position: relative;
	height: 30px;
}
div#search_page div#search_navigation div.previous, div#search_page div#search_navigation div.page_info, div#search_page div#search_navigation div.next {
	position: absolute;
	top: 5px;
	width: 100px;
}
div#search_page div#search_navigation a {
	color: #999;
	font: 11px Verdana, Geneva, sans-serif;
	text-decoration: none;
}
div#search_page div#search_navigation a:hover {
	color: #666;
}
div#search_page div#search_navigation div.previous {
	text-transform: capitalize;
	left: 0;
}
div#search_page div#search_navigation div.page_info {
	width: 240px;
	text-align: center;
	left: 100px;
}
div#search_page div#search_navigation div.next {
	text-align: right;
	right: 0;
	text-transform: capitalize;
	font-size: 12px;
}

/* Recent images */
div#recent_images {
	width: 201px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
div#recent_images h2 {
	position: absolute;
	top: 170px;
	left: 10px;
	color: #fff;
	z-index: 6;
	margin: 0;
}
div#recent_images div.thumb, div#recent_images div.thumb_hover {
	position: relative;
	z-index: 4;
	width: 200px;
	height: 200px;
	position: relative;
}
div#recent_images div.thumb img.grayscale, div#recent_images div.thumb_hover img.grayscale, 
div#recent_images div.thumb img.element, div#recent_images div.thumb_hover img.element {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
div#recent_images div.thumb img.grayscale {
	z-index: 5;
	opacity: .50;
	-moz-opacity: .50;
	-khtml-opacity: .50;
	filter: alpha(opacity=50);
}
div#recent_images div.thumb_hover img.grayscale {
	display: none;
}
div#recent_images p {
	margin: 4px 0 0 0;
}

/* Linker nieuwsweergave */
div#image_news_view {
	width: 201px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding: 22px;
	margin: 22px 0;
}

/* Afbeeldingen galerij */
div#gallery_page {
	width: 460px;
	overflow: hidden;
}
div#gallery_page div.thumbnail, div#gallery_page div.thumbnail_hover {
	float: left;
	border: 2px solid #e0e0e0;
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0;
	position: relative;
}
div#gallery_page div.thumbnail img, div#gallery_page div.thumbnail_hover img {
	border: 2px solid #fff;
	width: 96px;
	height: 96px;
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
div#gallery_page div.thumbnail img.grayscale {
	z-index: 5;
	opacity: .70;
	-moz-opacity: .70;
	-khtml-opacity: .70;
	filter: alpha(opacity=70);
}
div#gallery_page div.thumbnail_hover img.grayscale {
	display: none;
}
div#gallery_page div.thumbnail_hover {
	border-color: #ccc;
}
div#gallery_page div#image_gallery_navigation {
	border-top: 1px solid #e0e0e0;
	margin-top: 11px;
	height: 30px;
	position: relative;
	width: 440px;
}
div#gallery_page div#image_gallery_navigation div#backward, div#gallery_page div#image_gallery_navigation div#list_pages, div#gallery_page div#image_gallery_navigation div#forward {
	position: absolute;
	left: 0;
	top: 5px;
}
div#gallery_page div#image_gallery_navigation div#backward {
	padding-left: 20px;
	width: 10px;
	cursor: pointer;
}
div#gallery_page div#image_gallery_navigation div#list_pages {
	left: 30px;
	width: 380px;
	text-align: center;
}
div#gallery_page div#image_gallery_navigation div#forward {
	left: 410px;
	text-align: right;
	padding-right: 20px;
	width: 10px;
}
div#gallery_page div#image_gallery_navigation div#backward img, div#gallery_page div#image_gallery_navigation div#forward img {
	width: 4px;
	height: 5px;
}
div#gallery_page div#image_gallery_navigation div#backward a, div#gallery_page div#image_gallery_navigation div#list_pages a, div#gallery_page div#image_gallery_navigation div#forward a {
	margin-left: 5px;
	padding: 3px;
}
div#gallery_page div#image_gallery_navigation div#list_pages a.active {
	color: #5c5c5c;
	text-decoration: none;
}

/* Latest publications */
div#publications p.title {
	margin-bottom: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
div#publications div.release {
	margin-bottom: 11px;
}
div#publications div.release h2 {
	font-size: 12px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#publications div.release p {
	font-size: 12px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #818181;
}
div#publications div.release p img {
	width: 16px;
	height: 16px;
}

/* Clients */
div#clients {}
div#clients_overzicht {
	margin-top: 22px;
}
div#clients img, div#clients_overzicht img {
	border: 1px solid #eee;
	width: 85px;
}
div#clients h2 {
	margin: 0 0 11px 0;
}
div#clients p {
	margin: 11px 0 0 0;
}
div#clients_overzicht img {
	margin: 0 20px 20px 0;
}
div#clients_overzicht img.link {
	cursor: pointer;
}

/* Editor right for latest publications */
div#left div.editor, div#right div.editor  {
	font-size: 12px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #818181;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 22px;
	padding-bottom: 11px;
}
div#left div.editor {
	border-top: 1px solid #e0e0e0;
	margin-top: 22px;
	padding-top: 22px;
	padding-left: 20px;
}
div#left div.editor h2, div#right div.editor h2 {
	margin: 0 0 11px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #5c5c5c;
}
div#left div.editor  ul, div#right div.editor  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#left div.editor li, div#right div.editor li {
	margin-bottom: 11px;
	padding: 0;
	background: none;
}
div#left div.editor img, div#right div.editor img {
	width: 16px;
	height: 16px;
}

/* Editor H2 fix */
div#middle div.editor h2 {
	font: bold 16px/22px Georgia, "Times New Roman", Times, serif;
}
