@charset "utf-8";

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family: "Helvetica", Tahoma, Arial;
   font-size: 12px;
   color:#666666;
   background: url(../images/bg.jpg);
   background-repeat:repeat-x repeat-y;
}

img {
border: none;	
}

#ocp {
	width: 910px;
	height: 669px;
	top: 50%;
	left: 50%;
	margin-left: -455px;
	margin-top: -334px;
	position: relative;
	background: url(../images/OCP.png);
	background-repeat: no-repeat;
}

h2 {
font-size: 12px;
font-size: bold;
margin-bottom: 10px;
color: #484a52;
font-family: "Georgia", Helvetica, Tahoma, Arial;
}

h1 {
font-size: 12px;
margin-bottom: 10px;
color: #C1CE2F;
}

#container {
   min-height:100%;
   position:relative;
   margin:0 auto;
   width: 910px;
   background-color: #FFF;
}

	* html #container {
	height:100%;
	}

#header {
	width: 910px;
	height: 150px;
	background: url(../images/bg-header.jpg);
    background-repeat:no-repeat;
	background-position: bottom;
	margin: 0 auto;
	padding: 0px;
}

.fade {
	width: 260px;
	height: 176px;
}

.fade p {
	width: 100%;
	margin: 0;
	padding-top: 30px;
}

#sub-header {
	width: auto;
	height: 20px;
	float: left;
}

#sub-header ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#sub-header ul li{
position: relative;
display: inline;
float: left;
}

#sub-header ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
height: 16px;
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
border-right: 1px solid #eeaf30;
border-left: 0;
border-left-width: 0;
text-decoration: none;
color: #cd202c;
font-size: 11px;
}


*html #sub-header ul li a{
display: inline-block;
width: auto; /*Width of top level menu link items*/
height: 16px; !important
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
border-right: 1px solid #eeaf30;
border-left: 0;
border-left-width: 0;
text-decoration: none;
color: #cd202c;
font-size: 11px;
}

#sub-header ul li a:hover{
	width: auto;
	color: #cd202c;
	text-decoration: underline;
}

#sub-header ul li a.active:hover, #sub-header ul li a.active:visited, #sub-header ul li a.active:active{
	width: auto;
	color: #cd202c;
	text-decoration: underline;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Hack for IE \*/
* html #sub-header ul li { float: left; height: 1%; }
* html #sub-header ul li a { height: 1%; }
/* End */

#talen {
	width: auto;
	height: 20px;
	float: right;
}

#talen ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#talen ul li{
position: relative;
display: inline;
float: left;
}

#talen ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
height: 16px;
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
border-left: 1px solid #eeaf30;
border-right: 0;
border-right-width: 0;
text-decoration: none;
color: #cd202c;
font-size: 11px;
}

* html #talen ul li a{
display: inline-block;
width: auto; /*Width of top level menu link items*/
height: 16px; !important
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
border-left: 1px solid #eeaf30;
border-right: 0;
border-right-width: 0;
text-decoration: none;
color: #cd202c;
font-size: 11px;
}


#talen ul li a:hover{
	width: auto;
	color: #cd202c;
	text-decoration: underline;
}

#talen ul li a.active:hover, #talen ul li a.active:visited, #talen ul li a.active:active{
	width: auto;
	color: #cd202c;
	text-decoration: underline;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Hack for IE \*/
* html #talen ul li { float: left; height: 1%; }
* html #talen ul li a { height: 1%; }
/* End */

#extra-header {
	width: auto;
	height: 20px;
	float: right;
}

#extra-header ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#extra-header ul li{
position: relative;
display: inline;
float: left;
}

#extra-header ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
height: 16px;
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
border-left: 1px solid #eeaf30;
border-right: 0;
border-right-width: 0;
text-decoration: none;
color: #cd202c;
font-size: 11px;
}

* html #extra-header ul li a{
display: inline-block;
width: auto; /*Width of top level menu link items*/
height: 16px; !important
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
border-left: 1px solid #eeaf30;
border-right: 0;
border-right-width: 0;
text-decoration: none;
color: #cd202c;
font-size: 11px;
}


