* {
	padding: 0;
	margin: 0;
}
p {
	padding-bottom: 15px;
}
html, body {
	height:100%;
}
body {
	background: #e5e5e5;
	font-family: Tahoma;
	font-size: 12px;
	color: #4c4c4c;
}
img {
	border: 0;
}
a {
	color: #666666;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color: #AAAAAA;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	width: 759px;
	background: white;
	margin: auto;
}
#header{
	width: 485px;
	margin: auto;
	height: 144px;
	background: url(images/header.jpg);
	padding:12px 0 0 260px;
	color: #e2ebc5;
}
#header a{
	font-weight:normal;
	color: #e2ebc5;
	text-decoration: none;
}
#header a:hover {
	color: white;
	text-decoration: underline;
}
#menu{
	width: 745px;
	margin: auto;
	height: 37px;
	background: #33add6;
}
#menu ul {
	list-style: none;
}
#menu li {
	float:left;
}
#menu li a {
	background: #33add6;
	color: white;
	display:block;
	text-decoration: none;
	border-right: 2px white solid;
	padding: 12px 20px 11px 19px;
}
#menu li a:hover {
	color: #33add6;
	background: white;
}
#content {
	width: 700px;
	line-height: 150%;
	margin: auto;
}
h1 {
	font-size: 18px;
	font-family: Arial;
	color: #8cae18;
	margin-top: 20px;
}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	font-family:Tahoma;
	font-size:12px;
	color:#b2b2b2;
	border-top:1px #bbb solid;
	padding-bottom:5px;
	margin-left: 60px;
	padding-left: 120px;
	padding-right:60px;
	padding-top:2px;
}
#footer a{
	font-weight: normal;
	color: #b2b2b2;
}
fieldset {
	width: 300px;
	padding:10px;
	border: 1px #ccc solid;
}
legend{
	padding: 5px;
	color:#33add6;
	font-weight:bold;
}
.td_border{
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding:10px;
}
input {
	width: 130px;
}
.nospace {
	width:15px;
	margin: 0 2px;
}
#tekst {
	position: absolute;
	margin-top: -900px;
}