@charset "utf-8";
/* CSS Document */

body {
  font-family:"Segoe UI", Arial, Helvetica, sans-serif;
  background-image:url(images/bg.png);
  background-repeat:repeat-x;
  font-size:16px;
  text-align:center;
  color:black;
  background-color:white;
 }

a {
  color:#CCCCCC;
  text-decoration:none;
 }

a:hover {
  text-decoration:underline;
 }

div.all {
  margin-left:auto;
  margin-right:auto;
  width: 820px;
 }

div.menu {
  width:150px;
  height:300px;
  border-right:#999999 1px ridge;
  float:left;
  text-align:right;
  font-size:20px;
  font-weight:bold;
  padding-right:15px;
  letter-spacing:1px;
  margin-right:30px;
 }
 
div.menu a {
  color:#000000;
  text-decoration:none;
 }

div.menu a:hover {
  color:#999999;
  text-decoration:none;
 }

div.ban1 {
  background-image:url(images/topsection.png);
  background-repeat:no-repeat;
  width:782px;
  height:142px;
  padding-left:19px;
  padding-right:22px;
  padding-top:18px;
 }

div.ban2 {
  background-image:url(images/banner.png);
  background-repeat:no-repeat;
  padding-left:18;
  width:782px;
  height:142px;
 }


div.middle {
  background-image:url(images/middlesection.png);
  background-repeat:repeat-y;
  width:822px;
  height:auto;
  text-align:justify;
 }

div.bottom {
  background-image:url(images/bottomsection.png);
  background-repeat:no-repeat;
  width:820px;
  height:40px;
 }

div.bottom a {
  text-decoration:none;
  color:#757575;
  font-size:13px;
 }

div.bottom a:hover {
  text-decoration:underline;
 }
 
div.inhoud {
  background-image:url(images/banner_fadeout.png);
  background-position:8px 0px;
  background-repeat:no-repeat;
  width:782px;
  margin-left:10px;
  margin-right:10px;
  padding:40px;
 }
 
div.menuitem {
  color:#000000
 }
 
a.contact {
  text-decoration:none;
  color:#000000;
 }
 
a.contact:hover {
  text-decoration:underline;
 }
 

 

