@charset "iso-8859-1";
*{margin:0; padding:0;}

BODY
{
	background-color: #000;
	text-align: center;
}

DIV#wrapper
{
	width: 740px;
	text-align: left;
	margin: 0 auto;
}

DIV#header
{
}

TD#tree
{
	/*background-image: url(../images/tree.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #FFF41E;*/
	background-color: #FCE937;
	font-family: Arial Narrow, Verdana, Arial;
}

DIV#bord_top
{
  background-image: url(../images/bordboven.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 21px;
	width: 189px;
	margin-left: 11px;
	margin-top: 20px;
}

DIV#bord_middle
{
  background-image: url(../images/bordmidden.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 189px;
	margin-left: 11px;
}

DIV#bord_bottom
{
  background-image: url(../images/bordonder.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 234px;
	width: 189px;
	margin-left: 11px;
}

DIV.menulink
{
 	text-align: right;
	width: 169px;
	padding: 8px 20px 0 0;
}

DIV.menulink A
{
 font-size: 24px;
 font-weight: bold;
 color: #FCE937;
}

TD#content
{
	background-color: #FCE937;
	font-size: 12px;
	font-family: Arial, Verdana;
}


H1
{
	padding: 28px 0 0 40px;
	font-size: 24px;
	font-family: Arial Narrow, Verdana, Arial;
}

H2
{
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

DIV.paragraaf
{
	margin: 16px 20px 0 50px;
}

P.tekst, DIV.tekst
{
	margin-left: 4px;
	clear: both;
}

IMG
{
	border: 0;
}

A
{
	text-decoration: none;
	color: #00F;
}

A:hover
{
	text-decoration: underline;
}

UL, LI
{
	list-style-position: inside;
}

UL
{
	padding-left: 8px;
}
