
/*----------------------------------------------*/
/* 1.1 Global Reset */
/*----------------------------------------------*/

body, html  { height: 100%; }
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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* Clear Floats (na de laatste flaot div plaatsen, anders wordt de rechter div onder de linker div geplaatst) */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;}

a {
	text-decoration:none;
	outline:none;
	/*color:#7aa218*/
	color:#ff9933}
	
.p_biografie {
	margin-top: 10px ;
	margin-bottom: 10px;
}

.p_leesmeer {
	text-align:right;
}

p .left {
	float: left;
}

p .right {
	float: left;
}

/*----------------------------------------------*/
/* 1.4 List Styles */
/*----------------------------------------------*/
ul{ list-style:disc outside; }
ol{ list-style:decimal outside; }
li{ margin:0;}
ol li{ margin-top:5px; margin-bottom:7px }
ul, ol, dd{ margin-left:25px; }
ul ul, ol ul, ul ol, ol ol{ margin-bottom:0; }


/*----------------------------------------------*/
/* 1.6 Headers */
/*----------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-family: 'Arial', Arial, sans-serif;
	color:#ff9933}
	
h1{
	font-size:24px;
	line-height:24px;
	margin-bottom:20px}	
	
h2{
	font-size:20px;
	font-family: 'Arial', Arial, sans-serif;
	line-height:23px;
	margin-bottom:15px;
	font-weight:bold;}
	
.workshops_h2 {
	font-size:20px;
	font-family: 'Arial', Arial, sans-serif;
	line-height:23px;
	margin-bottom:15px;
	font-weight:bold;
}
	
h3{
	font-family: 'JournalRegular', Arial, sans-serif;
	font-size:30px;
	line-height:23px;
	margin-bottom:5px;
	color:#333333;
	}
	
h3.widgettitle{
	margin-bottom:10px; }
	
h4{
	font-size:17px;
	color:#333;
	margin-bottom:10px;}
	
h5{
	font-size:16px;
	font-weight:normal;}
	
h6{
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:5px;
	padding-bottom:5px;
	text-transform:uppercase;
	line-height:20px;
	font-weight:normal;
	color:#444e69;}
	
/*----------------------------------------------*/
/* 1.2 Extra fonts */
/*----------------------------------------------*/
@font-face {
    font-family: 'HoneyScriptLight';
    src: url('css/HoneyScript-Light.ttf') format('truetype'),;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HoneyScriptSemiBold';
    src: url('css/HoneyScript-SemiBold.ttf') format('truetype'),;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JournalRegular';
    src: url('css/journal-webfont.eot?') format('eot'),
         url('css/journal-webfont.woff') format('woff'),
         url('css/journal-webfont.ttf') format('truetype'),
         url('css/journal-webfont.svg#webfontGhV9TBys') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('css/OpenSans-Regular.ttf') format('truetype'),;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansExtraBold';
    src: url('css/OpenSans-ExtraBold.ttf') format('truetype'),;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('css/OpenSans-Light.ttf') format('truetype'),;
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------------*/
/* 1.7 Tables */
/*----------------------------------------------*/
table.fancy_table,.widget_calendar table { border-collapse:separate; border-spacing:0; width:99%; padding:2px 0; }
table,td,th { vertical-align:middle; text-align:center; font-size:13px;}
th{ padding:10px; text-transform:uppercase; letter-spacing:1px;}
td{ padding:8px; }
table.fancy_table,.widget_calendar table{margin:20px 2px; }
.fancy_table th,.widget_calendar table th{border-bottom:1px solid #fff;}
.fancy_table td,.widget_calendar table td{color:#888;border-top:1px solid #eee;}
.fancy_table,.widget_calendar table{border:1px solid #fff;}

/*----------------------------------------------*/
/* 1.8 Images */
/*----------------------------------------------*/
img.alignleft {
	margin:5px 16px 5px 0 !important;}
img.alignright {
	margin:5px 0 5px 16px !important;}


img.framed,.video_frame,.wp-caption,#flickr a img, dl.gallery-item img{ padding:6px;margin:2px; }
p.wp-caption-text{
	margin-bottom:0px;
	text-align:center;}
	
.wp-caption{
	margin-bottom:10px !important;
	padding-top:10px;
	text-align:center;}
	
.image_frame img, img.image_frame{
	background:#fff;
	padding:7px;
	border:1px solid #d6d6d6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}

/*----------------------------------------------*/
/* 1.9 Forms */
/*----------------------------------------------*/
fieldset{
	padding:20px;
	border:1px solid #e0e0e0;}
form .row {
	padding:5px 0}
input[type=text],input[type=password],textarea{
	color:#a6a6a6;
	padding:8px;
	border:1px solid #e0e0e0;
	background:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}
textarea{
	width:90%;
	font-size:12px;
	background:#fff;
	overflow:auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}
	
input, textarea,input[type="submit"]:focus{
	outline:0 none;}
	
input[type="radio"],input[type="checkbox"]{
	margin-right:10px; margin-left:10px;}
	
button::-moz-focus-inner {
	border: 0;
	padding: 0;}
	

	
/*----------------------------------------------*/
/* 
/*----------------------------------------------*/

.container_24
{
	margin-top: -120px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px; 
	width: 960px;
	height: auto;
	position: relative;
}
	
/*============================================================================================*/
/* 2. SITE STRUCTURE */
/*============================================================================================*/
body {
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	line-height:1.4em;
	min-width:996px;
	height: 100%;
	}

/*============================================================================================*/
/* Bescherming achtergrond en texture overlay */

	
#background-texture {
	background: url(images/overlay.png) repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}


	
/*----------------------------------------------*/
/* 2.1 Header */
/*----------------------------------------------*/

.head {
	background:url(images/head_bg_center2.jpg) center 0 no-repeat #d0d8e5;}

.head .container {
	height:100px;}

/* topmenu */
.menu-header {
	height:50px;
	width: auto;
	background:url(images/topmenu_bg.png) 0 0 repeat-x;
	z-index:5000;
	}

.menu-header .container {
	z-index:5000;}

.topmenu {
	height:35px;
	z-index:5500;
	margin:0;
	padding:0;
	font-family: 'JournalRegular', Arial, sans-serif;
	font-size:30px;
	font-weight:bold;
	}

.topmenu li {
	display:block;
	float:left;
	height:35px;
	position:relative;
	list-style:none;
	margin-left:50px/*linker ruimte van links*/;
	}

.topmenu li a {
	display:block;
	padding:8px 2px 0 2px;
	color:#747a80;
	}

.topmenu li a:hover,
.topmenu .current-menu-item a,
.topmenu .current-menu-item li a:hover,
.topmenu .current-menu-item .current_page_item a,
.topmenu .current-menu-ancestor a,
.topmenu .current-menu-ancestor a:hover,
.topmenu li li.current-menu-ancestor a,
.topmenu li .current-menu-ancestor .current-menu-item a{
	color:#e7e7e7;}

.topmenu .current-menu-item li a,
.topmenu .current-menu-ancestor li a,
.topmenu li .current-menu-ancestor li a {
	color:#747a80;
	}

.topmenu li ul {
	display:none;
	position: absolute;
	top: 35px;
	left: -10px;
	z-index: 5501;
	width: 155px;
	padding:0;
	margin:0;}

.topmenu li ul li ul {
	display:none;
	position: absolute;
	top:0px;
	left:155px;
	z-index: 5501;
	width: 154px;}
	
.topmenu li ul li {
	display:block;
	background:url(images/dropdown_bg.png) 0 0 repeat-y;
	width: 135px;
	margin:0;
	height:auto;
	padding:0 10px;
	clear:both;
	position:relative;
	}

.topmenu li ul li a {
	display:block;
	color:#7d7d7d;
	padding:7px 5px 7px 5px;
	background:url(images/dropdown_line.png) bottom repeat-x;
	}

.topmenu li a span {
	display:block;}

.topmenu li a:hover span {
	cursor:pointer}

.topmenu li:hover ul li ul {
	display:none;}	

.topmenu li:hover ul,
.topmenu li:hover ul li:hover ul{
	display:block}
	
.submenu-arrow{
	float:right;
	vertical-align:top;}


/*----------------------------------------------*/
/* 2.3 Middle content */
/*----------------------------------------------*/

#wrapper {
	
	width:auto;
	height:100%;
	min-height: 100%;
	height: auto !important;
	position: relative;
	margin: 0 auto -81px;
}

.push2 {
	position: relative;
	height: 81px;
	width:100%;
	/*border-top:1px solid #000000;
	border-bottom:1px solid #000000;*/
}
	
.middle {
	height: 100%;
	width:auto;
	margin: 0 auto;
	z-index:1;
	}

.container {
	position:relative;
	width:960px;
	height: 100%;
	margin:0 auto;
	z-index:2; /*BELANGRIJK voor photoviewer buttons/ui*/
	}	
	
.transparant {
	background:url(images/middle_bg.png) 0 0 repeat;
	width: 100%;
	height: 100%;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding: 0px 0px 30px 0px;
}

.grid_12 {
	background:url(images/middle_achtergrond.png) 0 0 repeat;
	/*background-color: #ffffff;*/
	height: auto;
	width: auto;
	Margin: 50px;
	padding: 20px;
}

.vlak_boven {
	background:url(images/middle_achtergrond.png) 0 0 repeat;
	/*background-color: #ffffff;*/
	height: 400px;
	width: auto;
	Margin: 50px;
	padding: 20px;
}

.vlak_onder {
	background:url(images/middle_achtergrond.png) 0 0 repeat;
	/*background-color: #ffffff;*/
	height: 405px;
	width: auto;
	Margin: -30px 50px 20px 50px;
	padding: 20px;
}

.photoviewer {
	position: relative;
	float: left;
	height: auto;
	width: auto;
}

.youtube {
	position: relative;
	float: right;
	height: 400px;
	width: auto;
}

.achtergrond_youtube {
	background-color: #222222;
	height: 362px;
	width: auto;
}

.ontwikkeling {
	background:url(images/middle_achtergrond.png) 0 0 repeat;
	/*background-color: #ffffff;*/
	height: auto;
	width: auto;
	Margin: -30px 50px 20px 50px;
	padding: 20px;
}

.ontwikkeling_img {
	height: 100px;
	width: 150px;
	padding: 7px;
	/*border: 1px solid black;*/
	float: left
}

.nieuws_img {
	height: 100px;
	width: 150px;
	margin: 0 7px 0 0px;
	/*border: 1px solid black;*/
}

.tekst-item {
	margin: 0px 0px 20px 0px;
}

.nieuws-links {
	width: 500px;
	height: auto;
	float: left;
	/*border: 1px solid black;*/
}

.nieuws-rechts {
	background:url(images/nieuwsrechts_achtergrond.png) 0 0 repeat;
	width: 290px;
	height: auto;
	float: right;
	border: 1px solid #cccccc;
	padding: 5px;
}

.nieuws-item {
	margin: 0px 0px 20px 0px;
	border: 1px solid #cccccc;
	padding:5px;
	background:url(images/nieuwsitem_achtergrond.png) 0 0 repeat;
}

.contactgegevens {
	float: left;
	background:url(images/contactgegevens_achtergrond.png) 0 0 repeat;
	font-size:14px;
	font-weight:bold;
	color: #666666;
	height: auto;
	width: 600px;
	margin: 25px 0px 25px 0px;
	padding: 10px 10px 10px 10px;
	/*border:1px solid black;*/
}

.p_contactgegevens {
	padding: 1px 0px 1px 0px;
}

.formulier {
	float: left;
	height: auto;
	width: auto;
}

.contactformulier {
	height: auto;
	width: 500px;
	/*border: 1px solid black;*/
	margin-left: -20px;
}

.contactformulier tr {
	border-spacing:5em;
}

.contact_right {
	float: right;
	background:url(images/contact.jpg) 0 0 repeat;
	width: 200px;
	height: 510px;
	/*border: 1px solid black;*/
	margin-top: 25px;
}

/*----------------------------------------------*/
/*Simpel slideshow biografie */
/*----------------------------------------------*/

#slideshow2 {
	position: relative;
	float: right;
	width: 480px;
	height: 319px;
	margin-right: 16px;
}
#slideshow2 img {
	position: absolute;
	width: 480px;
	height: 319px;
}


/*----------------------------------------------*/
/* 2.7 Footer */
/*----------------------------------------------*/
.footer {
	background:url(images/footer_achtergrond.png) 0 0 repeat;
	border-top:1px solid #b02c00;
	color:#808080;
	font-size:12px;
	line-height:1.7em; 
	height:80px;
	width:100%;
	position:relative;
    bottom:0;
	z-index:7000;
	}

.p_footer {
	text-align: center;
	color: #999999;
	font-size: 12px;
}

.p_footer2 {
	text-align: center;
	color: #999999;
	font-size: 11px;
}


.footer .address p {
	margin:0;
	line-height:1.8em}
	
#footercontent {
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
	width: 960px;
	height: auto;
	z-index:7000;
	/*border:10px solid #e5e5e5;*/
}

/* bottom menu */
.botmenu ul {
	margin:0 0 3px 0;
	padding:0;
	text-align:right}

.botmenu ul li {
	list-style:none;
	display:inline;
	background:url(images/botmenu_line.gif) right center no-repeat;
	padding:0 12px 0 7px}

.botmenu ul li.last {
	padding:0 0 0 5px;
	background:none}

.botmenu ul li a:hover {
	color:#000}

.fallow {
	float: right;
	text-align:right;
	width: 560px;
	height: auto;
	margin: auto;
	}

.copyright {
	text-align:right;
	padding-top:10px;}

/*============================================================================================*/
/* 3. EXTENDED TYPOGRAPHY */
/*============================================================================================*/

/*----------------------------------------------*/
/* 3.1 Typographic Elements  */
/*----------------------------------------------*/

/* Quotes */
blockquote {
	border-top:1px dotted #9c9c9c;
	border-bottom:1px dotted #9c9c9c;
	padding:10px;
	margin:20px 0;}

blockquote p {
	margin:5px 0;
	padding:0}
	
.quote, .quote_right, .quote_left {
	font-family: 'JournalRegular', Arial, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#000;
	background:url(images/icon_quotes.gif) 5px 10px no-repeat;
	margin-top:0px; /*verticale hoogte bepalen van quote*/
	line-height:1.4em;
	border-top:1px dotted #969696;}
	
.quote .inner , .quote_right .inner , .quote_left .inner {
	border-bottom:1px dotted #969696;
	padding:0px 10px 5px 35px;
	}


.quote_right, .quote_left  {
	width:480px}
	

.quote_right {
	float:right;
	margin-left:20px}
	
.quote_left {
	float:left;
	margin-right:20px}

.quote_left p, .quote_right p {
	margin:0px 0}

.quote-author {
	color:#990000;
	font-family: 'JournalRegular', Arial, sans-serif;
	font-size:15px;
	padding-top:5px}

/* Colored Text */
.text-green {
	color:#82a62b}
	
.text-gray {
	color:#808080}

.text-black {
	color:#000}

.text-red {
	color:#dc0800}
	
.text-orange {
	color:#f69301}

.text-white {
	color:#fff}

.title_bg {
	background:#ececee;
	padding:5px 20px}

.text .list_dots,
.list_dots {
	margin:15px 0 20px 20px;
	padding:0;}
	
.text .list_dots li,
.list_dots li {
	background:url(images/list_dot_orange.gif) 0 5px no-repeat;
	margin:0 0 5px 0;
	padding:0 0 5px 18px;
	list-style:none;}	

.text .col .list_dots {
	margin:15px 0 20px 0;}

.text .col .list_dots li {
	padding:0 0 10px 18px;}

ul.bordered li {
	border-bottom:1px dotted #969696}


/*----------------------------------------------*/
/* 4.7 Contact Form  */
/*----------------------------------------------*/
.contact-form {
	padding:40px 0 20px 0}

.contact-form h2 {
	text-transform:capitalized;
	color:#a6a6a6;
	font-family:'Arial', sans-serif;
	font-size:23px;
	background:url(images/arrow_1_orange.png) 0 3px no-repeat;
	padding:0 0 0 20px;
	margin:10px 0 20px 0;}


.contact-form {
	font-size:13px}

.contact-form .row {
	padding:13px 0}

.contact-form .inputtext, .contact-form select, .contact-form textarea {
	color:#333;
	font-weight:normal;
	background:#ececee;
	margin:5px 0}

.contact-form .field_text .inputtext {
	width:282px;
	margin-right:30px}
	
.contact-form .ui-selectmenu {
	margin-right:30px}

.contact-form .field_select select {
	width:300px;}

.contact-form .field_textarea textarea {
	width:610px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:0}
	
label {
	display:block; 
	width:130px; 
	height:35px; 
	text-align:right;
	padding-top:;
	}

.contact-form label {
	font-weight:bold;
	color:#d14600}

.reset-link {
	display:block;
	float:right;
	padding:5px 50px 0 0;
	font-size:13px}
	
.reset-link a {
	color:#d14600;
	font-weight:bold}

.contact-form .field_submit {
	padding:5px 0 0 0;}

.contact-submit {
	background:url(images/verzenden.png) no-repeat;
	width:120px;
	height:35px;
	}
	
.contact-submit:hover {
	background:url(images/verzenden_actief.png) no-repeat;
	width:120px;
	height:35px;
	cursor: pointer;
	}


/*----------------------------------------------*/
/* 4.11 Contact Box */
/*----------------------------------------------*/

	
.googlemaps { 
	width: 310px;
	height: 255px;
	float: right;
	margin-top: -40px;
} 

.contact-maillist {
	padding:15px 15px 20px 15px;}

.contact-mail {
	padding:2px 0;
	font-weight:bold;
	font-size:12px}
	
.contact-mail a {
	color:#666666}

.contact-mail a:hover {
	color:#d14600}