#extra-header ul li a:hover{
	width: auto;
	color: #cd202c;
	text-decoration: underline;
}

#extra-header ul li a.active:hover, #extra-header ul li a.active:visited, #extra-header ul li a.active:active{
	width: auto;
	color: #cd202c;
	text-decoration: underline;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Hack for IE \*/
* html #extra-header ul li { float: left; height: 1%; }
* html #extra-header ul li a { height: 1%; }
/* End */

#logo {
	width: 225px;
	height: 123px;
	margin-left: 6px;
	margin-top: 6px;
	float: left;
}

#box_menu {
	float:left;
	width: 441px;
	height: 110px;
	margin-top: 10px;
}

#l-submenu {
   background: url(../images/l-submenu.png);
   background-repeat: no-repeat;
   float: left;
   width: 9px;
   height: 20px;
}

#r-submenu {
   background: url(../images/r-submenu.png);
   background-repeat: no-repeat;
   float: left;
   width: 9px;
   height: 20px;
}

#submenu {
	width: auto;
	height: 20px;
	float: left;
}

#submenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

#submenu ul li{
position: relative;
display: inline;
float: left;
}

#submenu ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
height: 16px;
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
border:0;
text-decoration: none;
color: #FFF;
font-size: 11px;
background: url(../images/m-submenu.png);
background-repeat:repeat-x;
}

* html #submenu ul li a{
display: inline-block;
width: auto; /*Width of top level menu link items*/
height: 16px; !important
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
border:0;
text-decoration: none;
color: #FFF;
font-size: 11px;
background: url(../images/m-submenu.png);
background-repeat:repeat-x;
}


#submenu ul li a:hover{
	width: auto;
	color: #FFF;
	text-decoration: underline;
}

#submenu ul li a.active:hover, #submenu ul li a.active:visited, #submenu ul li a.active:active{
	width: auto;
	color: #FFF;
	text-decoration: underline;
}
	
/* Hack for IE \*/
* html #submenu ul li { float: left; height: 1%; }
* html #submenu ul li a { height: 1%; }
/* End */

#menu {
	width: 450px;
	height: 40px;
	margin-top: 50px;
	float: left;
}

* + html #menu {
	width: 450px;
	height: 40px;
	margin-top: 50px;
	float: left;
}

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

#menu ul li{
position: relative;
display: inline;
float: left;
background: url(../images/lijntje.png);
background-repeat: no-repeat;
}

#lijntje_extra_m {
	width:1px;
	height: 40px;
	background: url(../images/lijntje.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 50px;
}

#menu ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
height: 40px;
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
border:0;
text-decoration: none;
color: #FFF;
font-size: 14px;
font-family: "Georgia", Helvetica, Tahoma, Arial;
}

* html #menu ul li a{
display: inline-block;
width: auto; /*Width of top level menu link items*/
height: 40px; !important
padding-right: 10px;
padding-left: 10px;
padding-top: 4px;
border:0;
text-decoration: none;
color: #FFF;
font-size: 14px;
font-family: "Georgia", Helvetica, Tahoma, Arial;
}


#menu ul li a:hover{
	width: auto;
	color: #cd202c;
	background: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}

#menu ul li a.active:hover, #menu ul li a.active:visited, #menu ul li a.active:active{
	width: auto;
	color: #cd202c;
	background: url(../images/hover.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}
	
/* Hack for IE \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#content {
	background-color: #FFF;
	width: 910px;
	margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 58px;   /* Height of the footer */
}

#content-home {
	background-color: #FFF;
	width: 910px;
	margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 58px;   /* Height of the footer */
}

#content p {
	text-align: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#footer {
   position:relative;
   bottom:0;
   bottom:1;
   width:100%;
   height: 58px;   /* Height of the footer */
}		
}

#footer {
   position:absolute;
   bottom:0;
   bottom:1;
   width:100%;
   height: 58px;   /* Height of the footer */
}

#inhoud_footer {
	height: 58px;
	width: 910px;
	margin: 0 auto;
}

