.content-left {
  width:500px;
  float:left;
  margin:0 20px 0 0;
}
.content-right {
  float:left;
  width:160px;
  padding:20px 20px 0 20px;
}
.content-right img {
  margin:0 0 10px 0;
}

.article-preis {
  margin:0 0 10px 0;
}
.article-preis h2 {
  float:left;
  width:340px;
  margin:0;
}
.article-preis .preis {
  float:right;
  width:160px;
  text-align:right;
  font-weight:bold;
  clear:right;
  margin:0;
}
.article-preis .preis-text {
  float:left;
  width:340px;
}

/* Artikel, Presse
****************************/
.article-presse {
  clear:both;
}
.article-presse-image {
  border:solid #d24e16 1px;
  float:left;
  width:100px;
  margin:0 18px 10px 0;
}
.article-presse-text {
  float:left;
  width:380px;
  margin:0 0 10px 0;
}

.pagenavig {
  text-align:right;
  clear:both;
}
.pagenavig a.a1 {
  font-weight:bold;
  font-size:15px;
}
/* Formulare
****************************/
.row {
  margin:0 0 4px 0;
}
label {
  display:block;
  font-size:11px;
}
input.text,
textarea {
  margin:0;
  padding:2px;
  border:inset #d24e16 1px;
  background:#fff9ee;
  width:200px;
}
textarea {
  width:400px;
}
input.button {
  border:outset #d24e16 1px;
  background:#d24e16;
  color:#fff;
}
.sendmail_emptyfield1 input.text,
.sendmail_emptyfield1 textarea {
  border:solid #d34e16 1px;
}
.sendmail_emptyfield1 label {
  color:#d34e16;
}
.message {
  padding:5px;
  border:solid #edb8a2 1px;
  background:#fbe4b0;
}