html {
        scrollbar-base-color: #FFE8BE;
        scrollbar-arrow-color: #231F20;
        scrollbar-face-color: #F3D39A;
        scrollbar-track-color: #FFE8BE;
        scrollbar-darkshadow-color: #231F20;
        scrollbar-3dlight-color: #E48D1A;
}

body {
  margin:0;
  padding:10px 0 10px 0;
   background-color: #FDF1DB;
  text-align: center; /* main-Box zentrieren in IE 5 und hoeher */
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 100,1%;

       background-image: url(../images/body_bg.jpg);
        background-repeat: repeat-x;
        background-position: top left fixed;

}

a {
  color: #000000;
  font-weight: bold;
}

#topnav {
text-align: right;
font-size: 0.7em;
color: #808080;
margin: 0 auto;
padding: 0;
width: 950px;
}

#topnav a {
text-decoration: none;
color: #808080;
}

#header {
  margin:0 auto;
  padding:0;
  background-color: #F3D39A;
  width: 950px;
  height: 185px;
}

#main1 {
  margin: 0 auto;
  padding: 0;
  background-color: #F3D39A;

  width: 950px;

  background-image: url(../images/logo_linke_spalte.jpg);
  background-repeat: no-repeat;
  background-position: 30px bottom;
}

#left {
  float:left;
  width:170px;
  margin:0;
  padding:0;
  text-align: left;
        overflow: hidden;
}

/*Listen*/
#left ul{
  list-style-type: none;
  padding-left: 1.1em;
  padding-right: 5px;
  margin-left: 5px;
  margin-top: 90px;
  margin-bottom:7px;
}

#left li{
  margin: 5px 0;
  padding: 5px;
  text-transform: uppercase;
  font-size: 0.9em;

}

#left a {
        color: #C9954C;
        text-decoration: none;
        font-weight: bold;
}

.no-link {
  font-weight: bold;
  border-bottom: 1px solid #D8A45B;
  background-color: #FCE5BB;
  color: #241D24;
}



#right {
  float:right;
  width:170px;
  margin:90px 0 0 0;
  padding:0;
}

.rechte_bilder {
margin: 0 0 20px 0;
padding:0;
}

#middle {
        margin: 0 170px;
        padding: 0;
        background-color: #FFE8BE; /*background-image: url(../images/linie_unten.jpg);
  background-repeat: repeat-x;
  background-position: bottom;*/
        min-height: 600px;
        font-size: 0.8em;
        text-align: left;
        border-bottom: 14px solid #E48D1A;
}

#topbild { /* definiert den slogan über dem Inhalt */
  height: 60px;
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #FFF0D9;
  overflow: hidden;
}

h1 {
  margin: 50px 10px 10px 2px; /* top, right, bottom, left */
  padding: 0 10px 0 10px;
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", serif;
        font-style: italic;
}

h2 {
  margin: 50px 10px 10px 2px; /* top, right, bottom, left */
  padding: 0 10px 0 10px;
  font-size: 1.1em;
  font-family: Georgia, "Times New Roman", serif;
}

p{
  margin: 10px 10px 10px 10px; /* top, right, bottom, left */
  line-height: 150%;
}

/* textbox muß überall da um den Text sein, wo unten Bilder erscheinen sollen)*/

p.handschrift {
font-family: "Staccato222 BT" ,Arial, Helvetica, sans-serif;
font-size: 1.5em;
  margin: 10px 10px 10px 10px; /* top, right, bottom, left */
  line-height: 150%;

}

/* Liste im shop.php */
ul.shop {
 line-height: 175%;
 /*font-weight: bold;*/
}

td.gaestebuch{
        padding: 5px;
        background-color: #F3D39A;
        border-right: 8px solid #E48D1A;
}

.gaestebuch_formular{
        background-color:  #F3D39A;

}

.formular {
        background-color: #FDF6EA;
        border: 1px solid #E48D1A;
}

.schaltflaeche {
        background-color: #FDF6EA;
        border: 1px solid #E48D1A;
}



.cleaner {
  clear:both;
        height: 1px;
  font-size: 1px;
  border:none;
  margin:0;
  padding:0;
  background:transparent;
}

/* [Bildvergroesserung*/
#zeigedasbild{
        position: absolute;
        visibility: hidden;
        border: 1px solid #231F20;
        background-color: #FFE8BE;
        padding: 5px;
}

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

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

/* Shop-Formatierungen */
#rahmen {
  border: 1px solid #E48D1A;
  padding: 0;
  }

#formular {
        background-color: #FDF6EA;
        border: 1px solid #E48D1A;
}

#schaltflaeche {
        background-color: #FDF6EA;
        border: 1px solid #E48D1A;
}











/* end: Shop-Formatierungen */