/*
	<PROJECT>
	@copyright	In2Red
	@author		tom@in2red.be
*/



/**
 * CLEAR & FIXES
 * _____________________________________________
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: #23211d;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

body{
	font-family: Arial, sans-serif;
	font-size:12px;
	background:#272521 url(../images/layout/bg.png) center top repeat-x;
}

h1 {
	font-size: 24px;
	font-weight:normal;
	color:#000;
}

h2 {
	font-size: 18px;
	font-weight:normal;
	color:#23211d;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-bottom:20px;
	background:url(../images/layout/h2-bg.gif) left 5px no-repeat;
	margin-left:-45px;
	padding-left:45px;
}

h3 {
	font-size: 15px;
	font-weight:normal;
	color:#23211d;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-bottom:10px;
}

h4 {
	font-size: 14px;
	font-weight:bold;
	color:#000;
}

h5 {
	font-size: 12px;
	font-weight:normal;
	color:#339933;
}

p {
	font-size: 12px;
}

strong{font-weight:700; color:#82B35E;}

a{
	color: #7eac5b;
	text-decoration:none;
}

em{font-style:italic;}

a:hover{
	color: #7eac5b;
	text-decoration:none;
}

.clear{clear:both;}
.hidden{display:none;}

.alignright{text-align:right;}
.alignleft{text-align:left;}
.aligncenter{text-align:center;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

span.form-error {
	padding: 2px 0;
	font-size: 13px;
	display: block;
	color: #CC0000;
	margin-left:148px;
}

hr{
	width:570px;
	height:1px;
	border:#d9e2d1 solid 1px;
	margin-left:0px;
	margin-bottom:0px;
	
	margin-top:0px;
	margin-bottom:20px;
}




/**
 * WRAPPERS & STRUCTUUR
 * _____________________________________________
 */

#containerWrapper{
	width:949px;
	margin:0 auto;
	
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -55px;
	background:url(../images/layout/containerwrapper-bg.gif) no-repeat top left;
}

div.push {
	height:55px;
}



#headerTop{
	height:53px;
	border-bottom:#82b35e solid 6px;
}

#containerFooter{
	width:949px;
	padding:0 15px;
	margin:0 auto;
}

#content #left {
	position:absolute;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

#content #inhoud {
	padding: 0;
	padding: 0 0px 0 66px;
	margin: 0 263px 0 0px;
	padding-bottom:20px;
}

#pg_possibilities #content #inhoud,#pg_themes #content #inhoud {
	padding: 0;
	padding: 0 0px 0 66px;
	margin: 0 25px 0 0px;
	padding-bottom:20px;
}

#footerWrapper{

}

#footerWrapper div#footerStandardPage,#footerWrapper div#footerHomePage{
	margin:0 auto;
	width:949px;
	background:url(../images/layout/footer-bg.jpg) no-repeat top left;
	height:55px;
}

#right {
	float: right;
	position: relative;
	width: 214px;
	margin: 0;
	padding: 0;
	margin-top:20px;
	margin-right:25px;
}

#containerWrapperBottom {
}

div#inhoud { 
	min-height:500px;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}


/**
 * GENERAL & HEADER
 * _____________________________________________
 */

#headerTop h1 a{
 	width: 348px;
	height: 56px;
	background-color:#fff;
	position: absolute;
	margin:0px;
	padding:0px;
	margin-left:0px;
 	background: transparent url(../images/layout/logo.png) no-repeat top left;
	text-indent: -9999px;
	
	margin-top:16px;
}

ul.sitemap ul{margin-left:15px; margin-bottom:20px; list-style:square; color:#646ca3;}
ul.sitemap{margin-left:30px; list-style:square; color:#0099CC;}
ul.sitemap li{padding:2px 0;}
ul.sitemap li ul li a {font-weight: normal;}
ul.sitemap li ul li ul li a {font-style: italic;}


/**
 * CONTENT CONTAINERS
 * _____________________________________________
 */
 
#inhoud a{text-decoration:none;}
#inhoud a:hover{text-decoration:underline;}
#inhoud p{
	line-height:19px;
	margin:0px;
	padding:0px;
	padding-bottom:20px;
}

#inhoud p.intro{font-weight:700;}
#inhoud small{color:#009999; font-size:10px;}

#inhoud ul{
	list-style:disc;
	margin-left:18px;
	margin-bottom:20px;
}

