﻿
body {
    background-color: #FFFFFF;
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #1C2980;
    font-size: 12px;
}

a {
    color: #1C2980;
}
/*Standard-Link Farbe*/
/*a:link, a:visited, a:focus, a:hover, a:active {}*/

table {
    font-size: 11px;
}
/*Standard-Schriftgröße für Tabellen(-Zellen)*/
p {
    font-size: 12px;
}
/*Standard-Größe Texte */


.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.bold {
    font-weight: bold;
}

/*------------------------- Überschriften --------------------- */

H1.PageTitle, .PageTitleStyle {
    font-size: 13px;
    font-weight: bold;
    color: #1C2980;
}

H1.PageTitle {
    padding: 0 10px;
}

.PageTitleStyleCompact {
    background-color: #C8ECFF;
    padding: 10px;
}


.HighlightedText {
    font-size: 13px;
    color: #FB4F39;
    padding: 0 10px;
}

.HighlightedTextSmaller {
    font-size: 11px;
    color: #FB4F39;
}

