
/* 2-spaltig 50/50 */
#content table.twoColumns tr td.col1 {
  width:265px;
  padding:0 9px 0 0;
  border-right:solid #BAB35F 1px;
}
#content table.twoColumns tr td.col2 {
  width:265px;
  padding:0 0 0 20px;
}

/* 2-spaltig 2/1 */

#content table.twoColumns21 tr td.col1 {
  width:330px;
  padding:0 9px 0 0;
  border-right:solid #BAB35F 1px;
}
#content table.twoColumns21 tr td.col2 {
  width:200px;
  padding:0 0 0 20px;
}

.longdesc {
  font-size:10px;
  color:#555;
  margin:0 0 1em 0;
}

.sendmailForm .text {
  width:205px;
}
.sendmailForm .zip {
  width:60px;
}
.sendmailForm .city {
  width:145px;
}
.sendmailForm tr.spacer td {
  padding-top:1em;
}
.sendmailForm .sendmail_emptyfield1 input,
.sendmailForm .sendmail_emptyfield1 textarea {
  background:#EDC9CD;
}


.article {
  background:url(images/hr.gif) 50% 100% no-repeat;
  padding:0 0 10px 0;
  margin:0 0 5px 0;
}
.article p {
  margin:0;
}
.image,
.imageLinks {
  float:left;
  margin:0 10px 10px 0;
}
.imageRechts {
  float:right;
  margin:0 0 10px 10px;
}

/* Bildergalerie */
.gallery {
  margin:0 -10px 0 0;
}
.galleryThumb {
  float:left;
  margin:0 10px 10px 0;
}