BODY {
	    background:rgb(0, 51, 167);
}

font {
    
    color: white;
    
}

h1 {
    
    color: white;
    
}

h2 {
    
    color: white;
    
}

h3 {
    
    color: white;
    
}

button.kasse {
    color:#ffffff;
    background-color:#7e7e7e;
    border: solid 4px #000000;
    font-size: 24px;
    width: 350px;
    height: 100px;
    
}
button.kasse:visited {
    color:#ffffff;
    background-color:#7e7e7e;
    border: solid 4px #000000;
    font-size: 24px;
    width: 350px;
    height: 100px;
    
}
button.kasse:hover {
    font-style:italic;
    color:#000000;
    background-color:#ff0000;
   border: solid 4px #000000;
    border-radius: 5px;
    
}
button {
    
    color:#e2ff00;
    background-color:#5800ff;
    
    border: solid 4px #481b1b;
    border-radius: 5px;
    
    box-shadow: 0px 20px -7px rgba(0,0,0,0.4);
}

button:hover {
    font-style:italic;
    color:#000000;
    background-color:#ff0000;
    
}

table{
    border-style:outset;
    border-width: 3px;
    border-color: #000000;
    color:white;
}

table.menue, td.menue{
   
    border:0px;
    text-align: center;
    vertical-align: top;
    padding: 15px 30px 10px 30px;
}




/* Tabellenüberschrift zum sortieren */
 th.class1 {
    
    text-decoration: underline;
    text-decoration-style: solid;
    font-size: 16px;
    font-family: sans-serif;
    color: rgba(255, 0, 0, 0.56);
    
}

/* Links in Tabellenüberschrift zum sortieren */
a.class1 {
    color: #b9b905;
       
}

a:visited {
 color: #b9b905;
 font-weight:bold;
}
a {
    color: #b9b905;
    font-weight:bold;
    
}
	


