/* Style Sheet fuer die Speisenkarte */

/* Linkfarben */
a:link {color: #052683; text-decoration: none;}
a:visited {color: #052683; text-decoration: none;}
a:active {color: #7EA8DA; text-decoration: underline;}

body
{
  background-color: #FFEAC1;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
}

/* allg. Schriftart und Groesse */
h1,h2,h3,h4,td,li,p,b,i
{
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 9pt;
}

h1 {font-size: 15pt;}
h2 {font-size: 13pt;}
h3 {font-size: 11pt;}
h4 {font-size:  9pt;}


/* Schriftgroessen */
#winzig {font-size: 1px;font-family: monospace;} /* z.B. leere Tabellenzellen */
#klein  {font-size: 7pt;}
#normal {font-size: 9pt;}
#gross  {font-size: 11pt;}

/* Schriftfarben */
#blau	  {color: #052683; background-color: #F2DEB7}

/* Liste der internen Links, Seitenanfang */
td.intlnk {font-size: 16px; font-weight: bold;}

/* Box mit saemtlichen Inhalten ausser Titel/Linkleiste */
.bigbox
{
  border: 0px none;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align : center;
}

/* box fuer alle Speisen und Getraenke */
.tab1 { border: 2px solid #052683; width: 535px; } /* vorher width=470 */
td.t0 { font-size: 1px; font-family: monospace; line-height: 1px; valign:top;}
td.t1 { vertical-align: text-top; line-height: 20px; text-align: right; valign:top;}
td.t2 { vertical-align: text-top; line-height: 20px; text-align: right; valign:top;}
#links { text-align: left;}

td.clink
{
  font-size: 7pt;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
}