
body {
margin:0;
padding:0;
border:0;
height:100%;
font-family: arial, sans-serif;
font-size: 10pt;
/*behavior:url("csshover.htc");*/
}


#zoekvenster_boven{
border: 1px white solid;
background-color: white;
position: absolute;
left: 700px;
top: 208px;
width: 175px;
height: 18px;
font-size: 8pt;
padding: 2px 2px 2px 2px;
z-index: 20;
color: gray;
z-index: 30;
}

#zoekknop_boven{
border: 1px white solid;
background-color: #4E311F;
color: white;
position: absolute;
left: 897px;
top: 208px;
width: 75px;
height: 23px;
font-size: 10pt;
padding: 2px 2px 2px 2px;
z-index: 30;
}

#kruimelpad_boven {
border:0px solid black;
background-color: white;
/*position: absolute;
left: 282px;
top: 242px;
width: 400px;
height: 18px;
padding: 4px 4px 2px 4px;*/
font-size: 8pt;

color: gray;
}

#kruimelpad_boven a{
color: gray;
text-decoration: none;
}


#blok_boven_achtergrond{
background-image: url(layoutimages/lucht.jpg);
background-repeat: repeat-x;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 200px;
z-index: 1;
}


#blok_links{
background-color: #E6CB75;
position: absolute;
left: 59px;
top: 244px;
width: 221px;
height: 100%;
}

#blok_midden_home{
border-right: 0px gray solid;
background-color: white;
position: absolute;
left: 282px;
top: 240px;
/* top: 262px; */
width: 405px;
max-width: 404px;
font-size: 9pt;
line-height:1.20em;
padding: 4px 4px 4px 4px;
}

#blok_midden{
border-right: 0px gray solid;
background-color: white;
position: absolute;
left: 282px;
top: 240px;
/* top: 262px; */
width: 525px;
max-width: 525px;
font-size: 9pt;
line-height:1.20em;
padding: 4px 4px 4px 4px;
}


#blok_agenda{
border-left: 2px gray solid;
position: absolute;
left: 695px;
top: 251px;
width: 192px;
font-size: 8pt;
padding: 4px 4px 4px 4px;
}

#blok_agenda p
{
margin:0 0 0 0;
}


#logo_linksboven {
left: 10px;
top: 10px;
width: 270px;
height: 232px;
position: absolute;
border: none;
z-index: 20;
}

#grasbalk_boven {
left: 282px;
top: 34px;
width: 697px;
height: 208px;
position: absolute;
border: none;
z-index: 20;
}

#bodemprofiel_links {
left: 59px;
top: 244px;
width: 221px;
height:585px;
position: absolute;
border: none;
}

#fotoos_rechts {
left: 895px;
top: 251px;
width: 84px;
height:557px;
position: absolute;
border: none;
}

.agendakopje {
margin-bottom: 0;
font-size:110%;
font-weight:800;
}

.kopje_boven_agenda_homepage, .kopje_boven_actueel_homepage, .kopje_boven_verwante_onderwerpen_homepage
{
margin-bottom: 0;
font-size:130%;
font-weight:800;
}


.actueelkopje_homepage, .agendakopje_homepage
{
margin-bottom: 0;
font-size:100%;
font-weight:800;
margin-top: 12px;
}

.afsluiting
{
color: grey;
text-align:center;
font-size:80%;
}

.afsluiting a
{
color: grey;
}

.belicht1
{
    background: yellow;
}

.belicht2
{
    background: orange;
}

.belicht3
{
    background: blue;
}

#eXTReMe
{
position: absolute;
left:916px;
top: 815px;
z-index:200;
border: 0;
}


hr
{
color: grey;
background-color: gray;
height: 2px;
border: 1px solid gray;
}

h1
{
font-size: 22pt;
font-weight: 200;
margin-top:5px;
margin-bottom:5px;
line-height:1.20em;
}

h2
{
font-size: 13pt;
font-weight: 600;
margin-top:5px;
margin-bottom:5px;
line-height:100%;
}


.partners {
font-size:10pt;
color: white;
position:absolute;
left:93px;
top:530px;
text-align: center;
border: 0px solid red;
}

.partners img
{
border: 0;
}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
font-size:10pt;
position:absolute;
left:80px;
top:250px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:180px;
}



/* style the list items */
.menu li {
background-color: transparent;
height:26px;
text-align: right;
/* for IE7 */
float:right;
}

.menu li.sub {
background:white;
text-align: left;
border: 1px gray solid;
border-width: 1px 1px 1px 1px;
}

.menu li.subonderste
{
background:white;
text-align: left;
border: 1px gray solid;
}



/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:180px;
color:#fff;
text-indent:5px;
border:1px solid #fff;
border-width:0px 0px 1px 0px;
cursor: pointer;
}


/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:180px; w\idth:179px;}
/* style the link hover */
* html .menu a:hover {position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a { }
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:160px;
/* set up the overrun area */
padding:30px 30px 30px 10px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* keep the 6th level hidden when you hover on fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}


/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/* make the 6th level visible when you hover over 5 level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
visibility:visible;
}

.nolink
{
  cursor: default;
}

.sub2
{
 color: black;
 white-space: nowrap;
}

.sitemap ul
{
margin-left: 1.2em; padding-left: 0em;
}
