/* DESIGN */
body {
  margin: 0px;
  padding: 0px;
  background: White;
}
#all {
  position: absolute;
  left: 0px;
  top: 0px;
}
#logoleft {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 133px;
  height: 191px;
}
#logoright {
  position: absolute;
  left: 133px;
  top: 0px;
  width: 643px;
  height: 142px;
  background: url(pics/logoright.jpg) no-repeat;
}
#links {
  position: absolute;
  left: 5px;
  top: 190px;
  width: 130px;
}
#weinflasche {
  background: url(pics/weinflasche.jpg) no-repeat 8px 0px;
  height: 220px;
  margin-top: 15px;
}
#inhalt {
  position: absolute;
  left: 150px;
  top: 160px;
  width: 468px;
}
#rechts {
  position: absolute;
  left: 630px;
  top: 190px;
  width: 130px;
  border-left: 1px dotted #cc0001;
  padding-left: 5px;
}
/* EMAIL */
#mailhead {
  height: 142px;
  background: White url(pics/logoright.jpg) no-repeat 133px 0px;
  padding-top: 4px;
  margin-left: 10px;
  margin-right: 20px;
}
#mailinhalt {
  margin-top: 50px;
  width: 650px;
  margin-left: 20px;
}
/* SONDERSCHRIFTEN */
#logoright p {
  text-align: right;
  margin-top: 6px;
  margin-bottom: 8px;
  margin-right: 5px;
}
#logoright p a {
  color: Black;
  border-bottom: 1px dotted Black;
}
#logoright p a:HOVER {
  border-bottom: 1px solid Black;
  text-decoration: none;
}
div.ebene1off, div.ebene1on {
  margin-top: 10px;
  padding-left: 23px;
}
div.ebene1on {
  background: url(pics/bommel.gif) no-repeat left;
}
div.ebene1off a, div.ebene1on a {
  color: #cc0001;
  border-bottom: none;
  margin-left: -8px;
  font-size: 11px;
}
div.ebene1off a:HOVER, div.ebene1on a:HOVER {
  border-bottom: 1px dotted #cc0001;
  text-decoration: none;
}
div.ebene2off, div.ebene2on {
  margin-bottom: 1px;
  margin-top: 1px;
  margin-left: 30px;
}
div.ebene2off a, div.ebene2on a {
  font-weight: normal;
  font-size: 10px;
  margin-left: -7px;
  font-size: 10px;
  color: #cc0001;
}
div.ebene2on a {
  border-bottom: 1px dotted #cc0001;
}
div.ebene2off a:HOVER, div.ebene2on a:HOVER {
  text-decoration: none;
  border-bottom: 1px solid #cc0001;
}
/* TABELLEN */
th {
  background: #cce6ed;
}
td.r1 {
  background: #fbfeff;
}
td.r2 {
  background: #f0fafd;
}
td.r3 {
  background: #cce6ed;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px solid Gray;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: Black;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
fieldset h2 {
  border-bottom: none;
}
input.small {
  width: 100px;
}
/* Sonstiges */
img.fliesbildlinks, img.fliesbildrechts, img.bildrahmen {
  border: 1px dotted #cc0001;
}
img.fliesbildlinks {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
img.fliesbildrechts, img.fliesbildrechts {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}
img.bildrahmen {
  margin-bottom: 10px;
}
.c4u {
  color: #cc0001;
  font-weight: bold;
}
td.tdgal {
  border: 1px dotted #cc0001;
}
div.kasten {
  border: 5px solid #CC0001;
  float: left;
  width: 140px;
  margin-right: 5px;
  margin-bottom: 5px;
}
div.kasten p {
  margin: 0px;
}
div.kasten a {
  color: #CC0001;
  font-weight: normal;
  text-decoration: underline;
}
div.kasten a:HOVER {
  color: Black;
}
div.kasten h2 {
  margin: 0px;
  border-bottom: none;
  font-family: Arial, Verdana, Geneva, sans-serif;
  font-size: 11px;
  color: Black;
}
div.nopic {
  height: 50px;
  background: #EEE;
}
div.kastenpreis, div.kasteninlay, div.rot {
  padding: 3px;
}
div.rot p, div.kastenpreis {
  font-family: "Courier New", Courier, monospace;
}
div.kastenpreis {
  min-height: 55px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
div.kastenpreis img {
  float: left;
}
div.kasteninlay {
  min-height: 80px;
}
div.rot {
  background: #CC0001;
  min-height: 60px;
}
div.rot p.eins {
  font-size: 18px;
  font-weight: bold;
}
div.rot p.zwei {
  font-size: 12px;
}
