/* css */

html {
  scrollbar-arrow-color: #993333;
  scrollbar-base-color: #F5DEB3;
  scrollbar-face-color: #FFFFCC;
  scrollbar-highlight-color: #F5DEB3;
}

body {
  background-color: #FFFFCC;
  font-size: 100.01%;
  font-family: Georgia,"Times New Roman", Times, serif;
  color: #9A3334;
  width: 100.01%;
  height: 100.01%;
  margin: 0;
  padding: 0;
}

a.rueck:link, a.rueck:visited{ /* Link im Inhaltsbereich*/

  padding: 2px;
  border: 1px solid #993333;
  text-decoration: none;
  color: #993333;
  margin-right: 2em;
}

#inhaltsbox a:link, #inhaltsbox a:visited{

}

#inhaltsbox a:hover, #inhaltsbox a:focus{
  background-color: #F5DEB3;
}


#logo_bild{ /* box für das/ die bunten Bildchen über derLeiste */
  width: 611px;
  margin-left: auto;
  margin-right: auto;
}

#mittelstreifen{ /* durchlaufender Streifen i.d. Mitte */
  width: 100%;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
        margin-bottom: 0;
  background-image: url(../images/layout/mittelstreifen.gif);
  background-repeat: repeat-x;
}

#leiste_unten{ /* unterer Teil der Deko Leiste*/
  width: 100%;
  height: 19px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/layout/bottom_bg.jpg);
  background-repeat: repeat-x;
}

#navigationsbox{ /* nimmt die Seiten Navi auf*/
width: 701px;
padding-top: 8px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
}


#inhaltsbox {
        width: 550px;
        margin-top:0px;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        padding: 25px 5px 0 5px;
}


.initial:first-letter {
        font-size: 300%;
        color: #FFFFCD;
        background-color: #993333;
        padding: 2px;
        margin-right: 2px;
}

address:first-letter {
        font-size: 300%;
        color: #FFFFCD;
        background-color: #993333;
				font-style: normal;
        padding: 2px;
        margin-right: 2px;
}

address {
	font-style: normal;
}


h2, .ueberschrift2 {
        font-size: 1.1em;
        font-weight: bold;
}

/*Listen*/
ul{
        padding-left: 1.1em;
        margin-left: 0;
        margin-top: 2px;
        margin-bottom:7px;
}

 li{
        margin: 0;
        padding: 0;
}

/* philosophie*/

.bild_mit_unterschrift_rechts{
        float: right;
        width: 200px;
        margin-left: 5px;
}

.bild_mit_unterschrift_links{
        float: left;
        width: 200px;
        margin-right: 5px;
}

.bildunterschrift{
        font-size: 0.7em;
        font-style:italic;
}


/*erzeugnisse */
.header_erzeugnisse {
        background-color: #FFCC99;
        width: 100%;
        font-weight: bold;

}

img.bild_rechts {
        float: right;
        border: 1px solid #993333;
        padding: 2px;
}

.kleingedrucktes {
	font-size: 80%;
}

.kleingedrucktes a{
	color: #993333;
}



.clear {
        clear: both;
}

/*gaestehaus*/


/*neuigkeiten*/
.schmuckschrift{
        font-family: "Tempus Sans ITC", Georgia, "Times New Roman", serif;
        font-size:  1.2em;
}

/* footer */
#footer {
	width: 1000px;
	margin: auto;
	text-align: center;
	font-size: 0.7em;
	color: #993333;
	border-top: 1px solid #993333;
	padding: 10px 0;
}

#footer a {
	color: #993333;
	text-decoration: none;
}

/* [Bildvergroesserung*/
#zeigedasbild{
        position: absolute;
        visibility: hidden;
        border: 1px solid #990000;
        background-color: #FFFFCC;
}

#leiste{
        background-color: #FFFFCC;
        min-width: 100px;
}

#leiste #schliessen_text{
font-family: Arial;
font-size: 10px;
margin-right: 1px;
}
/* Bildvergroesserung]*/
