@charset "UTF-8";
/* CSS Document De vlinder*/
html,
body 
{
	margin:0;
	padding:0;
	height: 100%;
}
body
{
	width: 100%;
	font-family:Verdana, Geneva, sans-serif;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	position: relative; 
	
}
#container
{
	background-color: #EFFFDE;
	min-height: 100%;
   	position:relative;
	width: 1000px;
	margin: auto;
}
#shadowright {
	width:1012px;
	margin: 0 auto 0 auto;
    background:url(../img/shadowright.png);
    background-position:right;
    background-repeat:repeat-y;	
}
#shadowleft {
	width:1012px;
	margin: 0 auto 0 auto;
    background:url(../img/shadowleft.png);
    background-position:left;
    background-repeat:repeat-y;	
}

#header
{
	height: 250px;
	width: 1000px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}
#header-left
{
	float: left;
	width: 520px;
	margin-top: 30px;
	margin-left: 10px;
}
#header-right
{
	/* background-color: #F60; */
	float: right;
	width: 460px;
	text-align: right;
	margin-top: 40px;
	padding-right: 10px;
	font-size: 20px;
	line-height: 22px;
	color: #F9F9F9;
}
/*
#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}
*/
* html #menublock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#menublock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#menublock li {
/* border-bottom: 1px solid #90bade; */
margin: 0;
}

#menublock li a {
display: block;
color: #333;
padding: 5px 5px 5px 8px;
/*border-right: 20px solid #508fc4;
 background-color: #2175bc; */
background:url('../img/backmenu1n.gif');
background-repeat: no-repeat;
text-decoration: none;
padding-right: 40px;
width: 100%;
margin-bottom: 2px;
/*-moz-border-radius: 5px;*/
}

html>body #menublock li a{ /*Non IE6 width*/
width: auto;
}

#menublock li a:hover{
/*border-left: 10px solid #1c64d1;
border-right: 20px solid #5ba3e0;
background-color: #2586d7;
*/
background:url('../img/backmenu1.gif');
background-repeat: no-repeat;
color: #fff;
}
/* Start actief menu */
#menublock li a.actiefblauw
{
background:url('../img/backmenu1.gif');
background-repeat: no-repeat;
/*
border-left: 10px solid #1c64d1;
border-right: 20px solid #5ba3e0;
background-color: #2586d7; */	
color: #FFF;
}
#menublock li a.actiefrood
{
/*
	border-right: 20px solid #EC4B2F;
	background-color: #CF3D3A;
	border-left: 10px solid #900;
*/
background:url('../img/backmenu2.gif');
background-repeat: no-repeat;
	color: #FFF;
}
#menublock li a.actiefgroen
{
/*
	border-right: 20px solid #0F0;
	background-color: #0C3;
	border-left: 10px solid #060;
*/
background:url('../img/backmenu3.gif');
background-repeat: no-repeat;
	color: #FFF;
}
#menublock li a.actiefpaars
{
/*
	border-right: 20px solid #C09;
	background-color: #939;
	border-left: 10px solid #906;
*/
background:url('../img/backmenu5.gif');
background-repeat: no-repeat;
	color: #FFF;
}
#menublock li a.actieforanje
{
/*
	border-right: 20px solid #C60;
	background-color: #F93;
	border-left: 10px solid #C63;
*/
background:url('../img/backmenu4.gif');
background-repeat: no-repeat;
	color: #FFF;
}
/* Einde actief menu */
#menublock li a.rood
{
/*	border-right: 20px solid #FF0000;
*/
background:url('../img/backmenu2n.gif');
background-repeat: no-repeat;
}
#menublock li a:hover.rood
{
/*
	border-right: 20px solid #EC4B2F;
	background-color: #CF3D3A;
	border-left: 10px solid #900;
*/
background:url('../img/backmenu2.gif');
background-repeat: no-repeat;
}
#menublock li a.groen
{
/*
	border-right: 20px solid #090;
*/
background:url('../img/backmenu3n.gif');
background-repeat: no-repeat;
}
#menublock li a:hover.groen
{
/*
	border-right: 20px solid #0F0;
	background-color: #0C3;
	border-left: 10px solid #060;
*/
background:url('../img/backmenu3.gif');
background-repeat: no-repeat;
}
#menublock li a.paars
{
/*
	border-right: 20px solid #F06;
*/
background:url('../img/backmenu5n.gif');
background-repeat: no-repeat;
}
#menublock li a:hover.paars
{
/*
	border-right: 20px solid #C09;
	background-color: #939;
	border-left: 10px solid #906;
*/
background:url('../img/backmenu5.gif');
background-repeat: no-repeat;

}
#menublock li a.oranje
{
background:url('../img/backmenu4n.gif');
background-repeat: no-repeat;
/*
	border-right: 20px solid #F60;
*/
}
#menublock li a:hover.oranje
{
/*
	border-right: 20px solid #C60;
	background-color: #F93;
	border-left: 10px solid #C63;
*/
background:url('../img/backmenu4.gif');
background-repeat: no-repeat;
}
#afbeelding
{
	clear: both;
	/*padding-top:30px;*/
}
#pagina
{
background-color: #EFFFDE;
padding-bottom: 20px;
width: 1000px;
}
#pagina p
{
	color: #666;
	padding-left: 20px;
	padding-right: 10px;
}
#pagina p img
{
padding: 3px;
border: 1px dashed #990000;
}
#pagina h3
{
margin-left: 15px;
margin-top: 10px;
margin-bottom: 5px;
text-transform: uppercase;
color: #454547;
}
/*
.welkom
{
	color: #2586D7;
	padding-left: 10px;
}
*/
#footer {
background-color: #EFFFDE;
clear: both;
margin: auto;
width: 1000px;
text-align: center;
			}
.hiddenPic {display:none;}
.merken {
text-align: left;
margin-left: 10px;
}
.merken td { 
width: 400px;
font-weight: bold;
}
.merken td a {
color: #cf3d3a;
font-size: 14px;
text-decoration: none;
}
.merken td a:hover {
color: #990000;
font-weight: bold;
}
.fotowelkom {
margin-left: 48px;
margin-top: 10px;
}
.agenda
{
float: right; 
width: 530px; 
text-align: right; 
padding-right: 20px;
}
.agenda h3
{
margin: 0px;
color: #CC6633;
padding: 0px;
text-decoration: underline;
font-size: 20px;

}
.agenda p
{
font-size: 15px;
margin-top: 3px;
}
.agenda a
{
text-decoration: none;
font-size: 15px;
color: #666666;
}
.agenda a:hover
{
color: #990000;
}
#pagina .actiefblauw
{
color: #2586D7;
padding-left: 10px;
}
#pagina .actiefrood
{
color: #CF3D3A;
padding-left: 10px;
}
#pagina	.actiefgroen
{
color: #00CC33;
padding-left: 10px;
}
#pagina	.actieforanje
{
color: #FF9933;
padding-left: 10px;
}
#pagina	.actiefpaars
{
color: #990099;
padding-left: 10px;
}