#facebook {
	background: url(../images/bg-facebook.jpg);
    background-repeat:repeat-x;
	width: 128px;
	height: 58px;
	float: left;
}

#balk-footer {
	width: auto;
	height: 58px;
	float: left;	
}


#balk-footer-boven{
	background: url(../images/bg-footer-1.jpg);
    background-repeat:repeat-x;
	height: 39px;
	width: 782px;
}

#balk-footer-boven ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#balk-footer-boven ul li {
	padding-top: 12px;
	height: 27px;
	padding-left: 7px;
	color: #FFF;
	text-decoration: none;
	float: left;
}


#balk-footer-boven ul li a{
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
	text-decoration: none;
}

#balk-footer-boven ul li a:hover{
	width: auto;
	height: 39px;
	color: #FFF;
	text-decoration: underline;
}


#balk-footer-onder{
	background: url(../images/bg-footer-2.jpg);
    background-repeat:repeat-x;
	height: 19px;
	width: 782px;
}

#zoeken {
	width: 160px;
	height: 20px;
	float: right;
}

.textfield_zoeken {
	height: 19px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px;
	font-size: 11px;
	color: #cd202c;
	background-image:url(../images/zoekveld.png);
	background-repeat:repeat-x;
}

#zoekveld {
	width:140px;
	height: 20px;
	float:left;
}

* + html .zoekveld_transparant {
	width:140px;
	height:16px;
	border: 0px;
	background-image:url(../images/zoekveld.png);
	background-repeat: repeat-x;
}

.zoekveld_transparant {
	width: 125px;
	height: 16px;
	border: 0px;
	background-image:url(../images/zoekveld.png);
	background-repeat: no-repeat;
	color: #cd202c;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 5px;
}

#vergrootglas {
	width:20px;
	height: 20px;
	float:left;	
}

* + html .vergrootglas_transparant {
	width:20px;
	height: 20px;
	border: 0px;
	background-image:url(../images/vergrootglas.png);
	background-repeat: no-repeat;
}

.vergrootglas_transparant {
	width:20px;
	height: 20px;
	border: 0px;
	background-image:url(../images/vergrootglas.png);
	background-repeat: no-repeat;	
}
#broodkruimel {
	width:auto;
	height: auto;
	font-size: 11px;
	color:#666666;
}

#broodkruimel a:link, #broodkruimel a:visited, #broodkruimel a:active {
	width:auto;
	height: auto;
	font-size: 11px;
	color:#666666;
	text-decoration: none;
}

#broodkruimel a:hover {
	font-size:11px;
	color:#666666;
	text-decoration: underline;
}

#kop {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:18px;
	margin-top: 20px;
	margin-bottom: 20px	
}

#kop_test {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:18px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 390px;
	height: auto;
	float: left;
}

#box-standvanzaken {
	margin-top: 20px;
	width: 160px;
	height: 72px;
	background-color: #dff1f9;
	float: right;
}

#box_tellertool {
	background-color: #dff1f9;
	width: 120px;
	height: 70px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #EEAF30;
	font-size: 12px;
	text-align: center;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	float: left;
	margin-left: 25px;
}

#kop_box_tellertool {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:12px;
	padding-bottom: 5px;
	padding-top: 10px;
}

#kop_box_tellertool_2 {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:12px;
	padding-bottom: 0px;
	padding-top: 10px;
}

#kop_box_tellertool_extra {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:12px;
	padding-bottom: 1px;
	padding-top: 0px;
}

#kop-standvanzaken {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 20px;
}

#subkop-standvanzaken {
	margin-left: 20px;
	margin-top: 10px;
}


#kop_sponsors {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	padding-bottom: 10px;	
	padding-top: 3px;
}

#kop_nieuws {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	margin-bottom: 2px;	
	padding-top: 3px;
}

#kop_project {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#kop_maand_kalender {
	color: #EEAF30;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:12px;
}

#tekst_content #kop_project a:link,  #tekst_content #kop_project a:visited, #tekst_content #kop_project a:active {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	text-decoration: none;
}

