#wrapper {
    margin: auto;
    width: 960px;
    position: relative;
    z-index: 300;
}

#content {
    width: 100%;
    position: relative;
    z-index: 300;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
}

a {
    color: #000000;
    text-decoration: none;
}

a img {
    border: none;
}

img {
    border: none;
}

#bodem {
    margin-top: 50px;
    height: 100%;
    width: 960px;
    float: left;
    font-size: 12px;
    background-color: #ffffff; 
}

#bodem a {
    color: #3f657e;
    text-decoration: underline;
}

#kopli {
    margin-top: -4px;
    font-size: 13px;
    color: #999999;
    width: 430px;
    height: 70px;
    position: relative;
    float: left;
    z-index: 190;
}

#kopre {
    margin-top: -4px;
    width: 530px;
    height: 70px;
    position: relative;
    float: right;
}

#kopli a {
    color: #999999;
    text-decoration: underline;
}

#zoek_alles {
    position: relative;
    float: left;
}

#zoek_links {
    position: relative;
    float: left;
    width: 125px;
    margin-left: 5px;
    margin-top: 7px;
    font-size: 13px;
    color: #52688D;
}

#zoek_rechts {
    position: relative;
    float: left;
    width: 241px;
    margin-right: 5px;
    margin-top: 7px;
}

.knop {
    width: 60px;
    height: 20px;
    background-color: #DDDDDD;
    color: #52688D;
    padding: 0px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #DDDDDD;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.styled-select {
    overflow: hidden;
    width: 180px;
}