/* Algemeen */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #dadada;
}
body, td {
	font: 11px/18px Arial, sans-serif;
	color: #4a4a4a;
}
body.editor {
	background: #fff;
}
input, textarea {
	font: 11px Arial, sans-serif;
	color: #4a4a4a;
}
img {
	border: none;
}
p, h1, h2, h3 {
	margin: 0;
}
p {
	margin-bottom: 18px;
}
h1 {
	font-size: 24px;
	line-height: 26px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	letter-spacing: -1px;
}
h1:first-letter {
	text-transform: capitalize;
}
h2 {
	font-size: 16px;	
	color: #000;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}
h3 {
	font-size: 13px;	
	color: #000;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}
form  {
	padding: 0;
	margin: 0;
}
a {
	color: #bf0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	margin: 0 0 18px 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	background: 0px 5px url(images/bullet_red.gif) no-repeat;
	padding-left: 15px;
}

/* Body */
div#wrapper {
	position: relative;
	margin: 0 auto;
	_height: 100%;
	width: 900px;
	min-height: 100%;
	background: #fff;
	border-left: 5px solid #e0e0e0;
	border-right: 5px solid #e0e0e0;
}
div#body {
	height: auto;
	margin: 0 auto;
	padding: 20px 20px 60px 20px;
}
div#body div#left, div#body div#right, div#body div#left_galerij, div#body div#right_galerij {
	float: left;
}
div#body div#left, div#body div#left_galerij {
	padding: 0 30px 0 20px;
	width: 470px;
}
div#body div#right, div#body div#right_galerij {
	width: 340px;
	padding-top: 0px;
}
div#body div#right_galerij {
	padding-top: 30px;
}
div#body div#left_galerij {
	width: 290px;
}
div#body div#right_galerij {
	width: 500px;
	padding-left: 20px;
	padding-left: 20px;
}
div.clear_float {
	clear: both;
}

/* Header */
div#header {
	height: 370px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
/* Logo */
div#logo {
	position: absolute;
	left: 20px;
	top: 0;
}
/* Snelkoppelingen en taalkeuze */
div#shortcuts_language {
	position: absolute;
	right: 30px;
	top: 25px;
	height: 40px;
	width: 640px;
}
div#shortcuts {
	float: right;
	color: #8c8c8c;
	margin-left: 10px;
}
div#shortcuts a {
	color: #8c8c8c;
	text-decoration: none;
	margin-left: 5px;
}
div#shortcuts a:hover {
	color: #666;
}
div#language {
	float: right;
	padding-top: 6px;
	margin-left: 10px;
}
div#language img {
	margin-left: 5px;
}
div.addthis_toolbox {
	float: right;
	padding-top: 6px;
}
div#search-field {
	float: right;
	margin-left: 10px;
	padding-top: 1px;
}
/* Banner */
div#banner {
	position: absolute;
	left: 20px;
	top: 125px;
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
	border: 5px solid #e0e0e0;
	width: 850px;
	height: 240px;
	z-index: 2;
}
div#bannerContainer {
	width: 850px;
	height: 240px;
	position: relative;
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
}
div.imageFrame {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
/* Dagelijkse cartoon */
div#daily_cartoon {
	position: absolute;
	bottom: 80px;
	right: 50px;
	background: #d32523;
	display: inline;
	height: 30px;
	z-index: 3;
	color: #fff;
	padding: 12px 20px;
	text-align: center;
	cursor: pointer;
}
div#daily_cartoon p.heading2 {
	font-size: 20px;
	color: #fff;
	margin: 0;
}
div#daily_cartoon a {
	color: #fff;
	text-decoration: none;
	text-align: right;
	display: block;
	font-size: 12px;
}
/* Hoofdnavigatie */
ul#navigation {
	position: absolute;
	top: 75px;
	left: 20px;
	background: #e7e7e7 url(images/background_navigation.gif) repeat-x;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 36px;
	width: 860px;
	z-index: 5;
}
ul#navigation li {
	float: left;
	position: relative;
	background: none;
	padding: 0;
}
ul#navigation li a {
	text-decoration: none;
	padding: 10px 15px 0 15px;
	height: 26px;
	display: block;
	float: left;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
