/* CSS Document */
html, body {
		background:url(../images/verloop2.jpg);
		background-repeat: repeat-x;
		background-color: #EDE8C4;
		color: #000;
		margin: 0 0 0 1px;
		padding: 0 0 0 0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.9em;
		text-align:center; /*nodig om pagina te centreren in IE5, samen met text-align:left; in #wrapper*/
		}
h1{
	font-size: 16px!important; /*zorgt dat deze niet wordt overschreven*/
	margin-bottom: 5px; /*beperkt afstand tussen kop en tekst*/
	color: #395700;
	background: inherit;
}
h2{	
	font-size: 13px!important; /*zorgt dat deze niet wordt overschreven*/
	margin-bottom: 5px; /*beperkt afstand tussen kop en tekst*/
	color: #395700;
	background: inherit;
}
h3{	
	font-size: 12px!important; /*zorgt dat deze niet wordt overschreven*/
	margin-bottom: 5px; /*beperkt afstand tussen kop en tekst*/
	color: #395700;
	background: inherit;
}
b, i{
	color: #395700;
	background: inherit;
	}
.border{
	color: #395700;
	background: inherit;
	border: 1px dotted #395700;
	}
a {
	color: #395700;
	background: inherit;
	}
img { /*zorgt dat een link in een image geen border krijgt*/
border: 0px;
border-color: #395700;
}
#wrapper{
		width: 930px;
		margin-left:auto;
		margin-right:auto;
		margin-top: 0px;
		text-align:left; /*nodig om pagina te centreren in IE5 en IE5.5, samen met text-align:center; bij html,body */
		}
#header {
		position: absolute;
		background-image:url(../images/header.jpg);
		background-repeat:no-repeat;
		background-color: #D3DFBE;
		color: #000;
		width: 930px;
		height: 163px;
		z-index: 2;
		}
#titelbalk {
		position:absolute;
		background-image:url(../images/titelbalk.jpg);
		background-repeat:no-repeat;
		background-color: #395700;
		color: #000;
		margin: 163px 0 0 271px;
		width: 555px;
		height: 97px;
		}
#inhoud {
		position: absolute;
		margin: 274px 0 0 300px;
		width: 480px;
		}
#inhoud-breed {
		position:absolute;
		margin: 750px 0 0 300px;
		width: 629px;
		}
#inhoud-print {
		position: absolute;
		margin: 274px 0 0 300px;
		width: 520px;
		}
.rechterfoto{
		float: right;
		margin-top: 5px;
		margin-left: 20px;
		margin-bottom: 6px;
		margin-right: -6px;
		}
.linkerfoto{
		float: left;
		margin-top:20px;
		margin-right: 20px;
		margin-bottom: 6px;
		}

#watermerk {
		position: absolute;
		margin: 443px 0 0 260px;
		background-image:url(../images/watermerk.jpg);
		background-repeat: no-repeat;
		background-position:center center;
		width: 510px;
		height: 209px
		}
#lindeboom_rand {
		position:absolute;
		background-image:url(../images/lindeboom_rand.jpg);
		background-repeat:no-repeat;
		background-color: #EDE8C4;
		color: #000;
		margin: 163px 0 0 826px;
		width: 104px;
		height: 509px;
		}
.sjc {
	position:absolute;
	margin:508px 0 0 0px;
	background-color:#395700;
	color: #EDE8C4!important;
	width:104px;
	height:30px;
	font-size: 0.8em;
	}
.sjc a {
	color: #EDE8C4;
	background: inherit;
	}

/*-------------------submenu--------------------------------------------*/
#fotoschuur_submenu {
		position: absolute;
		margin: 600px 0 0 0;
		background-image:url(../images/fotoschuur_submenu.jpg);
		background-repeat:no-repeat;
		width: 275px;
		height: 171px;
		}
#kookstudio_submenu {
		position: absolute;
		margin: 600px 0 0 0;
		background-image:url(../images/kookstudio_submenu.jpg);
		background-repeat:no-repeat;
		width: 275px;
		height: 174px;
		}
