/*Dit is de stylesheet 'stijl.css' */

body 
 {background: #FFFFBB;
  color: black;
  font-family: "Courier New";
  font-weight: normal;
  font-size: 14px;
  margin-top: 30px;
  margin-left: 40px;
  margin-right: 30px}
  
body.menu
 {background: gold;
  color: #97694f;
  font-family: "Courier New";
  font-weight: normal;
  font-size: 14px;
  margin-left: 8px;
  text-align: left}
     
body.titel
 {background: #b8860b;
  font-family: "Courier New";
  color: #ffd700;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  text-align: center}
  
body.stam
 {background: #FFFFBB;
  color: black;
  font-family: "Courier New";
  font-size: 12px;
  font-weight: normal} 


span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
     margin: 0px 0 0 0px; padding: 3px 3px 3px 3px;
     border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.dropt:hover span {left: 2%; background: #ffffff;} 
span.dropt span {position: absolute; left: -9999px;
     margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
     border-style:solid; border-color:black; border-width:1px;}
span.dropt:hover span {margin: -50px 0 0 10px; background: #ffffff; z-index:6;} 
 
p
 {font-family: "Courier New";
  text-align: left;
  font-style: normal;
  font-size: 100%}	            		      
  
p.re
 {margin-top: 0;
  text-align: right;
  font-size: 75%;
  font-style: normal;	     
  clear: right}
  
p.rechts
  {margin-top: 0;
  text-align: right;
  font-size: 100%;
  font-style: normal;	     
  clear: right}
  
p.links
  {margin-top: 0;
  text-align: left;
  font-size: 100%;
  font-style: normal;	     
  clear: right}
  
p.li
 {margin-top: 0;
  text-align: left;
  font-size: 75%;
  font-style: normal;	     
  clear: left}  
	 			 
img.re
 {position: relative;
  right: -15}	
  
img.li
 {position: relative;
  left: -15;
  top: -15}  

h3
 {font-family: "Courier New";
  font-style: normal;
  font-size: 18px;
  font-weight: bold}  		 		   
 
a:link    {color: blue; text-decoration: none}
a:visited {color: blue; text-decoration: none} 
a:hover   {color: blue; text-decoration: underline; font-weight: bold} 
a:active  {color: red; font-weight: bold} 
a:focus   {color: red; font-weight: bold} 
//a:active  {color: #ff0000; font-weight: bold} 

a
 {font-family: "Times New Roman";
  font-size: 100%;
  line-height: 20px;
  font-style: normal}

a.klein
 {font-size: 80%;
  font-weight: normal;
  line-height: 20px;
  font-style: normal}

a.groot
 {font-size: 200%;
  font-weight: bold;
  line-height: 20px;
  font-style: normal}

a.stam
 {font-family: "Courier New";
  font-size: 12px;
  font-style: normal} 

table.tekst
 {font-family: "Courier New";
  font-size: 20px;
  font-style: normal}   

table.kleinst
 {font-family: "Courier New";
  font-size: 11px;
  font-style: normal}   

table.klein
 {font-family: "Courier New";
  font-size: 12px;
  font-style: normal}   
  
table.groot
 {font-family: "Courier New";
  font-size: 14px;
  font-style: normal}      