*{
  margin: 0px;
  padding: 0px;
}

body,html {
  text-align:center;
  margin:0;
  color: #000000;
  background: url(/gfx/bg.jpg);
}

#container {
  margin:0 auto;
  padding:0;
  width: 850px;
  font-size: 11px;
  font-family: verdana,helvetica;
  text-align: left;
}

#header {
  width: 850px;
  height: 180px;
}


#logo {
  width: 291px;
  padding-top: 27px;
  float: left;
}

#flagsleft {
  float: left;
  width: 277px;
}

#flagsright {
  float: left;
  width: 279px;
  text-align: right;
}

#flagsleft img, #flagsright img{
  border: 0px;
  margin-top: 85px;
}

#inhoud {
  width: 850px;
  border: 1px solid #99cccc;
  padding: 10px;
  background-color: #003300;
  color: #ffffdf;
  margin-bottom: 10px;
}
#inhoud h1 {
font-size: 16px;
color: #fff;
margin-bottom: 10px;
}
#inhoud p {
margin-top: 15px;
}

#inhoud a:link,#inhoud a:visited,#inhoud a:active { color: #fff; text-decoration: none; }
#inhoud a:hover { color: #fff; text-decoration: underline;}

#news {
  width: 850px;
  border: 1px solid #99cccc;
  padding: 10px;
  background-color: #003300;
  color: #ffffdf;
  margin-bottom: 10px;
}

#news ul {
margin-left: 10px;
}

#news li {
list-style-type: square;
color: #fff;
margin-bottom: 5px;
}

#news a:link,#news a:visited,#news a:active { color: #fff; text-decoration: none; }
#news a:hover { color: #fff; text-decoration: underline;}


#bonus,#screen {
  float: left;
}

#bonus {
  width: 200px;
  margin-top: 40px;
  height: 125px;
  border: solid 1px #fff;
  text-align: center;
  margin-right: 60px;
  padding-top: 40px;
}

#screen {
  width: 315px;
  text-align: center;
  margin-right: 40px;
}

#banner {
  float: right;
  margin-top: 40px;
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: solid 1px #fff;
  text-align: center;
}

#banner img,#screen img,#bonus img {
  border: 0px;
}
