﻿body {
	font-family: Arial;
}

div#banner {
	margin : 0 auto;
}

div#banner {
	width : 1000px;
	height : 140px;
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	border: 5px solid #00bb33;
}

div#menu {
	margin : 0 auto;
	width : 1000px;
	height : 30px;
	background-color : #333;
	border-left: 5px solid #00bb33;
	border-right: 5px solid #00bb33;
}

div#inhoud 
{
	color:White;
	padding: 10px;
	margin : 0 auto;
	width : 980px;
	border: 5px solid #00bb33;
	background-color:#333;
}

div#bottom {
	
	background-color:#333;
	color:White;
	padding: 5px;
	margin : 0 auto;
	width : 990px;
	height: 20px;
	border-left: 5px solid #00bb33;
	border-right: 5px solid #00bb33;
	border-bottom: 5px solid #00bb33;
}

h3
{
	font-family: Tohama, "Trebuchet MS", Arial;
	font-size:x-large;
	color:#00FF66;
}
h4
{
	font-family: Tohama, "Trebuchet MS", Arial;
	font-size:large;
	color:#00FF66;
}

th.contact
{
	font-size:large;
	text-align:left;
	background-color: #00FF66;
	color:#000;
	padding:3px;
}

table.contact{
	width:980px;
	border: solid 2px #00FF66;
}

a
{
	color:#00FF66;
	font-weight:bold;
}
