body{
    /*background-color: rgb(128, 240, 193);*/
        border: 0px dotted rgb(40, 0, 88);
                width:auto;
                border: 0px solid rgb(0, 88, 35);
                margin-left: 0%;    
}


.heroline{
    background-color: darkgreen;
    border: 0px solid  black;
    font-size:1.4em;
    padding-bottom: 0.3em;
    margin-bottom: 0.0em;
    padding-top: 0.0em;
    border-bottom: 0px dotted black;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    border-radius: 0.0em 0.0em 0em 0.0em;
    height: 190px;
    border: 0px solid yellow;
    float: right;
}

.heroline .zeit {
    font-size: 0.5em;
    font-weight: bold;
    width: 160px;
    float:right;
    line-height: 0.9em;
    height:100px;
    color: white;
    border: 0px solid red;
    margin-right: 8%;
    margin-top: 15px;
    vertical-align: top;
}

table#dateTable{
    margin-top:200px;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    border-spacing: 0px; 
    border-collapse: collapse; 

}

table#dateTable thead {
  display: none;
      margin: 0%;
    padding: 0%;
}


table#dateTable th{
    display: block;
    width: 99%;
    border: 0px solid black;
    border-bottom: 0px solid black;
    text-wrap: wrap;
    font-size: 2.4em;
        margin: 0%;
    padding: 0%;
        border-spacing: 0px; 
}

table#dateTable td{
    display: inline-block;
    width: 99%;
    border: 0px solid black;
    border-bottom: 0px solid black;
    text-wrap: wrap;
    font-size: 0.7em;
    margin: 0%;
    padding: 0%;
}

table#dateTable td.cell, table#dateTable td.cell{
    font-size: 0.7em;
}
table#dateTable td.Zeitstempel, table#dateTable td.ZeitstempelFixed{
    border-top: 4px solid black;
    background-color: silver;
}
table#dateTable td.cell{
    border: 0px solid red;
}
table#dateTable td.GartenNr, table#dateTable td.GartenNr{
    border-top: 4px solid black;
    background-color: silver;
    font-weight: bold;
        width:100%;
}

table#dateTable td.Anrede, table#dateTable  th.Anrede{
    font-size:0.9em;
    font-weight: bold;
    padding-left: 5px;
    border: 0px solid black;
    width:30%;
    display: inline;
}
table#dateTable td.VornameNachname,table#dateTable  th.VornameNachname{
    font-size:0.9em;
    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:85%;
}

table#dateTable td.Information, th.Information{
    width:85%;
}
table#dateTable td.Mobil, th.Mobil{
    width:100%;
    white-space:nowrap;
    border: 0px solid blue;
    padding-right: 90%;
}

table#dateTable td.TelNr, th.TelNr{
    width:100%;
    white-space:nowrap;
    border: 0px solid blue;
    padding-right: 90%;
}


table#dateTable a.telefonLink:before {
    content: "☎ "; 
}
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 {
    position: fixed;
    right: 25%;
    color: white;
    border: 0px solid red;
    vertical-align: top;
    width: 30%;
    margin-top: 10px;
}

.heroline #textMenuLink_Startseite span{
    display: inline-block;
    width: 100%;
    border: 0px solid red;
    font-size: 0.7em;
    line-height: 0.9em;

}

.heroline .searchField{
    display: inline;
}


.heroline .searchField #inputDateSearch{
    width: 98%;
    font-size: 0.8em;
    margin-top: 10px;
    padding-top:10px;
}


