/* Seite, Start
**********************************/
.start-box {
  height:160px;
  overflow:hidden;
  margin:0 0 5px 0;
}
.start-img-left {
  float:left;
  width:160px;
  height:160px;
}
.start-img-right {
  float:right;
  width:160px;
  height:160px;
}
.start-text {
  float:left;
  width:510px;
  margin:20px 40px 0 55px;
  color:#A1A1A1;
  cursor:pointer;
}
.start-text a {
  color:#666;
}
.start-text:hover,
.start-text-hover {
  color:#626262;
}
.start-text:hover a,
.start-text:hover a {
  color:#000;
}
.start-text h1 {
  margin:0 0 5px 0;
  color:#668CB9;
}
.start-text:hover h1,
.start-text-hover h1 {
  color:#003F8B;
}

/* Seite, Standard
**********************************/
#content-text {
  float:left;
  width:510px;
  margin:0 40px 0 0;
  padding:25px 0 0 0;
}
#content-images {
  width:160px;
  float:left;
}
#content-images img {
  line-height:0;
  margin:0 0 5px 0;
  display:block;
}

/* Artikel, Chronik
**********************************/
.chronik {
  clear:both;
  min-height:20px;
}
.chronik .chronik-headline {
  float:left;
  width:80px;
}
.chronik .chronik-text {
  float:left;
  width:430px;
}
.chronik .chronik-text p {
  margin:0 0 4px 0;
}

/* Artikel, Presse
**********************************/
.article-presse {
  margin:0 0 35px 0;
}
.article-presse h2 {
  margin:0;
}
.article-presse p {
  margin:0 0 6px;
}
.date {
  font-weight:normal;
}
.source {
  font-weight:normal;
  font-size:11px;
}
a.urarr {
  display:inline-block;
  font-weight:normal;
  padding-right:16px;
  background:url(/assets/images/urarr.gif) no-repeat 100% 50%;
}
a.drarr {
  display:inline-block;
  font-weight:normal;
  padding-right:16px;
  background:url(/assets/images/drarr.gif) no-repeat 100% 50%;
}
/* Sitemap
**********************************/
#sitemap,
#sitemap li {
  margin:0;
  padding:0;
  background:none;
}
#sitemap li.d1 {
  list-style-image:none;
  list-style-type:none;
  margin:10px 0 0 0;
  font-size:16px;
}
#sitemap li.d2 {
  margin-top:1em;
  font-size:12px;
  list-style-image:none;
  list-style-type:none;
}
#sitemap li.d3 {
  padding:0 0 0 16px;
  background:url(/assets/images/li-green.gif) no-repeat 2px 5px;
  font-size:11px;
}
#sitemap li.d3 a {
  font-weight:normal;
}
#sitemap a:hover {
  color:#303030;
}

/* Formulare
**********************************/
.row {
  margin:0 0 8px 0;
  clear:both;
}
label.block {
  display:block;
  font-size:11px;
}
span.indent {
  display:block;
  float:left;
  width:55px;
}
input.text,
textarea {
  margin:0;
  padding:2px;
  border:solid #ccc 1px;
  width:320px;
}
textarea {
  height:154px;
}
input.button {
  border:solid #ccc 1px;
  background:#9ac6ba;
  color:#fff;
}
.sendmail_emptyfield1 input.text,
.sendmail_emptyfield1 textarea {
  border-color:#9ac6ba;
}
.sendmail_emptyfield1 label {
  color:#9ac6ba;
}