/* lakamain is alleen voor de index pagina en de engelse
 -ook index- pagina, de rest werkt met lakaweb css*/
 
body {
margin: 30px;
padding: 0;
background-color: #ffffcc;
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;
}
	
h1	{
  padding: 2px 0px 2px 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	left: 30px;
	right: 40px;
	color: #FF0000;
	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: 11px;
	font-color: #000000;
	left: 30px;
	right: 40px;
	}
h4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
	text-decoration: tt;
	}

	
	/*LINK KLEUREN NOG VERANDEREN MAAR DAT HANGT VAN DE BODY TEKST KLEUR AF*/
	
body a:link {text-decoration: none; color: #0000ee}     /* bleu2 - unvisited link */
body a:visited {text-decoration: none; color: #666666}  /* bleu -cd853f 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: #00BFFF}   /* selected link */


.blok	{
  padding: 2px 3px 0px 4px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	vertical-align: top
	}

.blok a:link {text-decoration: none; color: #0000ee}     /* bleu2 - unvisited link */
.blok a:visited {text-decoration: none; color: #00BFFF}  /* bleu - visited link */
.blok a:hover {font: italic; font-size: 14px; background-color: #ee77ee; color: #ffffff}   /* mouse over link */
.blok a:active {text-decoration: none; color: #cd853f}   /* selected link */

.text	{
padding: 2px 3px 0px 4px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
vertical-align: top
	}

.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: 11px; background-color: #ee77ee; color: #FFFFFF}   /* mouse over link */
.text a:active {text-decoration: none; color: #cd853f}   /* selected link */



/*
#site {
position: absolute;
z-index: 1;
top : 25px;
left: 30px;
color: #eeeeee;
background-color: #ffffcc;
padding: 5px;
border: none; 
}
*/