@font-face {
    font-family: 'PTSansRegular';
    src: url(./fonts/PTS55F-webfont.eot);
    src: url(./fonts/PTS55F-webfont.eot?#iefix) format('embedded-opentype'),
    url(./fonts/PTS55F-webfont.woff) format('woff'),
    url(./fonts/PTS55F-webfont.ttf) format('truetype'),
    url(./fonts/PTS55F-webfont.svg#PTSansRegular) format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansRegular';
    src: url(./fonts/PTS75F-webfont.eot);
    src: url(./fonts/PTS75F-webfont.eot?#iefix) format('embedded-opentype'),
    url(./fonts/PTS75F-webfont.woff) format('woff'),
    url(./fonts/PTS75F-webfont.ttf) format('truetype'),
    url(./fonts/PTS75F-webfont.svg#PTSansRegular) format('svg');
    font-weight: bold;
    font-style: normal;
}
body {
    font-family: "PTSansRegular",Arial,Helvetica,sans-serif;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    color: #434345;
    font-size: .8125em;
}
div.center {
    margin: 0 auto;   
    max-width: 500px;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
}
p.spacebottom {
    margin-bottom:30px;
}
img {
    margin-bottom:30px;
    margin-top:30px;
    float:right;    
}
h1 {
    clear:both;
    margin-bottom: 45px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
li::before {
    content: "•";
    font-weight: bold;
    min-width: 1.25rem;
    margin-left: -1.25rem;
    box-sizing: border-box;
    float: left;
}
li {
    display: block;
    margin-left: 0;
    padding-left: 1.25rem;
    list-style-type: none;
    overflow: hidden;
}
a::after {
    content: url("Pfeil_rechts_hlblau.svg");
    display: inline-block;
    position: relative;
    width: 1.2em;
    height: 1em;
    vertical-align: auto;
    margin-left: 0.125rem;
}
a {
    display: inline;
    color: #085488;
    font-weight: normal;
    text-decoration:none;
}
