body{
	background-repeat: repeat;
	background-color: #B1B28A;
}

table.boven{
	background-color: #88884C;
  	border-top: 2px #88884C solid;
}

table.midden{
	background-color: #C2C292;
  	border-left: 2px #88884C solid;
  	border-top: 5px #88884C solid;
  	border-right: 2px #88884C solid;
}

table.onder{
	background-image: url('../images/onder.gif');
}

tr.hoofding{
   	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-color: #88884C;
	background-position: left;
}


td.menu{
    	height: 85px;
  	color: #FFFFFF;
	font-family: Lucida Handwriting;
	font-size: 11pt;
	font-style: bold;
	margin-bottom: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.menulink:link{
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
}

.menulink:hover{
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #B0B072;
}

.menulink:visited{
	font-size: 9pt;
   	font-weight: bold;
	color: #E7E7D3;
   	text-decoration: none
}

.titel{
   	color: #FFFFCC;
   	font-family: Lucida Calligraphy;
	font-size: 20pt;
   	font-weight: bold;
   	text-decoration: none
}

.text{
   	 color: rgb(90,90,50);
   	 font-family: Lucida Bright;
   	 font-weight: bold;
	 font-size: 12pt;
	 text-decoration: none
}

.text:hover{
	 color: #FFFFFF;
   	 font-family: Lucida Bright;
   	 font-weight: bold;
	 font-size: 12pt;
     text-decoration: none;
}

.groot{
   	color: #8C9C10;
   	font-family: Lucida Bright;
	font-size: 18pt;
   	font-weight: bold;
   	text-decoration: none
}

.groot:hover{
	color: #FFFFFF;
   	font-family: Lucida Bright;
   	font-weight: bold;
	font-size: 18pt;
   	text-decoration: none;
}
.klein{
   	 color: rgb(90,90,50);
   	 font-family: Lucida Bright;
   	 font-weight: bold;
	 font-size: 9pt;
	 text-decoration: none
}
.klein:hover{
	color: #FFFFFF;
   	 font-family: Lucida Bright;
   	 font-weight: bold;
	 font-size: 9pt;
	 text-decoration: none
}
.onderste{
	color: #000000;
	font-family: Century Gothic;
	font-size: 8pt;
	text-decoration: none
}
.onderste:hover{
	color: #FFFFFF;
	font-family: Century Gothic;
	font-size: 8pt;
	text-decoration: none
}
a img {
	border: 2px #88884C solid;
}
a:hover img {
	border: 2px #FFFFFF solid;
}
.kader{
	border: 5px rgb(90,90,50) solid;
	text-decoration: none
}

