html {
	overflow-y: scroll;
}

body {background-color:#efefef;
     	font-family: Verdana, serif;
			font-size: 10pt;
    	font-weight:normal;
    	color:black;
  }
h1 {color:navy; 
	 font-size:20pt;
	 background-color:white;
	 }

.super {font-family: Verdana, serif;
		font-size: x-small;
   	color:red;
		vertical-align:super;
	}
	
.klein {font-family: Verdana, serif;
		font-size: x-small;
	}

Table {background-color: #c0c0c0;
	    font-family: Verdana, serif;
			font-size: 10pt;
    	font-weight:bold;
    	color:black;
	}

a:link     {color:blue}
a:visited  {color:purple}
a:hover {color:#0000ff; font-size:10pt; background-color:yellow;text-decoration:none;} 
a:active   {color:black}

.nadruk { 
   	  font-family: Verdana, serif;
			font-size: 12pt;
			text-decoration: underline ;
    	font-weight:bold;
    	color:black;
			}
			
.aanhef {    	
      font-family: Verdana, serif;
			font-size: 12pt;
			text-decoration: italic;
    	font-weight:bold;
    	color:white;
			background-color: black;
			margin-left: 70px;
			}

/* level 0 inner, menu niet ingedrukt*/
.m0l0iout {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #000000;
}
/* level 0 inner ,menu mouseover*/
.m0l0iover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 4px 0 0 8px;
	color: #0000FF;
}

/* level 0 outer , menu ingedrukt*/
.m0l0oout {
	text-decoration : none;  
/*	background-image: url(menu/img/menu1.gif);  */
	border: 2px solid #000000;
	background-color: #ffffff;
    text-align: center;
}
.m0l0oover {
	text-decoration : none;
/*	background-image: url(menu/img/menu2.gif);  */
	background-color: #ffffff;
	border: 1px solid #336699;
}

/* level 1 inner , sub tekst*/
.m0l1iout {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	margin: 2px 0 0 17px;
 	font-weight:bold;
	color: #000000;
}
.m0l1iover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight:bold;
	color: #000000;
}

/* level 1 outer , sub achtergrond*/
.m0l1oout {
	text-decoration : none;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #005555;
	background-color: #1A4D81; 
/*	background-image: url(menu/img/tennisicon.gif);*/
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}
