@CHARSET "UTF-8";
body{
   /* background-color: rgb(144, 238, 230);*/
        background-color: transparent;
    border: 0px solid rgb(208, 23, 156);
    margin-left: 0%;    
        margin-right: 0%;    

}

table#dateTable td.cell, table#dateTable td.cell{
    font-size:4.0em;
}
table#dateTable td.Zeitstempel, table#dateTable td.ZeitstempelFixed{
    border-top: 4px solid black;
    background-color: silver;
}
table#dateTable td.GartenNr, table#dateTable td.GartenNr{
    border-top: 0px solid black;
    background-color: silver;
    font-weight: bold;
    font-size:4.2em;
}

table#dateTable td.Anrede, table#dateTable  th.Anrede{
    font-size:4.0em;
    font-weight: bold;
    padding-left: 5px;
    border: 0px solid black;
    width:30%;
    display: inline;
}
table#dateTable td.VornameNachname,table#dateTable  th.VornameNachname{
    font-size:4.0em;
    font-weight: bold;
    padding-left: 5px;
    border: 0px solid black;
    display: inline;

    width:69%;
}


table#dateTable td.StraßeHausNrPLZOrt, table#dateTable  th.StraßeHausNrPLZOrt{
    width:100%;
}

table#dateTable td.Information, table#dateTable  th.Information{
    width:100%;
}
table#dateTable td.Mobil, th.Mobil{
    width:100%;
    white-space:nowrap;
}

table#dateTable td.TelNr, th.TelNr{
    width:100%;
    white-space:nowrap;
}

table#dateTable td.EMail, th.EMail{
    width:100%;
    white-space:nowrap;
}


.heroline img.iconMenu {
    margin-top: 6px;
    width: 90px;
    height: 90px;
    display: inline;
    vertical-align: top;
    border: 0px solid red;
}
.heroline #textMenuLink_Startseite span{
    display: block;
    width: 100%;
    border: 0px solid red;
    font-size: 1.5em;
    line-height: 1.1em;
}







