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;

}





nav a:visited {
 color: #000000;

}
nav a:hover {
 color: #ea2323;

}
nav a {
    color: #000000;
    font-weight:bold;

}
nav,
nav > ul {
	width: 100%;
	margin: 0;
	padding: 0;
    color: #000000;
    font-weight:bold;

}

nav > ul > li {
	position: relative;
	display: inline-block;
	padding: 5px;
	background-color: #1caeec;
	width: 140px;

}

nav > ul > li > ul {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	background-color: #1caeec;
	top: 28px;
	left: 0;
	width: 140px;
	display: none;




}
nav > ul > li > ul > li {

	margin:4px;

}
nav > ul > li > ul > li:hover {
	color: #000000;
	margin:4px;


}

nav > ul > li:active > ul, nav > ul > li:hover > ul,nav > ul > li:focus > ul {

    display: block;


}



