/* CSS Document */

body{
text-align: left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-color:#ffffff;

}

div#main_container{
padding:0 px;
width: 980px;
height: 800px;
margin: -30px 0 0 0;
background:url(images/achtergrond.jpg) no-repeat center 75px;
}

a:link {
	color: #000000;
}
a:hover {
	color: #ffffff;
}

div#content{
position: absolute;
top: 180px;
left: 260px;
width: 480px;


}

div#text{
width:500px;
float: left;
padding: 10px;
margin-left: 20px;
background-color:#ffffff;
}


.normal {
	font-family: Arial;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	}

H1 {
	font-family: Arial;
	font-size: 200%;
	font-weight: bold;
	color: #000000;
	text-align:center;
	margin-bottom:0px;
}

H2 {
	font-family: Arial;
	font-size: 220%;
		font-weight: bold;
	color: #000000;
	text-align:right;
	margin-bottom:0px;
}

.footer {
	font-family: "arial";
	font-size: 65%;
	font-style: normal;
	color: #000000;
	padding:3px -10px -10px 0px
}
.table {
	font-family: "arial";
	font-style: normal;
	color: #000000;
	padding:3px -10px -10px 0px;
	margin-top:-10
}
