@charset "utf-8";

/**
----------------------------------------------------------
Regeln für allgemeine Elemente
---------------------------------------------------------- */

/* Alle kritischen Werte instanziieren */
* {
  margin: 0;
  padding: 0;
  vertical-align: top;
  border-spacing: 0;
}

/* Farben und Hintergrund setzen */
body {
  color: #5D5D5D;
  background: #9B9D97 url(grafik/demo04.gif) ;
}

/* Schriftgröße kontrollieren */
body, td, th {
  font: normal 80% Verdana, sans-serif;
}
td, th {
  f\ont-size: 100%;
}

/* Links und Anker */
a:link {
  color: #4D6B10;
  background-color: transparent;
}
a:visited {
  color: #5D5D5D;
  background-color: transparent;
}
a:hover,
a:focus {
  color: #4D6B10;
  background-color: #93D50D;
}
a:active {
  color: #C0E772;
  background-color: #5F8E00;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
  border: 0;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  color: #FF6C0A;
  background-color: transparent;
}
h1 {
  font-size: 1.5em;
  margin: 0 0 1.5em 0;
}

/* Absätze */
  p {
  margin: .8em 0;
}

/* Bilder */
img {
  vertical-align: bottom;
}

/* Listen */
dt {
  font-weight: bold;
}
dd {
  margin: .5em 0 1em 3em;
}


/**
----------------------------------------------------------
Regeln für besondere Bereiche
---------------------------------------------------------- */

/* Standardmäßig nicht sichtbare Inhalte zur Erleichterung der
   Orientierung mit assistiven Technologien */
.invisible {
  position: absolute;
  left: -9999px;
}


/** Hauptbereich
---------------------------------------------------------- */
/** Hauptbereich horizontal zentrieren
---------------------------------------------------------- */
div#top {
  color: #5D5D5D;
  background: #F4F2EB url(grafik/bg_top.gif) top left repeat-y;
  border: 1px solid #606060;
  border-top: 0;
  width: 920px;
  margin: auto; /* Reicht eigentlich */
}
/* Für kaputte Browser */
body {
  /* Alle Inhalte horizontal zentrieren */
  text-align: center;
}
body * {
  /* Textausrichtung korrigieren */
  text-align: left;
}


/** globale Navigation
---------------------------------------------------------- */
#head ul {
  font-size: .9em;
  margin: .8em 0;
}
#head ul,
#head li {
  float: left;
  list-style: none;
}
#head ul a,
#head ul strong {
  color: #5D5D5D;
  background-color: white;
  text-decoration: none;
  padding: .2em 1em;
}
#head ul a:hover,
#head ul a:focus {
  text-decoration: underline;
}

#head li.skiplink {
  padding: 0;
}
#head li.skiplink a {
  color: #FECDD0;
  background-color: #FECDD0;
}
#head li.skiplink a:focus {
  color: black;
  background-color: white;
}
#content li {
list-style-image:url(grafik/demo04.gif);
 }

/** Logo
---------------------------------------------------------- */
h1#logo {
  color: #5D5D5D;
  background: #FECDD0 url(grafik/bg_logo.png) left bottom no-repeat;
  text-align: right;
  margin:0   ;
}


/** Seitenspalte
---------------------------------------------------------- */
#sidebar {
  float: left;
  width: 264px;
  margin: 0 0 234px 0;
  background: url(grafik/bg_sidebar.gif) top left no-repeat;
}

/** Navigation
---------------------------------------------------------- */
ul#nav {
  margin: 54px 0 0 0;
  list-style: none;
}
#nav a,
#nav strong {
  color: white;
  background-color: #A503A8;
  display: block;
  padding: 5px 10px 7px 10px;
  text-align: right;
  border-bottom: 1px solid white;
  line-height: normal;
  /* Breitenangabe notwendig, um den IE-Leerraum-Bug
     bei Listen zu umgehen */
  width: 263px;
  wid\th: 243px;
}
#nav a:hover,
#nav a:focus,
#nav a:active,
#nav strong {
  color: #A503A8;
  background-color: #CCCAC2;
}


/** Kontaktfeld
---------------------------------------------------------- */
div#contact {
  color: #A503A8;
  background-color: yellow;
  padding: 10px;
}
#contact h2 {
  color: #A503A8;
  background-color: yellow;
  font-size: 1.3em;
  text-align: right;
  text-transform: uppercase;
}
#contact p.tel {
  font-size: 2em;
  font-weight: bold;
  text-align: right;
  margin: 0;
}
#contact p.address {
  text-align: right;
  margin: 0;
}


/** Rezept des Tages
---------------------------------------------------------- */
div#today {
  color: #4D6B10;
  background-color: #e3d05a;
  font-weight: bold;
  padding: 0 10px 10px 20px;
  border-top: 50px solid yellow;
}
#today h2 {
  color: #B87D95;
  background-color: #FFCED0;
  margin: 0 40px 1em -20px;
  padding: 2px 10px 3px 20px;
  text-transform: uppercase;
  font-size: 1.1em;
}
#today a {
  color: #4D6B10;
  background-color: #FFCED0;
}
#today a:hover,
#today a:focus {
  color: #C0E772;
  background-color: #FFCED0;
}

