/****************************************************/
/* @ 2020 - Thomas Krause, Thomas.Krause@tgtsda.com */
/****************************************************/

/* ====================== */
/* Bereichsformatierungen */
/* ====================== */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

#Logo_oben {
    position: center;
    width: 180px;
    height: 180px;
    z-index: -1;
    overflow: hidden;
    background-image: url(TGTSDA.svg);
    background-repeat: no-repeat;
    background-size: 180px;
}

#Rahmen_links {
    position: absolute;
    width: 300px;
    height: 815px;
    z-index: -1;
    overflow: hidden;
    left: 0;
    top: 45px;
    background-image: url(Rahmen.svg);
    background-repeat: no-repeat;
}

#Rahmen_rechts {
    position: absolute;
    width: 300px;
    height: 815px;
    z-index: -1;
    overflow: hidden;
    right: 0;
    top: 45px;
    background-image: url(Rahmen.svg);
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

#Basis {
    background-image: url(Verlauf.svg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}

#Inhalt {
    border: 2px solid #DD0000;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
}

#Inhalt_Hintergrund {
    background-image: url(TGTSDA_transparent.png);
    background-position: center;
    background-repeat: no-repeat;
}

#Menu_Background {
    border: 1px solid #0033AA;
    border-radius: 10px;
    background: rgba(204, 221, 238, 0.5);
}

#Menu_Button_Left {
    background-color: rgba(221, 221, 221, 0.8);
    border: 1px solid #666666;
    border-radius: 0 25px 25px 0;
    padding: 3px 10px 3px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
}

    #Menu_Button_Left:hover {
        background-color: rgba(249, 200, 64, 0.8);
        border: 1px solid #DD0000;
        cursor: pointer;
    }

#Menu_Button_Right {
    background-color: rgba(221, 221, 221, 0.8);
    border: 1px solid #666666;
    border-radius: 25px 0 0 25px;
    padding: 3px 3px 3px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
}

    #Menu_Button_Right:hover {
        background-color: rgba(255, 238, 238, 0.8);
        border: 1px solid #DD0000;
        cursor: pointer;
    }

button {
    background-color: rgba(221, 221, 221, 0.8);
    border: 1px solid #666666;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
}

    button:hover {
        background-color: rgba(255, 238, 238, 0.8);
        border: 1px solid #DD0000;
        cursor: pointer;
    }


/* ================== */
/* Textformatierungen */
/* ================== */
.Titel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
}

.Titel_Rot {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    color: #DD0000;
}

.Text_Dick {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.Text_Dick_Kursiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}

.Text_Kursiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
}

.Text_Kursiv_Rot {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #DD0000;
}

.Text_Klein {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.Text_Klein_Dick {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.Text_Klein_Kursiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
}

.Text_Klein_Dick_Kursiv {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

.Text_Grau_Klein {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #888888;
}

.Text_Rot {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #DD0000;
}

.Text_Rot_Dick {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #DD0000;
}

.Text_Rot_Klein {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #DD0000;
}

.eMail {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    color: #3366BB;
}

.eMail_Klein {
    font-family: "Courier New", Courier, monospace;
    font-size: 10px;
    color: #3366BB;
}


/* =========== */
/* Seitenlinks */
/* =========== */
a:link {
    color: #000099;
}

a:visited {
    color: #000099;
}

a:hover {
    color: #DD0000;
}
