html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; margin:0;padding:0}body{line-height:1; b}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

.Normaal_Wit{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
} 
.Normaal_Zwart{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
} 
.Vet_Zwart{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;	
} 
.KOP_WIT{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 16px; font-weight:bold;
	color: #FFFFFF;
}
div#menu{
	background:#97CE68 ;
	border:px  #;
	color:#ffffff;
	margin:3px 3px;
	padding: 0px 3px;
	overflow:hidden;
	width:97%;
	max-width:980px;
}
	div#menu ul{}
	div#menu li{
		background:url(img/link_arrow.png) 100% 50% no-repeat;
		border-bottom:1px solid #ffffff;
		list-style:none;
	}
		div#menu li:last-child{
			border:0px;
		}
		div#menu li a{
			color:#000090;
			display:block;
			font-weight:bold;
			height:2.5em;
			line-height:2.5em;
			overflow:hidden;
			padding:0px 6px;
			text-decoration:none;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
		}
		div#menu li:hover{
			color: #99FF66; 
			background-color: #99FF66;}  

.round{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#97CE68;
	-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
div#page{
	background:#97CE68 ;
	border:px solid #;
	margin:0px 3px 3px;
	padding: 6px 3px;
	width:97%;
	max-width:980px;
	z-index:0;
}
div#header{
	background:#97CE68 ;
	border:px solid #;
	margin:3px 3px;
	padding: 6px 3px;
	width:97%;
	max-width:980px;
	z-index: 0;
}
/* Dropdown Button */
.dropbtn {
  background-color: #97CE68;
  color: white;
  padding: 0px;
  font-size: 0px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #97CE68;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #99FF66;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #97CE68;}

.frame1 {
   overflow: auto;
   overflow-y: hidden; 
   zoom: 1;
   -moz-transform: scale(1);
   -moz-transform-origin: 0 0;
   -o-transform: scale(1);
   -o-transform-origin: 0 0;
   -webkit-transform: scale(1);
   -webkit-transform-origin: 0 0;
   width:90%;
}
#main-img {
  
  height: 100%;
  width:100%
} 

@media screen and (min-width: 983px) {      
    #main-img{      
		 background-repeat: no-repeat;
		 background-attachment: fixed;
		 background-size: cover;
}
html { 
  background: url(http://www.bassiespooltje.nl/ek/img/gras2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
li {
  list-style-type: circle;
}

li li {
  list-style-type: square;
}
