
body {
margin: 30px;
padding: 0;
background-color: #eaeaea;
font-color: #ff0000;
font-size: 12px;
font-family: verdana, arial, sans-serif;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 5;
left: 30;
color: #000000;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ffff00;
border: 1px solid gray;
margin: 2px;
}
#menu dd {
display: none;
border: none;
}
#menu li {
text-align: center;
background: #ffff00;
}
#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #ee77ee;
font-size: 12px;
}

/*
#site {
position: absolute;
z-index: 1;
top : 25px;
left: 30px;
color: #eeeeee;
background-color: #eaeaea;
padding: 5px;
border: none; 
}
*/


h1	{
  padding: 2px 0px 2px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	left: 30px;
	right: 40px;
	color: #FF0000; /* red*/
	font-weight: bold;
	vertical-align: top
	}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
	}

	/* h3 is meer een subscript, maar dan moet ķe wel lichter, grijzer*/
h3	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	left: 30px;
	right: 40px;
	}
	
h4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
	text-decoration: tt;
	}

h5 {
margin: 30px;
padding: 0;
font-size: 12px;
font-family: verdana, arial, sans-serif;
  }
	
.blok	{
  padding: 2px 3px 0px 4px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	vertical-align: top
	}

.text	{
padding: 2px 3px 0px 4px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
vertical-align: top
	}
	
/*LINK KLEUREN NOG VERANDEREN MAAR DAT HANGT VAN DE BODY TEKST KLEUR AF*/

body a:link {text-decoration: none; color: #0000ee}     /* unvisited link */
body a:visited {text-decoration: none; color: #00BFFF}  /* visited link */
body a:hover {font: italic; font-size: 14px; background-color: #ee77ee; color: #FFFFFF}   /* mouse over link */
body a:active {text-decoration: none; color: #cd853f}   /* selected link */


.text a:link {text-decoration: none; color: #0000ee}     /* unvisited link */
.text a:visited {text-decoration: none; color: #00BFFF}  /* visited link */
.text a:hover {font: italic; font-size: 14px; background-color: #ee77ee; color: #FFFFFF}   /* mouse over link */
.text a:active {text-decoration: none; color: #cd853f}   /* selected link */

