@charset "utf-8";
/*#############################################################################################################
-- HOTEL und RESTAURANT --  Grundeinstellungen   
#############################################################################################################*/ 
body {
 margin: 0;
 padding: 0;
 background-color:#DDE3E0;
 color: #000000;
 background-image:url(bilder/back.gif);
 background-repeat: repeat-y;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.7em;
 text-align: center; /* fr IE 5 */
}
body a {
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
}
body strong {
  color: #333333;
  background-color: #FFFFFF;
}
#wrapper {
 background-color: #FFFFFF;
 color: #000000;
 width: 860px;
 margin: 1% auto 1% auto;
 padding: 0;
 text-align: left; /* von center auf left */
}
/*#############################################################################################################
-- HOTEL und RESTAURANT --  Header mit Logo, Panorama-Bild und Sprachauswahl 
#############################################################################################################*/ 
/* Container für header_links und header_rechts */
#header {
 margin: 0;
 padding: 0 0 5px 0;
 width: 860px;
 height: 244px;
 font-size: 0.8em;
 background-color:#DDE3E0;
 color: #000000;
}
/* header links: Logo und Sprachauswahl (2 bzw. 3 x Flagge) */
#header_links {
 position: absolute;
 width: 200px;
 height: 244px;
 background-image: url(../bilder_style/header_back_links.gif);
 background-repeat: no-repeat;
 float: left;
}
#logo {
 margin: 23px 0 0 20px;
} 

#lang {
 margin: 20px 17px 0 0;
 padding: 0;
 text-align: center;
}
#lang li {
 display: inline;
}
#lang img {
 border: 1px solid #999999;
 padding: 0;
 margin: 0 5px 0 0;
}
/* header_rechts mit Panorama-Bild */
#header_rechts { 
 position: absolute;
 width: 660px;
 height: 244px;
 margin: 0 0 0 200px;
 background-image: url(../bilder_style/header_back_rechts.gif);
 background-repeat: no-repeat;
} 
#panorama_bild {
  margin: 10px 0 0 10px;
}
/*#############################################################################################################
-- HOTEL und RESTAURANT --  main mit linker u rechter Seitenleiste u Inhalt   
#############################################################################################################*/ 
#main {
  margin: 0;
  padding: 0;
  border-top: 1px solid #DDE3E0;
}
/* header_menue (Startseite - Restaurant bzw. Hotel - Impressum) */
#menue_top {
 padding: 0 10px 3px 5px;
 background-color:#DDE3E0;
 color: #000000;
 text-align: right;
}
#menue_top a {
 color: #000000;
 background-color: #DDE3E0;
 font-weight: bold;
 text-decoration: none;
}
#menue_top ul {
  margin: 0;
  padding: 0;
  }
