body {
    background-color: #ffffff;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0;
}
h3 {
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0 10px 0;
}
h3 span {
    display: block;
    font-size: 14px;
    position: relative;
    top: 0;
}
a {
    color: #198791;
}
p {
    margin-top: 0;
}
ul {
    padding-left: 20px;
}
hr {
    display: block;
    float: left;
    margin: 20px 0px;
    width: 100%;
}
.row {
    clear: both;
    display: block;
    float: left;
    padding: 20px 0px;
    width: 100%;
}
.licht {
    background-color: #ffffff;
}
.donker {
    background-color: #f3f3f3;
}

.header {
    margin: auto;
    width: 600px;
}
.header img {
    padding: 0px 0px;
    width: 100%;
}

#overzicht h1 {
    background-color: #ee3126;
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 20px 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#overzicht h1 span {
    display: block;
    font-size: 18px;
    text-transform: none;
}
#overzicht a {
    color: #ee3126;
    display: block;
    font-size: 20px;
    margin: 10px 0px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#overzicht a:hover {
    color: #ff0d00;
    font-weight: 600;
}

.block_content {
    clear: both;
    margin: auto;
    width: 600px;
}
.block_content h2 {
    background-color: #ee3126;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 10px;
    margin: 0 0 20px 0;
    width: calc( 100% -20px );
}

.item {
    display: block;
    clear: both;
    float: left;
    width: 100%;
}
.item .img{
    display: block;
    float: left;
    width: 200px;
}
.item .img img {
    width: 100%;
}
.item .tekst {
    display: block;
    float: right;
    margin-left: 20px;
    width: 380px;
}