/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: white url(../img/body-bg.png) repeat-y 50% 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

a {
	text-decoration: none;
	color: #9F8E31;
}

a:hover {
	color: #5F5000;
}

blockquote {
	margin: 10px 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-style: italic;
	color: #918B69;
}

h1 {
	margin: 0 0 14px;
	font-size: 22px;
}

h2 {
	margin: 0 0 12px;
	font-size: 20px;
}

h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

h4 {
	margin: 0 0 4px;
	font-size: 16px;
}

h5 {
	margin: 0 0 2px;
	font-size: 14px;
}

h6 {
	margin: 0;
	font-size: 12px;
}

img {
	border: 0;
}

ol, ul {
	margin: 10px 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

object, embed {
	display: block;
	outline: none;
}

p {
	margin: 0 0 20px;
	line-height: 160%;
}

p.intro {
	font-size: 14px;
	color: #999;
}


/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
	border-collapse: collapse;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

thead td {
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form ul li {
	margin: 0 0 5px;
}

form ul li.indent {
	padding-left: 110px;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	padding: 4px;
	width: 230px;
	border: 1px solid #DDD;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

input.small {
	width: 60px;
}

input.medium {
	width: 150px;
}

input.focus {
	color: #333 !important;
}

input.wsv-error {
	border-color: #B12543;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 110px;
}

textarea {
	padding: 4px;
	width: 230px;
	height: 100px;
	border: 1px solid #DDD;
	font: 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#cloud-wrapper {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../img/cloud-bg.jpg) no-repeat 50% 0;
}

#grass-wrapper {
	position: absolute;
	width: 100%;
	height: auto !important; /* Footer sticks to window bottom with height 100% only */
	height: 100%;
	min-height: 100%;
	background: url(../img/grass-bg.jpg) no-repeat 50% 100%;
}

#wrapper {
	margin: 0 auto 80px auto;
	width: 940px;
}

#main {
	margin-right: 20px;
	width: 700px;
}

#header {
	position: relative;
	height: 95px;
}

#sidebar {
	float: right;
	padding-bottom: 100px;
	width: 220px;
}

#content-wrap {
	width: 700px;
}

#content-head {
	width: 700px;
	height: 175px;
}

#content-body {
	padding: 0 10px;
	width: 680px;
	background: url(../img/content-sprite.png) repeat-y;
}

#content {
	padding: 15px 20px 0;
	width: 360px;
}

#content-span {
	padding: 15px 20px 0;
	width: 490px;
	overflow: hidden;
}

#content-span #inner-content {
	width: 500px;
}

#imagebar {
	margin-top: -40px;
	width: 130px;
}

#content-foot {
	height: 40px;
	background: url(../img/content-sprite.png) no-repeat -700px 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: white;
	color: #888;
}

.column {
	float: left;
}

.clear:after {
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
	clear: both;
}

#portal #cloud-wrapper {
	background: none;
}

#portal #wrapper {
	width: 100%;
	overflow: hidden;
}

#portal #inner-wrapper {
	margin: 0 auto;
	width: 950px;
}

#portal #clouds {
	position: absolute;
	margin: 0 auto;
	left: -165px;
	width: 1280px;
	height: 230px;
	z-index: 5;
}

#portal #logo {
	position: absolute;
	float: right;
	margin: 0;
	top: -50px;
	right: 0;
	width: 450px;
	height: 300px;
	background: url(../img/portal-logo.png) no-repeat;
	z-index: 10;
}

#portal-navigation {
	position: relative;
	width: 950px;
	height: 550px;
	z-index: 15;
}

/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#leafs {
	position: absolute;
	top: 0;
	left: -95px;
	width: 363px;
	height: 175px;
	background: url(../img/leafs.png) no-repeat;
	z-index: 5;
}


/**
 * SIDEBAR ELEMENTS
 * ----------------------------------------
 */

#logo {
	position: relative;
	display: block;
	margin: 25px -10px 20px 0;
	width: 230px;
	height: 107px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}


/* Block */

.block {
	margin: 0; /* Fixes IE negative margin issue */
	width: 220px;
}