ul#navigation li.dummy {
	display: none;
}
ul#navigation li span.spacer {
	position: absolute;
	right: 0;
	top: 6px;
}
ul#navigation li a:hover, ul#navigation li a.active {
	color: #bf0000;
}
ul#navigation li a.home {
	padding: 0;
}
ul#navigation li.corner_right {
	float: right;
}
ul#navigation ul.subelements {
	position: absolute;
	top: 36px;
	left: 0;
	list-style-type: none;
	margin: 0;
	width: 140px;
	padding: 0;
	display: none;
}
ul#navigation ul.subelements li {
	float: none;
	background: none;
	padding: 0;
	position: relative;
	_display: inline;
}
ul#navigation li ul.subelements li a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding: 3px 20px;
	height: auto;
	display: block;
	background: #efefef;
	border-top: 1px solid #fff;
	width: 140px;
	float: none;
	font-weight: normal;
}
ul#navigation li ul.subelements li a:hover, ul#navigation li ul.subelements li a.active {
	color: #bf0000;
	background: #efefef;
}
ul#navigation ul.subsubelements {
	position: absolute;
	top: 0;
	left: 180px;
	list-style-type: none;
	margin: 0;
	width: 140px;
	display: none;
	padding: 0;
	border-left: 1px solid #fff;
}
ul#navigation ul.subsubelements li {
	float: none;
	position: none;
	background: none;
	padding: 0;
	display: list-item;
}
ul#navigation ul.subsubelements li a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding: 3px 20px;
	height: auto;
	display: block;
	float: none;
	font-weight: normal;
}

/* Trace */
div#trace {
	color: #8c8c8c;
}
div#trace a {
	color: #8c8c8c;
	text-decoration: none;
}
div#trace a:hover {
	color: #666;
}

/* Footer */
div#footer {
	position: relative;
	bottom: 0;
	margin: -61px auto 0 auto;
	width: 860px;
	height: 1px;
	padding: 5px 20px 20px 20px;
	background: #fff;
	border-bottom: 5px solid #e0e0e0;
}
div#footer div.element {
	float: left;
	height: 124px;
	overflow: hidden;
	width: 143px;
}
div#footer div.element a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
div#footer div.element a:hover {
	color: #000;
}
div#footer div.element ul.subelements {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#footer div.element ul.subelements li {
	background: none;
	padding: 0;
}
div#footer div.element ul.subelements li a {
	font-weight: normal;
	text-transform: none;
	color: #565656;
}
div#footer div.element ul.subelements li a:hover {
	color: #bf0000;
}
/* Credits */
div#credits {
	position: relative;
	bottom: 0;
	margin: 0 auto 0 auto;
	z-index: 10;
	background: #dadada;
	width: 910px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
}
div#credits p {
	margin: 0;
}
div#credits a {
	color: #4a4a4a;
	text-decoration: none;
}
div#credits a:hover {
	color: #bf0000;
}
/* Copyrights Johan van Zanten */
div#copyright {
	position: absolute;
	right: 20px;
	bottom: 130px;
}

/* Nieuws weergave */
div#news_view {}
div#news_view h2 {
	margin: 0 0 10px 0;
}
div#news_view div#info_navigation p.more {
	margin: 0;
}
div#news_view div#info_navigation p.more a {
	color: #8c8c8c;
	text-decoration: none;
}
div#news_view div#info_navigation p.more a:hover {
	color: #666;
}
div#news_view h3 {
	margin-bottom: 18px;
	padding: 0 10px;
}
div#news_view h3 a {
	text-decoration: none;
}
div#news_view h3 a:hover {
	color: #000;
}
div#news_view div.highlight {
	margin-bottom: 18px;
}
div#news_view div.highlight p, div#news_view div.highlight h3 {
	margin: 0;
	padding: 0 10px;
}
div#news_view div.highlight p.date {
	background: #efefef;
	margin: 1px 0 9px 0;
	padding: 5px 10px;
	color: #777;
	width: 316px;
}
div#news_view div.highlight div.image {
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
	border: 2px solid #e0e0e0;
	width: 332px;
	height: 152px;
}
div#news_view div.highlight div.image img {
	border: 1px solid #fff;
	width: 330px;
	height: 150px;
}

