/*                                                                      */
/* peters.css Stylesheet www.gasthaus-peters.com Bildschirmansicht      */
/*                                                                      */
/* Version 1.0 letzte Aenderung 19.03.2007, Basis für peters-druck V1.0 */
/* Version 1.1 letzte Aenderung 28.03.2007, Kopf/Logo/Collage           */
/* Version 1.2 letzte Aenderung 09.04.2007, Bestellformular-Style       */
/* Version 1.3 letzte Aenderung 09.04.2007, * a.zurueck                 */
/* peters-gruen -> #006666 */

body, p a {
  color: black;
  background-color: white;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  min-width: 41em;
}

body {
  min-width: 800px;
}

img {
  border: none;
}

h1 {
  font-size: 1.5em;
  margin: 0 0 0.7em;
  padding: 0.3em;
  text-align: center;
  background-color: #fed;
  border: 2px ridge silver;
}
html>body h1 {
  border-color: gray;  /* Farbangleichung an den Internet Explorer  */
}

/* Grundsaetzliche Struktur links - mitte - rechts */

div#linkeSpalte {
  clear: both;
  width: 12em;
  float: left;
}

div#mittlereSpalte {
  margin-left: 12em;
  margin-right: 14.5em;
  min-width: 16em;
}

div#mittlereSpalteBreit {
  margin-left: 12em;
  margin-right: 4px;  /* nur kleine rechte Einrueckung, da keine rechte Spalte */
  min-width: 16em;
}

div#rechteSpalte {
  width: 14.5em;
  float: right;
}

div#rechteSpalte img {
  margin-right: 2px;
}

/* Vertikale Navigation ------------------------------------ */
div#NaviV {
  float: left;
  clear: both;
  width: 12em;
  font-size: 0.9em;
  margin: 0.5em 0 0 2px;
  padding: 0 0 0 0;
  color: #555555;
  background-color: #eeeeee;
  border-bottom: 1px solid #bbbbbb;
/*  border-top: 1px solid #bbbbbb; */
}

div#NaviV h1 {
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0.3em 0.5em 0.3em 0.5em;
  color: #555555;
  background-color: #eeeeee;
  border: none;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
}

div#NaviV h1.active {
  color: #555555;
  background-color: #dddddd;
  border-top: 1px solid #bbbbbb;
}

div#NaviV h2 {
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0.3em 0.5em 0.3em 0.5em;
  color: #555555;
  background-color: #dddddd;
  border: none;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-top: 1px solid #bbbbbb;
}

div#NaviV h2.active {
  color: #555555;
  background-color: #bbbbbb;
  border-top: 1px solid #bbbbbb;
}

div#NaviV ul {
  list-style: square;
  font-size: 0.9em;
  font-weight: 200;
  margin: 0 0 0 0px;
  padding: 0.3em 0.3em 0.3em 2em;
  background-color: #dddddd;
  color: #333333; /* Farbe fuer Bullets */
  border: none;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;

}

div#NaviV ul li ul {
  border: none;
  margin: 0 0 0 0;
  padding: 2px 0 2px 2em;
}

div#NaviV h1 span {
  font-weight: bold;
  color: #222222;
  border: none;
}

div#NaviV p {
  background-color: #dddddd;
  font-size: 0em;
  margin: 0 0 0 4px;
  padding: 0 0 0 0;
  height: 1px;
  border: none;
}

div#NaviV a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  border: none;
}

div#NaviV h1 a:link {
  color: #555555;
}

div#NaviV h1 a:visited {
  color: #555555;
}

div#NaviV h1 a:hover {
  color: #555555;
  text-decoration: underline;
}
div#NaviV h1 a:active {
  color: #555555;
  text-decoration: underline;
}

div#NaviV h2 a:link {
  color: #555555;
}

div#NaviV h2 a:visited {
  color: #555555;
}
div#NaviV h2 a:hover {
  color: #555555;
  text-decoration: underline;
}
div#NaviV h2 a:active {
  color: #555555;
  text-decoration: underline;
}


div#NaviV ul span {
  font-weight: bold;
  color: #222222;
}

div#NaviV ul a:link {
  color: #555555;
}

div#NaviV ul a:visited {
  color: #555555;
}
div#NaviV ul a:hover {
  color: #555555;
  text-decoration: underline;
}
div#NaviV ul a:active {
  color: #555555;
  text-decoration: underline;
}

/* Infoblock ----------------------------------------------- */
div#Info {
  font-size: 0.9em;
  float: right;
  width: 15em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: black;
  background-color: white;
}

div#Info h1 {
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  margin: 0.5em 4px 0 0;
  padding: 0.2em;
  background-color: #dddddd;
  border: 1px solid #bbbbbb;
}

