  html, body {
        height: 100%;
        margin: 0px;
        padding: 0px;
}

body{
        color: #000000;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        font-family: Verdana;
        background-color : white;
        behavior: url(style/csshover2.htc); /* Needed for hover in IE*/ #4e4230; /* #fffffe; */

}
h2{
        color : black;
        margin-top :0px;
        margin-bottom : 0px;
        font-size: 18px;
        color : #e9880a;
        font-family: Verdana;
}
p{
	margin-top : 1px;
	margin-bottom : 1px;

}
 #container{
        width:900px;
        height:auto;
        margin:auto;
        
        font-family: Verdana;
                          font-style: normal;
                          font-weight: normal;
                          font-size: 16px;
                          text-align: left;
                          color : #000000;
                          border : 2px solid #e9880a;
                          min-height : 10px;
        }
#kop{
	height: 167px;
	
	} 
#koptekst h2{
	color : white;
	font-size: 22px;
	margin-bottom : 1px;
}	       
#menu{
	    margin-top : 108px;
			float  : left;	
      width  : 40%;
      height : 50px;
      border : none;
			color : white;
			font-family: Verdana;
			font-style: bold;		
			font-weight:  bold;
			
			
}


#menuitem{
        margin-top :20px;
        margin-right : 10px;
        margin-left : 10px;
        width : auto;
        color : red;
        float : left;
        border :none;
}
#menuitem a{
		color : white;
	 text-decoration: none;
	 font-size: 22px;
}
#content{
	margin-top : 0px;
	width : 100%;
	min-height : 400px;
	color : black;
	font-family: Verdana;

	
	
}

#content_inhoud{
	margin-top : 10px;
	font-style: normal;
  font-weight: normal;
  color : #000000;
  font-family: Verdana;
	font-size: 16px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	width : 99%;
	overflow :auto;
}

#footer{
 height : 160px;
 font-family: Verdana;
 //font-style: bold;
 font-weight: bold;
}
#footer a {
	color : white;
	text-decoration : none;
	font-family: Verdana;
}