﻿@charset "utf-8";

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

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

/* FARBE und HINTERGRUND setzen */
body {
  color: #5D5D5D;
  background: #dfded7 url(images/afg-bg.jpg) top left repeat-x;
}

/* SCHRIFTGRÖßE */
body, td, th {
  font: normal 70% Verdana, sans-serif;
}
td, th {
  f\ont-size: 100%;
}

/* LINKS und ANKER */
a:link {
  color: #5d5d5d;
  background-color: transparent;
}
a:visited {
  color: #5D5D5D;
  background-color: transparent;
}
a:hover,
a:focus {
  color: #5D5D5D;
  background-color: #ffffff;
}
a:active {
  color: #5d5d5d;
  background-color: #f4f2eb;
}
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: #e42522;
  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(images/afg-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: #aaaa9c;
  background-color: #aaaa9c;
}
#head li.skiplink a:focus {
  color: black;
  background-color: white;
}


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


/** Seitenspalte
---------------------------------------------------------- */
#sidebar {
  float: left;
  width: 264px;
  margin: 0 0 250px 0;
  background: url(images/afg-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: #5D5D5D;
  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: #5D5D5D;
  background-color: #CCCAC2;
}









/** Navigation-BILDER
---------------------------------------------------------- */
ul#bilder_nav {
  margin: 20px 0 0 0;
  list-style: none;
}
#bilder_nav a,
#bilder_nav strong {
  color: #5D5D5D;
  background-color: #CCCAC2;
  display: block;
  padding: 5px 10px 7px 10px;
  text-align: center;
  border-bottom: 1px solid #F4F2EB;
  line-height: normal;
  /* Breitenangabe notwendig, um den IE-Leerraum-Bug
     bei Listen zu umgehen */
  width: 400px;
  wid\th: 400px;
}
#bilder_nav a:hover,
#bilder_nav a:focus,
#bilder_nav a:active,
#bilder_nav strong {
  color: #ffffff;
  background-color: #aaaa9c;
}










/** Kontaktfeld
---------------------------------------------------------- */
div#contact {
  color: #5D5D5D;
  background-color: white;
  padding: 10px;
}
#contact h2 {
  color: #5D5D5D;
  background-color: white;
  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;
}


/** Programm
---------------------------------------------------------- */
div#today {
  color: #5d5d5d;
  background-color: #ffffff;
  font-weight: bold;
  padding: 0 10px 10px 20px;
  border-top: 50px solid #aaaa9c;
}
#today h2 {
  color: #ffffff;
  background-color: #5d5d5d;
  margin: 0 40px 1em -20px;
  padding: 2px 10px 3px 20px;
  text-transform: uppercase;
  font-size: 1.1em;
}
#today a {
  color: #5d5d5d;
  background-color: #ffffff;
}
#today a:hover,
#today a:focus {
  color: #ffffff;
  background-color: #5d5d5d;
}

/** Inhaltsbereich
---------------------------------------------------------- */
div#main {
  background: url(images/afg-eckbild.jpg) left bottom no-repeat;
}


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


/** Fußzeile
---------------------------------------------------------- */
p#footer {
  color: #5d5d5d;
  background-color: #aaaa9c;
  font-size: .9em;
  text-align: center;
  padding: 5px 20px;
  margin: 0;
  clear: both;
}
#footer a {
  color: #2c2c2c;
  background-color: #aaaa9c;
}
#footer a:hover,
#footer a:focus {
  color: #ffffff;
  background-color: #5d5d5d;
}



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