body {
   background-color: #666666;
   background-image: url(background3.jpg);
   background-position: center;
   background-attachment: fixed;

   color: #FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   

}
h3 {
   font-weight: normal;
   width: 95%;
   border-bottom: 1px solid white;
}
#kop {
   font-weight: bold;
}
.menu .item{
   margin-top: 10px;
   display: block;
   width: 100%;
   height: 20px;
   color:#FFFFFF;
   font-weight:lighter;
   text-decoration: none;
   border-top: solid white 1px;
   border-bottom: solid white 1px;
   background-color:#CC6666;
   text-align: center;

}
.menu .item:hover {

   color: #000000;
   font-weight:bold;
   background-color:#CC6666;
   letter-spacing: 2px;


}






.inhoud a:hover{
   color: #999999;
   text-decoration: underline;

}
.inhoud a{
   
   color: #FFFFFF;
   text-decoration: underline;

}
.menu .menu_header {
   margin: 0; 
   position: absolute;
   left: 0;
   width: 100%;
   right: 0;
   top: 0;
   line-height: 20px;

   
   height: 23px;
   background: url(img/kopje.jpg);
   background-repeat: repeat-x;
   color: #FFFFFF;
   border-bottom: solid 1px darkblue;

   text-align:center;
   font-size: 21px;
   font-family: verdana;
 


}
.inhoud .menu_header{
   margin: 0; 
   position: absolute;
   left: 0;
   width: 575px;
   right: 0;
   top: 0;
   line-height: 20px;
   
   height: 23px;
   background: url(img/kopje.jpg);
   background-repeat: repeat-x;
   color: #FFFFFF;
   border-bottom: solid 1px darkblue;
   text-align:center;
   font-size: 21px;
   font-family: Verdana;


}
.menu {
   left: 20px;
   top: 150px;
   position: absolute;
   width: 150px;
   
   border: 1px solid black;

      background: url(img/8er.jpg);
   background-repeat: repeat-y;

   padding-top: 20px;
   
   height: 100%;
   min-height: 100%;

}
#bla .img {
   position: absolute;
   left: 20px;
   


   border: 1px solid black;


}
.inhoud {
   
   position:absolute;
   top: 150px;
   left: 195px;
   width: 560px;

   background: url(img/8er.jpg);
   background-repeat: repeat-y;

   border: 1px solid black;
   padding-left: 15px;
   padding-top: 25px;
   padding-bottom: 50px;


   height: 100%;
   min-height: 100%;

   

}
.guest{
   background: #555555; 
   border: 1px solid white; 
   width: 540px;
   white-space: pre-line;
   
   height: 100px; 
   min-height: 100px;
}


*> .inhoud{ 
   height: auto; 
}
*> .menu{ 
   height: auto; 
}
*> .guest{
   height: auto;
}