#tekst_content #kop_project a:hover {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	text-decoration: underline;
}

#tekst_content-sitemap #kop_project a:link,  #tekst_content-sitemap #kop_project a:visited, #tekst_content-sitemap #kop_project a:active {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	text-decoration: none;
}

#tekst_content-sitemap #kop_project a:hover {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	text-decoration: underline;
}


#quote_project {
	width: auto;
	height: auto;
	padding-top:5px;
	padding-bottom: 5px;
}

#bol_project {
	width: auto;
	height: auto;
	padding-top: 5px;
	font-size: 10px;
}

#kop_nt_project {
	color: #900;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:15px;
	margin-bottom: 10px;
}

#kop_wl_project {
	color:#060;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:15px;
	margin-bottom: 10px;
	padding-top: 15px;
}

#kop_inschrijving {
	color:#060;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:15px;
	margin-bottom: 10px;
}


#tekst_content #kop_nieuws a:link,  #tekst_content #kop_nieuws a:visited, #tekst_content #kop_nieuws a:active {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	text-decoration: none;
}

#tekst_content #kop_nieuws a:hover {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	text-decoration: underline;
}

#tekst_content {
	height: auto;
	width: auto;	
}

#tekst_content-sitemap {
	height: auto;
	width: auto;	
	line-height: 17px;
}


#tekst_content ul {
	margin:0;
	padding:0;
	list-style-type:none;
}


#tekst_content ul li {
	color: #666666;
	padding-left: 30px;
	text-decoration: none;
	background: url(../images/pijltje.png) no-repeat 5px 5px;
	line-height: 17px;
}

#tekst_content p {
   font-family: "Helvetica", Tahoma, Arial;
   font-size: 12px;
   line-height: 17px;
text-align: left;
}

#tekst_content p a:link, #tekst_content p a:visited, #tekst_content p a:active{
   font-family: "Helvetica", Tahoma, Arial;
   font-size: 12px;
   text-decoration: underline;
   color:#666666;
}

#tekst_content p a:hover {
   font-family: "Helvetica", Tahoma, Arial;
   font-size: 12px;
   text-decoration: none;
   color:#666666;
}

#tekst_content a:link, #tekst_content a:visited, #tekst_content a:active{
   font-family: "Helvetica", Tahoma, Arial;
   font-size: 12px;
   text-decoration: underline;
   color:#666666;
}

#tekst_content a:hover {
   font-family: "Helvetica", Tahoma, Arial;
   font-size: 12px;
   text-decoration: none;
   color:#666666;
}

#tekst_content-sitemap a:link, #tekst_content-sitemap a:visited, #tekst_content-sitemap a:active{
   font-family: "Helvetica", Tahoma, Arial;
   font-size: 12px;
   text-decoration: underline;
   color:#666666;
}

#tekst_content-sitemap a:hover {
   font-family: "Helvetica", Tahoma, Arial;
   font-size: 12px;
   text-decoration: none;
   color:#666666;
}


ul#sitemap {
	margin-left:15px;
	margin-top: 1px;
	padding:0;
	list-style: none;
}

ul#sitemap li a:link, ul#sitemap li a:active, ul#sitemap li a:visited {
	color: #666666;
	padding-left: 30px;
	text-decoration: none;
		background: url(../images/pijltje.png) no-repeat 5px 50%;

}

ul#sitemap li a:hover {
	color: #666666;
	text-decoration: underline;
}


ul#sitemap_2 {
	margin-left:25px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding:0;
	list-style: none;
}

ul#sitemap_2 li a:link, ul#sitemap_2 li a:active, ul#sitemap_2 li a:visited {
	color: #666666;
	padding-left: 30px;
	background: url(../images/pijltje.png) no-repeat 5px 50%;
	text-decoration: none;
}

ul#sitemap_2 li a:hover {
	color: #666666;
	background: url(../images/pijltje.png) no-repeat 5px 50%;
	text-decoration: underline;
}

