#rechter_zijkant {
        width: 220px;
        float: left;
		margin-top: -30px;
}

#top {
        background:url(../images/top_back.png) no-repeat;
        width: 220px;
        height: 3px;
}

#middle {
        background: url(../images/middle_back.png) repeat-y;
        width: 220px;
        min-height: 50px;
        padding-left: 1px;
}

#middle h2{
    margin: 0;
    padding: 0;
        background: url(../images/h2_back.png) no-repeat;
        width: 208px;
        height: 27px;
        font-size: 14px;
        color: #02779a;
        font-weight: bold;
        padding-left: 10px;
}

#middle a{
        font-weight: bold;
        text-decoration: underline;
        color: #3b4042;
}

#middle a.klein {
        font-weight: bold;
        text-decoration: underline;
        font-size: 10px;
        color: #3b4042;
}

#middle p{
    margin: 0;
    padding: 0;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        color: #3b4042;
		text-align: left;
}

#bottom {
        background:url(../images/bottom_back.png) no-repeat;
        width: 220px;
        height: 3px;
}

.clear {
    clear: both;
}
