.thumbs a img {
  border:solid #fff 3px;
  float:left;
  width:100px;
  height:100px;
  margin:0 10px 10px 0;
}
.thumbs a:hover img {
  border:solid #ea5336 3px;
}

input.text,
textarea {
  background:#fff;
  border:solid #ea5336 1px;
  margin:1px;
  padding:3px;
  width:250px;
}
input.text:focus,
textarea:focus {
  background:#fff;
  border:solid #ea5336 2px;
  margin:0;
}
textarea {
  width:350px;
}
input.button {
  color:#fce7e3;
  padding:5px;
  border:solid #fff 2px;
  background:#ea5336 url(/assets/images/buttonBg.jpg);
  cursor:pointer;
}
input.button:hover {
  text-decoration:none;
  color:#fff;
  background-position:0 -100px;
}

.twoColumns .col1 {
  float:left;
  width:310px;
  padding:0 10px 0 0;
}
.twoColumns .col2 {
  float:left;
  width:310px;
  padding:0 0 0 10px;
}


.article {
  clear:both;
  padding:1em 0;
  border-top:solid #fff 1px;
}
.article h2 {
  margin:0.5em 0;
}
.artImage1 {
  border:solid #fff 3px;
  float:left;
  margin:0 10px 10px 0;
}

/* Referenzen
***************************************/
.references .reference {
  width:106px;
  height:106px;
  float:left;
  margin:0 10px 10px 0;
}
.references .reference a img {
  border:solid #fff 3px;
}
.references .reference a:hover img {
  border:solid #ea5336 3px;
}

.reference-image {
  float:left;
  margin:0 10px 0 0;
}
.reference-text {

}
.reference-controls {
  clear:both;
}

.reference-controls a {
  display:block;
  float:left;
  margin:0 5px 0 0;
  background:url(/assets/images/buttonBg.jpg);
  color:#fff;
  padding:4px 10px;
  border:solid #fff 2px;
  width:90px;
  text-align:center;
}
.reference-controls a:hover {
  text-decoration:none;
  background-position:0 -100px;
}

.gallery-thumb {
  width:24px;
  height:24px;
  float:left;
  margin:0 5px 5px 0;
}
.gallery-thumb a {
  border:solid #fff 1px;
  display:block;
  width:24px;
  height:24px;
}
.gallery-thumb a:hover {
  border:solid #ea5336 1px;
}