html { 	
    background: #fbfafa;
    font-family: Verdana, Arial, sans-serif;
    color: 000000;
    border: 0;
    padding: 0;
    margin: 0;
    }

body {	margin: auto; }


#content {
    position: absolute;
    top:150px;
    left:250px;
    width:830px;
    display: block;
    padding: 10px;
    z-index: 10;
    }

#content LEGEND   {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    }
	
#content FIELDSET {
    border:1px solid #007e3a;
    }

#content table {  margin: 5px; }


#content a {
    color: #000000;
    text-decoration: none;
    }

#content ul li {
    list-style: circle;
    color: #000000;
    padding: 0px;
    }
	
#content input#backButton {
    position:absolute;
    right: 10px;
    color:	#000000;
    padding: 0;
    margin: 0 0 0 5px;
    height: 20px;
    background: #bf9b09;
    font-weight: bold;
    }

#content hr  {
    color:#074d29;
    }

#content h4  {
    color: #000000;
    font-size:12px;
    }

#content h1  {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    }

#container {
    float: left;
    width: auto;
    }
	
#content input#text  {
    color: #000000;
    }


#nieuwsbord {
    position: absolute;
    top:150px;
    left:850px;
    width:200px;
    font-size: 10px;
    padding: 5px;
    display: block;
    z-index: 10;
    }

#nieuwsbord h2  {
    color: #000000;
    font-size:12px;
    }

#nieuwsbord fieldset {
    border:1px dotted #DDAA07;
    color: #000000;
    }


/* ##Menu */

#top    {
    background: url(../_site_images/logo.gif) no-repeat;
    position: absolute;
    left:0px;
    top:0px;
    height: 150px;
    width:500px; 
    z-index:5;
    }

#top2    {
    background: url(../_site_images/center.gif);
    background-repeat: repeat-x;
    position: absolute;
    right:0px;
    top:0px;
    height: 150px;
    width:100%; 
    z-index:4;
    }

#top3    {
    background: url(../_site_images/right.gif);
	background-repeat: no-repeat;
    position: absolute;
    background-position: right;
    top:0px;
    height: 150px;
    width:100%; 
    z-index:5;
    }	

#menu  {
    background-image: url(../_site_images/background.gif);
    background-repeat: repeat-y;
    position: absolute;
    left:0px; 
    top:150px;
    height:800px; 
    witdh:220px;
    z-index:2;
}

#nav {
    margin-top: 40px;
    font-size: 10px;
    } 

ul {
    margin-left: 20px;
    padding: 0;
    list-style: none;
    width: 220px; /* Width of Menu Items */
    }

ul li {
    position: relative;
    padding-bottom: 1.2em;
    }
	
li ul {
    position: absolute;
    margin-left: 0px;
    left: 209px; /* Set 1px less than menu width */
    top: 0;
    display: none;
    }

/* Styles for Menu Items */
ul li a {
    display: block;
    text-decoration: none;
    color: #074d29; 
    font-size:12px;
    font-weight: bold;
    background: #d2b75b; /* IE6 Bug */
    padding: 5px 2px;
    border-bottom: 0;
    }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }  
/* End */

ul li a:hover { color: #074d29; background: #f1c737; }   /* Hover Styles */
/* ul li a:on { color: #fecd0c; background: #000000; } */  /* active styles */
/* li ul li a { padding: 5px 5px; } */  /* Sub Menu Styles */
/* li ul li a:hover { color: #fecd0c; background: #004469; padding: 5px 5px; } */ /* Sub Menu Styles */
/* li ul li a:focus { color: #fecd0c; background: #000000; padding: 5px 5px; } */ /* Sub Menu Styles */
/* li:hover ul, li.over ul { display: block; } */  /* The magic */

#nav li a.on { color:#074d29; background: #f1c737;} 
/* #nav li a.off { color:#FFFFFF;} */



#naw {
    position: relative;
    top: 10px;
    left: 20px;
    display: block;
    width:210px;
    text-decoration: none;
    font-size: 10px;
    color: #FFFFFF;
    padding: 5px 2px;
    }
#naw a {
    text-decoration: none;
    font-size: 10px;
    color: #FFFFFF;
    }

/* ###einde Menu */

#footer {
    background-image: url(../_site_images/#.gif);
    background-position: center;
    background-repeat:no-repeat;
    position: relative;
    top: 500px;
    height: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    color: #000000;
    z-index: 9;
    }


#content font[size="1"] { font-size: 8px; }
#content font[size="2"] { font-size: 10px; }
#content font[size="3"] { font-size: 12px; }
#content font[size="4"] { font-size: 14px; }
#content font[size="5"] { font-size: 18px; }
#content font[size="6"] { font-size: 24px; }
#content font[size="7"] { font-size: 32px; }