.three-columns {
  margin:0 -22px 0 0;
}
.three-columns .col {
  margin:0 22px 0 0;
  width:208px;
  float:left;
  line-height:20px;
}
.three-columns .col h2 {
  margin:0;
}
.three-columns .col h2 a {
  display:block;
  padding:10px;
  background:#F8e7c6;
  height:40px;
}


#content table.twoColumns {
  width:670px;
}
#content table.twoColumns tr td.col1 {
  width:320px;
  padding:0 14px 0 0;
  border-right:solid #9A5603 1px;
}
#content table.twoColumns tr td.col2 {
  width:320px;
  padding:0 0 0 15px;
}

.sendmailForm .text,
.sendmailForm textarea,
.guestbook .text,
.guestbook textarea{
  width:260px;
  border:solid #9A5603 1px;
}

.button {
  border:solid #9A5603 1px;
  background:#F8E7C6;
}

.article {
  padding:1em 0 0 0;
  margin:1em 0 1em 0;
  background:url(images/hrDotted.png) repeat-x 0 0;
}
.article h2 {
  margin:0 0 .5em 0;
}

/* Speisekarte */
.gerichte h2 {
  clear:both;
  text-align:center;
  border-bottom:solid #ccc 1px;
  padding:0 0 .3em 0;
  font-family:georgia;
  font-size:20px;
}
.gericht {
  width:270px;
  min-height:7em;
  float:left;
  margin:0 60px 0 0;
}
.gericht h3 {
  font-size:11px;
  margin:0;
}
.gericht .preis {
  text-align:right;
}

/* Bildergalerie */
#darken {
  background:#000;
  -moz-opacity:.8;
  opacity:.8;
  filter:Alpha(opacity=80);
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  display:none;
  z-index:1;
}
.smallImage {
  border:solid #555 1px;
  margin:0 10px 10px 0;
  float:left;
  cursor:pointer;
}
.bigImage {
  position:absolute;
  left:50%;
  top:50%;
  margin:-240px 0 0 -380px;
  display:none;
  z-index:2;
  border:solid #fff 1px;
  cursor:pointer;
}