#Layout {float:left; 
	position:absolute; 
	}

#header {
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	height: 43px;
	background-color: #F59E51;
	border-style: solid;
	border-radius: 10px;
	border-width: medium; 
	border-color: #F59E51;
}

#nav    {
	position: absolute;
	left: 10px;
	top: 60px;
	height: 503px;
	background-color: lightgray;
	display: none;
	z-index: 20;
	border-style: solid;
	border-color: white; 
	border-radius: 10px;
	border-width: medium; 
	}
	
#content{
	overflow: hidden;
	}

#footer {
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
	height: 0px;
	background-color: #F59E51;
	}

.cl-iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
	border-style: none;
	border-radius: 12px;
	}

.containerA {
	position: absolute; 
	left: 0px; 
	top: 105px; 
	bottom: 10px;  
	right:  0px;  
	z-index: 3;
	overflow: auto;
	}

.containerM {
	position: absolute; 
	left: 25px; 
	top: 165px; 
	bottom: 15px;  
	right: 25px;
	z-index: 3;
	overflow: auto;
	}

.containerB {
	position: absolute; 
	left: 45px; 
	top: 175px; 
	bottom: 15px;  
	width: 250px;  
	z-index: 3;
	overflow: auto;
	}

.container {
	position: absolute; 
	left: 10px; 
	top: 100px; 
	bottom: 15px;  
	right:  10px;  
	z-index: 3;
	overflow: auto;
	}
	
.containerL {
	position: absolute; 
	left: 5px; 
	top: 220px; 
	bottom: 5px;  
	right:  5px;  
	z-index: 3;
	overflow: auto;
	}

.containerH {
	position: absolute; 
	left: 6px; 
	top: 6px; 
	bottom: 6px;  
	right:  6px;  
	z-index: 3;
	}
	
.zubereitung {
	position: absolute; 
	left: 10px; 
	top: 260px; 
	bottom: 40px;  
	right:  15px;  
	z-index: 3;
	}

.containerLg {
	position: absolute; 
	left: 25px; 
	top: 320px; 
	bottom: 30px;  
	right:  30px;  
	z-index: 3;
	}
	
.Form {
	position: absolute; 
	left: 10px; 
	top: 50px; 
	bottom: 10px;  
	right:  10px;  
	z-index: 1;
	}

.Lebensmittel {
	position: absolute; 
	left: 10px;  
	top: 70px;  
	bottom: 10px;  
	right:  10px;  
	z-index: 2;
	white-space: none;
	background-color: lightblue;
	padding: 10px 0px 10px 10px; 
	font-size: 150%;
	border-style: solid;
	border-radius: 20px;
	border-width: thin; 
	border-color: #F59E51;
}

.Gerichte {
	position: absolute; 
	left: 0px;  
	top: 100px;  
	bottom: 10px;  
	right:  0px;  
	z-index: 2;
	white-space: none;
	background-color: lightblue;
	padding: 10px 0px 10px 10px; 
	font-size: 150%;
	border-style: solid;
	border-radius: 20px;
	border-width: thin; 
	border-color: #F59E51;
}

body 	{
	font-family: Calibri; "Forte"; "URW Chancery L"; "Segoe UI Black"; "Noto Sans Black"; "Courier New"; "Open Sans"; 
	font-size : 62.5%;
	background-color: rgb(245,245,245);
 	background-image: url(../img/hintergrund.jpg);
   background-repeat: repeat-y;
	}




#ueber  {
	font-family: "Segoe UI Black"; Calibri; "Forte"; "URW Chancery L"; "Noto Sans Black"; "Courier New"; "Open Sans"; 
	font-weight: bold;
	color: rgb(255,255,255);
	font-size: 220%;
	font-style: italic;
	position:absolute; 
	left: 70px;
	top: 5px;
	}

h1      {
	display: none;
	}

h2      {
	font-weight: bold;
	font-size: 250%;
	}



p	{
	font-size: 150%;
	font-style: normal;
	color: blue;
	}
	
#nav ul {
	padding: 0;
}

.navulohne {
	margin: 3px 0 0 0;
	}
	