.block .block-head {
	margin: 0 -10px;
	padding: 20px 15px 0 20px;
	width: 205px;
	height: 30px;
	background: url(../img/block-sprite.png) no-repeat;
	font-size: 18px;
	color: white;
}

.block .block-body {
	margin: 0 -10px;
	padding: 0 20px;
	width: 200px;
	background: url(../img/block-sprite.png) no-repeat 0 -40px;
	overflow: hidden;
	color: white;
}

.block .block-foot {
	margin: 0 -10px;
	padding: 0 20px 10px;
	width: 200px;
	height: 30px;
	background: url(../img/block-sprite.png) no-repeat 0 100%;
}


/* News block */

#news ul {
	padding: 0 10px;
	width: 220px;
	list-style: none;
}

#news ul li {
	margin-top: 2px;
}

#news ul li a {
	display: block;
	padding: 2px 12px;
	width: 196px;
	background-color: #3099D2;
	color: white;
}

#news ul li a:hover {
	background-color: #038FD1;
}


/* Newsletter block */

#newsletter .block-head {
	background-position: -240px 0;
}

#newsletter .block-body {
	background-position: -240px -40px;
}

#newsletter .block-foot {
	padding: 5px 20px 15px;
	height: 35px;
	background-position: -240px 100%;
	text-align: center;
}

#newsletter ul {
	padding: 0 10px;
	width: 220px;
}

#newsletter ul li {
	margin-bottom: 2px;
	padding: 1px 12px;
	width: 196px;
	background-color: #D3DD48;
}

#newsletter .indent {
	width: 75px;
}

#newsletter input {
	vertical-align: middle;
}

#newsletter .text {
	padding: 2px;
	width: 110px;
	border: 0;
}

#newsletter .wsv-error {
	padding: 1px 2px;
	width: 110px;
	border: 1px solid #B12543;
}

#newsletter-submit {
	width: 85px;
	height: 35px;
	background: url(../img/send-button-sprite.gif) no-repeat;
	border: 0;
	cursor: pointer;
}

#newsletter-submit:hover {
	background-position: 0 -35px;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

#content-head img {
	display: block;
}


/* Content navigation */

#content-navigation {
	margin: 20px 0 0;
	padding: 0;
	width: 150px;
	list-style: none;
}

#content-navigation li a {
	display: block;
	padding: 0 10px 0 20px;
	width: 120px;
	color: #625F4C;
}

#content-navigation li a:hover {
	background-color: #CAC191;
}

#content-navigation li.selected a {
	background-color: #856F4C !important;
	font-weight: bold;
	color: white;
}

#content-navigation .subnav {
	display: none;
	margin: 0;
	padding: 3px 0;
	list-style: none;
	background-color: #A29264;
}

#content-navigation .selected .subnav {
	display: block;
}

#content-navigation .subnav li a {
	background-color: transparent !important;
	font-size: 11px;
	font-weight: normal;
}

#content-navigation .subnav li a:hover,
#content-navigation .subnav li.selected a {
	font-weight: bold;
}


/* Imagebar */

#imagebar img {
	position: relative;
	margin: -25px -26px 0 0;
}


/* Articles */

.article {
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.article-thumb {
	display: block;
	float: left;
	margin-right: 20px;
	width: 95px;
}

.article-thumb img {
	display: block;
}

.article-body {
	float: left;
	width: 360px;
}

.article-body h2 {
	margin: 0 0 5px;
	font-size: 16px;
}

.article-body h2 a {
	color: #4F4300;
}

.article-body h2 a:hover {
	color: #1F1A00;
}

.article-body p {
	margin: 0 0 5px;
}


/* Archive table */

#archive-table {
	margin: 20px 0 0;
}

#archive-table th,
#archive-table td {
	padding: 5px 0;
	border: 0;
	font-weight: normal;
	text-align: left;
	color: #9F8E31;
}

#archive-table td {
	padding-left:0px;
}

#archive-table th {
	width:115px;
	font-size: 12px;
	font-weight:bold;
	margin:0px;
	vertical-align:top;
}

