/*******************************************************/
/**** Standard-Vorgaben                             ****/
/*******************************************************/

body {
  /* Seiten-Hintergrundfarbe */
  background-color: #582935;
  /* Seiten-Hintergrundbild */
  background-image: url(bilder/background.jpg);
  background-repeat: repeat-x;
}

div, span, p, a {
  /* Standard-Schriftgröße */
  font-size: 11px;
  /* Standard-Schriftfarbe */
  color: #3a2416;
  /* Standard-Schrift */
  font-family: Georgia,Verdana,Papyrus,Georgia,Arial,sans-serif;
  /* Standard-Zeilenhöhe */
  line-height: 1.4em;
}

a {
  /* Standard-Linkfarbe */
  color: #6b3b57;
  /* Standard-Linkunterstreichung */
  text-decoration: none;
}

h1 {
  /* Schriftgröße Überschrift erster Stufe */
  font-size: 15px;
  /* Schriftfarbe Überschrift erster Stufe */
  color: #6b3b57;
  /* Schriftgewicht Überschrift erster Stufe */
  font-weight: bold;
  /* Zeilenhöhe Überschrift erster Stufe */
  line-height: 1.4em;
  /* Einrückung Überschrift erster Stufe */
  padding-left: 0;
  /* Abstand nach unten Überschrift erster Stufe */
  margin-bottom: 15px;
}

h2 {
  /* Schriftgröße Überschrift zweiter Stufe */
  font-size: 13px;
  /* Schriftfarbe Überschrift zweiter Stufe */
  color: #6b3b57;
  /* Schriftgewicht Überschrift zweiter Stufe */
  font-weight: bold;
  /* Zeilenhöhe Überschrift zweiter Stufe */
  line-height: 1.4em;
  /* Einrückung Überschrift zweiter Stufe */
  padding-left: 0;
}

#header {
  /* Standard Header-Hintergrundbild (1001x243 Pixel) */
  background-image: url(bilder/header-gerade.jpg);
}

#content-left {
  /* Standard Inhalt-links-Hintergrundbild (628x438 Pixel) */
  background-image: url(bilder/content-left-gerade.jpg);
}

#content-left-inner {
  /* Abstand des Textes vom Rand von content-left (oben rechts unten links) */
  /* margin: 47px 18px 0 77px; */
  margin: 47px 18px 0 42px;
  overflow: visible;
}

#content-right {
  /* Standard Inhalt-rechts-Hintergrundbild (373x438 Pixel) */
  background-image: url(bilder/content-right-gerade.jpg);
}

#footer {
  /* Standard Footer-Hintergrundbild (1001x56 Pixel) ... */
  background-image: url(bilder/footer.jpg);
  background-repeat: repeat-x;
}

#partyservice {
  /* Position und Größe des Partyservice-Bildes */
  position: absolute;
  height: 57px;
  left: 768px;
  top: 15px;
  width: 168px;
}

#partyservice-inner {
  /* Logo-Bild (muss zu den obigen Maßangaben passen) */
  background-image: url(bilder/leer.gif);
}

#navi #navi-willkommen p {
  background-image: url(bilder/navi-willkommen.jpg);
  background-repeat: no-repeat;
}

#navi #navi-willkommen:hover p, #navi #navi-willkommen p.active {
  background-image: url(bilder/navi-willkommen-aktiv.jpg);
  background-repeat: no-repeat;
}

#navi #navi-aktuelles p {
  background-image: url(bilder/navi-aktuelles.jpg);
  background-repeat: no-repeat;
}

#navi #navi-aktuelles:hover p, #navi #navi-aktuelles p.active {
  background-image: url(bilder/navi-aktuelles-aktiv.jpg);
  background-repeat: no-repeat;
}

#navi #navi-weinkarte p {
  background-image: url(bilder/navi-weinkarte.jpg);
  background-repeat: no-repeat;
}

#navi #navi-weinkarte:hover p, #navi #navi-weinkarte p.active {
  background-image: url(bilder/navi-weinkarte-aktiv.jpg);
  background-repeat: no-repeat;
}
  
#navi #navi-weingueter p {
  background-image: url(bilder/navi-weingueter.jpg);
  background-repeat: no-repeat;
}

#navi #navi-weingueter:hover p, #navi #navi-weingueter p.active {
  background-image: url(bilder/navi-weingueter-aktiv.jpg);
  background-repeat: no-repeat;
}

/*<!-- #navi #navi-speisekarte {
  width: 179px;
}--> */

#navi #navi-speisekarte p {
  background-image: url(bilder/navi-speisekarte.jpg);
  background-repeat: no-repeat;
}

#navi #navi-speisekarte:hover p, #navi #navi-speisekarte p.active {
  background-image: url(bilder/navi-speisekarte-aktiv.jpg);
  background-repeat: no-repeat;
}

