﻿html {
    background: white none repeat scroll 0 0;
}

body {
    color: #3e3e3e;
    line-height: 1.23;
    margin: 0;
    padding:0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;

    font: 15px Arial,Calibri,Verdana,Geneva,sans-serif;
}

a {
    color: #617EA9;
}

    a:hover {
        color: #3F5F8E;
    }

    a:visited {
        color: #617EA9;
    }

        a:visited:hover {
            color: #3F5F8E;
        }

.content {
        width: 100%;
}

    .content tr {
        vertical-align: top;
    }

    .content td:first-child {
        width: auto;
    }

    .content td:last-child {
        width: 100%;
    }

    .content img {
        margin-right: 12px;
    }





.titel {
    font-size: 18px;
    font-weight: bold;
}

.untertitel {
    font-size: 16px;
    font-weight: normal;
}

.text {
    font-size: 15px;
}

.pdficon {
    vertical-align: middle;
    margin-right: 6px;
}
