/* Allgemeine Stildefinitionen */
* {
  font-size: 100.1%;
  font-family: arial, helvetica, sans-serif;
  margin: 0; padding: 0;
}
body {
  font-size: 0.75em;
  text-align: center;
  color: #333;
  background: url(layout/bodybg.jpg) repeat left top;
  height: 100%; min-height: 100%;
}
a img {
  border: 0;
}
.clear {
  font-size: 1px; height: 1px;
  overflow: hidden;
  clear: both;
}
label, .toggler {
  cursor: pointer;
}
td, th {
  vertical-align: top;
}
.onlyprint  {
  display: none;
}
img.mime_icon {
  vertical-align:middle;
}
.invisible {
  width: 0px; height: 0px; overflow: hidden;
  position: absolute; left: -1000px; top: 1000px;
  display: inline;
}

/*
  Definition der Inhaltsboxen, vor allem
  - Größe und Position
  - Hintergrundbilder/-farbe
  - Abstände zum Text
  - Abstände zu anderen Boxen
*/
#wrapper {
  position: relative;
  text-align: left;
  margin: 0 auto 0 auto;
  width: 970px; w\idth: 945px;
  height: 685px; he\ight: 661px;
  padding: 24px 15px 15px 9px;
  margin-bottom: 10px;
  background: url(layout/wrapperbg.png) no-repeat left 15px!important;
  background: url(layout/wrapperbg.gif) no-repeat left 15px;
}
#header {
  width: 945px; w\idth: 915px; 
  height: 270px; he\ight: 255px;
  padding: 15px 15px 0 15px;
  position: relative;
  background: #fff;
}
#container {
  width: 945px; w\idth: 915px; 
  height: 390px; he\ight: 290px;
  padding: 90px 15px 10px 15px;
  position: relative;
  background: #fff;
}
#main {
  width: 458px; height: 290px; float: left;
  overflow: auto;
}
#main .mod_article {
  margin-bottom: -10px;
}
#left {
  width: 200px; float: left;
  margin-left: 250px;
}
#right {
  display: none;
}
#footer {
  position: absolute;
  bottom: 25px; left: 24px;
  width: 180px; 
  background: #fff;
}

/* Logo im Header */
#header #headlogo {
  float: right;
  width: 264px; height: 242px; 
} 

/* Left: Navigation */
#left ul {
  list-style: none;
}
#left li {
  line-height: 1.8em;
}
#left li a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}
#left li a.active,
#left li a.trail {
  color: #ccc;
}
#left li a:hover {
  color: #75591c;
}

/* Standard-Stilangaben */
#main .ce_headline {
  position: absolute; top: 0px; left: 15px;
  width: 645px; width: 625px; height: 81px; he\ight: 61px;
  padding: 10px;
  font-size: 3em; font-weight: bold;
  color: #75591c;
}
#main .ce_headline span {
  position: absolute; left: 0; top: 0;
  width: 100%; height: 100%; 
  background-color: #fff;
}
#main h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#main h2 {
  font-size: 1.0em;
  margin-bottom: 0.8em;
  color: #75591c;
}
#main h3 {
  font-size: 1em;
  margin-bottom: 0.8em;
}
#main p, #main table, #main ul, #main ol {
  margin-bottom: 1em;
}
#main ul, #main ol {
  margin-left: 1.5em;
}
#main a {
  color: #75591c;
  text-decoration: underline;
}
#main a:hover {
  text-decoration: none;
}

/* Bestellübersicht */
#main .mod_bestellungen table {
  width: 95%;
}
#main .mod_bestellungen th,
#main .mod_bestellungen td {
  padding-right: 5px;
  padding-bottom: 5px;
}
#main .mod_bestellungen th.col_3,
#main .mod_bestellungen th.col_4,
#main .mod_bestellungen td.col_0,
#main .mod_bestellungen td.col_3,
#main .mod_bestellungen td.col_4 {
  text-align: right;
}
#main .mod_bestellungen td.col_0 {
  width: 15px;
}
#main .mod_bestellungen td.col_3,
#main .mod_bestellungen td.col_4 {
  width: 95px;
}
#main .mod_bestellungen tr.sum td {
  padding-top: 3px;
  border-top: 1px dotted #666;
}
#main .mod_bestellungen tr.sumsum td {
  border-bottom: 1px solid #666;
}
#main .mod_bestellungen tfoot td.col_0 {
  text-align: left;
  padding-left: 20px;
}


/* Seitenwahl */
#main .pagination {
  position: absolute; right: 10px; top: 52px;
  margin: 0; padding: 0;
}
#main .pagination p {
  margin: 0; padding: 0;
}
#main .pagination ul {
  margin: 0; padding: 0;
  list-style: none;
}
#main .pagination li {
  float: left;
  margin: 0 0.6em 0 0;
  padding: 0;
  background: none;
}
#main .pagination li a {
  color: #b3b3b3;
  text-decoration: none;
  font-weight: normal;
}
#main .pagination li a.previous, 
#main .pagination li span.previous, 
#main .pagination li a.next,
#main .pagination li span.next { 
  display: block;
  position: relative; left: 0; top: 2px;
  width: 9px; height: 11px; he\ight: 0px;
  padding: 11px 0 0 0; overflow: hidden;
  background: url(layout/pfeile.gif) no-repeat 2px 2px;
}
#main .pagination li a.next,
#main .pagination li span.next { 
  background: url(layout/pfeile.gif) no-repeat 2px -15px;
}
#main .pagination li .current {
  color: #75591c;
  font-weight: bold;
}
#main .pagination p {
  display: none;
}

