* {
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    white-space: nowrap;
    background-color: #FFF;
    letter-spacing: normal;
    font-size: 10pt;
}

img {
    margin: 0px;
    padding: 0px;
    border-style: none;
}

h2 {
    font-size: 11pt;
    line-height: 32px;
    font-weight: bold;
}

p {
    font-size: 10pt;
}

#Header {
    width: 100%;
    height: 72px;
    border-bottom: 2px solid #EE7F00;
    margin-bottom: 50px;
    background-image: url('img/header-hanze-topdesk.png');
    background-repeat: no-repeat;
    background-position: center;
}

#Content {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#Left {
    text-align: left;
    float: left;
    width: 320px;
}

#Right {
    text-align: right;
    float: right;
    width: 320px;
}

.seperator {
    clear: both;
    width: 100%;
    height: 8px;
    border-bottom: 2px solid #EE7F00;
    margin-bottom: 8px;
}

.imgwrapper {
    padding: 8px;
}

#Bottom {
    width: 100%
}

#Bottom p {
    white-space: normal;
    word-wrap: break-word;
}

#Bottom h2 {
    text-align: justify;
}

.note {
    font-style: italic;
    font-size: 10px;
}

.vieropeenrij {
    position: relative;
    text-align: center;
}

.vier {
    float: left;
    width: 25%;
}