/* CSS Document */

#Seiteninhalt td {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: black;*/
}

.td-zentriert {
	text-align: center;
}

/*.td-Menuebeschreibung {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}*/

.td-Menuebeschreibung {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: black;
/*	min-width: 300;*/
}

.td-Menueanzahl {
	text-align: left;
	vertical-align: middle;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: black;
	/*width: 300;*/
}

.Speiseplan-Input-1 {
  border:none;
	background-color:white;
	width:20px;
	height:14px;
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
  font-size:   10px;
  line-height: 110%;
	color:red;
}

.Menuetypstyle-Standard, .Menuetypstyle-Silber,  .Menuetypstyle-Rot, .Menuetypstyle-Blau, .Menuetypstyle-Lila, .Menuetypstyle-Schwarz, .Menuetypstyle-Gelb, .Menuetypstyle-Klar, .Menuetypstyle-Gold, .Menuetypstyle-Gruen {
	padding: 5px;
	height: 30px;
}
.Menuetypstyle-Silber  {background-color:#CCCCCC;}
.Menuetypstyle-Rot     {background-color:red;}
.Menuetypstyle-Blau    {background-color:blue; color:white;}
.Menuetypstyle-Lila    {background-color:#FF66FF;}
.Menuetypstyle-Schwarz {background-color:black; color:white;}
.Menuetypstyle-Gelb    {background-color:yellow;}
.Menuetypstyle-Klar    {background-color:#F0F0F0;}
.Menuetypstyle-Gruen   {background-color:green; color:white;}
.Menuetypstyle-Gold   {background-color:gold;}

.Menuetyp-Typo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.Menue-Name {
	font-size:   12px;
	font-weight: bold;
  line-height: 140%;
}

.Menue-Beilage {
	font-size:   10px;
}

.Menue-Kalorien {
	font-size:   10px;
}

.Menue-Dessert {
	font-size:   12px;
	font-weight: bold;
  line-height: 140%;
}



.Wochentag {
	font-size:   13px;
	font-weight: bold;
	color:#CA4200;
}



.Tageszeile-gerade, .Tageszeile-ungerade {
	height:120px;
}
.Tageszeile-gerade   {background-color:rgb(255,240,160);}
.Tageszeile-ungerade {background-color:rgb(255,220,0);}

