/*----------------------------------------------------------------*
 *                              ALL.CSS                           *
 *----------------------------------------------------------------*
 * © 2008 by BeMat Automatisering bv, Ugchelen, The Netherlands   *
 *                                                                *
 * Door:                                                          *
 *   BeMat Automatisering bv                                      *
 *   http://www.BeMat.nl                                          *
 * Voor:                                                          *
 *   Razyday Stoelmassage                                         *
 *----------------------------------------------------------------*/

body {
  background-color: #df6c2c;
  font-family: arial; 
  font-weight: normal; 
  font-size: 12px; 
  background-image: url(../images/bg.png);
  background-position: top center;
  background-repeat: repeat-y;
}

#website {
  background-color: white;
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  margin-left: -500px;
  text-align: left;
}

#tblWebsite {
  background-color: white;
}
 
h1 { 
  color: #df6c2c; 
  font-size: 20px; 
  font-family: arial; 
  font-weight: normal; 
  margin: 0.67em 0; 
}
h2 { 
  color: black; 
  font-size: 12px; 
  font-family: arial; 
  font-weight: normal; 
  margin: 0.83em 0; 
}
h3 { 
  color: #df6c2c; 
  font-size: 14px; 
  font-family: arial; 
  font-weight: normal; 
  margin: 1em 0; 
 }
h4 { 
  color: black; 
  font-size: 20px; 
  font-family: arial; 
  font-weight: normal; 
  margin: 1.33em 0; 
}
a:link { 
  color: black; 
  text-decoration: none; 
}
a:visited { 
  color: black; 
  text-decoration: none; 
}
a.active:link { 
  color: #7d7d7d; 
  text-decoration: none; 
}
a.active:visited { 
  color: #7d7d7d; 
  text-decoration: none; 
}
td {
  vertical-align: top;
}
#adres {
  position: absolute;
  left: 50%;
  top: 265px;
  margin-left: -475px;
  text-align: center;
}
#webdesign {
  position: fixed;
  left: 50%;
  bottom: 3px;
  margin-left: -490px;
}
#webdesign a:link,
#webdesign a:visited {
  font-name: arial;
  font-size: 10px;
  color: rgb(128, 128, 128);
  text-decoration: none; 
}