#box-groep {
	width: auto;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#box-1 {
	width: 289px;
	height: 212px;
	background-image:url(../images/box-1.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#box-2 {
	width: 289px;
	height: 210px;
	background-image:url(../images/box-groot.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 11px;
	float: left;
}

#box-sub {
	width: 289px;
	height: 210px;
	margin-bottom: 10px;
	margin-left: 11px;
	float: left;
}


#box-3 {
	width: 289px;
	height: 100px;
	background-image:url(../images/box-3.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 11px;
	float: left;
}

#box-steunons {
	width: 289px;
	height: 100px;
	background-image:url(../images/steunons.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 11px;
	float: left;
}

#box-3-sub {
	width: 289px;
	height: 100px;
	background-image:url(../images/box-3.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	float: left;
}


#box-meter {
	width: 289px;
	height: 100px;
	background-image:url(../images/meter.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 11px;
	float: left;
}


#box-film {
	width: 289px;
	height: 100px;
	background-image:url(../images/box-3.jpg);
	background-repeat: no-repeat;
	z-index:1;
	position: relative;
}

#play {
	width: 289px;
	height: 100px;
	background-image:url(../images/play.png);
	background-repeat: no-repeat;
	z-index:9999;
	position: absolute;
}

* + html #play {
	width: 289px;
	height: 100px;
	background-image:url(../images/play-afbeelding.png);
	background-repeat: no-repeat;
	margin-left: 0px;
	z-index:9999;
	position: absolute;
}


#box-foto {
	width: 426px;
	height: 321px;
	float: left;
	/*background-image:url(../images/box-4.jpg);
	background-repeat: no-repeat;*/
	margin-left:10px;
}

#box-foto-groot {
	width: 591px;
	height: 321px;
	float: left;
	margin-left: 10px;
}

#box-indekijker {
	width: 155px;
	height: 321px;
	float: left;
	background-image:url(../images/box-5.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
}

#label {
	width: auto;
	height: 20px;
	margin-left: 15px;
}

#l-label {
	width: 7px;
	height: 20px;
	float: left;
	background-image:url(../images/label-hoekje-links.png);
	background-repeat:no-repeat;
}

#r-label {
	width: 7px;
	height: 20px;
	float: left;
	background-image:url(../images/label-hoekje-rechts.png);
	background-repeat:no-repeat;
}

#tekst-label {
	width: auto;
	height: 18px;
	float: left;
	/*background-image:url(../images/m-label.jpg);
	background-repeat:repeat-x;*/
	background-color: #FFB200;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 14px;
	padding-top: 2px;
	color: #FFF;
}

#titel-box {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 14px;
	color:#00A9E0;
	margin-top: 8px;
	line-height: 17px;
margin-bottom: 10px;
}

#tekst-box {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 17px;
height: 115px;
	overflow: hidden;
}

#tekst-box p {
	margin:0;
	width: auto;
	line-height: 17px;
height: 115px;
	overflow: hidden;
}

#leesmeer {
	width: auto;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size:12px;
	color:#EEAF30;
	text-align: right;
}

#leesmeer a:link, #leesmeer a:visited, #leesmeer a:active {
	font-size:12px;
	padding-left: 20px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 0px 40%;
	text-decoration: none;
}

#leesmeer a:hover {
	font-size:12px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 3px 40%;
	text-decoration: underline;
}


#titel-box-2 {
	width: 212px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 14px;
	color:#00A9E0;
	margin-top: 8px;
	line-height: 17px;
float: left;
	margin-bottom: 10px;
}

#titel-box-2 a:link, #titel-box-2 a:visited, #titel-box-2 a:active {
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 14px;
	color:#00A9E0;
	text-decoration: none;
}

#titel-box-2 a:hover {
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 14px;
	color:#00A9E0;
	text-decoration: underline;
}

#titel-box-solar {
	width: 255px;
	padding-right: 17px;
	padding-left: 17px;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 14px;
	color:#00A9E0;
	margin-top: 8px;
	line-height: 17px;
float: left;
	margin-bottom: 4px;
}

#titel-box-solar a:link, #titel-box-solar a:visited, #titel-box-solar a:active {
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 14px;
	color:#00A9E0;
	text-decoration: none;
}

