.content {
    font-size       : 1em;
    color            : #000;
    font-weight     : normal;
    line-height     : 1.4em;
}

.content h1{
    font-size       : 1.5em;
    font-weight     : normal;
    margin          : 0px 0px 0.3em 0px;
    padding         : 0px;
}

.content h2{
    font-size       : 1em;
    font-weight     : bold;
    margin          : 4px 0px 4px 0px;
    padding         : 0px;
}

.content h3{
    font-size       : 1em;
    font-weight     : normal;
    margin          : 0px;
    padding         : 0px;
}

.content a{
    color           : blue;
}

.content table {
    width           : 97%;
    color           : black;
}

.content td {
    height          : 20px;
    border          : 1px solid white;
    padding         : 2px;
}

.content table.tableLayout tr td {
    background-color    : transparent;
    border-width        : 0px;
    margin              : 0px;
    padding             : 0px;
}

.content table.tablePrices {
    text-align          : right;
}

.content table tr.tableHeader,
.content table td.tableHeader {
    font-weight     : bold;
}

.content table tr.tableHeaderLeft td,
.content table tr td.tableHeaderLeft {
    font-weight     : bold;
    text-align      : left;
}

.content img.imageLeft {
    float           : left;
    padding         : 0px 5px 5px 0px;
}

.content img.imageRight {
    float           : right;
    padding         : 0px 0px 5px 5px;
}

.content div.divWater {
    background-color    : #D9E7F2;
    padding             : 4px;
}

.content div.divCruise {
    background-color    : #D9E7F2;
    padding             : 4px;
}

.content div.divAdventure {
    background-color    : #F2F9D8;
    padding             : 4px;
}

.content div.divHike {
    background-color    : #F2D7EA;
    padding             : 4px;
}

.content div.divCulture {
    background-color    : #FFF2D7;
    padding             : 4px;
}

.content div.divPersonal {
    background-color    : #FDD9E3;
    padding             : 4px;
}

.content div.divSurf {
    background-color    : #DAF0ED;
    padding             : 4px;
}

.content div.clearDiv {
    clear              : both;
    font-size          : 1px;
    padding            : 0px;
    margin             : 0px;
    line-height        : 1px;
}

/* Legacy styles */
/*
.kopcontentblauw {
    font-weight: normal;
    color: #090383;
}
.kopcontentgrijs {
    font-weight: normal;
    text-align: left;
    white-space: normal;
}

.contentHeader {
    color: #E6694B;
    cursor: hand;
    text-transform: uppercase;
}

.TABELstandaard {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    border: 1px solid #CCC;
    margin: 0px;
    padding: 0px;
    text-align: justify;
    white-space: normal;
    top: 0px;
}

.TABELstandaard td {
    border              : 1px inset #CCC;
    vertical-align     : top;
    text-align         : left;
}
*/