.navulmit {
	margin: 63px 0 0 0;
	}
	
#nav li {
	list-style-type: none;
	margin: 2px 2px 2px 2px;
	background-color: lightgreen;
	font-size: 100%;
	border-style: solid;
	border-radius: 10px;
	border-width: 0px; 
	}

#nav .untermenu {
	background-color: lightblue;
	text-align: right;
	border-style: solid;
	border-radius: 10px;
	border-width: 0px; 
	}

#nav .untermenua {
	background-color: lightyellow;
	text-align: right;
	border-style: solid;
	border-radius: 10px;
	border-width: 0px; 
	}
	
#nav .ausgewaehlt {
	color: darkblue;
	background-color: white;
	font-weight: bold;
	border-style: solid;
	border-radius: 10px;
	border-width: 0px; 
	}

	
#nav a, #nav a:visited  {
	display:block;
	height: 200%;
	text-decoration: none;
	color: darkblue;
	text-align: center;
	font-size: 190%;
	padding: 2px 2px 2px 2px;
	font-variant; small-caps;
	font-weight: normal;
	border-style: solid;
	border-radius: 10px;
	border-width: 0px; 
        }
        
#nav a:hover, #nav a:focus {
	font-weight: normal;
	background-color: green;
	color: white;
	border-style: solid;
	border-radius: 10px;
	border-width: 0px; 
        }

#content ol {
	font-size: 180%;
	color: blue;
	}
	
#content ol ul {
	font-size: 100%;
	color: blue;
	}
	
#content a, #content a:visited  {
	text-decoration: none;
	color: darkblue;
	text-align: left;
	font-size: 125%;
	padding: 2px 2px 2px 2px;
	font-variant; small-caps;
	font-weight: normal;
        }
        
#content a:hover, #content a:focus {
	font-weight: normal;
	background-color: green;
	color: white;
        }
	

.wichtig {
	color: red;
	font-weight: bold;
	}

.benutzer {
	position: absolute; 
	left: 2px;  
	top: 2px;   
	width:  155px; 
	height: 60px;  
	z-index: 101;
	padding: 0px 0px 0px 10px;
	background-color: lightgray; 
	border-style: solid;
	border-color: lightgray; 
	border-radius: 10px;
	border-width: thin; 
	}

.einstell {
	width: 270px;
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 20px;
	border-width: thin; 
	margin: 1px 1px 1px 10px;
	background-Color: lightblue;
	}

.benutzerabmelden {
	position: absolute; 
	left: 125px;  
	top: 12px;   
	width:  35px; 
	height: 35px;  
	z-index :11;
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 10px;
	border-width: thin; 
	}

.einstellung {
	position: absolute; 
	left: 85px;  
	top: 12px;   
	width:  35px; 
	height: 35px;  
	z-index :11;
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 10px;
	border-width: thin; 
	}
        

.zaehl	{
	display: none
	}

.bild	{
	border: 10px solid #F59E51;
	border-radius: 40px;
	}

.txbild {
	font-family: Calibri; "Open Sans"; "Forte"; "URW Chancery L"; "Segoe UI Black"; "Noto Sans Black"; "Courier New";  
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: #F59E51;
	text-align: center;
	}

label   {
	font-size: 110%;
	}

input	{
	margin-top: 12px;
	font-size: 120%;
 	}

table   {
	border-collapse: collapse;
        }

.tabcap {
	color: #F59E51;
	font-size: 150%;
	text-align: left;
	}
	
.tabueb {
	background-color: rgb(40,240,240);
	font-style: italic;
	font-size: 150%;
	text-align: center;
	}
	
.tabmass {
	background-color: rgb(250,250,250);
	font-style: normal;
	font-size: 200%;
	text-align: left;
}
	
.tabein {
	background-color: rgb(250,250,250);
	font-style: normal;
	font-size: 150%;
	text-align: center;
	}

.tabaus {
	background-color: rgb(165,207,237);
	font-style: normal;
	font-size: 150%;
	text-align: center;
	}

