/* Edited with EditCSS */
/**** LINK-tag style sheet template.css ****/

body {
	background: #ffffff url(http://www.egmondonline.nl/media/algemeen/achtergrond1-egmondonline-kleiner.jpg);

	margin: 0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
  	font-size: 12px;
    letter-spacing: 0.0px;
    
    /*font-size: 0.9em;*/
  	color: #000;
    background-attachment: fixed;
}
a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: dotted;
}
a:hover {
	color: #000;
	text-decoration: dotted;
}

a img {border:0;}

hr {
	margin: 5px 0px 5px 0px;
	color: FF0000;
	border: 0;
	border-top: 1px dotted #8FD8F9;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6, strong {color: #f02c23;}
p {margin:0;}


h1 {
	margin:10px 0 6px 0;
	font-size: 18px;
}

h2 {
	margin:10px 0 4px 0;
	font-size: 16px;
    color: #334d73;

}

h3 { margin:10px 0 4px 0;
	font-size: 14px;
}

h4 {
	margin:10px 0 0 0;
	font-size: 1em;

}

h5 {
	margin:10px 0 0 0;
	font-size: 0.9em;
}

h6 {
	margin:3px 0 0 0;
	font-size: 0.75em;
}


form {margin: 0;}



li {
	padding-bottom: 0px;
}

ul {
	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
	list-style-type: square
}

ol {

	line-height: 150%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}


blockquote{
	background-color:#022B57;
	padding: 3px;
	border-left: 2px solid #022B57;
	margin: 3px 0 20px 0;
	color:#0c136d0;
}

pre, .code {
	color: #8FDAFA;
	padding: 6px 0 20px 6px;
	border-top: 1px solid #3384AD;
	border-right: 1px solid #3384AD;
	border-bottom: 1px solid #3384AD;
	border-left: 6px solid #3384AD;
	background-color: #f1f0e3;
	margin: 3px 0 20px 0;

	font-size:1em;
	overflow:auto;
	line-height:2.2em;
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #3384AD;
	font-style: normal;
	font-weight: bold;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
   width: 994px;
   min-height:99%;
   margin: 0 auto 0 auto;
   padding: 0;
   background-image: url(img/content.jpg) ;
   background-repeat: repeat-y;

}

#header {
	height:92px;
	background-image: url(img/header-logo5.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
    width: 994px;
}
* html #header {clear:both;height:100px;} /* ie6 misbehaves again */

#pageheader {margin:1px 100px 0 994px;}
#pageheader strong {
	font-size: 16px;
}


#breadcrumbs {
	height:150px;
	background:#f1f0e3;
	clear:both;
}
#breadcrumbs span {
	background: transparent url(img/link.gif) no-repeat;
	padding: 6px 2px 0px 12px; font-weight: bold; }

#breadcrumbs a {
	border-bottom: 1px dotted #0c136d;
	text-decoration: none;
}
#breadcrumbs a:hover {border-bottom: 1px solid #0c136d;}

#breadcrumbs .menu-current a{
	color: #FFFFFF;
}



#infobox { /* Currently holds the login box */
	float: left;
	width: 200px;
	margin: 0px 5px 0 20px;
	border: 0px solid #0c136d;
	background:transparent;
	padding:0px;
	display:inline;
}

#content { /* main content from the WYSIWYG goes in here */
	margin: 0px 10px 0 245px;
	padding: 4px 10px 14px 0;
	clear: right;
	background: transparent;

}





* html #contentbox #content {text-align:left;} /* ie6 misbehaves */
* html #contentbox #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

.clearcontent {height:60px; clear:both}

#footerbox {

font-size: 12px;
font-weight: bold;
color: #000;
}
#footer {
	font-size: 80%;
	color: #000000;
	width: 994px;
	height:28px;
	margin: 0 auto 0 auto;
	padding-top: 7px;
	text-align: center;
    background:  url(./img/footer-image.jpg)  no-repeat;

}

#footer span{
color: #000;
padding-left: 10px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {height:32px; display:block;clear:both; background: transparent url(img/menue-bg1.png) repeat-x;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	float:left;
	height: 30px;
	border: 0;
	padding:0;
	margin:  0px 10px 0px 10px;
	z-index: 1000;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */

}