#archive-table .datum {
	width: 115px;
	text-align: center;
	vertical-align: center;
	border-top: 1px solid #856F4C;
	border-bottom: 1px solid #856F4C;
}

#archive-table .overzicht {
	font-size: 14px;
	vertical-align: top;
	border-top: 1px solid #856F4C;
	border-bottom: 1px solid #856F4C;
}
#archive-table th span {
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	color: #9F8E31;
	width: 100px;
	float: left;
	}
#archive-table .datum span.maandjaar {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	width: 100px;
	color: #9F8E31;
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
	}
#archive-table .datum .dt {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100px;
	height: 110px;
	margin-left: 7px;
	background: url(../img/agenda2.jpg) no-repeat;
	}


#archive-table td .titel {
	color: #4F4300;
	text-align: left;
	margin-left: 10px;
	font-style: italic;
	font-size: 16px;
	float:left;
	width: 95px;
	height: 95px;
	font-weight: bold;
	}
	
#archive-table td .titel:hover   {
	text-align: left;
	margin-left: 10px;
	color: #1F1A00;
	font-style: italic;
	font-size: 16px;
	}
#archive-table td .text {
	font-size: 12px;
	margin-left: 10px !important;
	margin-top: 10px !important;
	color: black;
	font-family: arial;
	}
#archive-table td .leesverder a {
	margin-left: 10px;
	font-size: 12px;
	color: #9F8E31;
	}
#archive-table td .leesverder:hover a {
	margin-left: 10px;
	font-size: 12px;
	color: #5F5000;
	}

#date-table {
	margin: 0px 0 0;
	border-top: 1px solid #9F8E31;
}

#date-table th,
#date-table td {
	padding: 5px 0;
	border: 0;
	font-weight: normal;
	text-align: left;
	color: #9F8E31;
}

#date-table th {
	width: 170px;
}

#date {
	margin-bottom: -1px;
	font-size: 11px;
	color: #9F8E31;
	}
#archive-table .overzicht p{
	margin: 0px;
	}

/* Albums */

.album {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 240px;
	height: 95px;
	background: url(../img/album-sprite.gif) no-repeat;
}

.album:hover {
	background-position: 0 -95px;
}

.album img {
	display: block;
	float: left;
}

.album-body {
	position: relative;
	display: block;
	float: left;
	padding: 10px 15px 30px 10px;
	width: 130px;
	height: 55px;
}

.album-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #4F4300;
}

.album:hover .album-title {
	color: #1F1A00;
}

.album-photo-count {
	position: absolute;
	display: block;
	bottom: 10px;
	color: white;
}


/* Album thumbnails */

.album-thumb {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 95px;
	height: 95px;
}

.album-thumb img {
	display: block;
}


/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

#inner-footer {
	position: relative;
	margin: 0 auto;
	width: 940px;
	height: 50px;
}


/* Direct boeken */

#book {
	position: relative;
	display: block;
	float: left;
	margin: -10px 30px 0 0;
	width: 100px;
	height: 60px;
	background: url(../img/book-button-sprite.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
}

#book:hover {
	background-position: 0 -60px;
}


/* Footer navigation */

#footer-navigation {
	float: left;
	padding: 0 20px;
	width: 690px;
	height: 50px;
}

#footer-navigation ul {
	float: left;
	margin: 0;
	padding: 17px 0 0;
	height: 33px;
	list-style: none;
}

#footer-navigation ul li {
	float: left;
	margin-right: 15px;
}

#footer-navigation ul li a {
	color: #C5CF19;
}

#footer-navigation ul li a:hover {
	color: #979F13;
}

#footer-navigation ul li.odd a {
	color: #375A12;
}

#footer-navigation ul li.odd a:hover {
	color: #1D2F09;
}


/* Message */

#message {
	position: relative;
	float: left;
	margin-top: -150px;
	width: 210px;
	height: 200px;
	/*background: url(../img/message-bg.png) no-repeat;*/
}

#fluister{
	margin: 0 -5px;
}