.tabgrau {
	background-color: rgb(235,235,235);
	font-style: italic;
	font-size: 150%;
	text-align: center;
	}

.tabsum {
	background-color: rgb(255,255,200);
	font-style: normal;
	font-size: 150%;
	text-align: center;
	font-weight: bold;
	}

.tabmahl {
	background-color: #F59E51; 
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 150%;
	textAlign: "center";
	}

.tabdat {
	background-color: #F59E51; 
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 260%;
	textAlign: "center";
	}

thead   {
	font-size: 70%;
	border-top: 2px solid #F59E51;
	border-left: 2px solid #F59E51;
	border-right:  2px solid #F59E51;
	border-bottom: 2px solid #F59E51;
	background-color: lightblue;
        }

td      {
	border-top: 2px solid #F59E51;
	border-left: 2px solid #F59E51;
	border-right:  2px solid #F59E51;
	border-bottom: 2px solid #F59E51;
	background-color: rgb(255,255,255);
	padding: 5px;
        }

caption {
	font-size: 200%;
	color: #F59E51;
	text-align: left;
	font-weight: bold;
	}
	
.eingabe {
	background-color: white;
	padding: 5px 0px 10px 10px; 
	font-size: 175%;
	margin-bottom: 10px;
        }

.filter {
	background-color: rgb(255,250,200);
	font-size: 120%;
	height: 25px;
	width: 70%;
	border-style: solid;
	border-color: black; 
	border-radius: 5px;
	border-width: 1px; 	
	}
        
.auswahl {
	font-size: 120%;
	height: 25px;
	width: 40%;
	border-style: solid;
	border-color: black; 
	border-radius: 5px;
	border-width: 1px; 	
	}

.auswahl1 {
	font-size: 120%;
	height: 25px;
	width: 34%;
	border-style: solid;
	border-color: black; 
	border-radius: 5px;
	border-width: 1px; 	
	}

.selg {
	font-size: 125%;
	width: 98%;
	border-style: solid;
	border-color: black; 
	border-radius: 5px;
	border-width: 1px; 
	}

.sel {
	font-size: 125%;
	width: 84%;
	border-style: solid;
	border-color: black; 
	border-radius: 5px;
	border-width: 1px; 
	}
	
.selhalb {
	font-size: 125%;
	width: 43%;
	margin-left: 42px;
	border-style: solid;
	border-color: black; 
	border-radius: 5px;
	border-width: 1px; 
	}
	
.rechts {
	text-align: right;
	width: 25%;
	border-style: solid;
	border-color: black; 
	border-radius: 5px;
	border-width: 1px; 		
	}
	
.ull	{
	color: darkred;
	font-size: 150%;
	font-weight: bold;
	}
	
.txtbtn {
	color: red;
	background-color: rgb(255,255,255);
	padding: 2px;
	}
	

.button {
	padding: 5px;
	margin: 10px 0px 0px 0px;
	font-size: 90%;
	background-color: lightblue; 
	border-style: solid;
	border-radius: 10px;
	letter-spacing: -1.1px;
	}

.buttonaus {
	padding: 5px;
	margin: 10px 0px 0px 0px;
	font-size: 87%;
	background-color: rgb(255,150,150); 
	border-style: solid;
	border-radius: 10px;
	}

.fehler {
	color: white;
	background-color: red;	
	padding: 10px 10px 10px 10px;
	border-style: solid; 
	border-radius: 10px;
	border-width: thin; 
	border-color: #F59E51;
	z-index: 20;
	}

.kopf   {
	white-space: nowrap;
	background-color: lightblue;
	padding: 10px 0px 10px 10px; 
	font-size: 150%;
	border-style: solid;
	border-radius: 20px;
	border-width: thin; 
	border-color: #F59E51;
	}


.btnmenu {
	position: absolute; 
	left: 10px;  
	top: 10px;   
	height: 50px;  
	white-space: nowrap;
	font-size: 130%;
	padding-left: 15px; 
	padding-right: 15px;
	background-color: lightblue; 
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 20px;
	border-width: thin; 
	}