#menue_top li {
 display: inline;
}
#menue_top li a:hover, #menue_top li a:active, #menue_top li a:focus {
  font-style: italic;
}
/*-------------------------------------------------------------------------------------------------------------*/
/* Inhalt  */
#content {
  background-color: #FFFFFF;
  color: #000000; 
  margin: 0 212px 0 206px;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 1.5em;
  padding-top: 3em;
  line-height: 1.5em;
}
#content .bild {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
#content h1 {
  font-size: 120%;
  text-decoration: none;
  text-align: center;
}
#content h2 {
  margin-top: 3em;
  font-size: 100%;
  text-decoration: none;
}
#content li {
  line-height: 1.8em;
}
#content img {
  border: 1px solid #666666 ;
}
/*-------------------------------------------------------------------------------------------------------------*/
/* Seitenleiste links mit Hauptmen */
#side_l {
  background-color: #DDE3E0;
  color: #000000;
  margin: 0 0 3em 0;
  padding: 0;
  /* display inline fr IE 6 - ansonsten fehlerhafte margin-left Darstellung */
  display: inline;
  width: 195px;
  float: left;
}
#menue ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
}
#menue li {
  display: block;
  margin-bottom: 2px;
}
#menue li a, #menue li a:link {
  text-decoration: none;
  color: #000000;
  background-color: #F7F2E2;
  font-weight: bold;
  display: block;
  width: 175px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
}  
#menue li a:hover, #menue li a:active, #menue li a:focus {
  color: #000000;
  background-color:#FFFFFF;
  font-style: italic;
}
/*-------------------------------------------------------------------------------------------------------------*/
/* Seitenleiste rechts */
#side_r {
  /* display inline IE 6 - ansonsten fehlerhafte margin Darstellung */
  display: inline;
  width: 198px;
  margin: 2px 2px 3em 0;
  color: #000000;
  background-color:#7DB097;
  border:1px solid #EBE7E0 ; 
  float: right;
}
#side_r .side_r_inner {
  margin: 5px;
}
#side_r .side_r_inner h1 {
  font-size: 100%;
  font-style: italic;
  text-align: center;
  background-color: #EBE7E0;
  color: #000000;
  margin: 0 0 5px 0;
  padding: 0;;
}
#side_r .side_r_inner ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#side_r .side_r_inner li {
  border: 1px solid #EBE7E0;
  padding: 8px;
  margin-bottom: 8px;
}
#side_r .side_r_inner li a, #side_r .side_r_inner a:link {
  color: #000000;
  background-color: #7DB097;
  font-weight: bold;
}
#side_r .side_r_inner h2 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
#side_r .side_r_inner p {
  font-size: 90%;
  margin: 0.5em;
}
.thumbnail {
  text-align: center;
  padding: 10px 0 10px 0;
}
.thumbnail img{
  border: 1px solid #666666;
}
/*#############################################################################################################
-- HOTEL und RESTAURANT --  Fusszeile
#############################################################################################################*/ 
#footer {
  background-color: #F7F2E2;
  color: #000000;
  padding: 0.5em;
  border-top: 1px solid #DDE3E0;
  font-size: 90%;
  clear: both;
}
#footer p {
  margin: 0;
  padding: 3px;
  text-align: center;
}
#footer a {
  text-decoration: none;
  color: #000000;
  background-color:#F7F2E2;
  font-weight: normal;
}
/* Preistabelle Hotel */
.tab_ho_preise {
  margin-left: auto;
  margin-right: auto;
  width: 360px;
  background-color:#EBE7E0;
  color: #000000;
  border: none;
  text-align: center;
}
.tab_ho_preise th {
  background-color:#7DB097;
  color: #FFFFFF;
  padding: 5px ;
}
.tab_ho_preise td {
  background-color: #FFFFFF;
  color: #000000;
  padding: 3px;
}
/* Hotel Pauschalen und Programm*/
.ho_pauschalen_programm_ueberschrift {
  color: #FFFFFF;
  background-color: #7DB097;
  text-align: center;
}
.ho_pauschalen_programm_preis {
  font-weight: bold;
  font-size: 110%;
  text-align: right;
  margin-bottom: 40px;
  padding-top: 10px;
  border-bottom: 1px solid #7DB097;
}
#kontakt {
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #DDE3E0;
  border-bottom: 1px solid #DDE3E0;
  line-height: 1em;
  text-align: center;
}
#kontakt a {
  text-decoration: none;
  color: #000000;
  background-color:#F8F8F8;
  font-weight: normal;
}
/* Kontaktformular */
#kontaktformular {
   background-color: #F8F8F8;
   color: #000000;
   padding: 20px;
   border: 1px solid #DDE3E0;
}
#kontaktformular label {
   display: block; /* Beschriftung auf eigener Zeile */
   cursor: pointer; /* Mauszeiger wird zur Hand */
}
#kontaktformular input#absender, input#name, textarea {
   width: 300px;
   border: 1px solid #DDE3E0;
   margin-bottom: 1em;
   font-size: 1em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
#kontaktformular textarea {
   height: 7em;
}
#kontaktformular input#absender:focus, input#name:focus, textarea:focus {
   background-color: #F9F9F9;
   color: #000000;
}
/* Datenbankfehler */
.db_fehler {
  font-weight: bold;
}
.db_fehler a {
  color:#000000;
  background-color:#FFFFFF;
}  