body {
    font-family: Calibri, Verdana, Arial;
    font-size: 1em;
    color: #66705a;
    text-align: center;
}

#container {
    width: 800px;
}

#container #top img {
    width: 204px;
    height: 230px;
}

#top {
    width: 100%;
    text-align: center;
}

#menu {
    float: left;
    width: 284px;
    height: 400px;
    text-align: right;
    margin-top: 3px;
}

#menu hr {
    display: none;
    border-top: 2px solid #6baf00;
    margin: 0 -15px 0 -15px;

}

#menulijst {
    margin-right: 15px;
}

#menulijst li {
    list-style: none; /*hier moeten de appeltjes nog komen */
    padding-bottom: 20px;
}

#menulijst li a {
    margin-right: 3px;
    text-decoration: none;
}

#menulijst li a:link {
    color: #66705a;
}

#menulijst li a:visited {
    color: #66705a;
}

#menulijst li a:hover {
    color: #6baf00;
}

#menulijst li a#current {
    color: #6baf00;
    font-weight: bold;
}

#lijn {
    float: left;
    width: 5px;
}

#content {
    float: left;
    width: 493px;
    text-align: left;
    margin-top: 3px;
    border-left: 1px solid #66705a;
    padding-left: 20px;
    min-height: 400px;

}

#diensten li {
    list-style-image: url(images/appeltje.jpg);
    color: #6baf00;
    font-weight: bold;
    /*margin-left: 20px;*/
}

#diensten li p {
    color: #66705a;
    font-weight: normal;
}

#footer {
    clear: both;
    width: 100%;
}

#projectdiv {
    /*margin-left: 20px;*/
}

.projectlijst ul {
    margin-left: 15px;
}

.projectlooptijd {
    color: #6baf00;
    font-weight: bold;
}

.projecttijd {
    border-bottom: 1px solid #6baf00;
}

.projectkolom1 {
    width: 75px;
    color: #6baf00;
    vertical-align: top;
}

.projecttaken {
    vertical-align: top;
    color: #6baf00;
}

.result {
    color: #6baf00;
}

#CMS {
    float: left;
    clear: both;
}

.tabelaanpassenlijn {
    border-bottom: 1px solid #6baf00;
}

.aanpassen {
    vertical-align: middle;
}

.CMSlink {
    text-decoration: none;
    border: 0;
    float: right;
}

.contact {
    width: 100%;
}

.contactkolom {
    width: 100px;
    color: #6baf00;
}

.contactterug {
    text-decoration: none;
    border: 0;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    resize: vertical;
}

input[type=submit] {
    background-color: #6baf00;
    color: white;
    padding: 7px 15px;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    #container {
        width: 100%;
    }

    #content {
        border: none;
    }

    #container #top img {
        width: 104px;
        height: 130px;
    }

    #menu {
        float: right;
        text-align: left;
        width: 100%;
        height: auto;
        margin-top: 3px;
    }

    #menu hr {
        display: block;
    }

    #menulijst {
        margin-right: 0;
        border-left: 1px solid #66705a;
        padding-left: 20px;
        list-style-type: none;
    }

    #menulijst li {
        padding-bottom: 10px;
    }

    #content {
        width: 90%;
        height: auto;
    }

    .projectlijst ul {
        margin-left: 0;
    }
}