body
{
	padding:0px;
	margin:0px;
	font-family: "Trebuchet MS",Tahoma,Verdana;
	font-size: 13px;
	background: #343434;
}

#outer
{
	width: 100%;
}

#inner
{
	width: 760px;
	height: 1500px;
	margin: auto;
	background: url(back.jpg);
}

#content
{
	float: left;
	width: 470px;
	padding-left: 25px;
	padding-right: 10px;
}

#tuinen
{
	float: right;
	width: 220px;
	margin-top: 18px;
	margin-right: 20px;
	overflow: auto;
}

#logo
{
	width: 760px;
	margin:0px;
}

#imglogo
{
	margin: 20px;
	float: left;
}

#nav
{	
	margin-left: 25px;
	margin-bottom: 10px;
	font-size: 14px;
}

h1
{
	font-size: 22px;
}


a
{
	color: #1D944A;
}
a:hover,
a.current
{
	background: #E6C20C;
}
a.nostyle
{
	text-decoration: none;
}
a.nostyle:hover
{
	text-decoration: none;
	background: none;
}

.remark
{
	font-size: 11px;
	color: red;
}
.logohead
{
	font-size: 75px;
	float: left;
	margin-left: 20px;
	margin-top: 60px;
}

.logoheadleft
{
	color: #1D944A;
}
.logoheadright
{
	color: #E6C20C;
}

