@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ABE424;
}
#main {
	background-color: #e13895;
	padding: 0;
}
.container {
	width: 760px;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/backtile.png);
	background-repeat: repeat-y;
}
#main .container #menu {
	background-image: url(../images/menuback1.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 717px;
	padding: 0 0 0 43px;
	font-size: 14px;
}
#main .container #content {
	margin: 0px;
	width: 760px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main .container #header {
	height: 127px;
	width: 760px;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-color: #ABE424;
	height: 275px;
}
#footer .container {
	height: 275px;
	width: 760px;
}
ul {
	height: 32px;
	width: 760px;
	display: inline;
}
li {
	display: block;
	float: left;
	list-style-type: none;
	height: 24px;
	padding: 8px 6px 0 6px;
	color: #4BBC0B;
	font-weight: bold;
	margin: 0 20px 0 0;
}
#main .container #content .pagetitle {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 48px;
	font-size: 16px;
	color: #E13896;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
#main .container #content .pagecontent {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding: 0 50px 20px 48px;
}
a:link {
	color: #50BA06;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #50BA06;
}
a:hover {
	text-decoration: none;
	color: #E13895;
}
a:active {
	text-decoration: none;
	color: #50BA06;
}
#main .container #menu2 {
	background-image: url(../images/menuback2.png);
	background-repeat: no-repeat;
	height: 58px;
	width: 717px;
	font-size: 14px;
}
#main .container #menu2 #hoofdmenu {
	background-repeat: no-repeat;
	height: 32px;
	width: 717px;
	padding: 0 0 0 43px;
	font-size: 14px;
}
#main .container #menu2 #submenu {
	background-repeat: no-repeat;
	height: 24px;
	width: 717px;
	padding: 0 0 0 43px;
	font-size: 12px;
}
li2 {
	display: block;
	float: left;
	list-style-type: none;
	height: 17px;
	padding: 5px 6px 0 6px;
	color: #4BBC0B;
	font-weight: normal;
	margin: 0 12px 0 0;
}
ul2 {
	height: 24px;
	width: 760px;
	display: inline;
}
a.active {
	color: #E13895;
}

