body {
/* background: #ffffff url(../images/blauw.gif) repeat-x top left fixed; */
background-color:#DAE0D2;
border-top:1px #009A1D solid;
font: 0.8em/1.5 Geneva, Arial, Helvetica, sans-serif;}

.kop {
background: #ffffff;
color: #000000;
border-left: 2px #000000 solid;
border-right:2px #000000 solid;
padding:0;
}

.kop h1, .kop h2 {margin-top:0px;}
.kop h1 {margin-left:30px;}
.kop h2 {margin-left:50px;}
			
#menu {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
    background:#DAE0D2 url("../images/tabbg.jpg") repeat-x bottom;
}

#menu ul {
/*		display:inline; */ 
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}   
#menu li {
    float:left;
    margin:0;
    padding:0 0 0 9px;
  	background:url("../images/tableft.jpg") no-repeat left top;
    }
/* .menu ul li {display:inline; margin: -3px 0 -4px 0;} */
#menu a {
		display:block;
		text-decoration:none;
		background:url("../images/tabright.jpg") no-repeat right top;
    padding:8px 15px 4px 6px;
    font-weight:bold;
    color:#765;
}
#menu a:hover {
      color:#333;
      }
#menu #current {
    background-image:url("../images/tablefta.jpg");
    }
#menu #current a {
    background-image:url("../images/tabrighta.jpg");
    color:#333;
    padding-bottom:5px;
    }
#menu ul li a:hover {background-color:#0000F0;color:red;}
#menu ul li a:hover/* Hide this from IE 5.0 */
{ text-decoration: none;}
.menu ul li span/* Hide this from IE 5.0 */
{ 	display: none; }
.menu ul li a:active {background-color: #3399ff;color:yellow}

.content {
  background:white;
  position:relative; 
  width:90%;
  left:5%;
}
.content h2, .content h3, .content p {margin-top:0;margin-left:0}
.content p {margin-bottom: .6em;}

.links{float:left; margin:10px}
.rechts{float:right; margin:10px}

.product{
  background:#FFFFFF url("../images/tabbg.jpg") repeat-x bottom;
  width:90%; 
  margin-top:5px; 
  padding:5px; 
	border:1px solid #aaaaaa;
	clear:both}

.break {clear:both}

.voet {padding-left:5px;
border-top:1px #009A1D solid;
border-bottom:1px #009A1D solid;
border-right:none;}

a img {border:none}

/* form elements */
label {
	 margin:5px;
   font-variant: small-caps;
	 display:block;
	 }  
input, textarea {margin:5px;}
