html {
  margin:0px;
  padding:0px;
  overflow-y:scroll;
}

body {
  text-align:center;
  font-family:verdana;
  font-size:8pt;
  background-color:#cccccc;
/*  background-image:url(../img/line_back.gif); */
  padding-top:0px;
  margin-top:0px;
}

a {
  color:blue;
}

#containerMain {
  position:relative;
  z-index:10;
  width:981px;
  padding-top:3px;
  margin-left:auto;
  margin-right:auto;
  background-color:#cccccc;
/*  border:1px solid black; */
}

#container {
  width:965px;
  border:0;
  margin-left:auto;
  margin-right:auto;
  background-color:#cccccc;
  position:relative;
  z-index:10;
  padding-bottom:1px;
}

#banner {
  width:100%;
  height:103px;;
  background-color:white;
  position:relative;
  margin-bottom:3px;
  display:block;
  background-image:url("../img/hoek_onder_rechts.gif");
  background-position:bottom right;
  background-repeat:no-repeat;

}

#bannerWrapper {
  width:100%;
  height:100%;
  background-image:url("../img/hoek_onder_links.gif");
  background-position:bottom left;
  background-repeat:no-repeat;
}

#banner_img {
  float:left;
  width:625px;
  height:95px;
  background-image:url("../img/banner_zoveel.gif");
  background-repeat:no-repeat;
  background-position: 0px 7px;
}

#persoonlijk #nieuw-spel-container {
  width:auto;
  height:20px;
  z-index:10;
  position:absolute;
  top:-8px;
  right:8px;
  text-align:right;
}

#persoonlijk {
  position:relative;
  float:right;
  width:290px;
  height:86px;
  margin-right:20px;
  margin-top:8px;
  text-align:left;
  padding:0px;
  z-index:2;
}

#persoonlijkWrapper {
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  border:1px solid #d5dfe5;
  text-align:left;
  z-index:2;
  padding:0px;
  margin:0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#persoonlijkTekst {
  display:inline-block;
  top:3px;
  font-size:8pt;
}

#banner_login {
  float:right;
  text-align:right;
  padding-right:5px;
  margin-right:25px;
}

#banner_fieldset {
  margin-top:6px;
  padding-bottom:5px;
  padding-left:10px;
  padding-right:10px;
}

#persoonlijk form {
  position:relative;
  top:2px;
  left:15px;
  display:inline;
}

#persoonlijk label {
  color:black;
  text-decoration:underline;
  text-align:left;
  width:90px;
  display:inline-block;
}

#persoonlijk input {
  font-family:verdana;
  font-size:8pt;
  margin-bottom:2px;
  width:150px;
  display:inline-block;
}

#menu {
  width:100%;
  height:26px;
  background-image:url("../img/menu_back.gif");
  background-repeat:repeat-x;
}

#menu ul {
  display:inline;
  padding:0px;
}

#menu-left, #footer-menu-left {
  float:left;
  width:8px;
  height:26px;
  background-image:url("../img/menu_left.gif");
}

#menu-right, #footer-menu-right {
  float:right;
  width:8px;
  height:26px;
  background-image:url("../img/menu_right.gif");
}

#menu ul li {
  float:left;
  height:26px;
  list-style:none;
  background-image:url("../img/menu_seperator.gif");
  background-repeat:no-repeat;
}

#menu ul li a {
  height:25px;
  color:white;
  font-family:tahoma;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none;
  display:inline-block;
  line-height:26px;
  padding-left:10px;
  padding-right:10px;
  margin-left:3px;
}

#menu ul li a:hover {
  background-image:url("../img/menu_selected.gif");
  background-repeat:repeat-x;
}

#contents {
  padding-top:4px;
  color:black;
  text-align:left;
  font-family:verdana;
  font-size:8pt;
  display:block;
  width:100%;
  height:auto;
}

#footer {
  width:100%;
  height:26px;
  background-image:url("../img/menu_back.gif");
  background-repeat:repeat-x;
  color:white;
  margin-bottom:2px;
  margin-top:1px;
}

#footer-copyright {
  float:left;
  margin-top:8px;
  color:white;
  font-family:tahoma;
  font-weight:bold;
  font-size:7pt;
  padding-left:12px;
}

#footer-links {
  float:right;
  margin-top:8px;
  font-family:tahoma;
  font-weight:bold;
  font-size:7pt;
  padding-right:12px;
}

#footer a {
  color:white;
  text-decoration:none;
}