#navi #navi-gallery p {
  background-image: url(bilder/navi-gallery.jpg);
  background-repeat: no-repeat;
}

#navi #navi-gallery:hover p, #navi #navi-gallery p.active {
  background-image: url(bilder/navi-gallery-aktiv.jpg);
  background-repeat: no-repeat;
}

#navi #navi-kontakt p {
  background-image: url(bilder/navi-kontakt.jpg);
  background-repeat: no-repeat;
}

#navi #navi-kontakt:hover p, #navi #navi-kontakt p.active {
  background-image: url(bilder/navi-kontakt-aktiv.jpg);
  background-repeat: no-repeat;
}

#footer-first {
  /* Schriftfarbe erste Fußzeile */
  color: #dbb9b9;
  /* Zeilenhöhe erste Fußzeile */
  line-height: 1.4em;
  /* Schriftgewicht erste Fußzeile */
  font-weight: bold;
  /* Schriftgröße erste Fußzeile */
  font-size: 12px;
}

#footer-second a {
  /* Schriftfarbe der Links in der zweite Fußzeile */
  color: #dbb9b9;
  /* Zeilenhöhe der Links in der zweite Fußzeile */
  line-height: 1.4em;
  /* Schriftgewicht der Links in der zweite Fußzeile */
  font-weight: normal;
  /* Schriftgröße der Links in der zweite Fußzeile */
  font-size: 11px;
  /* Unterstreichung der Links in der zweite Fußzeile */
  text-decoration: none;
}

/*******************************************************/
/**** willkommen                      ****/
/*******************************************************/

#page-willkommen #content-left-inner {
  /* margin: 20px 0 0 40px; */
  margin: 20px 0 0 60px;
  text-align: center;
}

#page-willkommen #content-left-inner img {
  margin: 7px 0 0 -16px;
}

#page-willkommen #content-right-inner #start-animation {
  margin: 0 0 0 43px;
  width: 285px;
  height: 380px;
}

#page-willkommen #content-right-inner {
    margin: 30px 0 0 -5px;
}


#placeholder-willkommencaption {
  /* height: 20px; */
  height: 0px;
  width: 540px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
  text-align: center;
}

#placeholder-willkommen {
  margin: 18px 0 0 15px;
  height: 365px;
  width: 530px;
  font-family: Papyrus,Georgia,Papyrus,Georgia,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  overflow: auto;
  text-align: center;
  border: none;
}
/*******************************************************/
/**** weingueter                                      ****/
/*******************************************************/

#page-weingueter #content-left-inner {
  margin: 20px 0 0 60px;
}

#page-weingueter #content-left-inner img {
  margin: 7px 0 0 -18px;
}

#page-weingueter #content-right-inner {
    margin: 30px 0 0 -5px;
}

#page-weingueter #content-right-inner #start-animation {
  margin: 0 0 0 43px;
  width: 285px;
  height: 380px;
}


#placeholder-weingueter {
  margin: 18px 0 0 22px;
  height: 365px;
  width: 530px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  overflow: auto;
  text-align: left;
  border: none;
}
/*
#placeholder-weingueter {
  height: 255px;
  width: 540px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  overflow: hidden;
  border:solid;
}*/

#placeholder-weinguetercaption {
  /*height: 20px;*/
  height: 0px;
  width: 540px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
}

/*******************************************************/
/**** speisekarte                      ****/
/*******************************************************/

#page-speisekarte #content-left-inner {
  margin: 20px 0 0 60px;
}

#page-speisekarte #content-left-inner img {
  margin: 7px 0 0 -18px;
}

#page-speisekarte #content-right-inner {
    margin: 30px 0 0 -5px;
}

#page-speisekarte #content-right-inner #start-animation {
  margin: 0 0 0 43px;
  width: 285px;
  height: 380px;
}

#placeholder-speisekartecaption {
  /* height: 20px; */
  height: 0px;
  width: 540px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
}

#placeholder-speisekarte {
  margin: 18px 0 0 22px;
  height: 365px;
  width: 530px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  overflow: auto;
  text-align: center;
  border: none;
}

/*******************************************************/
/**** Galerie                                      ****/
/*******************************************************/
#page-gallery #content-left {
  width: 1000px;
  background-image: url(bilder/content-left-onecol-gal.jpg);
}

#page-gallery #gallerytitel {
    display: none;
}
#page-gallery #gallery-image img {
    /**border: 2px solid #E59027;**/
}

#page-gallery #header {
  /* Standard Header-Hintergrundbild (1001x243 Pixel) */
  background-image: url(bilder/header-gal.jpg);
}

#page-gallery #logo {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 250px;
  height: 80px;
}

/*******************************************************/
/**** aktuelles	                                 ****/
/*******************************************************/
#page-aktuelles #content-left-inner {
  /* margin: 20px 0 0 40px; */
  margin: 20px 0 0 60px;
  text-align: center;
}

