/* CSS Document */

body, html { padding: 0; margin:0; text-align: center; background-color: #ff6600; font-family: Arial, Helvetica, sans-serif; color: #000000;}
img { border: 0px;}
h1 {padding: 0px; margin: 0px; font-family: arial, verdana, sans-serif; font-size: 40px; font-weight: bold;}
h1 {padding: 0px; margin: 0px; font-family: arial, verdana, sans-serif; font-size: 30px; font-weight: bold;}
h3 {padding: 0px; margin: 0px; font-family: arial, verdana, sans-serif; font-size: 13px; font-weight: normal;}

#pagewrapper {
position: relative;
width: 1024px;
height: 1000px;
}

#header {
position: relative;
width: 1024px;
height: 204px;
background-image: url('img/header.jpg');
}

#primair-menu ul,li {
position: relative;
top: 65px;
left: -50px;
color: #ffffff;
font-size: 18px;
font-weight: bold;
display: inline;
margin-left: 50px;
}

#primair-menu a {
color: #ffffff;
text-decoration: none;
}

#primair-menu a:hover {
color: #0766b0;
text-decoration: underline;
}

#main {
position: relative;
width: 1024px;
height: 653px;
background-image: url('img/main.jpg');
text-align: left;
}

#head-tekst {
position: relative;
left: 160px;
top: 15px;
width: 492px;
height: 101px;
background-image: url('img/head-tekst.jpg');
}

#main-tekst {
position: relative;
left: 170px;
width: 470px;
margin-top: 30px;
}

#deelneem-frame {
position: relative;
left: 160px;
width: 610px;
height: 610px;
}

#foto-main {
position: absolute;
left: 590px;
top: 55px;
width: 385px;
height: 462px;
background-image: url('img/foto-main.png');
}

#begin-btn {
position: relative;
left: 160px;
margin-top: 15px;
width: 285px;
height: 100px;
}


#footer {
position: relative;
width: 1024px;
height: 143px;
background-image: url('img/footer.jpg');
}

