BODY {/*=gehele achtergrond)*/
      background-color : black;/*#CCCC66;/*= middelbruin /*white;/*black;/*#CC0033;*/
      /*background-image: url(../images/pattern1.gif);*/
      /*background-repeat: repeat-y; */
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      /*color : white /*#000088;*/
      margin: 0px; 
      }





.Inhalt {/*this is the main content area*/
    background: #CCCC99;/*white;/*#FFFFCC /* = lichtbruin kleur pacep/*
        /*declare a color together with a contrasting background color*/
    /*color: #000088;/*to insure readability*/
	color: black;/*blue;*/
    margin-left: 160px;
	margin-top: 50px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 55px;/*space to separate navigation and content*/
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
    width: auto;
    /*  border: 0.1px solid #FFFFFF  wordt wel weergegeven in firefox maar niet in IE ; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }

H2        { font-size: 22px; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
			color: black; background: transparant; }

H3        { font-size: 20px; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
			color: black; background: transparant; }

H4        { font-size: 18px; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
			color: black; background: transparant; }

H5        { font-size: 16px; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
			color: black; background: transparant; }

H6        { font-size: 18px; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;  
			color: red; background: transparant; }

.Header {
    margin-top: 15px;
	/*margin-left: 160px;*/
	width: auto; height: 100px;
	background-color:#888844;/*#999933;/*#666633; /* = donkergroenbruin*/
    background-image: url(../images/logo_groenbruin_wijd.jpg);
	background-repeat: no-repeat;
	background-position: 40% 0;
	} 



.Keuze {/*The choice on the left side, positioned absolutely  = wordt alleen gebruikt door firefox, 
indien niet gebruikt dan heeft dit geen invloed in internet explorer, maar in firefox komt er geen omlijsting om de keuzevakjes */
/*    position: absolute;
	background-color:white;/*#666633;*/
    top: 100px;
    left: 200px;
    width: 135px;
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
    }                  /*have the navigation elements better separated*/

.keuzebox {/*keuzemenu in box*/
   font-size: 25px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   
   margin-left: 860px;
   width: 600px;
   border-color: black; /*#FF6633;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 1px;
   margin: 2px;
   }

.Navigation {/*navigatie in linkerrand, kleur tem onderste keuzemogelijkheid*/
    position: absolute;
    top: 165px;
    left: 3px;
    width: 135px;
	background-color:#CCCC99;/*red;/*#666633;*/
    height: auto;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height : 110%;/*line-height set to 110% in order to*/
    }                  /*have the navigation elements better separated*/


.navbox {/*keuzeknoppen in linker navigatiebox oftewel .navigation*/
   font-size: 15px;/*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
   background: transparent;/*#CCCC99;/*#FFFFCC/*black;/*#003399;*/
   border-color: #666633;/*red;/*white;/*#FF6633;/*or, in shorthand, the three*/
   border-style: groove; /*border-properties would read:*/
   border-width: 2px;/*border: 2px groove #FF6633;*/
   padding: 1px;
   margin: 2px;
   }





    
a:link {/*normal links in the text*/
  color: blue; 
  text-decoration : none; 
  background: #FFFFFF;}
a:visited {
  color: #FF0000; 
  text-decoration : none; 
  background: #FFFFFF;}
a:hover { 
  color: #999999; 
  text-decoration : underline; 
  background: #FFFFFF;}

/*now follow the section links in the navigation bar on the left side*/        
a.nav:link {
  color: black;/*#FFFFFF; */
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.nav:visited {
  color: black;/*#FF8C00; */
  text-decoration : none;
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.nav:hover { 
  color: #7FFFD4; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.navtot {/*the style for the actual page*/
  color: #CDCDCD; 
  text-decoration: none; 
  font-weight: 600; 
  font-size: 14px; 
  background: transparent;}



