html {
  scrollbar-base-color: #F6FAAB;
  scrollbar-arrow-color: #3C4049;
  scrollbar-face-color: #EAEE9F;
  scrollbar-track-color: #DDE192;
  scrollbar-darkshadow-color: #3C4049;
  scrollbar-3dlight-color: #3C4049;
  height: 100%;
}

body {
  height: 100%;
  background-color: #DDE192;
  font-family: "Trebuchet MS",Arial,Helvetica, sans-serif;
  font-size: 100.01%;
  color: #3F424C;
  margin: 0;
  padding: 0;
  border: 0 solid #DCE8BB;
}

#layout{
  width: 800px;
  min-height: 100%;
  height:auto !important; /* moderne Browser */
  height:100%; /* IE */
  margin: auto;
  padding: 0px;
  border-left: 1px solid #3E3D4B;
  border-right: 1px solid #3E3D4B;
  border-bottom: 1px solid #3E3D4B;
  background-color: #F6FAAB;
}

a{
  color: #3F424C;
}

a.toplink {
  text-decoration: none;
}



.struktur {
  margin: 0;
  padding: 0px;
}

/*Formatierungen fuer die Weinliste */
.weinliste {
	border: 1px solid #827FA0;
	border-collapse: collapse;
}

table.weinliste{
  width: 545px;
  margin-left: 10px;
}

td.weinliste{
	padding: 2px;
	font-size: 0.9em;	
}

td.weinliste-header{
	padding: 2px;
	font-size: 0.9em;
	background-color: #CDE27D;
}

#top {
  margin: 0px;
  padding: 0px;
  border: 0 none;
  width: 800px;
  height: 110px;
  background-image: url(../img/weinbau-brehm.jpg);
  background-repeat: no-repeat;
}

#bildbox {
  position: relative; left: 285px;
}

.top_bild {
  margin-right:10px;
  margin-top: 10px;
  border: 2px;
  border-color: White;
}

h1 {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-family:  "Monotype Corsiva", "Trebuchet MS", Arial, fantasy;
  font-weight: bold;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.inhalt {
  /*border: 1px solid #000000;*/
  width: 550px;
  font-size: 0.9em;
  margin: 10px;
}

ul {
  font-size: 0.9em;
	line-height: 100%;
}

td {
  vertical-align: top;
  text-align: left;
}

#navi {
  margin: 0px;
  padding: 0px;
  width: 225px;
}

.home {
  display: block;
  width: 225px;
  height: 26px;
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: url(../img/home_aktiv.jpg);
  background-repeat: no-repeat;
}

.weinbau{
  display: block;
  width: 225px;
  height: 26px;
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: url(../img/weinbau_aktiv.jpg);
  background-repeat: no-repeat;
}

.strausswirtschaft{
  display: block;
  width: 225px;
  height: 26px;
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: url(../img/strausswirtschaft_aktiv.jpg);
  background-repeat: no-repeat;
}

.gaestehaus{
  display: block;
  width: 225px;
  height: 26px;
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: url(../img/gaestehaus_aktiv.jpg);
  background-repeat: no-repeat;
}

.impressum{
  display: block;
  width: 225px;
  height: 25px;
  margin: 0px;
  padding: 0px;
  border: none;
  background-image: url(../img/impressum_aktiv.jpg);
  background-repeat: no-repeat;
}

.hidden img {
  visibility: hidden;
}



.footer {
  font-size: 0.7em;
}

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

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

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