/* CSS Document */
html, body { height: 100%; margin: 0; padding: 0; }

body { 
font: 12px arial, sans-serif; 
background-color:#447A1C; 
margin: 0px 0px 0px 0px; 
}

#content {
background-image:url(../images/bg_content.jpg);
background-position:center;
background-repeat:repeat-y;
}

#row1 { height: 145px;  }

#row2 { height: 30px;  }

#row3 {
position: absolute;
margin-top: 145px; /* header height */
top: 40px; /* menu height + 10px extra voor meer bovenmarge*/
bottom: 106px; /* footer height  + 10px extra voor meer bovenmarge*/
left: 0;
right: 0; /* right not read by IE6 and below so width needs set */
overflow: auto;
line-height:24px;
width:680px;
margin-left:40px;
}


#row4 {
height: 96px;
position: absolute;
bottom: 0;
width: 100%;
}


#row5 {
height:165px;
text-align:center;
margin-left:3px;
}

#row6 {
/*background: #f6f8f2;*/
position: absolute;
margin-top: 145px; /* header height */
top: 195px; /* menu height + row5 height */
bottom: 92px; /* footer height */
left: 0;
right: 0; /* right not read by IE6 and below so width needs set */
overflow: auto;
line-height:24px;
width:680px;
margin-left:40px;
}


p, td, div {	line-height: 24px;	}


h1 {
	font-size:12px;
	font-weight:bold;
	color:#262626;
}


a:link, a:visited, a:active {
	color:#447A1C;
	text-decoration:none;
}

a:hover {
	color:#447A1C;
	text-decoration:underline;
}

#voet {
	height:80px;
	border:1px solid #ccc;
}

/*menu*/

#menu{
width:700px;
margin:0px auto;
margin-top:5px;
padding-left:2px;
position:relative;
z-index:6;
}

#menu a, #menu h2{
font:bold 12px arial,helvetica,sans-serif;
color:#262626;
text-decoration:none;
display:block;
width:100px;
height:24px;
text-align:center;
white-space:nowrap;
margin:0;
padding-top:4px;
}

#menu a:hover {
color:#447a1c;

}

#menu ul a#here {
color:#fff;
font-weight:bold;
background-image:url(../images/bg_menu.jpg);
background-position:top center;
background-repeat:no-repeat;
}

#menu a:active{
color:#447a1c;
font-weight:bold;
}


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

#menu li{
list-style:none;
}


/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
/*position:absolute;
top:0;
left:100%;*/
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display:block;
	background-color:#f6f8f2;
}


#menu ul ul a, #menu ul ul a:visited {
color:#262626;
}

#menu ul ul a:hover, #menu ul ul a:active  {
color:#447a1c;
}

#menu ul ul a#here {	/*is t.b.v. ie6*/
color:#fff;
font-weight:bold;
background-image:url(../images/bg_menu.jpg);
background-position:top center;
background-repeat:no-repeat;
}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
/*background:#fff url(../images/expand.gif) no-repeat center right;*/
color:#960f1e;
}

#menu a.x:hover{
color:#fff;
}

#menu a.x:active{
color:#fff;
}



/*menu onderaan*/

#menu_onder{
width:700px;
margin:0px auto;
/*float:left;*/
margin-top:5px;
padding-left:2px;
}

#menu_onder a, #menu_onder h2{
font:bold 12px arial,helvetica,sans-serif;
display:block;
width:173px;
height:84px;
text-align:center;
white-space:nowrap;
margin:0;
padding-top:4px;
color:#262626;
/*background:#fff;*/
text-decoration:none;
padding-left:2px;
}

#menu_onder ul.body a {
background-image:url(../images/body_off.jpg);
background-position:center;
background-repeat:no-repeat;
}
#menu_onder ul.body a:hover, #menu_onder ul.body a#here {
background-image:url(../images/body_on.jpg);
background-position:center;
background-repeat:no-repeat;
}

#menu_onder ul.mind a {
background-image:url(../images/mind_off.jpg);
background-position:center;
background-repeat:no-repeat;
}
#menu_onder ul.mind a:hover, #menu_onder ul.mind a#here {
background-image:url(../images/mind_on.jpg);
background-position:center;
background-repeat:no-repeat;
}

#menu_onder ul.soul a {
background-image:url(../images/soul_off.jpg);
background-position:center;
background-repeat:no-repeat;
}
#menu_onder ul.soul a:hover, #menu_onder ul.soul a#here {
background-image:url(../images/soul_on.jpg);
background-position:center;
background-repeat:no-repeat;
}

#menu_onder ul.spirit a {
background-image:url(../images/spirit_off.jpg);
background-position:center;
background-repeat:no-repeat;
}
#menu_onder ul.spirit a:hover, #menu_onder ul.spirit a#here {
background-image:url(../images/spirit_on.jpg);
background-position:center;
background-repeat:no-repeat;
}


#menu_onder ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

#menu_onder li{
list-style:none;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu_onder li, div#menu_onder li:hover{
position:relative;
}

div#menu_onder li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}



/* End non-anchor hover selectors */


