body
{
	background-image: url('images/achtergrond.jpg');
	font-family: "Lucida Sans Unicode", Tahoma, Sans-Serif;
	font-size: 0.8em;
}

#container
{
	color: #28572b;
	margin: 20px auto auto auto;
	width: 950px;
	background-color: #ffffff;
	border: solid 1px #166331;
	padding: 9px;
}

#header
{
	height: 84px;
	border: solid 1px #166331;
	background-color: #27ad56;
}

#header h1
{
	color: #ffffff;
	padding-top: 25px;
	padding-left: 185px;
	font-size: 9 em;
}

#content
{
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #ffffff;

}

/* Left column */

#left
{
	float: left;
	width: 178px;
	color: #28572b;	
}

#left p
{
	padding-top: 30px;
	padding-bottom: 30px;
}

#menu
{
	background-color: #d8f5e2;
	color: #eeeeee;
	padding-left: 0px; 
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bolder;
}

#menu li
{
	border-bottom: solid 1px #ffffff;
	line-height: 24px;
	list-style-type: none;
	text-indent: 6px;
}
 
#menu a
{
	color: #28572b;
	text-decoration: none;
}
 
#submenu li
{
	line-height: 20px;
	list-style-type: none;
	text-indent: 6px;
}

 
/* Right column */ 
 
#right
{
	float: right;
	width: 760px;
	border: solid 1px #166331;
	padding-top: 12px;
	padding-bottom: 12px;
}

#right h1
{
	color: #4682B4;
	padding-left: 12px;
	font-size: 1.2em;
}

#right h3
{
	padding-left: 60px;
	padding-right: 24px;
}

#right h4
{
	padding-left: 60px;
	padding-right: 24px;
	font-size: 0.9em;

}

#right p
{
	line-height: 1.6em;
	padding-left: 60px;
	padding-right: 24px;
}

#right table
{
	padding-left: 60px;
}

#right img
{
	background-color: #ffffff;
	margin-left: 60px;
	padding: 6px;
	border: solid 1px #166331;
}

#right ul
{
	padding-left: 60px;
}

#right a
{
	color: #4682B4;
}


#clear
{
	margin: 0px;
	clear: both;
}

#footer
{
	border: #166331 1px solid;
	padding: 3px;
	color: #ffffff;
	background-color: #27ad56;
	text-align: right;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}
