﻿/* Styles für den Mittagstisch, hängt im modul-speisekarte */
#MittagsTischListe {
	padding: 0px; 
	margin: 0px; 
	width: 100%;
	border:none;
	font-size:medium;
}

#MittagsTischListe table {
	padding: 0px; 
	margin: 0px; 
	width: 100%;
	border:none;
}
#MittagsTischListe td {
	padding: 0px; 
	margin: 0px; 
	width: 100%;
	border:none;
	vertical-align:top;
	padding-top:2px;
	padding-bottom:2px;
}

#MittagsTischListe tr {
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
}

#MittagsTischGericht tr {
	border:none;
	font-size:medium;
}

#MittagsTischGericht td {
	padding: 0px; 
	border:none;
	font-size:medium;
}

#MittagsTischListe .ColWochentag {
	width:30px;
	padding-left:5px;
}

#MittagsTischListe .ColDatum {
	width:110px;
}

#MittagsTischListe .ColGericht {
	width:auto;
	padding-bottom:5px;
}

#MittagsTischListe .ColPreis {
	width:80px;
	text-align:right;
	padding-right:5px;
}

#MittagsTischListe .NameRot {
	font-weight:bold;
	color:red;
}

#MittagsTischListe .Beschreibung {
	font-size:small;
	font-weight:normal;
	color:#666;
}

/* Styles für die Speisekarte, hängt im modul-speisekarte */
.speisekarteH2 {
	color:red !important;
	background:black;
	text-align:center;
}

#SpeiseKarte {
	padding: 0px; 
	margin: 0px; 
	width: 100%;
	border:none;
	font-size:medium;
}


#SpeiseKarte table {
	padding: 0px; 
	margin: 0px; 
	width: 100%;
	border:none;
}
#SpeiseKarte td {
	padding: 0px; 
	margin: 0px; 
	border:none;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align:top;
}


#SpeiseKarte tr {
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
}

#SpeiseKarte .ColName {
	text-align:left;
	padding-left:5px;
	font-weight:bold;
}

#SpeiseKarte .NameRot {
	color:red;
}

#SpeiseKarte .Beschreibung {
	font-size:small;
	font-weight:normal;
	color:#666;
}

#SpeiseKarte .ColProzent {
	width:40px;
	text-align:right;
}

#SpeiseKarte .ColEinheit {
	width:60px;
	text-align:right;
}

#SpeiseKarte .ColPreis {
	width:70px;
	text-align:right;
	padding-right:5px;
}
