BODY
{
	background-image: url(gfx/bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family:"verdana";
	font-size:11px;
	line-height:17px;
	color:black;
	scrollbar-face-color: white;
	scrollbar-shadow-color: #FF6600;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #FF6600;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
	scrollbar-arrow-color: #FF6600;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
} 

H1
{
	display: block;
	width: 100%;
	font-family:"verdana";
	font-weight:"bold";
	font-size:18px;
	color:#2A9400;
	margin-top: 2px;
	line-height: 15px;
	padding-bottom: 8px;
	margin-bottom: 18px;
	border-bottom: 1px solid #2A9400;
} 

B.groen
{
	font-family:"verdana";
	font-size:11px;
	line-height:16px;
	color: #2A9400;
}

TD
{
	font-family:"verdana";
	font-size:11px;
	line-height:16px;
	color:black;
}

TD.foto
{
	font-family:"verdana";
	font-size:11px;
	font-weight:"bold";
	line-height:16px;
	color:white;
}

A
{
    text-decoration:underline;
	color:#FF6600;
}

A:hover
{
    text-decoration:underline;
	color:black;
}

A.smallink
{
	font-size:9px;
	line-height:28px;
    text-decoration:underline;
	color:#FF6600;
}

A.smallink:hover
{
	font-size:9px;
	line-height:28px;
    text-decoration:underline;
	color:black;
}

IMG
{
	border-width: 1px;
	border-color: #2A9400;
}

IMG.noborder
{
	border-width: 0px;
}

input
{
	font-family:"verdana";
	font-size:11px;
	line-height:16px;
	color:black;
	border-color: black;
	border-width: 1;
}

textarea
{
	font-family:"verdana";
	font-size:11px;
	line-height:16px;
	color:black;
	border-color: black;
	border-width: 1;
}

LI
{
	list-style-type: square
}

UL
{
	list-style-type: none;
	border-top : thin;
}

OL
{
	list-style-type: upper-alpha
}  
/* A B C D E etc. */

OL OL
{
	list-style-type: decimal
}
/* 1 2 3 4 5 etc. */

OL OL OL
{
	list-style-type: lower-roman
}
/* i ii iii iv v etc. */
