/* 2-spaltig */
#content table.twoColumns {
  width:100%;
}
#content table.twoColumns tr td.col1 {
  width:365px;
  padding:0 10px 0 0;
}
#content table.twoColumns tr td.col2 {
  width:365px;
  padding:0;
}
.two-columns {
  clear:both;
  width:740px;
}
.two-columns .col-1 {
  width:365px;
  float:left;
  margin:0 10px 0 0;
}
.two-columns .col-2 {
  width:365px;
  float:left;
  margin:0;
}

/* 3-spaltig */
#content table.threeColumns {
  width:100%;
}
#content table.threeColumns tr td.col1 {
  width:240px;
  padding:0 10px 0 0;
}
#content table.threeColumns tr td.col2 {
  width:240px;
  padding:0 10px 0 0;
}
#content table.threeColumns tr td.col3 {
  width:240px;
  padding:0;
}

#content table.threeColumns tr td h1 {
  font-size:13px;
}

.longdesc {
  font-size:10px;
  margin:3px 0 1em 0;
  line-height:1em;
}

/* Artikel
*************************/
.article {
  background:url(/assets/images/hrDotted2.gif) repeat-x 0 0;
  padding:10px 0;
}
.article .date {
  font-size:11px;
}

#content .sendmailForm table tr td {
  padding:2px 0 2px 0;
}
label {
  margin:0 1em 0 0;
}
.sendmail_emptyfield1 label {
  color:#FC0008;
}
.sendmail_emptyfield1 input,
.sendmail_emptyfield1 textarea {
  border:solid #FC0008 1px;
}
.sendmailForm input.text,
.sendmailForm textarea {
  width:100%;
}

input.button {
  background:#DFE4F5;
  border:solid #0F006D 1px;
  font-size:11px;
  padding:1px 10px;
}

.pagenavig a.a1 {
  font-weight:bold;
  font-size:13px;
}

#nv9 {
  margin:1em 0 0 15px;
}
#nv9 div {
  padding:5px 0;
  background:url(images/hrDotted2.gif) 0 100% repeat-x;
}
#nv9 a {
  display:block;
  margin:0 0 0 -15px;
  padding:0 0 0 15px;
}
#nv9 a.a1 {
  font-weight:bold;
  background:url(images/nvActiveR.gif) no-repeat 0 4px;
}

/* Artikel: Presse
***********************************/
.presse-article {
  clear:both;
  background:url(/assets/images/hrDotted2.gif) repeat-x 0 0;
  padding:10px 0 10px 0;
}
.presse-datum {
  float:left;
  width:115px;
  margin:0 10px 0 0;
}
.presse-thema {
  float:left;
  width:115px;
  margin:0 10px 0 0;
}
.presse-text {
  float:left;
  width:365px;
  margin:0 10px 0 0;
}
.presse-download {
  margin:10px 0 0 0;
}
.presse-download .pdf {
  background:url(/assets/images/pdf.png) no-repeat;
  padding-left:18px;
  line-height:18px;
  display:block;
}
.presse-download .word {
  background:url(/assets/images/word.gif) no-repeat;
  padding-left:18px;
  line-height:18px;
  display:block;
}
.presse-article .presse-image {
  float:left;
  width:115px;
}
/* Bildarchiv Presse
***********************************/
.archive-images {
  margin:0 -10px 0 0;
}
.archive-image {
  float:left;
  width:115px;
  height:115px;
  margin:0 10px 10px 0;
  font-size:10px;
  line-height:15px;
  background:#dfe4f5;
}
.archive-image-text {
  padding:0 3px;
}