@CHARSET "UTF-8";
body{
    background-color: none;
}

div.page{
    width: auto;
    margin-left:20%;
    margin-right:20%;
}


#lemonlabBox:hover, #lemonlabBox:focus, #lemonlabBox:active {
    color: #474743;
    background-color: yellow;
}

#lemonlabBox a:hover, #lemonlabBox a:focus, #lemonlabBox a:active {
    color: #474743;
    background-color: yellow;
}

table{
    margin-top: 100px;
    width: 90%;
    border-spacing: 0px;
}


tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0);
}

tr:hover{
    background-color: rgb(167, 169, 40);
}



td.cell, th.cell{
    vertical-align: top;
    text-align: left;
    border-top: 1px solid darkgreen;
    border-left: 1px dotted gray;
}

tr td.cell:last-child, tr th.cell:last-child{
    border-right: 1px dotted gray;
}

.heroline {
    margin-left: 20%;
    width: 95%;

}



.contentField {
    margin-left: 20%;
    width:80%;
    margin-top:60px;
    border:green solid 0px;
    float:left;
    height: auto;
    vertical-align: middle;
}

.contentField .content{
    background-color: transparent;
    margin-top:0px;

}



.footerField {
    margin-left: 20%;
    width: 95%;
    background-color: lightyellow;
    margin-top:50px;
    float:left;
}

.heroline{
    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: 80%;
    background-color: green;
        border-radius: 0.0em 0.0em 0.0em 1.5em;
}
.heroline #textMenuLink_Neues, .heroline #iconMenuLink_Neues,
.heroline #textMenuLink_Termine, .heroline #iconMenuLink_Termine,
.heroline #textMenuLink_Startseite, .heroline #iconMenuLink_Startseite{
   display:none;
}




.heroline .zeit {
    font-size: 0.8em;
    vertical-align: middle;
    font-weight: bold;
    font-weight: bold;
    width: 70px;
    float:left;
    line-height: 1.05em;
}

.heroline a.iconMenuLink{
    pointer-events: none;
    cursor: none;
    font-size: 0.8em;
    padding:10px;
}
.heroline a.textMenuLink span{
    margin-left: 0%;
    margin-right: 0.5%;
    text-transform: uppercase;
    line-height: 1.8em;
        color:white;
}

.heroline a.iconMenuLink:focus, a.iconMenuLink:active {
    color:yellow;
    background-color: transparent;
    border-bottom: 6px yellow solid;
    border-radius: 0.0em;
    padding-bottom: 0.4em;
    height: 60px;
}
.heroline a.textMenuLink:focus, a.textMenuLink:active {
    color:yellow;
    background-color: transparent;
    border-bottom: 6px yellow solid;
    border-radius: 0.0em;
    padding-bottom: 0.4em;
    height: 60px;
}

 .heroline a.textMenuLink:hover{
    color:lightyellow;
    background-color: transparent;
    border-bottom: 10px yellow solid;
    border-radius: 0.2em;
    padding-bottom: 0.4em;
    height: 60px;
}
.heroline a.iconMenuLink:hover{
    color:lightyellow;
    background-color: transparent;
    border: 0px yellow dotted;
    border-radius: 0.2em;
    height: 60px;
}

img.icon{
    width: 20px;
    vertical-align: middle;
    margin: 0px;
}

img.iconHelp{
    width: 64px;
    display:block;
    vertical-align: middle;

   
}

img.iconMenu{
    margin-top:2px;
    width: 30px;
    display:inline;
    vertical-align: top;

}



td.even{
    /*background-color: rgb(245, 245, 195);*/
    padding: 2px;
}

td.odd{
    /* background-color: rgb(210, 248, 210); */
    padding: 2px;
}

tr.Abgesagt td.cell{
    text-decoration:line-through;
    color: red;
}



#messageFeld{
    margin-top: 150px;
    font-size: 0.5em;
    margin-left: 20%;
}

div.footer{
    text-align: left;
    margin-left: 20%;
}

.pageMenu h2{
    font-size:1.2em;
    margin-bottom: 20px;
    font-weight: bold;
}

.pageMenu h3{
    font-size:1.0em;
    margin-bottom: 20px;
    font-weight: bold;
}



#lemonlabBox{
    width: 40%;
    position: fixed;
    bottom: 0px;
    z-index: 100000;
    font-size: 1.1em;
    margin-left: 55%;
    margin-right: 0%;
    background-color: azure;
    opacity: 60%;

}

img.logo{
    width:220px;
    border:red solid 0px;

}

#image_left{
    text-align: center;
    vertical-align: left;
    width:20%;
    border:red solid 0px;
    position: fixed;
    top: 0px;

}
#image_left a:hover, #image_left a:focus, 
#image_left a:active {
        background-color: #A6BB00;
        border-bottom: #A6BB00 solid 2px;
}

