/* CSS Document */

body {
background-color: #be1f01;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#container {
width: 777px;
height: auto;
position: absolute;
left: 50%;
margin-left: -400px;
background-color: #FFFFFF;
border: 5px solid #f5b20e;
border-top: 3px solid #f5b20e;

}

#header {
width: 777px;
height: 135px;
float: left;
position: relative;
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
background-position: center;
border-bottom: 3px solid #f5b20e;
}

#content {
width: 777px;
height: 500px;
float: left;
position: relative;
margin-top: 10px;
}

.contenttekst {
color: #000000;
font-family: "Trebuchet MS";
font-size: 12px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}