﻿body
{
	font-family: Verdana;
	font-size: 9pt;
	text-align: center;
	vertical-align: middle;
	padding-top:30px;

	background-color:Black;
	background-color:#567632;
	background-color:#CCCCCC;
	background-color:#CEDBAF;
	background-color:#EEEFFF;
	background-color:White;
	background-image:url(images/imgs/achtergrond.gif);
	background-repeat:repeat-x;
}
#whole { 
	 text-align:center; 
	 border:solid 1px black;
} 
.list
{
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	line-height: 120px;
	vertical-align: bottom;
	text-align: right;
	display: block;
	color: red;
}
	
h1
{
	color:#567632;
	font-size:110%;
}	
a
{
    color: Black;
    text-decoration:none;
}
a.visited
{
    color: Black;
    text-decoration:none;
}
img
{
	border:0px;
}
.menu
{
    font-family: Verdana;
    text-align: center;
    font-weight: bold;
    vertical-align:top;
    width: 120px;
    color: White;
}
.menuhover
{
    border-bottom: solid 1px black;
    background: #CEDBAF;
    border-right: solid 1px black;
    height: 120px;
    color: White;
}
.submenu
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: center;
    vertical-align:top;
    width: 118px;
    color: Black;
}
.submenuhover
{
    font-family: Verdana;
    font-size: 8pt;
    height: 118px;
    color: Black;
}
.mainmenu
{
	color: White;
}
.mainmenuhover
{
	color: #567632;
}
.content
{
    text-align:left;
    width:599px;
    height:359px;
    overflow:hidden;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
}
.inhoud
{
	font-size:8pt;
	overflow:hidden;
	margin:10px 10px 10px 10px;
}
ul#navmain
{
	margin-left: 15pt;
	padding-left: 0;
	white-space : nowrap;
}

#navmain li
{
	display: list-item;
	list-style-type:none;
	line-height:14pt;

}
.activenav
{
	color: #567632;
	font-weight: bold;
}
.horlist 
{
	height: 120px;
	color: white;
}
.horlist a 
{
	display: table;
	float:left;
	height: 120px;
	width: 120px;
	text-align: center;
	vertical-align:middle;
	*position: relative;
	*display: block;
}
.horlist a span {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*text-align: center;
	*left: 0px;
	*width: 100%;
	*cursor: pointer;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}
.activehorlist 
{
	color: Black;
	background-image:url('./images/imgs/bgnav.gif');
	text-decoration:none;
}
.activehorlist a:link
{
	color: black;
}
.activehorlist a:visited
{
	color: Black;
}
.horlist a:link, .horlist a:visited
{
	color: white;
}
.horlist a:hover 
{
	color: Black;
	background-image:url('./images/imgs/bgnav.gif');
	text-decoration: none;
}

.leftlist
{
	height: 360px;
}
.leftlist a  
{
	display: table;
	  height: 120px;
	  width: 120px;
	  text-align: center;
	  vertical-align:middle;
	  *position: relative;
	  *display: block;
}
.leftlist a span {
        display: table-cell;
        vertical-align: middle;
        *display: block;
        #position: absolute;
        *text-align: center;
        *left: 0px;
        *width: 100%;
        *cursor: pointer;
        *top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}
.leftlistactive 
{
	  color: White;
	  background-image:url('./images/imgs/donkerblok120.gif')
}
.leftlistactive span
{
	  color: White;
}
.leftlist a:link, .leftlist a:visited
{
	color: Black;
	text-decoration: none;
}
.leftlist a:hover
{
	color: white;
	text-decoration: none;
}
.inputfield
{
	border:solid 1pt black;
	width: 300pt;
	background: #CEDBAF;
}
.submitbutton
{
	border: solid 1pt black;
	background: #CEDBAF;
	color: Black;
}
.imagerechts
{
	float:right;
	border:0;
}
.achtergrondimage
{
	float: left;
	display: block;
}