.btnmenug {
	position: absolute; 
	left: 0px;  
	top: 10px;   
	height: 75px;  
	right: 0px;
	white-space: nowrap;
	font-size: 130%;
	padding-left: 15px; 
	padding-right: 15px;
	background-color: lightblue; 
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 20px;
	border-width: thin; 
	}

.btnmenua {
	position: absolute; 
	left: 0px;  
	top: 10px;   
	height: 90px;  
	right: 0px;
	white-space: nowrap;
	font-size: 130%;
	padding-left: 15px; 
	padding-right: 15px;
	background-color: lightblue; 
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 20px;
	border-width: thin; 
	}

.auswahlmenu {
	position: absolute;
	left: 0px;
	top: 105px;
	width: 190px;
	height: 450px;
	background-Color: lightblue;
	padding: 10px 10px 10px 10px;
	z-index: 20;
	font-size: 110%;
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 20px;
	border-width: 1px; 
	display: none;
	overflow: auto;
	}

.drucken {
	position: absolute; 
	left: 5px;  
	top: 5px;   
	width:  30px; 
	height: 30px;  
	z-index: 11;
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 10px;
	border-width: thin; 
	}

.menue {
	position: absolute; 
	left: -1px;  
	top: -1px;   
	width:  40px; 
	height: 40px;  
	z-index: 11;
	visibility: visible;
	border-style: solid;
	border-color: white; 
	border-radius: 10px;
	border-width: 0px; 
	}

.masse {
	position: absolute; 
	left: 10px;  
	top: 117px;  
	bottom: 10px;  
	width: 270px; 
	z-index=2
	background-color: lightblue; 
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 0 0 10px 10px;
	border-width: 0 2px 2px 2px;
	font-size: 150%;
	padding-left: 50px;
	padding-top: 25px;
	}
.massetab1 {
	position: absolute; 
	left: 10px;  
	top: 77px;  
	width: 160px;  
	height: 40px;  
	z-index=5
	background-color: lightblue; 
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 10px 10px 0px 0px;
	border-width: 1px 1px 2px 1px;
	font-size: 160%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	}

.massetab1aus {
	position: absolute; 
	left: 10px;  
	top: 77px;  
	width: 160px;  
	height: 40px;  
	z-index=5
	background-color: lightblue; 
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 10px 10px 0px 0px;
	border-width: 2px 2px 0px 2px;
	font-size: 180%;
	font-weight: bold;
	}

.massetab2 {
	position: absolute; 
	left: 171px;  
	top: 77px;  
	width: 160px;  
	height: 40px;  
	z-index=5
	background-color: lightblue; 
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 10px 10px 0px 0px;
	border-width: 1px 1px 2px 1px;
	font-size: 180%;
	font-weight: normal;
	}

.massetab2aus {
	position: absolute; 
	left: 170px;  
	top: 77px;  
	width: 160px;  
	height: 40px;  
	z-index=5
	background-color: lightblue; 
	border-style: solid;
	border-color: #F59E51; 
	border-radius: 10px 10px 0px 0px;
	border-width: 2px 2px 0px 2px;
	font-size: 180%;
	font-weight: bold;
	}

.masselinie {
	position: absolute; 
	left: 354px;  
	top: 117px;  
	right: 10px;  
	height: 1px;  
	z-index=5
	background-color: lightblue; 
	border-style: solid;
	border-color: #F59E51; 
	border-width: 2px 0 0 0;
	}

.msgbox {
	position: absolute; 
	left: 50px;  
	top: 80px;  
	right: 50px;
	height: 250px;
	z-index: 20;
	white-space: none;
	background-color: rgb(220,255,220);
	padding: 25px 25px 25px 25px; 
	border-style: solid;
	border-radius: 20px;
	border-width: 5px; 
	border-color: green;
	font-size: 180%;
	text-align: center;
	font-weight: bold;
	color: green;
	overflow: visible;
	box-shadow: 10px 10px 10px 10px rgb(240,255,240);
	}

.Rezepte {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	bottom: 0px;  
	right:  0px;  
	z-index: 3;
	overflow: auto;
	}

.logo {
	width: 100%;
	height: 25%;
   }