#inhoud ol{
	list-style:decimal;
	margin-left:23px;
	margin-bottom:10px;
}

#inhoud ul li{
	margin-bottom:10px;
}

#inhoud ul.nolist,#inhoud ol.nolist{
	list-style:none;
	margin:0px;
}

#inhoud ul.nolist li #inhoud ol.nolist {
	margin-bottom:0px;
}


#inhoud #contentBox a{
	text-decoration:underline;
}

#inhoud #contentBox a:hover{
}

#peterselie{
	width:113px;
	height:99px;
	background: transparent url(../images/layout/peterselie.png) no-repeat top left;
	position:absolute;
	margin-left:890px;
}



#possibilities{
	background-color:#ccc;
}

#possibilities li{
	float: left;
	list-style-type: none;
	width:260px;
	margin-right:20px;
	height:240px;
	
}

#possibilities li h3 a{
	font-size: 13px;
	font-weight:normal;
	color:#23211d;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration:none;
}

#possibilities li .possibilityImg img{
	border:#e8e8e7 solid 1px;
	background-color:#fff;
	padding:6px;
}

#possibilities li .possibilityImg:hover img{
	background-color:#DEE4D8;
}


#content-left{
	width:420px;
	float:left;
}

#content-right{
	width:133px;
	float:right;
}


#contentBox table{
	width:99%;
}

#contentBox table thead td{
	background-color:#82B35E;
}

#contentBox table thead td h3{
	color:#fff;
}

#contentBox table td{
	padding:10px;
	border:#fff solid 1px;
}

#contentBox table.tbl2 td{
	padding:10px;
	border:none;
	text-align:center;
}

#contentBox table#workshops{
	font-family:Georgia,Times New Roman,Times,serif;
	font-size:13px;
}

#contentBox table#workshops td{
	padding:12px 10px;
	border:none;
	border-top:#fff solid 1px;	
	background-color:#e9e8e6;
}

#contentBox table#workshops tr.content_ td{
	border-top:none;
	font-style:italic;
	color:#8F8F8F;
	padding:0px 10px 25px 10px;
}

#contentBox table#workshops tr.archive td{
	color:#8F8F8F;
	font-size:12px;
	padding:10px 10px;
}


p.centertext{
	test-align:center;
}

.redbox{
	color:#fff;
	background-color:#CF2B22;
	padding:2px 5px;
}

.greenbox{
	color:#fff;
	background-color:#CF2B22;
	padding:2px 5px;
}

a.greenbackground{
	background-color:#82B35E;
	color:#fff;
	padding:2px 5px;
	text-decoration:none;
}

a.recept-van-de-maand{
	position:absolute;
	margin-top:147px;
	margin-left:23px;
}

img.whiteborder{
	border:#e8e8e7 solid 1px;
	background-color:#fff;
	padding:3px;
}

img.paddingright{
	border:#e8e8e7 solid 1px;
	background-color:#fff;
	padding:3px;
	margin-right:5px;
	margin-bottom:5px;
}

img.paddingleft{
	border:#e8e8e7 solid 1px;
	background-color:#fff;
	padding:3px;
	margin-left:5px;
	margin-bottom:5px;
}

img.paddingleftright{
	border:#e8e8e7 solid 1px;
	background-color:#fff;
	padding:3px;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:5px;
}

#contentBox ul.inside{
	list-style-position:inside;
}

.photos{
	float:left;
	margin:5px 4px 5px 0px;;
}

.photos img{
	background-color:#fff;
	padding:3px;
}

#inhoud .quote{
	background:#e7e7e7 url(../images/layout/quotes3.jpg) right top no-repeat;
	border:#d2d2d2 solid 1px;
	margin-bottom:20px;
}