#page-aktuelles #content-left-inner img {
  margin: 7px 0 0 -16px;
}

#page-aktuelles #content-right-inner {
    margin: 30px 0 0 -5px;
}

#page-aktuelles #content-right-inner #start-animation {
  margin: 0 0 0 43px;
  width: 285px;
  height: 380px;
}

#placeholder-aktuellescaption {
  /* height: 20px;*/
  height: 0px;
  width: 540px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
  text-align: center;
}

#placeholder-aktuelles {
  margin: 18px 0 0 22px;
  height: 365px;
  width: 530px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  overflow: auto;
  text-align: center;
  border: none;
}

/*******************************************************/
/**** weinkarte	                                 ****/
/*******************************************************/
#page-weinkarte #content-left-inner {
  /* margin: 20px 0 0 40px; */
  margin: 20px 0 0 60px;
  text-align: center;
}

#page-weinkarte #content-left-inner img {
  margin: 7px 0 0 -16px;
}

#page-weinkarte #content-right-inner {
    margin: 30px 0 0 -5px;
}

#page-weinkarte #content-right-inner #start-animation {
  margin: 0 0 0 43px;
  width: 285px;
  height: 380px;
}


#placeholder-weinkartecaption {
  /* height: 20px;*/
  height: 0px;
  width: 540px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
  text-align: center;
}

#placeholder-weinkarte {
  /*margin: 18px 0 0 22px;*/
  margin: 0 0 0 10px;
  height: 365px;
  width: 543px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  overflow: auto;
  text-align: center;
  border: none;
}

/*
#placeholder-aktuelles {
  height: 255px;
  width: 540px;
  font-family: Papyrus,Georgia,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  overflow: hidden;
  text-align: center;
} */
/*******************************************************/
/**** Kontakt                                       ****/
/*******************************************************/

#page-kontakt #content-left {
  width: 1000px;
  background-image: url(bilder/content-left-onecol-kontakt.jpg);
}

#page-kontakt #content-left-inner {
  margin: 20px 0 0 77px;
}

#page-kontakt #content-left .form-label {
  position: absolute;
  height: 16px;
  width: 200px;
  color: #772c15;
  font-size: 11px;
}

#page-kontakt #content-left .form-input {
  position: absolute;
  height: 29px;
  width: 228px;
}

#page-kontakt #content-left .form-input-inner {
  height: 100%;
  width: 100%;
  background-image: url(bilder/kontakt-input.png);
  background-repeat: no-repeat;
}

#page-kontakt #content-left .form-input input {
  height: 16px;
  line-height: 16px;
  width: 212px;
  padding: 0;
  border: 0 none;
  margin: 6px 8px 7px 8px;
  background: none;
  position: relative;
}

#page-kontakt #content-left #form-label-name {
  left: 75px;
  top: 268px;
}

#page-kontakt #content-left #form-input-name {
  left: 57px;
  top: 292px;
}

#page-kontakt #content-left #form-label-email {
  left: 75px;
  top: 330px;
}

#page-kontakt #content-left #form-input-email {
  left: 57px;
  top: 354px;
}

#page-kontakt #content-left #form-label-betreff {
  left: 75px;
  top: 392px;
}

#page-kontakt #content-left #form-input-betreff {
  left: 57px;
  top: 416px;
}

#page-kontakt #content-left .form-textarea {
  position: absolute;
  height: 295px;
  width: 500px;
  top: 263px;
  left: 346px;
}

#page-kontakt #content-left .form-textarea-inner {
  height: 100%;
  width: 100%;
  background-image: url(bilder/kontakt-textarea.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

#page-kontakt #content-left .form-textarea-label {
  margin: 15px 0 0 28px;
  height: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #a6a6a6;
  overflow: hidden;
}

#page-kontakt #content-left .form-textarea-inner textarea {
  position: relative;
  height: 241px;
  width: 444px;
  margin: 10px 0 0 28px;
  padding: 0;
  border: 0 none;
  background: none;
  overflow: auto;
}

#page-kontakt #content-left .form-submit {
  position: absolute;
  width: 110px;
  height: 27px;
  left: 811px;
  top: 546px;
}

#page-kontakt #content-left .form-submit-inner {
  width: 100%;
  height: 100%;
  background-image: url(bilder/kontakt-button.png);
  background-repeat: no-repeat;
}

#page-kontakt #content-left .form-submit input {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  background: none;
  text-align: center;
  color: #424141;
  padding: 2px 0 6px 0;
  line-height: 20px;
}

#page-kontakt #content-left #impressum {
  position: absolute;
  height: 100px;
  width: 600px;
  top: 560px;
  left: 47px;
  margin: 0 28px;
  color: #7d3c0f;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: -1px;
}

#page-kontakt #content-left #impressum a {
  color: #7d3c0f;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: -1px;
  text-decoration: underline;
}