div#Info p {
  font-size: 1.0em;
  margin: 0 4px 0.3em 0;
  padding: 0.5em;
  background-color: #eeeeee;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

div#Info h1 a {
  color: #555555;
  background-color: #dddddd;
  font-size: 1.0em;
  font-weight: 600;
  margin: 0em;
  padding: 0em;
  text-decoration: none;
}

div#Info p a {
  color: #222222;
  font-size: 1.0em;
  font-weight: 600;
  margin: 0em;
  padding: 0em;
  text-decoration: none;
  background-color: #eee;
}

/* Inhalt -------------------------------------------------- */
div#Inhalt {
  margin: 0em 0em 0em 0em;
  padding: 1em 0em; /* oben+unten 1em, links+rechts 0em */
  min-width: 25em;
}
* html div#Inhalt {
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

div#Inhalt h2 {
  color: #000000;
  font-size: 1.2em;
  margin: 0.2em 0;
}

div#Inhalt h3 {
  color: #000000;
  font-size: 1.0em;
  margin: 0em;
}

div#Inhalt p {
  font-size: 1em;
  margin: 1em 0;
}

div#Inhalt h2.agb {
  color: #cc0000;
  font-size: 0.7em;
  margin: 0.1em 0;
}

div#Inhalt p.agb {
  font-size: 0.6em;
  margin: 0.5em 0;
}

div#Inhalt a {
  font-weight: 600;
  background: #ffffff;
  color: #555555;
}

div#Inhalt a.lred {
  font-weight: 600;
  background: white;
  color: #660033;
}
div#Inhalt a.lgrey {
  font-weight: 600;
  background: white;
  color: #666666;
}

div#Kopf {
  clear: both;
  margin: 0px 4px 0px 4px;
  padding: 0px;
  border: none;
  border-bottom: 1px solid #bbbbbb;
  height: 120px;
}

div#Logo {
  float: left;
/*  margin: 1em 1em 0em 0.2em; */
  margin: 0;
  padding: 0;
  border: none;
}

div#Collage {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
}

div#Inhalt ul {
  text-align: left;
  list-style: square;
  font-size: 1em;
  margin: 0 0 0 0px;
  padding: 0em 0.3em 0.3em 2em;
  border: none;
}

div#Inhalt ul li {
  list-style: square;
   border: none;
  margin: 0 0 0 0;
  padding: 2px 0 2px 0.6em;
}

div#Inhalt span {
  font-weight: 600;
/*  xxxtext-decoration: underline; */
  color: #cc0000;
}

/* Bild links im Fliesstext: kein linker Rand */
div#Inhalt table.bildl {
  margin: 4px 8px 4px 0px;
  padding: 0px;
}

div#Inhalt table.bildl tr {
  margin: 0px;
  padding: 0px;
  border: none;
}

div#Inhalt table.bildl tr td {
  margin: 0px;
  padding: 0 0 0 0;
  border: none;
}

div#Inhalt table.bildl tr td img {
  margin: 0px;
  padding: 0px;
  border: none;
}

div#Inhalt table.bildl tr td.Bildtitel {
  font-size: 0.8em;
  text-align: center;
  font-style: italic;
  background: #eee;
  margin: 2px 4px 2px 0px;
  border-top: 1px solid silver;
}

/* Bild rechts im Fliesstext: kein rechter Rand */
div#Inhalt table.bildr {
  margin: 4px 0px 4px 8px;
  padding: 0px;
}

div#Inhalt table.bildr tr {
  margin: 0px;
  padding: 0px;
  border: none;
}

div#Inhalt table.bildr tr td {
  margin: 0px;
  padding: 0 0 0 0;
  border: none;
}

div#Inhalt table.bildr tr td img {
  margin: 0px;
  padding: 0px;
  border: none;
}

div#Inhalt table.bildr tr td.Bildtitel {
  font-size: 0.8em;
  text-align: center;
  font-style: italic;
  background: #eee;
  margin: 2px 0px 2px 4px;
  border-top: 1px solid silver;
}

/* Bestellformular Bildergalerie */
div#Inhalt table.formular {
  margin: 0px;
  padding: 0px;
}

div#Inhalt table.formular tr {
  margin: 0px;
  padding: 0px;
  border: none;
}

div#Inhalt table.formular img {
  border: none;
  background: #fff;
  margin: 0px;
  padding: 0px;
}

div#Inhalt table.formular tr th {
  background: #fff;
  border: none;
}

div#Inhalt table.formular tr td {
  font-size: 0.9em;
  text-align: center;
  background: #eee;
  border-top: 1px solid silver;
  border-bottom: 8px solid #fff;
}

