
/* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
html { height: 100% }
body { min-height: 101%;}

body {
  margin: 0;
  padding: 0;
  background: #fff url(../images/bg.jpg) top left repeat-x; 
  font-family: "Times New Roman",Times,Georgia,serif; 
  color: #666;
  font-size: 13px;
}

h1, h2, h3, h4 {
  font-size: 15px;
}

p {
  text-align: justify;
}

a {
  color: #60ac43;
  text-decoration: none;
}

#wrapper {
  position: relative;
  width: 933px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 20px;
}

#logo {
  float: left;
  margin-top: 20px;
}

#logo a {
  text-decoration: none;
}

#logo a img {
  border: none;
}

#pix {
  float: left;
  margin-top: 20px;
}

#pix img {
  margin-left: 40px;
  border: none;
}

#teaser {
  float: left;
  width: 400px;
  height: 176px;
  margin-top: 20px;
  margin-left: 40px;
  color: #d8bf61;
  line-height: 150%;
  overflow: hidden;
}

#teaser h1 {
  font-weight: normal;
  font-size: 22px;
  color: #60ac43;
  line-height: normal;
}

#menu {
  clear: both;
	height: 20px;
 	padding-top: 23px; 
}

#menu ul {
	margin: 0px 0 0 56px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu ul ul {
  display: none; /* 2. Ebene im Hauptmenü ausblenden */
}

#menu li {
	float: left;
	width: 178px;
	margin: 0 0 0 40px;
	padding: 0;
 	display: inline; /* wegen IE6 double margin bug*/	
}

#menu a {
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #d8bf61;
}

#submenu {
  margin-top: 12px;
  height: 20px;
}

#submenu ul {
	margin: 0px 0 0 76px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#submenu ul ul {
  display: none; /* 2. Ebene im Hauptmenü ausblenden */
}

#submenu li {
	float: left;
	width: auto;
	margin: 0 0 0 20px;
	padding: 0;
 	display: inline; /* wegen IE6 double margin bug*/	
}

#submenu a {
	text-decoration: none;
	font-size: 13px;
	color: #666;
}

#submenu a:hover {
	text-decoration: none;
	color: #60ac43;
}

#content {
  margin-left: 533px;
  padding-top: 20px;
  min-height: 100px;
}

#address {
  position: absolute;
  top: 400px;
  margin-left: 96px;
}
#address a {
  color: #666;
  text-decoration: none;
}
#address a:hover {
  color: #60ac43;
}

#address a.bestelllink {
  color: #60ac43;
}

/**************************** Formulare ****************/

div.errors {
  margin-bottom: 20px;
  color: red;
  
}

form {
  margin: 0;
  padding: 0;
  clear: both;
}
fieldset { 
 float: left; 
 clear: left; 
 width: 100%; 
 margin: 0 0 1.5em 0; 
 padding: 0; 
 border: 1px solid #BFBAB0; 
 background-color: #F2EFE9;
}  
legend { 
 margin-left: 1em; 
 padding: 0 1em;
 color: #000000; 
 font-weight: bold; 
} 
input, textarea {
  font-family: verdana,arial,sans-serif;
  font-size: 1em;
}
fieldset p {
 padding: 1em 1em 0 1em; 
}
fieldset ol { 
 padding: 1em 1em 0 1em;
 margin: 0; 
 list-style: none; 
} 
fieldset li { 
 float: left; 
 clear: left; 
 width: 100%; 
 padding-bottom: 1em; 
 padding-left: 0;
 margin-left: 0;
}
fieldset.weine label { 
 margin-bottom: 1em;
 text-align: left; 
} 
fieldset.weine input.number {
  width: 3em;
  margin-right: .5em;
  padding-right: 2px;
  text-align: right;
  background: #fff;
  border: 2px solid #BFBAB0;
}
fieldset.weine li span {
  display: block;
  clear: both;
  margin-top: 1.2em;
}
fieldset.kalkulation label { 
 float: left; 
 width: 8em; 
 margin-right: .5em; 
} 
fieldset.kalkulation input.preis {
  width: 6em;
  margin-right: .5em;
  padding-right: 2px;
  text-align: right;
  background: #eee;
  border: 2px solid #BFBAB0;
}
fieldset.kalkulation input#gesamt {
  font-weight: bold;
  border: 2px solid #91a759;
}
fieldset.anschrift label { 
 float: left; 
 width: 8em; 
 margin-right: .5em; 
 font-weight: bold;
} 
fieldset.anschrift input.text {
  width: 10em;
  margin-right: .5em;
  padding-left: 2px;
  padding-right: 2px;
  background: #fff;
  border: 2px solid #BFBAB0;
}
fieldset.anschrift textarea {
  width: 17em;
  padding: 5px 2px;
  background: #fff;
  border: 2px solid #BFBAB0;
}
fieldset.submit label { 
 float: left; 
 width: 10em; 
 margin-right: .5em; 
} 
fieldset.submit img {
  border:none;
  width: 198px;
}
fieldset.submit input.text {
  width: 190px;
  margin-right: .5em;
  padding-left: 2px;
  padding-right: 2px;
  background: #fff;
  border: 2px solid #BFBAB0;
}
fieldset.submit input#submit {

}