#titel-box-solar a:hover {
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 14px;
	color:#00A9E0;
	text-decoration: underline;
}



#vlak-datum {
	background-image:url(../images/datum-illustratie.jpg);
	background-repeat: no-repeat;
	width: 32px;
	height: 46px;
	float: left;
	margin-left: 15px;
	margin-top:5px;
}

#dag-datum {
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 16px;
	color:#00A9E0;
	padding-top: 10px;
	padding-left: 8px;
}

#maand-datum {
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 12px;
	color:#00A9E0;
	padding-left: 8px;
}

#titel-box-indekijker {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 14px;
	color: #FFF;;
	margin-top: 8px;
	line-height: 17px;
margin-bottom: 10px;
}

#tekst-box-indekijker {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 17px;
	height: 245px;
	overflow: hidden;
	color: #FFF;
}

#tekst-box-indekijker a:link, #tekst-box-indekijker a:active, #tekst-box-indekijker a:visited {
	color: #FFF;
	text-decoration: underline;
}

#tekst-box-indekijker a:hover {
	color: #FFF;
	text-decoration: none;
}


#tekst-meter-2 {
	width: 140px;
	line-height: 17px;
height: 57px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#tekst-meter-2 p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0;
}


#tekst-meter {
	width: 140px;
	line-height: 17px;
height: 40px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#leesmeer-meter {
	width: auto;
	height: auto;
	padding-top: 15px;
	padding-left: 55px;
	font-size:12px;
	color:#EEAF30;
	text-align: left;
}

#leesmeer-meter a:link, #leesmeer-meter a:visited, #leesmeer-meter a:active {
	font-size:12px;
	padding-left: 20px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 0px 40%;
	text-decoration: none;
}

#leesmeer-meter a:hover {
	font-size:12px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 3px 40%;
	text-decoration: underline;
}

#leesmeer-meter-2 {
	width: auto;
	height: auto;
	padding-top: 0px;
	padding-left: 55px;
	font-size:12px;
	color:#EEAF30;
	text-align: left;
}

#leesmeer-meter-2 a:link, #leesmeer-meter-2 a:visited, #leesmeer-meter-2 a:active {
	font-size:12px;
	padding-left: 20px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 0px 40%;
	text-decoration: none;
}

#leesmeer-meter-2 a:hover {
	font-size:12px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 3px 40%;
	text-decoration: underline;
}


#nieuwsberichten {
	width: 288px;
	height: 110px;
}

#nieuwsberichten ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width: 288px;
	margin-top: 10px;
}

#nieuwsberichten ul li {
	background: url(../images/lijn-home-nieuws.jpg);
	background-repeat: no-repeat;
	background-position: 15px top;	
	height: 31px;
	color: #666666;
	text-decoration: none;
	width:288px;
}


#lijn-nieuws {
	width: 288px;
	height: 1px;
	background: url(../images/lijn-home-nieuws.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0px;	
}

#nieuwsberichten ul li a {
	height: 22px;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 30px;
	text-decoration: none;
	color: #666666;
	display:block;
}

#nieuwsberichten ul li a:hover {
	width: 250px;
	height: 31px;
	background: url(../images/over-home-nieuws.jpg);
	background-repeat: no-repeat;
	background-position: 15px 1px;	
}


#rssicon {
	width: 100px;
	height: 20px;
	background: url(../images/rss_icon.png);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	float: left;
	padding-left: 35px;
	color: #EEAF30;
}

#rssicon a:link, #rssicon a:visited, #rssicon a:active {
	color: #EEAF30;
	text-decoration: none;
}

#rssicon a:hover {
	color: #EEAF30;
	text-decoration: underline;
}

#leesmeer-home-nieuws {
	width: auto;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size:12px;
	color:#EEAF30;
	text-align: right;
	float: right;
}

#leesmeer-home-nieuws a:link, #leesmeer-home-nieuws a:visited, #leesmeer-home-nieuws a:active {
	font-size:12px;
	padding-left: 20px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 0px 40%;
	text-decoration: none;
}