/* Speisekarte */
div#Inhalt table.speisekarte {
  border-collapse: collapse;
  margin: 0px;
  padding: 10px;
  background-color: #ffffff;
}

div#Inhalt table.speisekarte th {
  background-color: #eeeeee;
  padding: 6px;
  font-size: 0.9em;
  margin: 8px 8px 8px 8px;
  border: 1px solid #bbbbbb; /* #006666; */
}

div#Inhalt table.speisekarte th.info {
  background-color: #eeeeee;
  padding: 6px;
  font-size: 0.8em;
  margin: 8px 8px 8px 8px;
  border: 1px solid #bbbbbb; /* #006666; */
  font-weight: 500;
  font-style: italic;
}

div#Inhalt table.speisekarte td {
  padding: 10px 8px 0px 8px;
  font-size: 0.9em;
  vertical-align: top;
}

div#Inhalt table.speisekarte td em {
  font-weight: 600;
}

div#Inhalt table.impressum td {
  margin: 0px;
  padding: 4px 8px;
  text-align: left;
  vertical-align: top;
}

div#Inhalt table.impressum th {
  margin: 0px;
  padding: 4px 0px;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
}

div#Inhalt table.kontakt td {
  margin: 0px;
  padding: 0px 4px 4px 0px;
  text-align: left;
  vertical-align: top;
  line-height: 1.4em;
}

div#Inhalt table.kontakt th {
  margin: 0px;
  padding: 0px 4px 4px 0px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  line-height: 1.4em;
}

div#Inhalt em {
  font-style: italic;
  font-weight: 600;
}

/* Camping */
div#Inhalt table.camping {
  border-collapse: collapse;
  margin: 0px;
  padding: 10px;
  background-color: #ffffff;
}

div#Inhalt table.camping th {
  background-color: #eeeeee;
  padding: 6px;
  font-size: 0.9em;
  margin: 8px 8px 8px 8px;
  border: 1px solid #bbbbbb; /* #006666; */
  line-height: 1.2em;
}

div#Inhalt table.camping td {
  padding: 10px 8px 0px 8px;
  font-size: 0.9em;
  vertical-align: top;
  text-align: left;
  line-height: 1.2em;
}

div#Inhalt table.camping td em {
  font-weight: 600;
  font-style: normal;
}

/* Impressum */
div#Inhalt table.impressum td {
  margin: 0px;
  padding: 4px 8px;
  text-align: left;
  vertical-align: top;
}

div#Inhalt table.impressum th {
  margin: 0px;
  padding: 4px 0px;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
}

/* Kontakt */
div#Inhalt table.kontakt td {
  margin: 0px;
  padding: 0px 4px 4px 0px;
  text-align: left;
  vertical-align: top;
  line-height: 1.4em;
}

div#Inhalt table.kontakt th {
  margin: 0px;
  padding: 0px 4px 4px 0px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  line-height: 1.4em;
}

div#Inhalt em {
  font-style: italic;
  font-weight: 600;
}

* a.zurueck {
  font-size: 0.8em;
  font-weight: 600;
  color: #333;
  background-color: #eee;
  text-decoration: none;
  border: 1px solid #aaa;
  padding: 0px 4px 0px 4px;
  text-align: left;
}

/* Fusszeile ------------------------------------------------ */
div#Fusszeile {
  clear: both;
  font-size: 0.9em;
  margin: 4px 4px 4px 4px;
  padding: 0.1em;
  text-align: center;
  background-color: #eee;
  color: black;
  border: 1px solid #bbbbbb;
}

div#Fusszeile a {
  color: black;
}

div#Fusszeile span {
  font-weight: bold;
  color: #c33;
  text-decoration: underline;
}

div#Fusszeile a.lred {
  font-weight: 600;
  background: #eee;
  color: #660033;
}

div#Fusszeile a.lgrey {
  font-weight: 600;
  background: #eee;
  color: #666666;
}


/* Bildergallerie ------------------------------------------- */
div#Bild {
  font-size: 0.9em;
  float: right;
  text-align: center;
  width: 30em;
  margin: 8px 0 0 0;
  padding: 4px 4px 4px 4px;
  color: black;
  background-color: white;
  border: none;
}

div#Bild h1 {
  font-size: 0.9em;
  font-weight: 200;
  font-style: italic;
  padding: 4px 4px 4px 4px;
  margin: 0 0 0 0;
  border: none;
  color: black;
  background-color: white;
}

div#Bild ul {
  margin: 0 0 8px 0;
  padding: 4px 0 4px 0;
  border-bottom: 2px solid #silver;
}

div#Bild ul li {
  display: inline;
  list-style: none;
  padding: 1px 6px 6px 8px;
}