/* Formulare */
#main .formbody label {
  clear: left;
  display: block; float: left;
  width: 125px;
  margin: 0px 0px 2px 0px; padding: 1px;
}
#main p.error {
  color: #ff0000;
  font-weight: bold;
}
#main .formbody div.error,
#main .formbody label.error {
  color: #ff0000;
}
#main .formbody input.captcha,
#main .formbody input.text {
  width: 200px;
  margin: 0px 0px 2px 0px;
  padding: 1px;
  border: 1px solid #999;
}
#main .formbody input.captcha {
  width: 60px;
}
#main .formbody textarea {
  width: 200px; height: 100px;
  margin: 0px 0px 2px 0px;
  padding: 1px;
  border: 1px solid #999;
}
#main .formbody label.error {
  font-weight: bold;
  color: #ff0000;
}
#main .formbody .checkbox_container {
  padding: 5px 0 0 5px;
}
#main .formbody .checkbox_container span {
  clear: left;
  display: block; 
  margin-bottom: 1px;
  width: 410px;
}
#main .formbody .checkbox_container input.checkbox {
  width: 15px; margin-top: 2px; display: block; float: left;
}
#main .formbody .checkbox_container label {
  clear: none;
  width: 390px;
}
#main .formbody .submit_container {
  clear: left;
  margin: 5px 30px 0 0;
  padding: 1px; 
  text-align: right;
}
#main .formbody br {
  clear: left;
  font-size: 1px; height: 1px;
}
/* Formularfelder Weine */
#main .formbody div.wein {
  clear: left;
  width: 430px;
}
#main .formbody hr {
  clear: left;
  width: 430px;
  border: 0; margin: 5px 0 5px 0;
  border-bottom: 1px dotted #75591c;
}
#main .formbody input.wein {
  width: 15px; margin-right: 3px;
  float: left;
}
#main .formbody span.label {
  clear: none; float: left;
  width: 62px; padding-top: 3px;
  font-size: 0.9em;
}
#main .formbody span.desc {
  float: left;
  width: 160px;
  display: block;
  font-size: 0.9em;
}
#main .formbody div.wein label {
  width: 344px; clear: none;
  display: block; 
  margin-bottom: 6px;
}
#main .formbody div.wein label strong {
  color: #75591c;
}
#main .formbody label span.preis1,
#main .formbody label span.preis2 {
  width: 85px;
  font-size: 0.9em;
  float: left;
  display: block;
  text-align: right;
}
#main .formbody label span.preis2 {
  width: 95px;
}


/* Footer: Adresse */
#footer {
  color: #666;
}
#footer a {
  color: #666;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer strong {
  color: #75591c;
}

/* seitenspezifische Einstellungen */
.team #main .ce_headline span {
  background: url(img/headline/wir.gif) no-repeat left top;
}
.essen #main .ce_headline span {
  background: url(img/headline/restaurant.gif) no-repeat left top;
}
.wein #main .ce_headline span {
  background: url(img/headline/weinbestellung.gif) no-repeat left top;
}
.fotos #main .ce_headline span {
  background: url(img/headline/fotos.gif) no-repeat left top;
}
.anfahrt #main .ce_headline span {
  background: url(img/headline/anfahrt.gif) no-repeat left top;
}
.offen #main .ce_headline span {
  background: url(img/headline/oeffnungszeiten.gif) no-repeat left top;
}
.schmunzeln #main .ce_headline span {
  background: url(img/headline/schwaben.gif) no-repeat left top;
}
.impressum #main .ce_headline span {
  background: url(img/headline/impressum.gif) no-repeat left top;
}
body.startseite {
  background: #fff;
}
.startseite #wrapper {
  background: red;
}
.startseite #container {
  height: 661px; he\ight: 561px;
  background: url(layout/startseitebg2.jpg) no-repeat left top;
}
.startseite #container a#startseite {
  display: block; position: absolute; left: 690px; top: 160px;
  width: 150px; height: 110px; he\ight: 0px;
  padding: 110px 0 0 0; overflow: hidden;
}
.startseite #container a#buch {
  display: block; position: absolute; left: 245px; top: 100px;
  width: 430px; height: 370px;
}
.startseite #container .ce_text {
  position: absolute; left: 15px; bottom: 5px;
}
.startseite #container p {
  margin-bottom: 5px;
}
.startseite #container a {
  color: #333; text-decoration: none;
}
.startseite #container a:hover {
  text-decoration: underline;
}
.startseite #container strong {
  color: #75591c;
}
.offen #main table {
  width: 200px;
}