/* Nieuwspagina */
div#news_page div.highlight {
	margin-bottom: 18px;
	min-height: 110px;
}
div#news_page div.highlight p {
	margin: 0;
}
div#news_page div.highlight p.date {
	color: #8c8c8c;
	margin-bottom: 5px;
}
div#news_page div.highlight h2 a {
	color: #000;
	text-decoration: none;
}
div#news_page div.highlight h2 a:hover {
	color: #bf0000;
}
div#news_page div.highlight div.image {
	float: left;
	width: 102px;
	height: 102px;
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
	border: 2px solid #e0e0e0;
	margin-right: 18px;
}
div#news_page div.highlight div.image img {
	border: 1px solid #fff;
	width: 100px;
	height: 100px;
}
/* Nieuws bericht */
div#news_message p.date {
	background: #efefef;
	margin: 1px 0 18px 0;
	padding: 5px 10px;
	color: #777;
	width: 460px;
}
div#news_message h2.title {
	margin-bottom: 9px;
}
div#news_message div.image {}
div#news_message div#news-image {
	border: none;
}
div#news_message div.image img {}
div#news_message p.back {
	margin-top: 18px;
}
/* Nieuws archief */
div#news_archive ul li {
	color: #8c8c8c;
	margin-bottom: 5px;
}
div#news_archive ul, div#news_page ul {
	margin: 5px 0 18px 0;
}
div#news_archive ul.months li {
	margin: 0;
	background: none;
	padding: 0;
}
div#news_archive ul.months li a, div#news_page p.archive a {
	text-transform: capitalize;
	display: block;
	background: #e7e7e7;
	color: #4a4a4a;
	text-decoration: none;
	padding: 5px 10px;
	margin-bottom: 1px;
	font-weight: bold;
}
div#news_page p.archive a {
	text-transform: none;
}
div#news_archive ul.months li a:hover, div#news_page p.archive a:hover {
	background: #bf0000;
	color: #fff;
}

/* Contactformulier */
span.rood, div.mailer_ext div.message p {
	color: #bf0000;
}
div.mailer_ext div.message {
	cursor: pointer;
	display: block;
	background: #fff;
	margin-bottom: 18px;
}
div.mailer_ext div.message ul, div.mailer_ext p {
	margin: 0;
}
div.mailer_ext div.message br {
	display: none;
	visibility: hidden;
}
div.mailer_ext label {
	display: block;
	float: left;
	width: 110px;
}
div.mailer_ext input.text, div.mailer_ext textarea, div.mailer_ext input.error {
	margin-bottom: 3px;
	padding: 2px 3px;
	width: 180px;
	border: 2px solid #e0e0e0;
}
div.mailer_ext input.error {
	border-color: red;
}
div.mailer_ext input.versturen {
	text-transform: capitalize;
	width: auto;
}
div.mailer_ext img#coms_captcha_image {
	border: 2px solid #e0e0e0;
	margin: 6px 0;
	padding: 2px 3px;
}

/* Recent werk */
div.recent_werk, div.recent_werk_odd {
	float: left;
	width: 150px;
}
div.recent_werk_odd {
	margin: 0 10px;
}
div.recent_werk p, div.recent_werk_odd p {
	margin: 5px 0 0 0;
}
div.recent_werk div.highlight, div.recent_werk_odd div.highlight {
	margin-top: 5px;
}
div.recent_werk div.highlight div.image, div.recent_werk_odd div.highlight div.image {
	width: 148px;
	height: 80px;
	/* border: 1px dotted #000; */
	border: 1px solid #aaa;
	margin-bottom: 10px;
}

/* Afbeeldingen galerij */
div#gallery_page {}
div#gallery_page div.image {
	float: left;
	margin: 0 5px 15px 10px;
	/* border: 1px dotted #000; */
	border: 1px solid #aaa;
	width: 80px;
	height: 80px;
}
div#gallery_page div#image_gallery_navigation {
	background: #e7e7e7 url(images/background_navigation.gif) repeat-x;
	margin-top: 10px;
	height: 36px;
	padding: 0;
}
div#gallery_page div#image_gallery_navigation p {
	float: left;
	margin: 0;
	height: 16px;
	padding: 10px;
}
div#gallery_page div#image_gallery_navigation img {
	float: left;
}
div#gallery_page div#image_gallery_navigation img.right {
	float: right;
}
div#gallery_page div#image_gallery_navigation a {
	margin-right: 10px;
	color: #4a4a4a;
	text-decoration: none;
}
div#gallery_page div#image_gallery_navigation a:hover {
	text-decoration: underline;
}
div#gallery_page div#image_gallery_navigation a.active {
	color: #bf0000;
}
div#gallery_page div#image_gallery_navigation a.active:hover {
	text-decoration: none;
}

/* Portfolio highlight */
div#portfolio_highlight h2 {
	margin-bottom: 9px;
}
div#portfolio_highlight div.element {
	width: 290px;
	margin: 0 0 15px 0;
	border: 1px solid #aaa;
	position: relative;
}
div#portfolio_highlight div.element img {
	width: 290px;
	height: 160px;
}