#fotofeest_submenu {
		position: absolute;
		margin: 600px 0 0 0;
		background-image:url(../images/fotofeest_submenu.jpg);
		background-repeat:no-repeat;
		width: 275px;
		height: 172px;
		}
#catering_submenu {
		position: absolute;
		margin: 600px 0 0 0;
		background-image:url(../images/catering_submenu.jpg);
		background-repeat:no-repeat;
		width: 275px;
		height: 175px;
		}
.sub_nav a {
		display:block;
		width: 106px;
		margin-left:169px;
		margin-bottom: 6px;
		padding:6px 0 10px 10px;
		font-size:10px;
		font-weight:bold;
		color:#EDE8C4;
		background-color: #395700;
		background: url(../images/sub_btn.gif) 0 0 no-repeat;
		text-decoration: none;
		}
	.sub_nav a:hover {	
		background-position: 0 -28px;
		color: #395700;
		background-color: #EDE8C4;
		}
	.sub_nav a:active {
		background-position: 0 -28px;
		color:#395700;
		background-color: #EDE8C4;
		}
/*is nodig om de button op de actieve pagina  een andere kleur of image te geven: 
!important is nodig, omdat anders de eigenschappen voor de gewone a:link worden overgenomen*/
	.actievelink-sub {
	color:#395700!important;
	background: url(../images/sub_btn_active.gif)!important;
	background-repeat:no-repeat!important;
	background-color: #EDE8C4;
	width: 102px;
	}
#aanmelden {
	position: absolute;
		margin: 800px 0 0 0;
		border: 1px dotted #395700;
		background-color:#E5E6DE;
		color:#395700;
		width: 180px;
		height: 180px;
		text-align: center;
	}
#inloggen {
		position: relative;
		margin: 0 0 0 0px;
		border: 1px dotted #395700;
		background-color:#E5E6DE;
		color:#395700;
		width: 180px;
		height: 20px;
		text-align: center;
	}
/*--------------simpleviewer-----------------------------------------*/
	#flashcontent {
		height: 420px;
		position:relative;
		margin: 0px 0 0 -20px;
		width: 670px;
	}
/*-------------routekaart----------------------------------------------*/
	#kaart {
		height: 520px;
		position:relative;
		margin: 0px 0 0 -75px;
		width: 730px;
	}
	#tabel {
		position:relative;
		margin: 0px 0 0 0px;
		width: 630px;
		border: 1px dotted #395700;
		}
/*------------------menu header_nav------------------------------------------------------*/
#header_nav {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px!important;
		font-weight:bold;
		}
#header_nav ul {
		list-style: none;
		margin: 0;
		padding-top: 75px;
		padding-left: 785px;
		}
#header_nav li {
		display: inline; /*vertikaal menu*/
		}

#header_nav a:link{                      
	color: #395700;
	background-color:inherit;
	
}
#header_nav a:visited{
	color:#395700;
	background-color:inherit;
}
#header_nav a:hover{
	color: #EDE8C4;
	background-color:inherit;
}
#header_nav a:active{
	color: #EDE8C4;
	background-color:inherit;
}
/*is nodig om de button op de actieve pagina  een andere kleur of image te geven: 
!important is nodig, omdat anders de eigenschappen voor de gewone a:link worden overgenomen*/
.actievelink_header {              
  	color: #EDE8C4!important;
	background-color:inherit;
	}
/*-------------------menu--------------------------------------------*/
#menu_bg {
		position: absolute;
		width: 236px;
		height: 1000px;
		margin-top: 163px;
		list-style-type: none;
		padding: 0;
		background-color:#EDE8C4;
		background-image:url(../images/verloop-zij.jpg);
		background-repeat:repeat-y;
		color:inherit;
		}
