body {
 background: #000000 url('gfx/achtergrond.png') repeat-y top center;
 margin: 0px;
 color: white;
}

.containerArea {
}

.headerArea {
 background: url('gfx/kop.png') top center;
 width: 758px;
 height: 147px;
 position: relative;
 float: middle;
 margin: 0 auto;
}

.menuArea {
 background: url('gfx/menu.png') no-repeat;
 font-family: Impact, Verdana, Arial, Courier;
 font-size: 18px;
 text-align: right;
 color: #000000;
 width: 758px;
 height: 31px;
 position: relative;
 float: middle;
 margin: 0 auto;
}

.menuAreaText {
 vertical-align: middle;
 text-align: right;
 height: 31px;
 width: 758px;
 font-size: 15px;
 color: #FFFFFF;
}

.menuAreaText a {
 vertical-align: middle;
 text-align: right;
 height: 31px;
 width: 758px;
 color: #000000;
 text-decoration: none;
}

.menuAreaText a:hover {
 vertical-align: middle;
 text-align: right;
 height: 31px;
 width: 758px;
 color: #FFFFFF;
 text-decoration: none;
}

.contentArea {
 background: url('gfx/main.png') no-repeat;
 width: 758px;
 height: 350px;
 position: relative;
 float: middle;
 margin: 0 auto;
 font-family: Verdana, Arial, Courier;
 font-size: 13px;
}

.titel {
 color: #FFFFFF;
 text-align: left;
 font-size: 35px;
 font-family: Impact,Verdana;
 height: 147px;
 width: 100%;
}

a {
 color: #F08700;
 text-decoration: none;
}

a:hover {
 color: #FFFFFF;
 text-decoration: none;
}

.onderschrift {
 background: url('gfx/onderschrift.png') no-repeat;
 font-family: Verdana, Arial, Courier;
 font-size: 9px;
 text-align: center;
 color: #000000;
 width: 758px;
 height: 31px;
 position: relative;
 float: middle;
 margin: 0 auto;
}

