body {
        font-family: sans-serif, Geneva, Arial, Helvetica;
        font-size: 13px;
        font-weight: bold;
        color: #B7E5AB;
        background-color: #000000;
        /* background-image: linear-gradient(to right, #000000 95%, #B7E5AB 100%); */
		text-align: center;
   }

a {
   display:block;
         }

a:link {
        font-family: "sans-serif", Arial, Helvetica;
        font-size: 13px;
        color: #B7E5AB;
        letter-spacing: 1px;
        text-decoration: none;
}
a:visited {
        font-family: "sans-serif", Arial, Helvetica;
        font-size: 13px;
        color: #B7E5AB;
        text-decoration: none;
}

a:hover {
        font-family: "sans-serif", Arial, Helvetica;
        font-size: 13px;
        color: #B7E5AB;
        text-decoration: none;
        background-color: #3E7D2C;
}

a:hover {
        font-family: "sans-serif", Arial, Helvetica;
        font-size: 13px;
        color: #B7E5AB;
        text-decoration: none;
        background-color: #3E7D2C;
}
p {
 font-family: monospace;
 font-weight: bold;
 text-align: center;
 color: #B7E5AB;

}

table, td {

       line-height: 140%;
       font-family: "sans-serif", Arial, Helvetica;
       /* font-size: 13px; */
       font-weight: bold;
       text-align: center;
       color: #B7E5AB;

       /* border-bottom: none; */
	   border-bottom: 1px solid;
       border-bottom-color: #B7E5AB;
       border-top: none;
       border-left: none;
       border-right: none;
}

#redthrough-1 {
   text-decoration: line-through;
 
   -moz-text-decoration-color: #ff00ff;
   -webkit-text-decoration-color: #ff00ff;
   -o-text-decoration-color: #ff00ff;
   -ms-text-decoration-color: #ff00ff;
   text-decoration-color: #ff00ff;
}

a.homelogo:hover {
        font-family: "sans-serif", Arial, Helvetica;
        font-size: 13px;
        color: #B8E5AC;
        text-decoration: none;
        background-color: #000000;
}		

a.nohover:hover {
        font-family: "sans-serif", Arial, Helvetica;
        font-size: 13px;
		color: #000000;
        text-decoration: line-through;
		-moz-text-decoration-color: #ff00ff;
		-webkit-text-decoration-color: #ff00ff;
		-o-text-decoration-color: #ff00ff;
		-ms-text-decoration-color: #ff00ff;
		text-decoration-color: #ff00ff;
        background-color: #880000;
}

.standard {
        font-family: "sans serif", Arial, Helvetica;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        text-align: center;
}
.mono_standard {
        font-family: "sans-serif", Arial, Helvetica;
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        text-align: center;
}

.menu-element, .menu-outer-container {
    width: 200px;
    height: 200px;
}

.menu-outer-container {
    border: 5px solid purple;
    position: relative;
    overflow: hidden;
}

.menu-inner-container {
    position: absolute;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}

.menu-inner-container::-webkit-scrollbar {
    display: none;
}

#responsive-imageN {
	max-width: 20vh;  
}

/* transparentes k9-logo mit Link hinterlegt */
.logolink {
 background-color: #B8E5AC;
}
.logolink:hover {
 background-color: #3E7D2C;
}
