﻿body.white
{
  background-color:White;
  margin:0px;
}
body.foto
{
    background-image: url(../../images/bg.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
img.bedrijflogo
{
  margin-left:10px;
}
div.header
{
  margin: 0px auto;
  width: 800px;
  background-image: url(../../Images/header.png);
  background-position:top;
  background-repeat:no-repeat;
  height:195px;
}
div.footer
{
  margin: 0px auto;
  width: 800px;
  font-size: 9px;
  height: 180px;
  background-image: url(../../Images/Footer.png);
  background-position:bottom;
  background-repeat:no-repeat;
}
div.footer a:link 
{
 text-decoration: none;
 color: Gray;
}
div.footer a:visited 
{
 text-decoration: none;
 color: Gray;
}
div.footer a:hover 
{
 text-decoration: underline;
 color: Gray;
}
div.main
{
  padding: 10px;
  background-color: White;
  margin: 0px auto;
  width: 780px;
  overflow:hidden;
}
hr.gray
{
  color: gray;
  background-color: Gray;
  height: 1px;
  border:none;
}
.
.watermark
{
 color: Silver; 
}
.itemdate
{
  font-size: x-small;
  color: Gray;
  text-align:right;
}
.itemheader
{
  font-size:12px;
  font-weight: bold;
  margin: 0px;
  color: #009933;
  border:1px sold black;
}
.itemheader a:link 
{
  color: #009933;
  text-decoration: none;
}
.itemheader a:visited 
{
  color: #009933;
  text-decoration: none;
}
.itemheader a:hover 
{
  color: #009933;
  text-decoration: underline;
}

.submenu 
{
 padding-left:4.5px;
 padding-right:4.5px;
 line-height: 22px;
 font-weight: bold;
 font-size: 11px;
 color: #005218;
}
.submenu a:link 
{
 font-weight: normal;
 color: Gray;
 text-decoration: none;
}
.submenu a:visited 
{
 font-weight: normal;
 color: Gray;
 text-decoration: none;
}
.submenu a:hover 
{
 font-weight: normal;
 color: Gray;
 text-decoration: underline;
}