/* Root Level Link Formatting */
#nav ul li {float: left; color: #6DFCFE; text-align: center; font-weight: normal; }
#nav ul li a {display: block; background: transparent; padding: 8px 10px 7px 11px; color: #ffff00; text-decoration: none; font-weight: bold; }
/* Root Level link hover */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {background: url(img/navbgl1hi.jpg); color: #ffff00;}
#nav a.menu-parent {background: url(img/navbgl1hi.jpg); color: #6DFCFE;}


/* MENUBALK - Root Level link hover */
#nav ul li a:hover, 
#nav li a:active, 
#nav li a:focus, 
#nav ul li a.active, 
#nav a.menu-current {background: url(img/navbgl1hi.jpg); color: #ffff00;}
#nav a.menu-parent  {background: url(img/navbgl1hi.jpg); color: #ffff00;}


/*Current page Customisations*/
#nav a.menu-current		{font-weight: bold;}



/* 2nd Child menu Dit het is trekbalk menu met de waarde 11.3 als de hoogte*/

#nav .menu li ul {position: absolute; width: 11.3em; margin: 0; display: none; text-transform: none; border-bottom: 2px solid #8f7171; border-left: 0px solid #145167; border-right: 2px solid #8f7171; font-size: 100%; background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li {width: 11.0em; text-align: left; font-weight: normal; margin-left:3px; padding:10; line-height: 1.4em;}
#nav .menu li ul li a {width: 11.0em; padding: .3em .5em .3em .1em; color: #ffff00; border-top: 0px solid #000000; font-weight: normal;  background: none;}


/* 2nd Child link hover */

#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current { background: #E5BE73 url(img/navbgl1hi.jpg); color:#ffffff;}
#nav .menu li ul a.menu-parent {background: #E5BE73 url(img/navbgl1parent.gif); color:#fff;}


/* Show and hide */

#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}



/* 3rd Child Menu Appreances */

#nav .menu li ul li ul	{ margin: 5px 0 0 -40%; z-index: 9999;  background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li ul li	{width: 11em;}
#nav .menu li ul li ul li a 	{ width: 10.5em;}


/* 4rd Child Menu Appreances */

#nav .menu li ul li ul li ul	{  width: 9em; background: transparent url(img/menue-bg.png) repeat;}
#nav .menu li ul li ul li ul li	{  width: 9em; }
#nav .menu li ul li ul li ul li a 	{ width: 8.5em;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#nav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */


/*Zoeken*/
#searchesa{
background: url(./img/bg_search.jpg) top left no-repeat;
padding-left: 28px;
}
#infobox .searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 5px;
	padding: 10px 0 10px 10px;
	XXwidth: 160px;
}
#infobox .searchform p { margin: 0; padding: 0; }
#infobox .searchform input.textbox {
	width: 90px;
	height: 18px;
	padding: 2px;
	vertical-align: top;
}
#infobox .searchform input.button {
	margin: 2px;
	font: bold 1em Arial, Sans-serif;
	border: 0px solid #002951;
	background: #FFF;
	padding: 2px 3px;
	color: #4284B0;
         width: 43px;
         background: url(./img/bg_searchsubmit.gif) top center no-repeat;
}
/*Einde Zoeken*/


/*Footer*/



#footer-teil {
	color: #000000;
	margin: 0 auto 10px auto;
	padding-left: 20px;
	width: 974px;
	height:144px;
	background:  url(./img/footer-image2.gif)  no-repeat;
}

#footer-teil h3{
	color: #000000;
	padding: 0;
	border-bottom: 0px dashed #E5E6E7;
    	padding: 0px 10px 0px 41px;
    	text-align: left;
}

/*dit is hem*/
#footer-teil ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 20px;
    text-align:left
}


/*sterretjes afstand*/
#footer-teil li a {
	font-weight: normal;
	padding: 0px 0px 0px 20px;
	width: 98%;
    text-align:left
	color: #ffffff;

}

