#auswertungstabelle {
  	font-family: Arial, Helvetica, sans-serif;
  	border-collapse: collapse;
  	width: 100%;
  	font-size: 10pt;
}

#auswertungstabelle td, #auswertungstabelle th {
  	border: 1px solid #ddd;
  	padding: 0 5px 0 5px;
}


#auswertungstabelle tr:hover {
	background-color: #DFFF00;
}
	
#auswertungstabelle th {
  	padding-top: 2px;
  	padding-bottom: 2px;
  	text-align: left;
  	background-color: #04AA6D;
  	color: white;
     	top: 0;
	position: sticky;
	z-index: 11;
}

#content {
    margin: 5px 5px 5px 5px;
    padding: 0;
    height: 100%;
    border-style: none;
    text-align: center;
    z-index: -1;
    overflow-x: auto;
}

#content li {
    list-style-type: none;
    color:white;
    padding: 0;
    margin: 0;
}


#content li a {
    color:white;
    text-align: left;
    padding: 0;
    margin:0;
    text-decoration: none;
}

#content li a:hover {
    color: black;
}

#current a {
	background-color: #990000;
	text-decoration:none;
        color:black;
}

#einkaufsliste {
  	font-family: Arial, Helvetica, sans-serif;
  	/*border-collapse: collapse;*/
  	width: 100%;
  	font-size: 10pt;
}

#einkaufsliste td, #einkaufsliste th {
  	border: 1px solid #ddd;
  	padding: 0 5px 0 5px;
}


#einkaufsliste tr:hover {
	background-color: #DFFF00;
}


#einkaufsliste th {
  	padding-top: 2px;
  	padding-bottom: 2px;
  	text-align: center;
  	background-color: #04AA6D;
  	color: white;
     	top: 0;
	position: sticky;
	z-index: 11;
        cursor: pointer;
}

/* The dropdown container */
.dropdown {
  overflow: hidden;
  display: inline;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  margin: 0 100px 0 0;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 12;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

#footer_container {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    bottom: 0; /*left: 0; right: 0;*/
    text-align: center;
    margin: 0;
    height: 0.05;
    z-index:3;
}

#footer {
    /* position:relative; */
    top: 0; left: 0; right: 0; bottom: 0;
    background-color:#000000;
    z-index:3;
    color:white;
    font-family: Courier, Arial,sans-serif;
    font-size:14pt;
}

#hinzufuegen {
  	font-family: Arial, Helvetica, sans-serif;
  	border-collapse: collapse;
  	width: 50%;
  	font-size: 10pt;
  	margin-left: auto; 
	margin-right: auto;
}

#hinzufuegen td, #hinzufuegen th {
  	border: 1px solid #ddd;
  	padding: 0 5px 0 5px;
}


#hinzufuegen tr:hover {
	background-color: #DFFF00;
}


#hinzufuegen th {
  	padding-top: 2px;
  	padding-bottom: 2px;
  	text-align: left;
  	background-color: #04AA6D;
  	color: white;
     	top: 0;
	position: sticky;
	z-index: 11;
}


html, body {
    background-color: #8F3A84;
    height: 100%;
}


#menuwrapper {
   display:flexible;
}

#merkzettel {
  	font-family: Arial, Helvetica, sans-serif;
  	border-collapse: collapse;
  	width: 100%;
  	font-size: 10pt;
}

#merkzettel td, #einkaufsliste th {
  	border: none; /*1px solid #ddd;*/
  	padding: 0 5px 0 5px;
}


#merkzettel tr:hover {
	background-color: #273CF5;
}
	

#merkzettel th {
  	padding: 5px;
  	text-align: center;
  	background-color: #04AA6D;
  	color: white;
     	top: 0;
	position: sticky;
	z-index: 11;
        cursor: pointer;
}

#TextAreaMerkzettelWasNeu {
  display: block;
  margin: 0;
  padding: 2px;
 /* border: 2px solid black;*/
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}


/* The navigation menu */
.navbar {
  overflow: hidden;
  background-color:rgb(20,35,108);
  /*background-color: #333;*/
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color:rgb(20,35,108);
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: red;
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.nav-container{  
    height: auto;
    border-style: solid;
    background-color:rgb(20,35,108);	
    padding: 0px;
    margin: 5px 5px 5px 5px;
    color: white;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}

p.normal {
  font-weight: normal;
}

p.light {
  font-weight: lighter;
}

p.thick {
  font-weight: bold;
}

p.thicker {
  font-weight: 900;
}


.right-side, .left-side {
    list-style-type: none;
}

.right-side li, .left-side li {
    display:inline-block;
    color: white;
}

.right-side li a, .left-side li a {
    text-decoration: none;
    display:block;
    width:100%;
    height:100%;
    padding: 14px 16px;
    color: white;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}


/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: relative; */absolute;*/
  left: 0;
  background-color:rgb(20,35,108);
  width: 100%;
  z-index: 1;
  
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
  padding: 5px;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color:rgb(20,35,108);
  font-family: inherit;
  margin: 0;
}

.vertical-center {
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


/* AB HIER: FèR DAS TEXTEFELd BIE DER REZEPTEINGABE ....*/