/* Blog highlight */
div#blog_highlight h2 {
	margin-bottom: 9px;
}
div#blog_highlight div.element,
div#blog_highlight div.element_hover {
	width: 334px;
	margin-bottom: 15px;
	border: 2px solid #e0e0e0;
	padding: 1px;
	position: relative;
}
div#blog_highlight div.element_hover {
	border-color: #bf0000;
}
div#blog_highlight div.element img,
div#blog_highlight div.element_hover img {
	width: 334px;
	height: 167px;
}

/* Enlarge image */
a#enlarge_mag {
	background: url(images/enlarge.gif) no-repeat;
	width: 140px;
	height: 26px;
	border: none;
	z-index: 10;
	text-decoration: none;
	display: block;
	margin: 9px 0;
}
a#enlarge_mag:hover {
	background: url(images/enlarge_hover.gif) no-repeat;
}

/* Swah weergave */
div#swah_view, div.swah_view {
	padding-bottom: 20px;
}
div#swah_view div.image, div.swah_view div.image {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #aaa;
	width: 80px;
	height: 80px;
}
div#swah_view p.archive a, div.swah_view p.archive a {
	text-transform: capitalize;
	display: block;
	background: #e7e7e7;
	color: #4a4a4a;
	text-decoration: none;
	padding: 5px 10px;
	width: 150px;
	margin-bottom: 1px;
	font-weight: bold;
	text-transform: none;
	margin-top: 10px;
	float: left;
}
div#swah_view p.archive a:hover, div.swah_view p.archive a:hover {
	background: #bf0000;
	color: #fff;
}

/* Google maps */
div.google_maps_container {
	width: 100%;
	height: 300px;
	/* border: 1px dotted #000; */
	border: 1px solid #aaa;
}
div#google_maps_navigation {
	margin-top: 18px;
}
div#google_maps_wrapper input {
	margin-bottom: 3px;
	width: 180px;
}
div#google_maps_wrapper input.versturen {
	text-transform: capitalize;
	width: auto;
}

/* Pasfoto */
div#pasfoto {
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
	border: 2px solid #e0e0e0;
	width: 296px;
	margin-bottom: 18px;
	height: 252px;
}
div#pasfoto img {
	border: 1px solid #fff;
	width: 294px;
	height: 250px;
}

/* Tekenaars of opdrachtgevers weergave */
div.artist {
	margin-bottom: 18px;
	padding-top: 18px;
	border-top: 1px dotted #000;
}
div.artist p {
	padding-right: 10px;
}
div.artist div.profile {
	float: left;
	width: 180px;
	margin-right: 20px;
}
div.artist div.profile div.image {
	width: 176px;
	height: 80px;
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
	border: 2px solid #e0e0e0;
}
div.artist div.profile div.image img {
	border: 1px solid #fff;
}
div.artist div.profile h2.name {
	margin-top: 5px;
	text-align: center;
}
div.artist div.profile h2.name a {
	text-decoration: none;
	color: #000;
}
div.artist div.profile h2.name a:hover {
	color: #bf0000;
}
div.artist div.images {
	float: right;
	width: 542px;
	overflow: hidden;
}
div.artist div.images div.inner {
	width: 552px;
}
div.artist div.images img {
	float: left;
	width: 80px;
	height: 80px;
	/* border: 1px dotted #000; */
	border: 1px solid #aaa;
	margin: 0 10px 10px 0;
}
div.artist div.images p {
	text-align: right;
	margin: 0;
}

/* Mailer ext  page */
/* Mailer_ext_page */
body#mailer_ext_page_body {
	background: none;
	background: #fff;
	padding: 25px;
	font: 12px/22px Arial, sans-serif;
	color: #646464;
}
body#mailer_ext_page_body a {
	color: #7e99b2;
	border-bottom: 1px dotted #7e99b2;
	text-decoration: none;
}
body#mailer_ext_page_body a:hover {
	color: #4e6b84;
	border-bottom: 1px dotted #4e6b84;
}
body#mailer_ext_page_body h1 {
	display: block;
	font: 20px "Lucida Sans Unicode", sans-serif;
	color: #4e6b84;
	margin: 0 0 22px 0;
	font-weight: normal;
	font-style: normal;
	padding: 0;
}
body#mailer_ext_page_body div#login {
	background: #fff;
	margin: 20px auto;
	padding: 22px 30px;
	border: 1px solid #ccc;
	background: #fff;
	width: 300px;
}

