
/**
----------------------------------------------------------
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: #000000;
  background-color: white;
  font-family: Arial,
  font-style: normal;
  font-weight: lighter;
  font-size: small;
}

  div.c1 {text-align: center}

/** Navigation
---------------------------------------------------------- */
ul#nav {
  margin: 2px 0 0 0;
  list-style: none;
}
#nav a,
#nav strong {
  color: white;
  background-color: #5D5D5D;
  display: block;

 padding-top: 5px;
 padding-right:10px;
 padding-bottom: 5px;
 padding-left: 0px;

  position:relative;
  text-align: left;
  border-bottom: 1px solid white;
  line-height: normal;
  /* Breitenangabe notwendig, um den IE-Leerraum-Bug
     bei Listen zu umgehen */
  width: 145px;
  wid\th: 135px;
}
#nav a:hover,
#nav a:focus,
#nav a:active,
#nav strong {
  color: #5D5D5D;
  background-color: #CCCAC2;
}


/* 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(images/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: #EBE9DF;
  background-color: #EBE9DF;
}
#head li.skiplink a:focus {
  color: black;
  background-color: white;
}


/** Logo
---------------------------------------------------------- */
h1#logo {
  color: #5D5D5D;
  background: #EBE9DF url(images/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/bg_sidebar.gif) top left no-repeat;
}




/** 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;
}


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

/** Inhaltsbereich
---------------------------------------------------------- */
div#main {
  background: url(images/paprika.jpg) 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: #93D50D;
  font-size: .9em;
  text-align: center;
  padding: 5px 20px;
  margin: 0;
  clear: both;
}
#footer a {
  color: #4D6B10;
  background-color: #93D50D;
}
#footer a:hover,
#footer a:focus {
  color: #C0E772;
  background-color: #5F8E00;
}


/**
----------------------------------------------------------
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: #5D5D5D;
  background-color: #EFD7CB;
  text-align: center;
}
#opening thead th.mainHeader {
  color: white;
  background-color: #FF6C0A;
  font-weight: bold;
}

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

#opening tbody td {
  color: #5D5D5D;
  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;
}
url {
   background-color: yellow;
   font-size:10 pt;
   padding-left: 30px:
   padding-right: 30px;
   position:relative;
   border: 2px;
   }

h1 { color:blue; font-size:28px; }

h2 {font-size: 25px; }

h3 {font-size: 20px; }

h4 {font-size: 15px; }

h5 {font-size: 12px; }

h6 {font-size: 5px; }

table {font-size: 15px; 
       font-family: Verdana; 
       font-style: normal;
       font-weight: lighter;
       padding-right: 1px;
       padding-left:  1px;
       }

a  {font-size: 15px; }

li {font-size: 90%; widht: 80%; list-style-type: none; text-align: justify;
    margin-top: 2px;
    margin-bottom: 2px
   }

img.bild1 {
           padding-right: 2px;  padding-left: 2px; padding-bottom: 2px}   
img.bild2 {
           padding-right: 2px;  padding-left: 2px; padding-bottom: 2px}
img.bild3 {
           padding-right: 2px;  padding-left: 2px; padding-bottom: 2px}
img.bild4 {
           padding-right: 2px;  padding-left: 2px; padding-bottom: 2px}
img.bild5 {
           padding-right: 2px;  padding-left: 2px; padding-bottom: 2px}
img.bild6 {
           padding-right: 2px;  padding-left: 2px; padding-bottom: 2px}

img.zeichnung {
           padding-right: 10px;  padding-left: 10px; padding-bottom: 30px}


