﻿/*   color: #5f90b8;
*/

.td_Menue_Label {
    color: white;
    font-family: Calibri, Arial;
    font-size: 2.0em;
    font-weight: bold;
}

.td_Menue_Leer
{
    height: 50px;
    border-bottom: 1px solid white;
    width: 200px;
}

.td_Menue_inaktiv {
    color: white;
    font-family: Calibri, Arial;
    border-bottom: 01px solid white;
    text-align: center;
    width: 175px;
    cursor: pointer;
    font-size: 1.4em;
}

.td_Menue_aktiv {
    color: white;
    font-family: Calibri, Arial;
    border-bottom: 3px solid white;
    text-align: center;
    width: 175px;
    font-size: 1.4em;
}

.Inhalt {
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    font-family: Guardian Sans Web,sans-serif;
    color: #a6aaad;
    font-feature-settings: 'liga' 0;
    padding-bottom: 70px;

}

.div_Inhalt_Box {
    background-position: center;
    width: 100%;
    text-align: center;
    height: 600px;
    padding-top: 0px;
    background-image: url(pics/HH.jpg);
    background-repeat: no-repeat;
}


.Inhalt_Ueberschrift {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    width: 100%;
    font-family: Guardian Sans Web,sans-serif;
    color:#868b8f;
    font-feature-settings: 'liga' 0;
}

.Zeile_W
{
    background-color: white;
}
.Zeile_G {
    background-color: #F7F7F7;
}
.LinksMenue{
    text-decoration: none;
    color: white;
}
.MottoHome{
    text-align: center;
    color: white;
    margin-top: 150px;
    font-size: 2.0em;
}
.Kreis {
    position: absolute;
    top: 640px;
    height: 200px;
    width: 200px;
    border: 0px solid black;
    text-align: center;
    border-radius: 100px;
    background-color: #5F90B8;
    color: white;
    font-family: Guardian Sans Web,sans-serif;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
    padding-top:100px
}
.KreisLinks {
    font-family: Calibri, Arial;    
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    left: 60%;
    height: 160px;
    width: 160px;
    border: 0px solid blue;
    border-radius: 80px;
    background-color: #5F90B8;
    color: white;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 160px;
}
.KreisMitte {
    font-family: Calibri, Arial;    
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    left: 45%;
    height: 160px;
    width: 160px;
    border: 0px solid blue;
    border-radius: 80px;
    background-color: #5F90B8;
    color: white;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 160px;
}

.KreisRechts {
    font-family: Calibri, Arial;    
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    left: 10%;
    height: 160px;
    width: 160px;
    border: 0px solid blue;
    border-radius: 80px;
    background-color: #5F90B8;
    color: white;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 160px;
 }
 