#leesmeer-home-nieuws a:hover {
	font-size:12px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 3px 40%;
	text-decoration: underline;
}

#logo-facebook {
	width: auto;
	height: auto;
	background: url(../images/facebook-logo.png) no-repeat 0px 40%;
	color: #FFF;
	padding-left: 35px;
	margin-left: 15px;
	margin-top: 15px;
	line-height: 15px;
}

#logo-facebook a:link, #logo-facebook a:visited, #logo-facebook a:active {
color: #FFFFFF;
text-decoration: none;
}

#logo-facebook a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

#box_left {
	width: 235px;
	height: auto;
	float: left;
	margin-left: 1px;
}

#box_right {
	width: 554px;
	height: auto;
	margin-left: 60px;
	margin-right: 60px;
	float: left;
}

#menulinks {
	margin-top:-10px;
	padding-top: 85px;
	width: 236px;
	height: auto;
	text-align: right;
	background: url(../images/lijn-verticaal.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#menulinks_zn_lijn {
	width: 236px;
	height: auto;
}

#lijn-menulinks {
	width: 235px;
	height: 1px;
	background: url(../images/lijn-subbutton.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0px;
}
#menulinks ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:235px;
}

#lijn_onder_nieuws {
	width: auto;
	height: auto;
	padding-bottom:5px;
	border-bottom: 1px solid #EEAF30;
}

#geen_lijn_onder_nieuws p {
	width: auto;
	height: auto;
	padding-bottom:5px;
	margin-top: 0px;
}

#blok_nieuws {
	float: left;
	width: 492px;
	padding-left: 15px;
	height: auto;
	margin-bottom: 30px;
}

#lijn_onder_nieuws p {
	margin:0;
	padding: 0;
}

#menulinks ul li {
	background: url(../images/lijn-subbutton.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	height: 31px;
	color: #666666;
	text-decoration: none;
	width:235px;
}

#menulinks ul li a {
	height: 22px;
	padding-top: 9px;
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 13px;
	display:block;
	padding-right: 10px;
	text-decoration:none;
}

#menulinks ul li a:hover {
	background-image: url(../images/hover-subbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	height: 31px;
	width: 225px;
	padding-right: 10px;
}

#menulinks ul li a.active:hover, #menulinks ul li a.active:visited, #menulinks ul li a.active:active{
	background-image: url(../images/hover-subbutton.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	height: 31px;
	width: 225px;
	padding-right: 10px;
}


#footer-box_right {
margin-top: 40px;
border-top: 1px solid #EEAF30;
padding-top: 10px;
width: auto;
margin-bottom: 58px;
}

#ft-links {
	width: auto;
	height: auto;
	font-size:12px;
	color:#EEAF30;
	float: left;
}

#ft-links a:link, #ft-links a:visited, #ft-links a:active {
	font-size:12px;
	padding-left: 20px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 0px 40%;
	text-decoration: none;
}

#ft-links a:hover {
	font-size:12px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 3px 40%;
	text-decoration: underline;
}

#ft-rechts {
	width: auto;
	height: auto;
	font-size:12px;
	color:#EEAF30;
	float: right;
}

#ft-rechts a:link, #ft-rechts a:visited, #ft-rechts a:active {
	font-size:12px;
	padding-left: 20px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 0px 40%;
	text-decoration: none;
}

#ft-rechts a:hover {
	font-size:12px;
	color:#EEAF30;
	text-align: right;
	background: url(../images/pijltje.png) no-repeat 3px 40%;
	text-decoration: underline;
}

#l-balk {
	width: auto;
	height: 15px;
	color: #FFF;
	float:left;
	padding-left: 20px;
	padding-top: 4px;
	font-size: 11px;
}

#r-balk {
	width: auto;
	height: 15px;
	padding-top: 4px;
	padding-right: 10px;
	color: #FFF;
	float: right;
	font-size: 11px;
}

#r-balk ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#r-balk ul li {
	padding-right: 20px;
	color: #FFF;
	text-decoration: none;
	float: left;
}


#r-balk ul li a{
	text-decoration: none;
	color: #FFF;
}

