body,
html
{
  padding: 0;
  margin: 0;
  height:100%;
  width:100%;
  background: #b9d9ff url( "../images/bg1.jpg ") no-repeat; 
  font:11px verdana;
  line-height: 17px; 
}

.container
{
  width: 897px;    
  text-align: left;
}

.header
{
  width: 100%; 
  height: 121px;
  cursor: pointer;
}

.kindjes
{
  width: 100%; 
  height: 98px;
  background-color:#FFFFFF;  
  z-index: 0;
  border-left: 1.5px solid white;
  border-right: 1.5px solid white;
  position: relative;
}

.menu
{
  z-index: 99999;
  border-left: 1.5px solid white;
  border-right: 1.5px solid white;
}

.content
{    
  width: 100%; 
  vertical-align: top;
  border-left: 1.5px solid white;
  border-right: 1.5px solid white;    
  padding-right: 20px;
}

.footer
{  
  width: 100%;
  background-color: #3364A9;
  border-bottom: 1.5px solid white;
  border-left: 1.5px solid white;
  border-right: 1.5px solid white;
}

