body { 
	background-image:url(../graphic/tencia60.jpg); 
	width:100%; height:auto; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;font-family:Arial; }

#menueleiste { 
	position:absolute; 
	top:20px; 
	left:140px; 
	height:25px; 
	background-color:#FFFFEF; 			  
	border:1px solid black; 
	padding: 0;
	margin: 0;
	display: flex;
    align-items: center;
	z-index:24; }
		  
#menueleiste div {
	clear:left; }
	
#menueleiste ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

#menueleiste li {
  padding: 5px;
  position: relative;
}

#menueleiste li:hover {
  background: #c2e2ec;
  border: 1px solid black;
}

#menueleiste .menu,
#menueleiste .submenu {
  display: none;
  position: absolute;
  background: #ebfaff;
  width: max-content;
  top: 28px;
  left: 10px;
}

#menueleiste .menu_category:hover .menu,
#menueleiste .menu_subcategory:hover .submenu {
  display: block;
  border:1px solid black;
}

#menueleiste .submenu {
  top: 0;
  left: 100%;
}

table, th, td {
  border-collapse: collapse;
}

.noborders table, th, td {
  border: 0;
  border-style: hidden;
}

td, th {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top; }

div#ende {position:absolute; top:50px; left:75px; }
span#pages { position:absolute; top:75px; left:140px; width:980; padding: 0.6em; z-index:13; filter:alpha(opacity=65); visibility:visible;}

/* CSS für Rezepte */
.frame-table {
	border: none; }

.lightgrey {
background-color: #F9F9F9; }

.rounded {
	border-radius: 18px; }

.minline {
	height: 0px; 
	padding: 0px; }

.content {
	position: relative;
	padding: 2em 2em 2em 2em;
	background-color: #F9F9F9;
	left: 1px; 
	width: 800px; }

.kommentar-bg {
background-color: #fff7e2; }

.zutaten-bg {
background-color: #fff7e2; }

table.kommentar th {
	font-size: 32px;
	text-align: left;
	font-weight: bold; }

table.kommentar td {
	font-size: 14px; 
	line-height: 20px;}

.zutaten {
	background-color: #FFFFFF; 
	margin-top: 6px; }

table.zutaten td {
	border: 1px solid;
	font-size:14px;
	border-color: #96D4D4; }

table.zutaten th {
	border: 1px solid;
	font-size:20px;
	font-weight: bold;
	text-align: left; 
	border-color: #96D4D4; }

.zutaten tr:nth-child(even) {
  background-color: #D6EEEE; } 

.anleitung {
	border: none;
	border-color: #FFFFFF;
	background-color: #fff7e2; }

table.anleitung th {
	font-size:20px; 
	font-weight: bold;
	text-align: left; }

table.anleitung td {
	font-size:14px; }
	
table.anleitung td, table.anleitung th {
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 2px; }

.image {
	border-radius: 8px; 
	width: 300px;
	height: 300px; 
	border: 1px solid #AAAAAA; }

/* CSS für Bilder */
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  height: 40%;
  width: 90%;
  max-width: 900px;
}

.bilder {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}