/* 2-spaltig
**************************/
.twoColumns {
  clear:both;
}
.twoColumns .col1 {
  width:305px;
  padding:0 15px 0 0;
  float:left;
  clear:both;
}
.twoColumns .col2 {
  width:265px;
  float:left;
}

/* Artikel
**************************/
.article {
  clear:both;
/*  border-bottom:solid #ccc 1px;*/
  background:url(/assets/images/hrDotted.gif) repeat-x 0 100%;
}
.article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ImageBox
**************************/
.imagebox {
  margin:0 0 1em 0;
}
.imagebox img {
  border:solid #c22e45 1px;
}
.imagebox .longdesc {
  text-align:right;
  font-size:.9em;
  font-style:italic;
}
.right {
  float:right;
  margin:0 0 5px 10px;
}
.imagebox.noBorder img {
  border:0;
}

/* Form
**************************/
.row {
  clear:both;
  padding:.2em 0;
}
input.text,
textarea {
  border:solid #ccc 1px;
}
input.text:focus,
textarea:focus {
  border:solid #c22e45 1px;
}
input.button {
  border:solid #fff 1px;
  background:#f0a59f;
}
input.button:hover {
  color:#fff;
  background:#c22e45 1px;
}
fieldset {
  border:solid #ccc 1px;
  background:#eee;
}

/* Kontakt-Form
**************************/
.contactForm label {
  display:block;
  float:left;
  width:5em;
}

/* Galerie
**************************/
#gallerydiv {
  clear:both;
  background:#eee;
  padding:5px;
  margin:1em 0;
}
#gallerypreviews .thumbnail img {
  border:solid #ccc 2px;
}
#gallerypreviews .thumbnail.a1 img,
#gallerypreviews a:hover img {
  border:solid #c22e45 2px;
}