#footer-teil  a {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	width: 98%;
	color: #ffffff;
        background: url(./img/pointer02.gif) left top no-repeat;
}

#footer-teil .teil1 {
	float: left;
	width: 334px;
}
#footer-teil .teilmitte {
	float: left;
	width: 350px;
}
#footer-teil .teil3 {
	float: left;
	width: 245px;
}
* informatie meestbekeken interessant 


#footer-teil .teil1 p {
	padding: 0px 10px 0px 10px;
}

#footer-teil .teilmitte {
	margin: 0 15px;
}


/**** LINK-tag style sheet frontend.css ****/

/**
 * Code snippet: anynews
 *
 * This code snippets grabs news from the WB news module database
 * and displays them on any page you want by invoking the function
 * displayNewsItems() via a page of type code or the index.php 
 * file of the template.
 *
 * This file contains the CSS styles used in the frontend.
 * 
 * LICENSE: GNU General Public License 3.0
 * 
 * @author		Christian Sommer
 * @copyright	Christian Sommer (c) 2007-2009
 * @license		http://www.gnu.org/licenses/gpl.html
 * @version		0.91
 * @platform	Website Baker 2.7
*/

/* 
 * PLEASE NOTE: 
 * You need to include this file manually to the index.php file of your template to use it.
 * Please check the Readme file for details.
*/

div.anynews h2 {
}



/**** LINK-tag style sheet frontend.css ****/

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
    display        : none;
}


/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
    
}
.tabberlive {
    margin-top      : 1em;
}

.tabbertab {
    padding         : 5px;
    border          : 1px solid #778;
    border-top      : 0;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
    margin          : 0;
    padding         : 3px 0;
    border-bottom   : 1px solid #778;
    font            : bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
    list-style      : none;
    margin          : 0;
    display         : inline;
}

ul.tabbernav li a
{
    padding         : 3px 0.5em;
    margin-left     : 3px;
    border          : 1px solid #778;
    border-bottom   : none;
    background      : #DDE;
    text-decoration : none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
    color           : #000;
    background      : #AAE;
    border-color    : #227;
}

ul.tabbernav li.tabberactive a
{
    background-color: #fff;
    border-bottom    : 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
    color            : #000;
    background       : white;
    border-bottom    : 1px solid white;
}

/*--------------------------------------------------------------------
    The following directives are deactivated as the WB tabber
    integration doesn't need them
*/

/*
.tabberlive .tabbertab {
    padding:5px;
    border:1px solid #aaa;
    border-top:0;
*/

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */

/*
}

/* If desired, hide the heading since a heading is provided by the tab */

/*
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
*/

/* Example of using an ID to set different styles for the tabs on the page */
/*
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

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


/**** LINK-tag style sheet translateelement.css ****/

