    body {
       margin: 0px;
       background-image:url("images/bg.jpg");
       background-repeat: repeat-x;
       background-color:#dedede;

    }
    div.container {
       width: 915px;
       margin-left: auto;
       margin-right: auto;
       margin-top: 20px;
    }

    div.line_left {
       width: 915px;
       float: left;
       background-image: url("images/lijn.jpg");
       background-repeat: repeat-y;
       background-position: left;
       background-color: #ffffff;
    }
    div.line_right {
       width: 915px;
       float: left;
       background-image: url("images/lijn.jpg");
       background-repeat: repeat-y;
       background-position: right;
    }
    div.header {
        float: left;
        height: 148px;
        width: 915px;
     }
     div.bottom {
       background-image: url("images/bottom.jpg");
       float: left;
       width: 915px;
       height: 30px;
       padding-top: 20px;
       background-repeat: no-repeat; 
       text-align: center;
       font-family: arial;
       font-size: 10px;
     } 
     div.menu {
        background-image:url("images/bgtop.jpg");
        background-repeat: repeat-x;
        width: 913px;
        margin-left:1px;
        margin-right: 1px;
        float: left;
        height: 40px;
     }
     div.menu a {
        font-family: verdana;
        font-size: 18px;
        margin-left: 20px;
        margin-right: 20px;
        color: #575757;
        text-decoration: none;
        margin-top: 5px;
        margin-bottom: 5px;
        float: left;
     }
     div.menu a:hover {
        color: #378a00;
      }
      div.content {
        font-size: 13px;
        font-family: calibri, arial, verdana;
        width: 865px;
        margin-left: 25px;
        float: left;
      }
     h1 {
       font-size: 20px;
       display: inline;
       color :#000000;
    }
    p {
       color: #575757;
    }
    hr {
       color: #dddddd;
       height: 1px;
    }
    b {
     color: #378a00;
    }
    div.prijs {
       font-size: 20px;
       color: #378a00;
       float: right;
       font-weight: bold;
    }