html
{
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: arial, sans-serif;
  font-size: 80%;
  line-height: 1.5;
  background-color: black;
  color: white;
}

a img {
  border: 0;
}

a {
  color: white;
  text-decoration: underline;
}


#page {
  position: relative;
  margin: 0px auto;
  width: 816px;
}

#logo {
  position: absolute;
  top:  67px;
  right: 42px;
}

#logo h1 {
  text-indent: -9999px;
  display: block;
  width: 173px;
  height: 44px;
  margin: 0px;
  background-image: url(_layouts/brandweer-logo.gif);
}

#content {
  position: absolute;
  top: 167px;
}

.test {
  margin-left: 124px;
  margin-right: 124px;
}

.question {
  padding-left: 225px;
  background-repeat: no-repeat;
  background-position: top left;
  height: 541px;
}

.nextquestion {
  position: absolute;
  left: 540px; 
  top: 224px;
  display: block;
  width: 111px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: black url(_layouts/next-button.jpg) no-repeat scroll center center;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}

.coverflow {
  text-align: center;
}

.coverflow a {
}

.coverflow a img {
  margin: 5px;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  width: 1px;
  height: 1px;
}

.smallFont {
  font-size: 70%;
}

.largeFont {
  font-size: 140%;
}

.C4Warning {
}

.radio {
  display: block;
  float: left;
  margin-left: 0px;
  margin-top: 3px;
}

.ie .radio {
  margin-top: 1px;
}

.radio-label {
  display: block;
  float: left;
}