/** Inhaltsbereich
---------------------------------------------------------- */
div#main {
  background: url(grafik/trauben.gif) left bottom no-repeat;
}


/** Content
---------------------------------------------------------- */
div#content {
  margin: 0 132px 0 264px;
  padding: 54px 20px 40px 60px;
  /* Behebt den 3-Pixel-Textsprung-Bug und andere Bugs im IE 6 */
  height: 1%;
}


/** Fußzeile
---------------------------------------------------------- */
p#footer {
  color: #4D6B10;
  background-color: #B87D95;
  font-size: .9em;
  text-align: center;
  padding: 5px 20px;
  margin: 0;
  clear: both;
}
#footer a {
  color: #4D6B10;
  background-color: #B87D95;
}
#footer a:hover,
#footer a:focus {
  color: #C0E772;
  background-color: #FFCED0;
}


/**
----------------------------------------------------------
Regeln für besondere Dokumente
---------------------------------------------------------- */

/** Öffnungszeiten
---------------------------------------------------------- */
table#opening {
  border-collapse: collapse;
  empty-cells: hide;
  border: 1px solid #5D5D5D;
}

#opening td,
#opening th {
  border: 1px solid #5D5D5D;
  color: #5D5D5D;
  background-color: #EBE9DF;
  padding: .5em 1em;
}

#opening caption {
  color: #FF6C0A;
  background-color: transparent;
  font-size: 1.3em;
  padding: 1em 0 .7em 0;
  font-weight: bold;
}

#opening thead th {
  color: #A503A8;
  background-color: #EFD7CB;
  text-align: center;
}
#opening thead th.mainHeader {
  color: white;
  background-color: #FF6C0A;
  font-weight: bold;
}

#opening tbody th {
  color: #A503A8;
  background-color: #DDE6CB;
  text-align: center;
}
#opening tbody th.mainHeader {
  color: white;
  background-color: #93D50C;
  font-weight: bold;
}

#opening tbody td {
  color: #A503A8;
  background-color: #CCCAC2;
}

#opening tfoot td {
  text-align: center;
  font-size: .9em;
}

/**        Kontaktformular
------------------------------------------------------------- */
#contactForm fieldset {
  border: 1px solid #ADADAD;
  margin: 1em 0 1.5em 0;
  padding: .5em 1em;
}

#contactForm legend {
  font-weight: bold;
  margin: 0;
  padding: 0 .5em;
  font-size: .9em;
}

#contactForm input.radio,
#contactForm input.checkbox {
  vertical-align: middle;
}
#contactForm input.text {
  padding: .2em .5em;
  width: 200px;
}
#contactForm input#e-mail1,
#contactForm input#e-mail2 {
  width: 86px;
}
#contactForm select {
  width: 150px;
}

#contactForm p {
  margin: 1em 0 0 0;
}

#contactForm table {
  width: 100%;
  margin: 1em 0 0 0;
}
#contactForm table th {
  padding: .2em 0 .2em 3em;
  width: 160px;
  vertical-align: middle;
}
#contactForm table#personal th {
  color: #5D5D5D;
  background-color: #93D50C;
  border-bottom: 1px solid white;
}
#contactForm #personal td {
  color: #5D5D5D;
  background-color: #DDE6CB;
  border-bottom: 1px solid white;
  padding: 0 10px;
}
#contactForm #personal input.text {
  border: 1px solid #93D50C;
}

#contactForm table#reservation th {
  color: white;
  background-color: #FF6C09;
  border-bottom: 1px solid white;
}
#contactForm #reservation td {
  color: #5D5D5D;
  background-color: #EFD7CB;
  border-bottom: 1px solid white;
  padding: 0 10px;
}
#contactForm #reservation input.text,
#contactForm #reservation select {
  border: 1px solid #FF6C09;
}

#contactForm textarea {
  border: 1px solid #5D5D5D;
  margin: 1em 0 0 0;
}

#contactForm p#submit {
  color: white;
  background-color: #5D5D5D;
  padding: .3em 1em;
}
#contactForm #submit input {
  text-align: center;
}


/**        Speisekarte
------------------------------------------------------------- */
table.meals td {
  border-bottom: 1px solid #93D50D;
  padding: 5px 0 5px 10px;
}
.meals tr.odd td {
  border-bottom: 1px solid #FF6C0A;
}
.meals td.price {
  white-space: nowrap;
  text-align: right;
  padding: 5px 0 5px 20px;
}
.meals caption {
  color: #FF6C0A;
  background-color: transparent;
  font-size: 1.3em;
  margin: 0;
  padding: 2em 0 1em 0;
  font-weight: bold;
}
.meals span.description {
  font-size: .9em;
}