@charset "utf-8";
div#header, div#midpart, div#footer {
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
div#header {
	background-image: url(../images/layout-top.png);
	background-repeat: no-repeat;
	height: 345px;
	width: 980px;
}
div#midpart {
	background-image: url(../images/layout-midpart.png);
	background-repeat: repeat-y;
	width: 880px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
}
div#footer {
	background-image: url(../images/layout-footer.png);
	height: 60px;
	width: 980px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #404040;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 980px;
}
h1 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #40A6D4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #40A6D4;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #87BF00;
	padding-left: 5px;
	padding-bottom: 3px;
	margin-top: 40px;
}
div.attention {
	background-color: #EBFFBB;
	border: 1px solid #87BF00;
	font-size: 16px;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	color: #2F7A9C;
}
a {
	color: #0086B8;
}
a:hover {
	color: #DF0000;
}
p.bottom {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}
.foutmelding {
        color: red;
}