/* Webshop */
.article {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 480px;
}
.sarticle {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 100%;
	border:0px solid black;
	clear:both;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
.simage {
width: 100px;
border: 0px solid black;
margin-top: 5px;
}
.sprice {
border: 0px solid black;
float:right;
clear:both;
}

.sartice p {
border: 0px solid black;
margin-right: 10px;
}

div.webshop {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #CFCBB7;
	width:100%;
}

.prijs {
	display: -moz-inline-box;
	display: inline-block;
	background: url(../img/label.png) no-repeat;
	color: #333333;
	width: 62px;
	height: 18px;
	text-align:center;
	line-height: 18px;
	margin-right: 8px;
}

form.bestelform {
	width: 400px;
}

form.bestelform label {
	width: 120px;
	display: block;
	float:left;
}

form.bestelform li {
float:left;
}

form.bestelform input {
	display: block;
	float:left;
}

input.large {
	width: 270px;
}

input.medium {
	width: 200px;
}

input.small {
	width: 50px;
}

form.bestelform label.price {
	font-weight:bold;
	width: 200px;
}

fieldset.wsv-error {
	padding: 0 5px 0 0;
	background-color: #FFBABA;
}

input[type="text"].wsv-required,
input[type="password"].wsv-required,
textarea.wsv-required {
}

input[type="text"].wsv-error,
input[type="password"].wsv-error,
textarea.wsv-error {
	background-color: #FCF2F2;
	border-color: #C00;
}

select.wsv-error {
	background-color: #FAE5E5;
	border: 1px solid #C00;
}

h2.item-archive { 
	margin-top: 10px;
}

table#archive-table {
	margin-top: 0px;
}

#agenda-table {
	margin: 20px 0 0;
}

#agenda-table th,
#agenda-table td {
	padding: 10px 0;
	border: 0;
	font-weight: normal;
	text-align: left;
	color: #9F8E31;
}

#agenda-table td {
	padding-left:0px;
}

#agenda-table th {
	width:115px;
	font-size: 12px;
	font-weight:bold;
	margin:0px;
	vertical-align:top;
}

#agenda-table .datum {
	width: 115px;
	text-align: center;
	vertical-align: center;
	border-top: 1px solid #856F4C;
	border-bottom: 1px solid #856F4C;
}

#agenda-table .overzicht {
	font-size: 14px;
	padding-top: 12px;
	vertical-align: top;
	border-top: 1px solid #856F4C;
	border-bottom: 1px solid #856F4C;
}
#agenda-table th span {
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	color: #9F8E31;
	width: 100px;
	float: left;
	}
#agenda-table .datum span.maandjaar {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	width: 100px;
	color: #9F8E31;
	margin-bottom: 0px;
	margin-top: 10px;
	float: left;
	}
#agenda-table .datum .dt {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100px;
	height: 110px;
	margin-left: 7px;
	background: url(../img/agenda2.jpg) no-repeat;
	}


#agenda-table td .titel {
	color: #4F4300;
	text-align: left;
	margin-left: 10px;
	font-style: italic;
	font-size: 16px;
	width: 100%;
	height: 25px;
	font-weight: bold;
	}
	
#agenda-table td .titel:hover   {
	text-align: left;
	margin-left: 10px;
	color: #1F1A00;
	font-style: italic;
	font-size: 16px;
	}
#agenda-table td .text {
	font-size: 12px;
	margin-left: 10px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: black;
	font-family: arial;
	}

#agenda-table td .leesverder {
	margin-bottom:0px;
}	
	
#agenda-table td .leesverder a {
	margin-left: 10px;
	font-size: 12px;
	color: #9F8E31;
	}
#agenda-table td .leesverder:hover a {
	margin-left: 10px;
	font-size: 12px;
	color: #5F5000;
	}
	
h2.agenda-overig {
margin-bottom: 5px;
margin-top:20px;
}

div.video {
	width: 400px;
	float:left;
}

div.video a {
	float:left;
	margin-right: 10px;
	margin-top: 5px;
}

div.video h2 {
	float:left;
}
div.video p {
	float:left;
	width: 260px;
}