/* DATEI: ts_ak.css */
/* Version 2.0 vom 22.04.2009 */

/* Kommentare */
/* 2.00: (22.04.09) Verzicht auf Tabellen; umfangreiches Review; neue Seiten */
/* 1.00: (31.03.06) Erst-Einsatz */



/* Box-Elemente */

  body {
  margin: 4px 2px 4px 2px;
  background-color: #e2ffff; /* sehr helles Blau */
  /* fuer Firefox zur staendigen Scrollbar-Anzeige */
  overflow: -moz-scrollbars-vertical;

  }

.leinwand {
  width: 725px;
  margin: 0px auto 0px auto;
  border: 1px solid;
  background-color: #ccffff; /*Hellblau*/
  padding: 0px 20px 0px 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  color: blue;
  text-align: center;
  }

.menuhintergrund {
  padding: 7px;
  margin: 0px -20px 0px -20px;
  background-color: #aaffff; /*dunkleres Hellblau*/
  border-top: 1px solid blue;
  border-right: none;
  border-bottom: 1px solid blue;
  border-left: none;
   }

/* Formatierungen */

p.aktuell {
  font-weight: bold;
  color: red;
  }

h1, h2 {
  margin: 5px 0px 12px 0px;
  font-weight: bold;
}

h1 {
  font-size: 1.6em;
  line-height: 1.2em;
  }

h2 {
  font-size: 1.4em;
  line-height: 1.1em;
  }

h3 {
  font-size: 1.2em;
  line-height: 1em;
  }

hr {
  color: blue;
  height: 1px;
  }

ul.menu {
  padding: 0px;
  margin: 0px;
  }

li.menu {
  padding: 0px 15px 0px 15px;
  display: inline;
  list-style-type: none;
  }

table {
  margin: 0px auto 0px auto;
  width: 630px;
  vertical-align: top;
  text-align: left;
  }

td.speise {
  width: 555px;
  padding: 0px 0px 15px 0px;
  vertical-align: top;
  }

td.preis {
  width: 75px;
  padding: 0px 0px 15px 0px;
  vertical-align: top;
  text-align: right;
  }



/* Links */

a:link {
  color: blue;
  }

a:visited {
  color: #8888ff;
  }

a:hover {
  color: red;
  }



/* Fusszeile */

.fuss {
  margin: 5px 0px 20px 0px;
  font-weight: bold;
  font-size: 0.7em;
  line-height: 1.3em;
  }

.impressum {
  float: left;
  width: 220px;
  text-align: left;
  }

.copyright {
  float: right;
  width: 220px;
  text-align: right;
  }



/* (S)peise(k)arten-Navigation */

.sk {
  font-weight: bold;
  font-size: 0.7em;
  }

.sk1 {
  float: left;
  margin-left: 47px;
  text-align: left;
  }

.sk2 {
  float: right;
  margin-right: 47px;
  text-align: right;
  }



/* Sonderformat */

.extern {
  font-size: 0.8em;
  color: red;
  }