body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #2E3192;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #28903A;
        text-decoration: none;
}
a:visited {
	color: #28903A;
        text-decoration: none;
}
a:hover {
	color: #000066;
}
a:active {
	color: #28903A;
        text-decoration: none;
}
h1 {
	font-size: 20px;
	color: #000066;
}
h2 {
	font-size: 18px;
	color: #000066;
}
h3 {
	font-size: 16px;
	color: #000066;
}
h4 {
	font-size: 14px;
	color: #000066;
}
h5 {
	font-size: 12px;
	color: #000066;
}
h6 {
	font-size: 10px;
	color: #000066;
}
#back{
	width: 100%;
	text-align: center;
	height: 100%;
}
#header{
	width: 900px;
	height: 245px;
	border: 2px solid #000033;
	background-image: url('/images/Schuivenhuisje.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
}
#header img{
	width: 900px;
	height: 245px;
	border: 0px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-khtml-opacity: 0;
}
#container{
	width: 900px;
	border: 2px solid #000033;
	background-image: url('/images/container_bg.gif');
	margin: 10px auto;
	text-align: left;
}
#content{
	width: 635px;
	border: 0px;
	background-color: #FFFFFF;
	background-image: url('/images/content_bg.gif');
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 10px;
        padding-bottom: 15px;
}
#content h1{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 60px;
	margin-top: 0px;
}
#content p, h2, h3, h4, h5, h6{
	margin-left: 10px;
	margin-right: 10px;
}
#nav{
	width: 263px;
	border: 0px;
	position: absolute;
	top: 261px;
	margin-left: 637px;
	text-align: center;
}
#nav table{
	margin: 10px auto;
        width: 202px;
        border: 0px;
}
.button{
	background:#FFFFFF;
	border:#2E3192 solid 1px;
	color:#2E3192;
	padding-left:15px;
	padding-right:5px;
	width:160px;
	height:20px;
	vertical-align:middle;
}
