body {
    font-family: "Arial";
    font-size: 16px;
}

a {
    text-decoration: none;
    color: black;
}

a.markedAsHyperlink {
    text-decoration: underline;
}

a:hover {
    color: gray;
    text-decoration: underline;
}

a.switchLanguage {
    font-style: italic;
}

a.toc {
    margin-left: 4px;
    margin-right: 6px;
}

a.tocRight {
    float: right;
    margin-right: 4px;
}

a.tocSelected {
    margin-left: 4px;
    margin-right: 6px;
    font-weight: bold;
}

div.bijschrift {
    display: table-cell;
    vertical-align: top;
    padding-left: 70px;
    padding-right: 70px;
}

div.bijschriftBlokje {
    margin-top: 18px;
}

div.content {
    display: table-row;
    vertical-align: top;
}

div.contentContainer {
    display: table;
    padding-top: 33px;
    padding-left: 45px;
}

div.gedicht {
    display: table-cell;
    vertical-align: top;
    padding-left: 70px;
}

div.gedichtBlokje {
    margin-top: 18px;
}

div.gedichtTitel {
    font-weight: bold;
}

div.gedichtAuteur {
    font-style: italic;
    margin-top: 22px;
}

div.schilderij {
    display: table-cell;
    vertical-align: top;
}

div.schilderijOnderschrift {
    font-size: 10px;
    text-align: left;
}

div.toc {
    margin-top: 15px;
    margin-left: 4px;
}

hr.toc {
    color: #e50000; /* Internet Explorer */
    background-color: #e50000; /* Older versions of Opera and Mozilla */
    border-color: #e50000; /* Other browsers */
    height: 1px;
    border: none;
    margin-left: 7px;
}

img.schilderij {
    text-align: left;
}
