﻿div#contentRechts {
    border-left: solid 1px darkgray;
    overflow: hidden;
}

div#contentMidden {
    overflow: hidden;
}

div#weetjes {
    color: white;
    overflow: hidden;
}

div#weetjes h1 {
    margin: 9px 0 9px 5px;
    font-size: 13px;
}


div#weetjes p {
    margin: 7px 5px 0 5px;
    font-size: 11px;
}

div#memory {
}

div#bannerRechts {
}

div#bannerRechts img {
    border: solid 1px darkgray;
}

div#bannerRechtsTekst {
    padding-right: 5px;
    width:100px;
    clear:both;
	float:left;
	font-family: Verdana;
    line-height: 18px;
    text-align:right;
    overflow:hidden;
    cursor:hand;
}

div#bannerRechtsImage {
    float:left;
	cursor:hand;
}

a#bannerRechtsLink {
	text-decoration: none;
}


