   body {
	background-image: url("/images/gradient.jpg");
        background-repeat: repeat-x;        
         margin: 0px;
   }
   div.bloem {
         width: 100%;
         float: left;
         background-image:url("/images/bloem.png");
         background-repeat: no-repeat;
   }
   div.container {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
   }
   div.mainbg {
     float: left;
     width: 900px;
     background-image: url("/images/mainbg.jpg");
   }
   div.gradient {
     background-image:url("/images/gradient.jpg");
     background-repeat: repeat-x;
     float: left;
     width: 100%;
     height: 100%;
   }

   div.bg2 {
     background-image:url("/images/bg.jpg");
     float: left;
     width: 100%;
     height: 100%;
   }

  div.menubg  {
    background-image:url("/images/menubg.jpg");
    width: 890px;
    float: left;
    margin-left: 5px;
    height: 24px;
  }
  div.leftshaduw {
    background-image:url("/images/leftshaduw.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 900px;
  }

  div.rightshaduw {
    background-image:url("/images/rightshaduw.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 900px;
    background-position: right;
  }
  div.bottom {
    float:left;
    width: 900px;
    background-image:url("/images/mainbottom.png");
    height: 74px;
    background-repeat: no-repeat;
  }
  div.menuitemtop {
   float: right;
  }
  div.menuitemtop a {
   color: #242a5a;
   font-family: verdana;
   padding-top: 5px;
   padding-bottom: 5px;
   float: left;
   padding-left: 5px;
   padding-right: 5px;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
  }
  div.menuitemtop a:hover {
    background-color: #d9dfe3;
  }

  div.bottom {
   font-size: 11px;
   font-family: arial;
   text-align: center;
   color: #5f7b93;
 }
 div.bottom a {
   color: #5f7b93;
   text-decoration: none;
 }
 div.bottom a:hover {
  color: #93a4b5;
 }
 div.menuleft {
  float: left;
  width: 220px;
 }
 div.contentholder {
   float: right;
   width: 680px;
 }

 div.menutop {
   background-image:url("/images/menutop.jpg");
   background-repeat: no-repeat;
   float: left;
   width: 207px;
 }
 div.menubottom {
   background-image:url("/images/menubottom.jpg");
   background-repeat: no-repeat;
   background-position: left bottom;
   float: left;
   width: 202px;
   padding-left: 5px;
   padding-top: 10px;
 }
 div.menucenter {
   background-image:url("/images/menucenter.jpg");
   float: left;
   width: 207px;
   margin-left: 10px;
   margin-top: 5px;
 }
 ul.mainmenu {
    list-style-image: url("/images/bullit.png");
    padding-left: 0px;
    margin-left: 20px;
    font-family: verdana;
    font-size: 12px;
 }
 ul.mainmenu a {
   color: #8787a7;
  text-decoration: none;
 }
 ul.mainmenu a:hover {
  color: #821c4c;
  text-decoration: underline;
 }
 ul.mainmenu li {
   padding-top: 2px;
   padding-bottom: 2px;
 } 
 div.content {
  background-color: #eaeef0;
  width: 640px;
  float: left;
  font-family: verdana;
  font-size: 12px;
  margin-left: 6px;
  margin-top: 7px;
  padding: 10px;
  margin-bottom: 10px;
 }


a img {
 border: 0px;
}
a {
  color: #1c5987;
}
