/* BeMat Automatisering bv           */
/* voor                              */
/* Tim's Glasmozaïek                 */

html {
  height:100%;
}

body {
  margin: 0 0 0 0;
  background-image: url('images/nl/logogrijs.png');
  background-attachment: fixed;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  height:100%;
  font-family: Arial;
}

#site {
  height:100%;
}

#header {
  width: 100%;
  background-image: url('images/nl/headerbg.png');
  background-repeat: repeat-x;
  height: 166px;
}

#headerlogo {
  position: absolute;
  top: 40px;
  left: 20px;
}

#headercreatief {
  position: absolute;
  top: 50px;
  right: 20px;
}

#webdesign {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 200px;
  height: 40px;
  text-align: center;
  color: brown;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

#webdesign a {
  font-size: 10px;
  color: brown;
  text-decoration: none;
}

#menuknop {
  background-image: url('images/nl/knop.png'); 
  background-repeat: no-repeat;
  width: 166px;
  height: 36px;
  text-align: center;  
  vertical-align: center;
}

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

#contactadressav {
  width: 100%;
  text-align: right;
}

#contactadres {
  position: absolute;
  top: 30px;
  right: 10px;
  text-align: right;
}

td {
  vertical-align: top;
}

.small {
  font-size: 10px;
}

.graytext {
  color: rgb(128, 128, 128);
}

hr {
  height: 1px;
  border-width: 1px 0 0 0;
  _border-style: dashed;
  border-color: green;
}

th {
  text-align: left;
  background-color: rgb(255, 255, 128);
}                                  

td.even {
  background-color: rgb(255, 255, 200);
}

td.oneven {
  background-color: rgb(255, 255, 225);
}
