body {
	background-image: url(../images/Sleeping_dog_achtergrond_watermerk.JPG);
	background-repeat: repeat;
	margin: 0px;
	height: 100%;
	width: 100%;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	float: left;
}
#top {
	background-image: url(../images/Logo_Leewsicht_homepage.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 266px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	width: 100%;
}
#left {
	float: left;
	width: 200px;
	margin-top: 40px;
}
#right {
	float: left;
	width: 750px;
	margin-left: 70px;
	margin-top: 20px;
}
.menu li {
	list-style:none;
	text-align: center;
	position: relative;
	margin: 0px;
	padding: 0px;
	float: left;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.menu a {
	display: block;
	height: 20px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #800000;
	background-repeat: no-repeat;
	border-bottom-width: medium;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
}
.menu a:hover {
	display: block;
	height: 20px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #c20300;
	background-repeat: no-repeat;
	border-bottom-width: medium;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
}
.menu li#current a {
	display: block;
	height: 20px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #c20300;
	background-repeat: no-repeat;
	border-bottom-width: medium;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
}
.menu li#current a:hover {
	display: block;
	height: 20px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #c20300;
	background-repeat: no-repeat;
	border-bottom-width: medium;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
}