﻿body {
	font-family: Calibri,Arial;
	background-color:#eee;
}

div#top 
{
	margin : 0 auto;
	width : 1000px;
	height: 6px;
	background-image: url(../pics/menu_bg.jpg);
	background-repeat:repeat-y;
}

div#banner 
{
	margin : 0 auto;
	width : 1000px;
	height : 140px;
	background-image: url(../pics/banner.jpg);
	background-repeat: no-repeat;
}

div#vol
{
	margin : 0 auto;
	width : 1000px;
	height : 500px;
}

div#menu 
{
	padding-left:12px;
	float:left;
	width : 138px;
	background-image: url(../pics/menu_bg.jpg);
	background-repeat:repeat-y;
}

div#inhoud 
{
	padding:8px;
	float:right;
	width : 834px;
	background-color:#eff;
}

div#bottom {
	
	padding:10px;
	color:yellow;
	margin : 0 auto;
	width : 980px;
	height : 24px;
	background-image: url(../pics/bottom.jpg);
	background-repeat:no-repeat;
}

h3
{
	font-family: Tohama, "Trebuchet MS", Arial;
	font-size:x-large;
	color:#538DD3;
}
h4
{
	font-family: Tohama, "Trebuchet MS", Arial;
	font-size:large;
	color:#538DD3;
}

th.contact
{
	font-size:large;
	text-align:left;
	background-color: #538DD3;
	color:#ff0;
	padding:3px;
	width: 850px;
}

table.contact{
	border: solid 2px #538DD3;
}

a
{
	color:yellow;
	font-weight:bold;
}

a.blue
{
	color:#538DD3;
	font-weight:bold;
}
