@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; }
.style4 {font-size: small}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
html, body {
height: 100%; /* héél belangrijk */
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../Images/background.jpg);
}
a img{
	text-decoration: none;
	border: none;
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#middle {
	margin: 0 auto;
	width: 768px;
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background-image:url(../Images/achtergrond.jpg);
	background-color:#FFFFFF;
}
#menu {
	width: 268px;
	height: 504px;
	float:left;
}
#m_links {
	float:left;
	width: 22px;
	height: 405px;
	background-image:url(../Images/links_menu.jpg);
}
#m_rechts {
	float:right;
	width: 246px;
	height: 405px;
}
#header {
	width: 500px;
	float: right;
}
#banner {
}
#content {
	padding-left: 13px;
	padding-right: 22px;
}