#inhoud .quote p{
	padding:0px;
	margin:0px;
	color:#5c5a58;
	font-size:12px;
	padding:16px 25px;	
	line-height:18px;
}

#inhoud .quote p span{
	color:#b5b5b5;
	font-style:italic;
	font-size:10px;
}

#inhoud .quote2 p{
	padding:0px;
	margin:0px;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#5c5a58;
	font-size:14px;
	padding:0px 60px 20px 25px;	
	line-height:28px;	
}

#inhoud .quote2 p span{
	color:#b5b5b5;
	font-style:italic;
	font-size:12px;
}




/**
* FOOTER
* _____________________________________________
*/


#footerWrapper #footerHomePage p{
	text-align:right;
	padding:0px 25px;
	color:#8e8e8e;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:11px;
}


#footerWrapper #footerHomePage p a{
	color:#8e8e8e;
}

#footerWrapper #footerHomePage p a.credit{
	color:#7EAC5B;
}




 /**
 * NAVIGATION
 * _____________________________________________
 */

 
#left .links{
	width:170px;
	position:absolute;
	margin-top: 19px;
}


#left .links dl{
	margin: 0;
	padding: 0;
}

#left .links dt {
	background: #999999;
	color: #fff;
	padding-left: 12px;
	margin-bottom:3px;
	padding-top:0px;
	padding-bottom: 1px;
}

#left .links dd {
	margin: 0;
	padding: 0 0 0px 12px
}

#left .links a {
	color: #666666;
	text-decoration: none;
}

#left .links a:hover {
	text-decoration:none;
}

#left .links ul {
	font-size: 9px;
	list-style: none;
	margin: 5px 0 0;
	border-top:#999 solid 1px;
	padding: 5px 0 0 12px
}


 
#left #subNav{
	width:170px;
	border-top:#7f7f7f solid 1px;
}


#left #subNav a{
	display:block;
	border-bottom:#7f7f7f solid 1px;
	padding:5px 20px;
	text-decoration:none;
	color:#363636;
}


#left #subNav dd.sub1 a span{
	padding-left:15px;
	display:block;
	color:#363636;
}


#left #subNav a:hover, #left #subNav a.active,#left #subNav a.active:hover{
	color:#fff;
	padding:5px 20px;
	background-color: #dd0915;
}

#left #subNav .sub1 a:hover, #left #subNav dd.sub1 a.active,#left #subNav dd.sub1 a.active:hover,
{
	color:#fff;
	padding:5px 20px;
	background-color: #dd0915;
}

#left #subNav .sub1 a:hover span, #left #subNav dd.sub1 a.active span,#left #subNav dd.sub1 a.active:hover span{
	color:#fff;
}



#containerWrapper .menu {
	width:600px;
	height: 22px;
	z-index:999999;
	position:relative;
	margin-left:340px;
	padding-top:25px;

}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


#containerWrapper .menu li {
	float: left;
	position: relative;
	z-index: 999999;
}

#containerWrapper .menu a, .menu a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	
	padding:0px 8px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:13px;
}


* html .menu a, * html .menu a:visited, , * html .menu a:hover{
	display: block;
	float:left;
	text-align:center;
	padding-top:0px;
}

#containerWrapper .menu ul li.active a {
	color: #7eac5b;
}

#containerWrapper .menu a:hover, #containerWrapper .menu ul li.active ul a:hover{
	color: #7eac5b;
	text-align:left;
}




 /**
 * FORMS
 * _____________________________________________
 */

.gt-form {
}
.gt-form .gt-form-text, .gt-form .gt-form-textarea {
	border: 1px solid #cddcc1;
	background-color: #fff; /*F5F9EA*/
	padding: 1%;
	font-size: 108%;
	width: 98%;
}
.gt-form .gt-form-text-error, .gt-form .gt-form-textarea-error {
	border: 1px solid #cddcc1;
	border-left:3px solid #CC0000;
	background-color: #fff; /*F5F9EA*/
	padding: 1%;
	font-size: 108%;
	width: 98%;
}

.gt-form label {
	color: #23211d;
	display: block;
	margin-bottom: 3px;
}