#menu_bg_referentie {
		position: absolute;
		width: 236px;
		height: 8000px;
		margin-top: 163px;
		list-style-type: none;
		padding: 0;
		background-color:#EDE8C4;
		background-image:url(../images/verloop-zij.jpg);
		background-repeat:repeat-y;
		color:inherit;
		}
	.nav_overons a{
		display:block;
		width: 236px;
		margin: 7px 0 0 0px;
		padding:77px 10px 0px 7px;
		font-size:10px;
		font-weight:bold;
		color:#EDE8C4;
		background: url(../images/over_ons_2btn.jpg) 0 0 no-repeat;
		background-color: inherit;
		text-decoration: none;
		}
	.nav_overons a:hover {	
		background-position: 0 -143px;
		background-color: inherit;
		color: #395700;
		}
	.nav_overons a:active {
	    background: url(../images/over_ons_2btn.jpg) 0 -143px no-repeat;
		background-color: inherit;
		color:#395700;
		}
/*is nodig om de button op de actieve pagina  een andere kleur of image te geven: 
!important is nodig, omdat anders de eigenschappen voor de gewone a:link worden overgenomen*/
	.actievelink1{
	color:#395700!important;
	background: url(../images/over_ons_btn.jpg)!important;
	background-repeat:no-repeat!important;
	background-color: inherit;
	width: 236px;
	
}
	.nav_kookstudio a {
		display:block;
		width: 236px;
		margin: 18px 0 0 0px;
		padding:77px 10px 0px 7px;
		font-size:10px;
		font-weight:bold;
		color:#EDE8C4;
		background-color: inherit;
		background: url(../images/kookstudio_2btn.jpg) 0 0 no-repeat;
		text-decoration: none;
		}
	.nav_kookstudio a:hover {	
		background-position: 0 -143px;
		background-color: inherit;
		color: #395700;
		}
	.nav_kookstudio a:active {
		background-position: 0 -143px;
		background-color: inherit;
		color:#395700;
		}
/*is nodig om de button op de actieve pagina  een andere kleur of image te geven: 
!important is nodig, omdat anders de eigenschappen voor de gewone a:link worden overgenomen*/
	.actievelink2{
	color:#395700!important;
	background: url(../images/kookstudio_btn.jpg)!important;
	background-repeat:no-repeat!important;
	background-color: inherit;
	width: 236px;
	}
.nav_feesten a {
		display:block;
		width: 236px;
		margin: 18px 0 0 0px;
		padding:77px 10px 0px 7px;
		font-size:10px;
		font-weight:bold;
		color:#EDE8C4;
		background-color: inherit;
		background: url(../images/feesten_2btn.jpg) 0 0 no-repeat;
		text-decoration: none;
		}
	.nav_feesten a:hover {	
		background-position: 0 -143px;
		color: #395700;
		background-color: inherit;
		}
	.nav_feesten a:active {
		background-position: 0 -143px;
		color:#395700;
		background-color: inherit;
		}
/*is nodig om de button op de actieve pagina  een andere kleur of image te geven: 
!important is nodig, omdat anders de eigenschappen voor de gewone a:link worden overgenomen*/
	.actievelink3{
	color:#395700!important;
	background: url(../images/feestenpartijen_btn.jpg)!important;
	background-color: inherit;
	background-repeat:no-repeat!important;
	width: 236px;
	}
.nav_catering a {
		display:block;
		width: 236px;
		margin: 18px 0 0 0px;
		padding:77px 10px 0px 7px;
		font-size:10px;
		font-weight:bold;
		color:#EDE8C4;
		background-color: inherit;
		background: url(../images/catering_2btn.jpg) 0 0 no-repeat;
		text-decoration: none;
		}
	.nav_catering a:hover {	
		background-position: 0 -143px;
		color: #395700;
		background-color: inherit;
		}
	.nav_catering a:active {
		background-position: 0 -143px;
		color:#395700;
		background-color: inherit;
		}
/*is nodig om de button op de actieve pagina  een andere kleur of image te geven: 
!important is nodig, omdat anders de eigenschappen voor de gewone a:link worden overgenomen*/
	.actievelink4{
	color:#395700!important;
	background: url(../images/catering_btn.jpg)!important;
	background-repeat:no-repeat!important;
	background-color: inherit;
	width: 236px;
	}