
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
 background: #c0c0c0;
 color: #000000;
 text-align: center;
 }

#bar-top {
 width: 966px; 
 height: 36px; 
 background: #ffffff;
background: url(image/achterbutton2.jpg);
 color: #333333;
 border: solid #ffffff;
 border-width: 1px 0; 
 margin: 0px;
}

#content { 
 width: 966px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 0px;
 background: #ffffff;
 color: #333333;
overflow: visible;

 }


#bar-bottom {
 width: 100%; 
 height: 30px;
 position:relative;
left:0;
 background: #000000; 
 color: #333333;
 border: solid #000000; 
 border-width: 2px 0;
 }
