@charset "utf-8";
/* CSS Document */
/******************************
** RESET CSS **
******************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************
** MAIN CSS **
******************************/
@font-face {
 font-family: 'Titillium Web';
 font-style: normal;
 font-weight: 400;
 src: local('Titillium Web'), local('TitilliumWeb-Regular'), url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v1/7XUFZ5tgS-tD6QamInJTcdGU7DQ8I6RFMlK0vgclk7w.woff) format('woff');
}
html, body{
	padding:0;
	margin:0;
	height:100%;	
}
.frame_for_footer{
 min-height:100%;
 position:relative;
}
.green_topbar{
	width:100%;
	height:23px;
	background-color:#188c43;	
}
.top_image{
	background-image:url("main_image.jpg");
	background-size:100%;
	width:100%;
	height:344px;	
	position:absolute;
	top:23px;
	z-index:-1;
}
.main{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:75px; /* Height of the footer, zie .footer */
}
.topbar{
	
}
.topbar_logo{
	background-image:url("logo.png");
	width:187px;
	height:175px;	
	float:left;
	margin-top: -18px;
}
.topbar_right{
	float:right;	
}
.search_frame{
	float:right;
	background-color:#188c43;	
	padding:10px;
	margin-bottom:43px;
}
.search_text{
	float: left;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-top: 7px;
	margin-right: 10px;
}
.search_input{
	float:right;	
}
.navbar{
	float:right;
	background-color:#fff;
	border-radius:7px;
	padding:10px;	
	margin-bottom:15px;
}
.small_greenbar{
	width:1000px;
	height:14px;
	background-color:#188c43;
	margin-top:-15px;
	margin-bottom:15px;	
}
.slider_outer_frame{
	width:998px;
	height:298px;
	border:solid 1px #bababa;	
	margin-bottom:25px;
}
.slider_frame{
	width:988px;
	height:288px;
	border:solid 5px #fff;	
}
.content{
	width:950px;
	margin:0 auto;
	
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#5a5a5a;
	line-height:150%;
}
.footer {
 position:absolute;
 bottom:0;
 width:100%;
 height:60px; /* Height of the footer, zie .main */
 border-bottom:solid 15px #188c43;
}
.footer_content{
	width:970px;
	margin:0 auto;
	padding: 15px 15px 0 15px;
	background:#188c43;
	
	font-family: 'Titillium Web', sans-serif;
	font-size:12px;
	color:#fff;
	line-height:150%;
}
table.footer_table > tbody > tr > td{
	padding:0 10px;
	border-right:dotted 1px #fff;	
}
/******************************
** ZOEKEN **
******************************/

.Input_Zoeken{
	width: 172px;
	height: 20px;
}
.frmSite_Zoeken, /*plaatje naast zoekbalk*/.Zoekresultaat_NR/*Nummer in zoekresultaten*/{
	display:none;	
}
.Zoekresultaat_Titel{
	margin-top:15px;	
}
.Zoekresultaat_Titel > a{
	font-size:22px;
}
.Zoekresultaten_Inhoud{
	border-bottom:solid 5px #188c43;
	padding-bottom:20px;
}

/******************************
** MENU **
******************************/
/******************************HORIZONTAAL MENU ******************************/
ul.menu{

}
ul.menu > li{
	margin-right:20px;
}
ul.menu > li:last-child{
	margin-right:0;	
}
ul.menu > li:hover{

}
ul.menu > li > a{
	text-decoration:none;	
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	color:#565656;
}
ul.menu > li > a:hover{
	text-decoration:none;
	color:#188c43;
}

ul.menu > li.sMenu_Active{

}
ul.menu > li.sMenu_Active > a{
	text-decoration:none;
	color:#188c43;
}


ul.sub{
	background-color:#fff;
	border-radius:7px;
	margin-top:-18px;
}
ul.sub > li{
	padding:7px;
}
ul.sub > li > a{
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	color: #565656;
}
ul.sub > li > a:hover{
	color:#188c43;
}
/******************************
** HTML TAGS**
******************************/
h1, h2, h3, h4, h5, h6, a, p{
	font-family: 'Titillium Web', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color:#188c43;	
	font-weight:600;
}
h1{
	font-size:24px;
}
h2{
	font-size:22px;
}
h3{
	font-size:20px
}
h4{
	font-size:18px;
}
h5{
	font-size:16px;
}
h6{
	font-size:14px;
}
p, a {
	font-size:14px;
}
p{
	color:#5a5a5a;
}
a{ text-decoration:none;	
	color:#188c43;
}
a:hover{	
	color:#0a327b;
}

b, strong{font-weight:bold;}
i, italic, em{font-style:italic;}
u{text-decoration:underline;}	

.content ul {
 margin:10px 1.5em 1.5em 1.5em;
}
.content ul li {
 list-style-type:disc;
}
.content ol {
 margin:10px 1.5em 1.5em 1.5em;
}
.content ol li {
 list-style-type:decimal;
}
.content > table.metlijn > tbody > tr > td{
	padding:5px;
	border:solid 1px #188c43;	
}
form > table, td.Album_Naam_TD, .content > table > tbody > tr > td{
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#5a5a5a;
	line-height:150%;
}
/******************************
** NIVO SLIDER **
******************************/
/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */


/* SLIDER ----------------------------------------------------------------------------------------- */
/* The Nivo Slider styles */
#slider_416{
	position:relative !important;
	width: 988px!important;
	height: 288px!important;
}
#slider_416 img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
#slider_416 a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:-1;

}
/* Caption styles */
.nivo-caption {
	width:auto;
	height:auto;
	position:absolute;
	left:0px;
	top:0px;
	z-index:8;
	background-color:rgba(24, 140, 67, 0.5);
	padding:15px;
	
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	color:#fff;
	line-height:150%;
}
.nivo-caption h1 {
	font-size:28px;
	color:#fff;
}
.nivo-caption p{
	font-size:14px;
	color:#fff;
}
.nivo-caption a{
	font-size:14px;
	color:#188c43; 
	text-decoration:none;
}
.nivo-caption a {
	display:inline !important;
}


.nivo-html-caption {
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:999;
}
.nivo-controlNav a {
	display:inline-block;
	width:12px;
	height:12px;
	text-indent:-9999px;
	cursor: pointer;
	margin-left:5px;
	background-color:#188c43;
	border:solid 4px #fff;
}
.nivo-controlNav a.active {
	background-color:#fff;
	border:solid 4px #188c43;
}

/******************************
** CLEARFIX **
******************************/
/********LATEN STAAN! *******/
.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%;
}


img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}