/*Eigenschappen van de body, zoals lettertype, achtergrondkleur */
body {
  background-color: #e87d00;
  margin-top: 2px;
}

a.normal:link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
}
a.normal:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 15px;
}
a.normal:hover {
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 15px;
}
a.normal:active {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 15px;
}

a.contact:link {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
}
a.contact:visited {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
}
a.contact:hover {
  text-decoration: underline;
  color: #000000;
  font-size: 13px;
}
a.contact:active {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
}

a.footer:link {
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial;
}
a.footer:visited {
  text-decoration: none;
  color: #000000;
  font-size: 11px;
  font-family: Arial;
}
a.footer:hover {
  text-decoration: underline;
  color: #000000;
  font-size: 11px;
  font-family: Arial;
  font-weight: bold;
}
a.footer:active {
  text-decoration: none;
  color: #000000;
  font-size: 11px;
  font-family: Arial;
}
/*Eigenschappen van de maintabel, zoals breedte en de rand (border) */
.tabel1{
  border: 2px solid #000000;
  width: 757px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}

.tabel2{
  width: 200px;
  border: 0;
}

.tabel3{
  width: 500px;
  background-color: #EEEEEE;
  border: 1px solid #000000;
}

.tabel4{
  width: 99%;
  background-color: #EEEEEE;
  border: 1px solid #000000;
}

.tabel5{
  width: 100%;
}

.tabel6{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

table.login {
  width: 300px;
  background-color: #EEEEEE;
  border: 1px solid #000000;
  margin-left: 0;
}

td.login {
  border: 1px solid #DDDDDD;
  text-align: left;
  background-color: #FFFFFF;
  font: 11px Verdana;
  color: #000000;
}

td.links {
  font: 11px Verdana;
  color: #000000;
}

td.adminlogin {
  width: 50%;
}

td.dummy {
  font: 11px Verdana;
  color: #000000;
}

.td1{
  height: 90px;
  background-image: url(header.png);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}

.td2{
  height: 30px;
  background-color: #99cc00;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  vertical-align: middle;
  color: #FFFFFF;
}

.td3{
  padding-left: 17px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  font-family: Book Antiqua;
  text-decoration: none;
}

.td4{
  padding-top: 3px;
  padding-left: 3px;
  font-family: Verdana;
  padding-bottom: 3px;
}

.td5{
  border: 1px solid #DDDDDD;
  text-align: left;
  background-color: #FFFFFF;
  width: 35%;
  vertical-align: top;
}

.td6{
  border: 1px solid #DDDDDD;
  text-align: center;
  background-color: #FFFFFF;
}

.td7{
  border: 1px solid #DDDDDD;
  text-align: left;
  background-color: #FFFFFF;
  width: 40%;
  vertical-align: top;
}

.td8{
  padding-left: 90px;
  text-decoration: none;
}

.td9{
  border: 1px solid #DDDDDD;
  text-align: left;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 11px;
  vertical-align: top;
  font-weight: bold;
  width: 50%;
}

.td10{
  border: 1px solid #DDDDDD;
  text-align: left;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 11px;
}

.td11{
  border: 1px solid #DDDDDD;
  text-align: center;
  background-color: #FFFFFF;
  width: 50%;
  vertical-align: top;
}

.td12{
  height: 30px;
  background-color: #99cc00;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid #000000;
  vertical-align: top;
  color: #FFFFFF;
}

.td13{
  border: 1px solid #DDDDDD;
  text-align: right;
  background-color: #FFFFFF;
  color: #000000;
  vertical-align: top;
}

.td11over{
  border: 1px solid #DDDDDD;
  text-align: center;
  background-color: #eeeeee;
  width: 50%;
  vertical-align: top;
}

.tdfooter{
  border-top: 2px solid #000000;
  text-align: center;
  font-size: 11px;
  color: #000000;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Arial;
}

.content1{
  font-size: 14px;
  font-weight: bold;
  color: #e87d00;
}

.content2{
  font-size: 12px;
  color: #000000;
}

.content3{
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}

.gebruikersnaam {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 15px;
  font-family: Book Antiqua;
}

.form1{
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}

.input1{
  color: #D70123;
  font-size: 11px;
}

.input2{
  color: #D70123;
  font-size: 11px;
  width: 25px;
}

.input3{
  color: #D70123;
  font-size: 11px;
  width: 20px;
}

.input4{
  color: #D70123;
  font-size: 11px;
  width: 40px;
}

input.adminlogin {
  font: 11px Verdana;
  color: #000000;
}

.s1 {
  font-size: .8em;
  font-weight: bold;
  border: 1px solid #666666;
  background-color: #D9DCDF;
  height: 20px;
  width: 150px;
  margin: .4em;
}

.s1_1 {
  font-size: .8em;
  font-weight: bold;
  border: 1px solid #666666;
  background-color: #D9DCDF;
  height: 20px;
  margin: .4em;
}

.s2 {
  height: 18px;
  width: 30px;
  border: 1px solid #666666;
  background-color: white;
  font-family: Tahoma;
  color: #000000;
  font-size: 11px;
}

.login_input {
  padding-left: 1px;
  border: 1px solid #000000;
  font-family: Tahoma;
  color: #000000;
  font-size: 11px;
}

.login_input2 {
  padding-left: 1px;
    font-family: Tahoma;
  color: #000000;
  font-size: 11px;
}

.lock1 {
  padding-top: 4px;
  border: 0;
  height: 20px;
  width: 20px;
}

.lock2 {
  padding-top: 4px;
  border: 0;
  height: 16px;
  width: 16px;
}

.roodimg {
  margin-top: 3px;
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
}

.oranjeimg {
  margin-top: 3px;
  width: 10px;
  height: 10px;
  border: 1px solid #000000;
}

.formhoofd {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  padding: 3px;
  border: 1px solid #000000;
}

#flashcontent {
  height: 100%;
}
span.normal {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
}

span.verbouwing {
  background:url(verbouwing.png) no-repeat;
  color: #FFFFFF;
  font-weight:bold;
  widows: 160px;
  height: 34px;

}

/* menupagina */
.MenuText {color:#000000; cursor:pointer;}
.MenuText:hover {color:#333333; text-decoration:underline;}

