/* Style sheet */

body {
  padding: 0; 
  margin: 0; 
  background-color: #e64db0; 
}

a, body, div, input, p, select, span, td, textarea { 
  font: 18px tahoma, arial, sans-serif; 
  color: #5b5b5b; 
  padding: 0; 
  margin: 0; 
  text-decoration: none; 
}

a:hover { 
  text-decoration: underline; 
  color: #ff0000; 
}

a.button {
  font: 15px tahoma, arial, sans-serif; 
  display: inline-block;
  padding: 1px 10px;
  background-color: #e64db0; 
  color: #ffffff;
  font-weight: bold;
  border: double;
}
a.button:hover, a.button:focus {
  background-color: #0000ff;
}

#kopcontainer { 
  position: fixed; 
  top: 0;
  left: 0;
  padding: 0; 
  margin: 0; 
  width: 100%;
  z-index: 5;
  background-color: #e64db0;
}
  #kop { 
    position: relative;
    padding: 10px 0 0 0; 
    margin: 0 auto; 
    width: 1000px;
    height: 100px;
  }
  #kop.klein { 
    position: relative;
    padding: 3px 0 0 0; 
    margin: 0 auto; 
    width: 1000px;
    height: 70px;
  }
    #kop img {
      height: 90%;
      width: auto;
    }
    #kop h1 {
      position: absolute;
      bottom: 26px;
      right: 0;
      display: inline-block;
      width: 650px;
      color: #ffffff;
      font-size: 26px;
      text-align: right;
    }
    #menublok {
      position: absolute;
      bottom: 2px;
      right: 0;
      width: 800px;
      text-align: right;
    }
    #menublok a {
      display: inline-block;
      border: 2px solid #5b5b5b;
      border-radius: 4px;
      padding: 1px 10px;
      color: #5b5b5b;
      font-size: 15px;
      font-weight: bold;
      background-color: #ffffff;
      margin: 0 0 4px 6px;
    }
    #menublok a:hover {
      background-color: #000080;
      color: #ffffff;
      text-decoration: none;
    }
    div#kop, div#kopcontainer, div#kopcontainer.klein, div#kop.klein, div#kop img, div#kop.klein img {
      transition: all 1s;
      -moz-transition: all 1s; 
      -webkit-transition: all 1s;
      -o-transition: all 1s;
    }
#fotocontainer { 
  position: relative; 
  padding: 0; 
  margin: 100px 0 0 0; 
  width: 100%;
  height: 500px;
  background: url('../images/avontuur.jpg');
  background-position: center;
  background-size: cover;
}
#midden {
  width: 100%;
  background-color: #e6e6e8;
}
#inhoud {
  padding: 30px 0 70px 0;
  margin: 0 auto;
  width: 1000px;
  background-color: #e6e6e8;
}
  #inhoud p {
    margin: 0 0 20px 0;
  }
  #inhoud div.omhoog {
    text-align: center;
    background-image: url('../images/lijn.png');
    background-repeat: repeat-x;
    background-position: center;
  }
  #inhoud div.label {
    vertical-align: top;
    padding: 2px 0 0 0;
    display: inline-block;
    width: 250px;
  }
  #inhoud div.label input, #inhoud div.label select, #inhoud div.label textarea {
    width: 250px;
    margin: 2px 0;
  }
  #inhoud div.label textarea {
    height: 80px;
  }

  #inhoud table {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #inhoud table td.bl {
    border-left: 1px solid #5b5b5b;
  }
  #inhoud table td.bt {
    border-top: 1px solid #5b5b5b;
  }
  #inhoud table td.br {
    border-right: 1px solid #5b5b5b;
  }
  #inhoud table td.bb {
    border-bottom: 1px solid #5b5b5b;
  }
  #inhoud table td {
    padding: 5px 8px 5px 8px;
  }
  #inhoud table td.bd {
    font-weight: bold;
  }
  #inhoud table td.rt {
    text-align: right;
  }
  #inhoud table td.t1 {
    width: 30%;
  }
  #inhoud table td.t2 {
    width: 10%;
  }
  #inhoud table td.t3 {
    width: 25%;
  }

#ondercontainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e64db0; 
}
  #onder {
    position: relative;
    padding: 6px 0;
    margin: 0 auto;
    width: 1000px;
    height: 40px;
  }
    #onder div {
      color: #ffffff;
      font-size: 14px;
    }
    #onder div.l1 {
      position: absolute;
      top: 6px;
      left: 0;
      width: 25%;
    }
    #onder div.l2 {
      position: absolute;
      top: 6px;
      left: 280px;
      width: 25%;
    }
    #onder div.copy {
      position: absolute;
      top: 6px;
      right: 0;
      width: 50%;
      text-align: right;
    }
    #onder div.disclaimer{
      position: absolute;
      top: 20px;
      right: 0;
      width: 25%;
      text-align: right;
    }
    #onder div.disclaimer a {
      display: inline-block;
      margin: 4px 0;
      color: #ffffff;
      font-size: 15px;
    }