#r-balk ul li a:hover{
	color: #FFF;
	text-decoration: underline;
}

#vlak-datum-2 {
	background-image:url(../images/datum-illustratie.jpg);
	background-repeat: no-repeat;
	width: 32px;
	height: 46px;
	float: left;
}

#dag-datum-2 {
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 16px;
	color:#00A9E0;
	padding-top: 10px;
	padding-left: 7px;
}

#maand-datum-2 {
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size: 12px;
	color:#00A9E0;
	padding-left: 6px;
}

#go_back a:link, #go_back a:visited, #go_back a:active {
   color:#666666;
   text-decoration: none;
}

#go_back a:hover {
   color:#666666;
   text-decoration: underline;
}

#nieuwsitem a:link, #nieuwsitem a:visited, #nieuwsitem a:active {
	text-decoration: none;
	color:#666666;
}

#nieuwsitem a:hover {
	text-decoration: underline;
	color:#666666;	
}
.msg_list {
margin: 0px;
padding: 0px;
width: auto;
}
.msg_head {
cursor: pointer;
position: relative;
}

.msg_head a:link, .msg_head a:visited, .msg_head a:active {
	color: #666666;
	text-decoration: none;
}

.msg_head a:hover {
	color: #666666;
	text-decoration: underline;
}

#bar_gerealiseerd {
	background-image: url(../images/blok-poll.png);
	background-repeat: no-repeat;
	width: 120px;
	height: 10px;
	margin-left: 20px;
}

#fotogallerij {
	width: 500px;
	height: auto;
}

#naar-links {
	width: 10px;
	height: 8px;
	float: left;
}

#naar-rechts {
	width: 10px;
	height: 8px;
	float: right;
}

#box-quote {
	width: 500px;
	height: auto;
	background-color: #dff1f9;
}

#box-foto-quote {
	width: auto;
	height: auto;
	float: right;
	margin-right: 20px;
	padding-top: 1px;
}

#kop-quote {
	color: #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	font-size:14px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 20px;
	font-style:italic;
	height: auto;
}

#tekst_getuigenis {
	width:auto;
	height:auto;
	padding: 15px;
	font-style:italic;
}


#groep-quote {
	width: 420px;
	height: auto;
	float: left;
}

#afbeelding-quote {
	width: auto;
	height: auto;
	float: right;
}

.opmaak_field {
	border: 1px #EEAF30 solid;
	width: 240px;
	height:17px;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
}

.opmaak_field2 {
	border: 1px #EEAF30 solid;
	width: 80px;
	height:17px;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
}


.opmaak_textarea {
	border: 1px #EEAF30 solid;
	width: 240px;
	height: 65px;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
	font-size: 12px;
	}

.opmaak_textarea2 {
	border: 1px #EEAF30 solid;
	width: 240px;
	height: 65px;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
	font-size: 12px;
	}


.opmaak_button_form {
	width: auto;
	height: 20px;
	background-color: #FFFFFF;
	color: #00A9E0;
	border: 1px solid #00A9E0;
	font-family: "Georgia", Helvetica, Tahoma, Arial;
}

#animatie {
	width: 100px;
	height: 110px;
	margin-top: 10px;
	float: left;
}

#box-getuigenissen-sub {
	width: auto;
	float: left;
	height: auto;
}

/*########################################################TOOLTIP*/
#easyTooltip2{
	padding:5px 10px;
	border:1px solid #eeaf30;
	background-image: url(../images/bg-best.jpg);
	background-repeat: repeat-x;
	background-color: #12a9de;
	color:#fff;
	width:150px;
	}
#easyTooltip2 h4, #easyTooltip2 p{
	margin:.25em 0;
	}	
	
#easyTooltip2 p{
	padding-top: 5px;
	padding-left: 15px;
	line-height: 15px;
	}	


#ytvideo {
    float: left;
	margin-bottom:15px;
}


.yt_holder {
    background: #f3f3f3;
    padding: 10px;
    float: left;
    border: 1px solid #e3e3e3;
	margin-bottom:15px;
}