/* Main container */
table#mailer_ext_page {
	border: 1px solid #aaa;
	background: #fff;
	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: #4e6b84;
}

/* De tabel */
table#mailer_ext_page table#records {
	width: 100%;
	border: none;
}
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;
	white-space: nowrap;
	background: #fff;
	font: 14px/22px "Lucida Sans Unicode", sans-serif;
	color: #fff;
	padding: 5px;
	background: url(modules/mailer_ext/images/mailerpage_heading.gif) repeat-x;
	border-left: 1px solid #fff;
}
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 td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table#mailer_ext_page table#records td.attributes {
	white-space: nowrap;
}
table#mailer_ext_page p.back {
	margin: 22px 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;
}

/* Flash */
div.movie {
	margin: 0;
}

/* Lightwindow 2 */
span.author {
	display:none;	
}
span#author {		
	
	float:right;
	margin-right:10px;
}

span.imageType {
	display:none;	
}
span#imageType {	
	
	
	float:right;
	margin-right:10px;
}
div#lightwindowDescription p {
	margin:0px;
}
div#lightwindowTitlebar {
	font-size: 14px; 
	font-weight: bold;
}
div#lightwindowPrevious {
	background:url(images/prev.png) no-repeat;
	background-position:0% 50%;
}

div#lightwindowNext {
	background:url(images/next.png) no-repeat;
	background-position:100% 50%;
}
a#lightwindowTitlebarClose {
	color: #fff;
}

/* Commentaar */
div#comments {
	margin-bottom: 18px;
	display: none;
	border-top: 2px solid #dadada;
}
div#comments p.close {
	margin: 18px 0;	
	float: right;
}
div#comments h2 {
	margin: 18px 0;	
}
div#comments h2#comments_titel {
	float: left;
}
div#comments p {
	margin: 0;
}
div#comments form#comments_form {}
div#comments label {
	display: block;
	float: left;
	width: 110px;
}
div#comments input {
	margin-bottom: 3px;
	padding: 2px 3px;
	width: 180px;
}
div#comments input.text, div#comments textarea.text {
	border: 2px solid #e0e0e0;
}
div#comments textarea {
	width: 180px;
	padding: 2px 3px;
}
div#comments input.versturen {
	width: auto;
}
div#comments img#coms_captcha_image {
	border: 2px solid #e0e0e0;
	margin: 6px 0;
	padding: 2px 3px;
}
div#comments input.error, div#comments textarea.error {
	border: 2px solid red;
}
div#comments div.bericht {
	margin: 18px 0;
}
div#comments div.bericht h3 {}
div#comments div.bericht p {}
div#comments div.bericht p.date {}
div.hidden {
	display: none;
}

/* New links */
.fs_inhoud, .n-msg, #results-heading {
	font-size: 12px;
}
.fs_inhoud a, .addthis_toolbox a {
	text-decoration: none;
	color: #4a4a4a;
}
.fs_inhoud a:hover, .addthis_toolbox a:hover {
	text-decoration: underline;
}

/* Comic reeks */
p.random-comic {
	text-align: center;
}

/* Zoekpagina */
#search-page form {
	background: #efefef;
	padding: 10px;
	margin-bottom: 18px;
}
#search-page form .text {
	width: 380px;
}
#search-page form .button {
	width: 60px;
}
#search-page .image {
	float: left;
	width: 102px;
	height: 102px;
	background: #f0f0f0 center center url(images/ajax-loading.gif) no-repeat;
	border: 2px solid #e0e0e0;
	margin-right: 18px;
	display: block;
}
#search-page .image:hover {
	border-color: #bf0000;
}
#search-page .image img {
	border: 1px solid #fff;
	width: 100px;
	height: 100px;
}
#search-page .element {
	margin-bottom: 18px;
}
#search-page .date {
	color: #8c8c8c;
	margin-bottom: 5px;
}
#search-page h2 a {
	color: #000;
	text-decoration: none;
}
#search-page p {
	margin-top: 5px;
}
#search-page h2 a:hover {
	color: #bf0000;
}
/* Pagina navigatie */
#page-navigation {
	background: #efefef;
	height: 30px;
	position: relative;
	width: 470px;
}
#page-navigation div {
	position: absolute;
	top: 5px;
	width: 156px;
	padding: 0 10px;
}
#page-navigation .left {
	left: 0;
}
#page-navigation .middle {
	left: 157px;
	text-align: center;
}
#page-navigation .right {
	right: 0;
	text-align: right;
}