  body {
    /*color: #5f3912;*/
    color: black;
    background-color: #ddbb99;
    font-size: 12px;
    font-family: "Comic Sans MS",Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
	text-align: center;
	vertical-align: top;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	overflow:scroll;
  }

  p a {
    text-align:left
  }

  h1 {
    font-size: 16px;
    margin: 0; padding: 0px 0px 10px 0px;
    text-align: left;
    color: #043269;
  }
  h3 
  {
	font-size: 12px;
    margin: 0; padding: 0px 0px 10px 0px;
    text-align: left;
    color: #043269;
  }
  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }
  img 
  {
	border: none;
  }
  table
  {
	margin: 0px 0px 0px 0px;
	border: none;
  }
  
  th 
  {
	padding: 10px 0px 2px 0px;
  }
  .th-line 
  {
	padding: 10px 0px 2px 0px;
	border-top: solid 1px #5f3912;
  }
  .hr-white
  {
	color: #ffffff;
  }
  #canvas 
  {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 850px;
  }
  
  .galerie 
  {
	text-align:center;
	margin: 0px 0px 0px 0px;
  }
  .hinweis
  {
	font-size: 80%;
  }
  
  #reservierungbutton
  {
    /*float: right; 
    width: 162px;*/
	background-color:#043269;
	border: solid 2px white;
	color:White;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	width: 145px;
	text-align:center;
  }

  #reservierungbutton a {
    padding: 0px;
    /*font-weight: bold;*/
    text-decoration: none;
  }
  #reservierungbutton a:link {
    color: #ffffff;
  }
  #reservierungbutton a:visited {
    color: #ffffff; 
  }
  #reservierungbutton a:hover {
    color: #5f3912; 
  }
  #reservierungbutton a:active {
    color: white; 
  }
  #partner 
  {
  margin: 3px 3px 3px 3px;
  }

  #partner li 
  {
	font-size: 11px;
    list-style: none;
  }

/*----------------------------------------------------------
  Navigation
  ----------------------------------------------------------*/

  ul#Navigation {
    font-size: 12px;
    float: left; 
    width: 161px;
    margin: 0px 10px 0px 10px; 
    padding: 0px;
  }
  ul#Navigation li {
    list-style: none;
    margin: 2px 0px 0px 0px; 
    padding: 12px 0px 0px 0px;
    /*height: 38px;*/
    min-height:38px;
    text-align: center;
    font-weight: bold;
  } 
  ul#Navigation a {
    display: block;
    margin: 3px; 
    font-weight: bold;
    text-decoration: none;
  } 
  ul#Navigation a:link {
    /*color: #5f3912;*/
    color: black;
  }
  ul#Navigation a:visited {
    /*color: #5f3912; */
    color: black; 
  }
  ul#Navigation a:hover {
    color: #043269; 
  }
  ul#Navigation a:active {
    color: white; 
  }
  #NavCurrent {
    background-image: url(img/NavCurrent_background.jpg);
    background-repeat:no-repeat;
  }
  .NavOther 
  {
    background-image: url(img/navi_background.jpg);
  }

/*----------------------------------------------------------
  teaser (Info)
  ----------------------------------------------------------*/

  div#Info {
    float: right; 
    width: 162px;
    margin: 0px 20px 0px 10px; 
    padding: 0px;
  }
  div#Info h2 {
    font-size: 12px;
    margin: 0px 0px 0px 0px; 
    padding: 10px 0px 0px 0px;
    height: 30px;
    background-image: url(img/teaserhead_background.jpg);
    text-align: center;
  }
  a#action{
    display: block;
    width: 150px;
    text-align:center;
	color:white;
	background: #043269;
	border: solid 1px #043269;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
	padding: 2px 0px 2px 0px;
	}
	
  .TeaserWeissOben
  {
    margin: 0px 0px 0px 0px; 
    padding: 25px 20px 0px 20px;
    background-image: url(img/teaser_background.jpg);
  }
  .TeaserWeissMitte 
  {
    font-size: 11px;
    margin: 0px 0px 0px 0px; 
    padding: 25px 20px 0px 20px;
    height: 278px;
    background-image: url(img/teaser_background.jpg);
  }
  .TeaserWeissUnten
  {
    margin: 0px 0px 0px 0px; 
    padding: 25px 20px 0px 20px;
    background-image: url(img/teaser_background.jpg);
  }
  .TeaserBlauOben
  {
    margin: 0px 0px 0px 0px; 
    padding: 20px 20px 0px 20px;
    background-image: url(img/teaser_blau_oben.jpg);
    width: 110px;
  }
  .TeaserBlauMitte
  {
    font-size: 11px;
    font-weight: bold;
    color: #043269;
    margin: 0px 0px 0px 0px; 
    padding: 5px 20px 0px 20px;
    background-image: url(img/teaser_blau_mitte.jpg);
    width: 110px;
  }
  .TeaserBlauUnten
  {
    margin: 0px 0px 0px 0px; 
    padding: 20px 20px 0px 20px;
    background-image: url(img/teaser_blau_unten.jpg);
    width: 110px;
  }

/*----------------------------------------------------------
  Inhalt
  ----------------------------------------------------------*/
  div#Inhalt {
    margin: 0 185px 10px 180px;
    padding: 0px 10px;
    text-align: left;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt h2 {
    font-size: 1.0em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 10px 0px 0px 0px;
  }
  div#Inhalt img {
    margin: 5px 0px 5px 0px;
  }
  div#Inhalt table {
	border: 0px;
	width: 470px;
  }
  a:link {
    color: #5f3912;
  }
  a:visited {
    color: #5f3912; 
  }
  a:hover {
    color: #043269; 
  }
  a:active {
    color: white; 
  }
  .HSaison {
	background-color: #7a9999;
	text-align:center;
  }
  .NSaison {
	background-color: #806040;
	color: White;
	text-align:center;
  }
	.preise 
	{
		padding: 8px 10px 0px 0px;
		vertical-align: top;
	}


/*----------------------------------------------------------
  Gaestebuch
  ----------------------------------------------------------*/
.gbtableheader {
	background : #293C43;
	color : #ffffff;
    font-size: 12px;
	font-weight : bold;
	padding: 3px;
    width: 135px;
    height: 20px;
}

.gblinks 
{
	width: 120px;
}

.bewertung
{
	width: 300px;
	background : #293C43;
}

/*----------------------------------------------------------
  Fußzeile
  ----------------------------------------------------------*/
  p#Fusszeile {
    clear: both;
    font-size: 10px;
    margin: 0; padding: 0.1em;
    text-align: left;
	width: 840px;
  }
/*----------------------------------------------------------
  Header/Meta-Navigation
  ----------------------------------------------------------*/
  #header {
	MARGIN: 0px; 
	HEIGHT: 110px; 
	width: 840px;
	text-align: left;
  }
  #header p 
  {
    float: right;
    font-size: 10px;
    margin: 60px 10px 0px 0px; 
    padding: 9px 0px 0px 0px;
    height: 24px; 
    width: 98px;
    text-align: center;
  }
  
  .MetaNavOther {
    background-image: url(img/meta_background.jpg);
  }
  .MetaNavCurrent {
    background-image: url(img/MetaNavCurrent_background.jpg);
  }
  #header a {
    padding: 0px;
    font-weight: bold;
    text-decoration: none;
  }
  #header a:link {
    /*color: #5f3912;*/
    color: black;
  }
  #header a:visited {
    /*color: #5f3912; */
    color: black;
  }
  #header a:hover {
    color: #043269; 
  }
  #header a:active {
    color: white; 
  }