/* Copyright 2010 Google Inc. All Rights Reserved. */
.goog-te-banner-frame{left:0;top:0;height:39px;width:100%;z-index:10000001;position:fixed;border:none;border-bottom:1px solid #6b90da;margin:0;_left:expression((hackt=document.documentElement.scrollLeft||document.body.scrollLeft)+_bannerquirkfixleft+'px');_top:expression((hackl=document.documentElement.scrollTop||document.body.scrollTop)+_bannerquirkfixtop+'px');_position:absolute}.goog-te-menu-frame{z-index:10000002;position:fixed;border:none;_position:absolute}.goog-te-ftab-frame{z-index:10000000;border:none;margin:0}.goog-te-gadget{font-family:arial;font-size:11px;color:#666;white-space:nowrap}.goog-te-gadget img{vertical-align:middle;border:none}.goog-te-combo{margin-left:4px;margin-right:4px;vertical-align:baseline;*vertical-align:middle}.goog-te-gadget .goog-te-combo{margin:4px 0}.goog-logo-link,.goog-logo-link:link,.goog-logo-link:visited,.goog-logo-link:hover,.goog-logo-link:active{font-size:12px;font-weight:bold;color:#444;text-decoration:none}.goog-te-banner .goog-logo-link,.goog-close-link{display:block;margin:0 10px}.goog-te-banner .goog-logo-link{padding-top:6px}.goog-te-combo,.goog-te-banner *,.goog-te-ftab *,.goog-te-menu *,.goog-te-menu2 *,.goog-te-balloon *{font-family:arial;font-size:10pt}.goog-te-banner{margin:0;background-color:#e4effb;overflow:hidden}.goog-te-banner img{border:none}.goog-te-banner button{display:block;white-space:nowrap}.goog-te-banner-content{color:#000}.goog-te-banner-info{color:#666;vertical-align:top;margin-top:0;font-size:7pt}.goog-te-banner-content,.goog-te-banner button,.goog-te-banner-info{margin-left:4px;margin-right:4px}.goog-te-ftab{margin:0;background-color:#fff;white-space:nowrap}.goog-te-ftab-link{text-decoration:none;font-weight:bold;font-size:10pt;padding:8px;border:1px outset gray;padding:6px 10px}.goog-te-ftab-link span{text-decoration:underline;margin-left:2px;margin-right:2px}.goog-float-top .goog-te-ftab-link{padding:2px 2px;border-top-width:0}.goog-float-bottom .goog-te-ftab-link{padding:2px 2px;border-bottom-width:0}.goog-te-menu-value{text-decoration:none;color:#0000cc;white-space:nowrap;margin-top:2px;margin-left:4px;margin-right:4px}.goog-te-menu-value span{text-decoration:underline}.goog-te-menu-value img{vertical-align:middle;margin-left:2px;margin-right:2px}.goog-te-menu{background-color:#ffffff;text-decoration:none;border:2px solid #c3d9ff;overflow-y:scroll;overflow-x:hidden;position:absolute;left:0;top:0}.goog-te-menu-item{padding:3px;text-decoration:none}.goog-te-menu-item,.goog-te-menu-item:link{color:#0000cc;background:#ffffff}.goog-te-menu-item:visited{color:#551a8b}.goog-te-menu-item:hover{background:#c3d9ff}.goog-te-menu-item:active{color:#0000cc}.goog-te-menu2{background-color:#ffffff;text-decoration:none;border:1px outset #6b90da;overflow:hidden;padding:4px}.goog-te-menu2-colpad{width:16px}.goog-te-menu2-item div,.goog-te-menu2-item-selected div{padding:4px}.goog-te-menu2-item .indicator{display:none}.goog-te-menu2-item-selected .indicator{display:auto}.goog-te-menu2-item-selected .text{padding-left:4px;padding-right:4px}.goog-te-menu2-item,.goog-te-menu2-item-selected{text-decoration:none}.goog-te-menu2-item div,.goog-te-menu2-item:link div,.goog-te-menu2-item:visited div,.goog-te-menu2-item:active div{color:#0000cc;background:#ffffff}.goog-te-menu2-item:hover div{color:#ffffff;background:#3366cc}.goog-te-menu2-item-selected div,.goog-te-menu2-item-selected:link div,.goog-te-menu2-item-selected:visited div,.goog-te-menu2-item-selected:hover div,.goog-te-menu2-item-selected:active div{color:#000;font-weight:bold}.goog-te-balloon{background-color:#ebeff9;overflow:hidden;padding:8px;border:1px outset #6b90da}.goog-te-balloon-frame{border:none}.goog-te-balloon img{border:none}.goog-te-balloon-text{margin-top:6px}.goog-te-balloon-zippy{margin-top:6px;white-space:nowrap}.goog-te-balloon-zippy *{vertical-align:middle}.goog-te-balloon-zippy .minus{background-image:url(//www.google.com/images/zippy_minus_sm.gif)}.goog-te-balloon-zippy .plus{background-image:url(//www.google.com/images/zippy_plus_sm.gif)}.goog-te-balloon-zippy span{color:#00c;text-decoration:underline;cursor:pointer;margin:0 4px}.goog-te-balloon-form{margin:6px 0 0 0}.goog-te-balloon-form form{margin:0}.goog-te-balloon-form form textarea{margin-bottom:4px;width:100%}.goog-te-balloon-footer{margin:6px 0 4px 0}



