body
	{
		color: #4a4a4a;
		font-family: tahoma;
		font-size: 11px;
		margin: 0px auto;
	}
td, tr, table
	{
		color: #4a4a4a;
		font-family: tahoma;
		font-size: 11px;
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
table
	{
		margin-left: 20px;
	}
div#header
	{
		margin: 0px auto;
		width: 800px;
	}
.logo
	{
		background-image: url('images/logo.jpg');
		background-repeat: no-repeat;
		background-position: center;
		height: 140px;
		width: 475px;
		margin: 0px auto;
	}
	
.menu
	{
		width: 594px;
		margin: 0px auto;
		font-family: Tahoma;
		font-size: 11px;
		text-align: center;
	}

.menu ul
	{
		list-style: none;
	}
.menu li
	{
		float: left;
		text-align: center;
		width: 100px;
	}
.menu li a
	{
		color: #4a4a4a;
		text-decoration: none;
	}
.menu li a:active
	{
		color: #b40c00;
		font-weight: bold;
	}
.lijnmenu
	{
		background-image: url('images/ondermenu.jpg');
		background-repeat: no-repeat;
		width: 800px;
		height: 2px;
		clear: left;
		margin: 0px auto;
		padding-top: 30px;
	}
div#content
	{
		width: 700px;
		margin: 0px auto;
	}
.sub
	{
		background-image: url('images/sub.jpg');
		background-repeat: no-repeat;
		width: 700px;
		height: 45px;
		margin: 0px auto;
	}
h2
	{
		color: #b40c00;
		font-family: tahoma;
		font-size: 11px;
		font-weight: bold;
		padding: 20px 0px 0px 40px;
	}
.content
	{
		background-image: url('images/content.jpg');
		background-repeat: no-repeat;
		width: 700px;
		margin: 0px auto;
		min-height: 500px;
		
	}
p
	{
		width: 680px;
		margin: 0px auto;
		color: #4a4a4a;
		font-family: tahoma;
		font-size: 11px;
		padding: 10px 0px 0px 20px;
	}
div#footer
	{
                <br><br><br>
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		text-align: center;
		color: #666666;
		font-family: tahoma;
		font-size: 11px;
	}
a
	{
		color: #4a4a4a;
		text-decoration: underline;
	}
a:visited
	{
		color: #4a4a4a;
		text-decoration: underline;
	}