  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 :10px;
        margin-bottom : 0px;
        font-size: 18px;
        color :  #0081C6;
        font-family: Verdana;
}
p{
	margin-top : 1px;
	margin-bottom : -15px;

}

img {
	
	margin : 5px;	
	border : none;
     }

 #container{
        width:900px;
        height:auto;
        margin:auto;
        overflow : none;
        font-family: Verdana;
                          font-style: normal;
                          font-weight: normal;
                          font-size: 16px;
                          text-align: left;
                          color : #8d2b2a;
                          border : 2px solid  #0081C6;
                          border-top-left-radius: 25px 25px;
                          border-top-right-radius: 25px 25px;
                          border-bottom-left-radius: 25px 25px;
                          border-bottom-right-radius: 25px 25px;
                          min-height : 10px;
        }
#kop{
	height: 285px;
	width : 100%;
	background-image :url(../images/header_image/logo_agrivis.jpg)  no-repeat;
	margin-top:10px;
	border-radius : 25px 25px;
	} 
#kop img{
	
	no-repeat;
	}
#kop-logo{
	height : 167px;
	margin-top :15px;
	width : 320px;
	background :url(../images/logo.png)  no-repeat; 
	float : right;
}	
#koptekst h2{
	color : white;
	font-size: 22px;
	margin-bottom : 1px;
}	       
#menu{
  margin-top : 325px;
	float  : left;	
      	width  : 100%;
      	height : 50px;
      	border : none;
	overflow : auto;	
	background-color : #0081C6; 
	color : black;
	font-family: Verdana;
	font-style: bold;		
	font-weight:  bold;
		
}
#logo{
	float : left;
	width : 100%;
}

#menuitem1{
        margin-top :10px;
        margin-right : 10px;
        margin-left : 10px;
        width : auto;
        color : red;
        float : left;
        border :none;
}
#menuitem2{
        margin-top :10px;
        margin-right : 10px;
        margin-left : 10px;
        width : auto;
        color : red;
        float : left;
        border :none;
        font-size: 22px;
}
#menuitem3{
        margin-top :10px;
        margin-right : 10px;
        margin-left : 10px;
        width : auto;
        color : red;
        float : left;
        border :none;
}
#menuitem4{
        margin-top :10px;
        margin-right : 10px;
        margin-left : 10px;
        width : auto;
        color : red;
        float : left;
        border :none;
}
#menuitem5{
        margin-top :10px;
        margin-right : 10px;
        margin-left : 10px;
        width : auto;
        color : red;
        float : left;
        border :none;
}
#menuitem1 a{
	color :  white;
	 text-decoration: none;
	 font-size: 22px;
}
#menuitem2 a{
		color :   #0081C6;
	 text-decoration: none;
	 font-size: 18px;
}
#menuitem3 a{
	color :  white;
	 text-decoration: none;
	 font-size: 22px;
}
#menuitem4 a{
	color :  white;
	 text-decoration: none;
	 font-size: 22px;
}
#menuitem5 a{
	color :   #0081C6;
	 text-decoration: none;
	 font-size: 18px;
}
#content{
	margin-top : 10px;
	width : 100%;
	min-height : 400px;
	color : black;
	overflow : auto;
	
}

#content_inhoud{
	font-style: normal;
  font-weight: normal;
  color : black;
  font-family: Verdana;
	line-height: 22px;
	font-size: 16px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow : auto;
}

#footer{
 height : 160px;
 font-family: Verdana;
 //font-style: bold;
 font-weight: bold;
 background-color :  #0081C6;
 overflow : none
 width : 99.8%;
 font-size: 14px;
                          border : 2px solid  #0081C6;
                          border-bottom-left-radius : 15px 25px;
                          border-bottom-right-radius : 15px 25px;
}
#footer a {
	color : white;
	text-decoration : none;
	font-family: Verdana;
	font-size: 14px;
}

.dropbtn1 {
  background-color: #0081C6;
  color: black;
  padding: 0px;
  font-size: 14px;
  border: none;
}
.dropbtn1 a { 
	  background-color:  #0081C6;
  	color: black;
}
.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
   font-size: 14px;
}

.dropdown-content1 a {
  background-color:  #0081C6;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;  
  font-size: 14px;
}

.dropdown-content1 a:hover {background-color: white;}

.dropbtn2 {
  background-color:  red; //#0081C6;
  color: white;
  padding: 0px;
  font-size: 14px;
  border: none;
}
.dropbtn2 a { 
	background-color:  #0081C6;
  	color: white;
}

.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
}

.dropdown-content2 a {
  color:  white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;  
}

.dropdown-content2 a:hover {background-color: white;}

.dropbtn5 {
  background-color:  #0081C6;
  color: white;
  padding: 0px;
  font-size: 22px;
  border: none;
}
.dropbtn5 a { 
	  background-color:  #0081C6;
  	color: white;
}

.dropdown5 {
  position: relative;
  display: inline-block;
}

.dropdown-content5 {
  display: none;
  color:  #0081C6;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
}

.dropdown-content5 a {
  color:  #0081C6;
  background-color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;  
}

.dropdown-content5 a:hover {background-color: white;}

.dropbtn3 , .dropbtn2 {
  background-color: red; // #0081C6;
  color: white;
  padding: 0px;
  font-size: 16px;
  border: none;
}

.dropdown3 {
  position: relative;
  display: inline-block;
}

.dropdown-content3 {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
}

.dropdown-content3 a {
  color:  #0081C6;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;  
}

.dropdown-content3 a:hover {background-color: white;}

.dropbtn4 {
  background-color:  #0081C6;
  color: white;
  color:  #0081C6;
  padding: 0px;
  font-size: 16px;
  border: none;
}

.dropdown4 {
  position: relative;
  display: inline-block;
}

.dropdown-content4 {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
}

.dropdown-content4 a {
  color:  #0081C6;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;  
}

.dropdown-content4 a:hover {background-color: white;}

.dropbtn{
   background-color: white;
   min-width: 65px;
}

.dropdown {
  position: relative;
  display: inline-block;
  min-width: 40px;
  }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.0);
  z-index: 1;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
   background-color: white;
   color: #0081C6;
}

.dropdown-content a {
  color:  #0081C6;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal; 
  background-color: white; 
}

.dropbtn_mail{
   background-color: white;
   min-width: 65px;
}
.dropdown_mail {
  position: relative;
  display: inline-block;
  min-width: 65px;
 }

.dropdown_mail-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.0);
  z-index: 1;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
   background-color: white;
}

.dropdown_mail-content a {
  color:  #0081C6;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: Verdana;
  font-style: normal;
  font-weight: normal; 
  background-color: white; 
}

.dropdown-content a:hover {background-color: white;}
.dropdown_mail-content a:hover {background-color: white;}


#menuitem2:hover .dropdown-content2 {display: block;}
#menuitem2:hover .dropbtn2 {background-color:  #0081C6;}

#menuitem3:hover .dropdown-content3 {display: block;}
#menuitem3:hover .dropbtn3 {background-color:  #0081C6;}

#menuitem4:hover .dropdown-content4 {display: block;}
#menuitem4:hover .dropbtn4 {background-color:  #0081C6;}

#menuitem5:hover .dropdown-content5 {display: block;}
#menuitem5:hover .dropbtn5 {background-color:  #0081C6;}

.dropdown-content a:hover {background-color: white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: white;}

.dropdown_mail-content a:hover {background-color: white;}

.dropdown_mail:hover .dropdown-content {display: block;}

.dropdown_mail:hover .dropbtn_mail {background-color: white;}