.gt-form label.special{
	float: right !important;
	width: 252px !important;
	margin: 0 !important;
	padding 0 !important;
	display: inline;
}

.gt-form option {
	font-size: 108%;
}
.gt-form .gt-form-row {
	margin-bottom: 10px;
}

/* Auto clear the form row 
.gt-form .gt-form-row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*/

.gt-form-row {display: inline-block;}

/* Hides from IE-mac \*/
* html .gt-form-row {height: 1%;}
.gt-form-row {display: block;}
/* End hide from IE-mac */
/* End auto clearing the form row */

.gt-form .gt-form-row-inline {
	clear: left;
}
.gt-form .gt-form-row-inline label {
	width: 30%;
	margin-right: 4%;
	padding: 1% 0;
	float: left;
	display: inline;
}
.gt-form .gt-form-element-label {
	margin-bottom: 5px;
	padding-left: 3px;
}
.gt-form .gt-form-note {
	font-size: 93%;
	margin: 0 0 5px 0;
	font-style: italic;
	color: #666666;
}
.gt-form .gt-form-row-inline .gt-form-text,
.gt-form .gt-form-row-inline .gt-form-text-error {
	width: 63%;
}
.gt-form .gt-form-radio, .gt-form .gt-form-checkbox {
	margin-right: 3px;
}
.gt-form .gt-submit-btn {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
.gt-form .gt-cancel {
	line-height: 31px;
}

.gt-error {
	background-color: #cc0000;
	padding: 5px;
	color: #fff;
}
.gt-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #fff; /*F5F9EA*/
}
.gt-success {
	background-color: #6caa00;
	padding: 5px;
	color: #fff;
}

.gt-form .gt-submit-btn{
	border:#fff solid 1px;
	padding:3px 8px;
	background-color:#82B35E;
	color:#fff;
	font-family: Arial, sans-serif;
}

.gt-width-33 {
	width: 33%;
}
.gt-width-66 {
	width: 66%;
}
.gt-width-99 {
	width: 99%;
}
.gt-width-25 {
	width: 25%;
}
.gt-width-50 {
	width: 50%;
}
.gt-width-75 {
	width: 75%;
}
.gt-width-100 {
	width: 100%;
}



.gt-list-table {
	width: 99%;
}

.gt-list-table ul,.gt-list-table li{
	list-style:none;
	margin:0px;
	padding:0px;
}

.gt-list-table th {
	background-color: #E6F8DF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: #666666;
}
.gt-list-table tbody td {
	padding: 5px 10px;
	background-color: #fff;
}

.gt-list-table tbody tr.rowEven td{
	background-color:#EFFBFF;
}


.gt-list-table tbody img {
	width: 65px;
	height: 65px;
}

#inhoud .gt-list-table tbody a {
	font-weight: normal;
	color: #666;
	font-size: 11px;
}

#inhoud .gt-list-table tbody tr td > a{
	font-weight: bold;
	color:#0099CC;
}


.gt-list-table td {
	width: auto;
}
.gt-list-table th.gt-table-col-checkbox {
	width: 20px;
}



#iWorkshop dl{
	float:left;
	margin:10px 5px;
}

#iWorkshop h3 a{
	font-size:12px;
}

#iWorkshop dt{
	height:136px;
}

#iWorkshop img{
	border:#fff solid 3px;
}


.fb{
	background-color:#fff;
}
 
 
 /**
 * RIGHTPAGE
 * _____________________________________________
 */

#right ul{
	list-style:disc;
	margin-left:18px;
}

#right ul li{
	margin-top:5px;
}

#right h5{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:18px;
	margin-bottom:5px;
	color:#23211d;
}

#right p{
	line-height:18px;
}



 /**
 * HOMEPAGE
 * _____________________________________________
 */
 
 #pg_home #right{
 	margin-top:-60px;
 }
 
 #pg_home2 #right{
 	display:none;
 }
 
  #pg_home2 #inhoud{
   margin:0px;
   padding:20px 33px;
   background:url(../images/layout/home2.jpg) repeat-y 31px 0px;
}
 
 #facebook{
 	background-color:#eceff5;
 	border:#CDDCC1 solid 1px;
 	padding-bottom:10px;
 }
 
 
 #pg_home2 a.recept-van-de-maand{
 	margin-top:275px;
	 margin-left:40px;
}


#pg_home2 #contentHeaderPhoto p{
	position:absolute;
	color:#827a6a;
	margin-top:185px;
	margin-left:40px;
	line-height:18px;
}

#pg_home2 h2{
	background-image:none;
	margin-bottom:15px;
}

#pg_home2 h2 a{
	color:#23211D;
}


#h1{
	width:265px;
	float:left;
}

#h2{
	width:275px;
	margin-left:40px;
	margin-right:43px;
	float:left;
}

#h3{
	width:260px;
	float:left;
}

#h3 #newsletter{
	width: 100%;
	padding: 0 0 20px 0;
	float: left;
	display: inline;
}

#pg_home2 #newslist h2{
	background:url(../images/layout/linenews.jpg) repeat-x bottom left;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	padding-top:0px;
}

#pg_home2 #newslist dl{
	background:url(../images/layout/linenews.jpg) repeat-x bottom left;
	padding-bottom:10px;
	padding-top:15px;
}

#pg_home2 #newslist dl dd{
	margin-bottom:10px;
}

#pg_home2 #newslist dl dt{
	margin-bottom:10px;
}

#pg_home2 #newslist dl dd{
	line-height:18px;
}


span.new{
	display: inline-block;
	background-color:#EEEF59;
	font-style:italic;
	padding: 3px;
}

td span.new{
	margin: 3px 0 0 0;
}

#contentThemesBox .left{
	width:381px;
	float:left;
	margin-right:42px;
}

#contentThemesBox .right{
	padding-top:40px;
}

#pg_themes  #contentThemesBox .left h3{
	font-style:italic;
	color:#23211d;	
	font-size:19px;
}

#pg_themes .themes{
	float:left;
	width:381px;
	margin-bottom:30px;
}

#pg_themes .themespadding{
	margin-right:42px;
}

#pg_themes .themes dt{
	float:left;
	width:147px;
}
#pg_themes .themes dd {
	padding-bottom:5px;
}

#pg_themes .themes dd h3{
	text-transform:uppercase;
}

#pg_themes .themes p{
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

#pg_themes .themes dd a.book{
	color:#fff;
	background-color:#669940;
	padding:5px 6px;
	font-weight:700;
}

#pg_themes .themes dd a.book:hover{
	background-color:#81B459;
	text-decoration:none;
}

#contentThemesContactBox{
	background-color:#82b35e;
	padding:10px 0px;
}

#contentThemesContactBox h3{
	color:#ffffff;
	border-bottom:#abcc93 solid 1px;
	padding-left:15px;
	padding-bottom:5px;
}

#contentThemesContactBox p{
	color:#e9ffd9;
	padding:0px 15px 15px 15px;
	padding-bottom:5px;
}

#contentThemesContactBox a{
	color:#fff;
	background-color:#669940;
	padding:5px 6px;
	font-weight:700;
}

#contentThemesContactBox a:hover{
	background-color:#fff;
	color:#669940;
	text-decoration:none;
}



/*
{
	background-color:#82b35e;
	padding:10px 0px;
}
*/

#pg_standaard #right h3.green{
	color:#ffffff;
	background-color:#82b35e;
	border-bottom:#abcc93 solid 1px;
	padding:10px 15px;
	margin-bottom:0px;
}


#pg_standaard #right p.green{
	color:#e9ffd9;
	padding:10px 15px 15px 15px;
	padding-bottom:5px;
	background-color:#82b35e;
}

#pg_standaard #right  p.green a{
	color:#fff;
	background-color:#669940;
	padding:5px 6px;
	font-weight:700;
	display:block;
	text-align:center;
	margin-bottom:5px;
}

#pg_standaard #right  p.green a:hover{
	background-color:#fff;
	color:#669940;
	text-decoration:none;
}

 
