/* general settings */
body {
  font-family : Verdana, Arial;
}

/* Topnavigation */
span.topnav {
  font-size: 10px;
  font-weight: bold;
  color: #006B29;
}

span.topnav a {
  text-decoration: none;
  color: #006B29;
}

/* Header settings */

span.headerlayout1 {
  font-size: 14px;
  font-weight: bold;
  color: #006B29
}

span.headerlayout2 {
  font-size: 12px;
  font-weight: bold;
  color: #006B29
}

span.headerlayout3 {
  font-size: 14px;
  font-weight: bold;
  color: #AD1010;
}

span.headerlayout4 {
  font-size: 12px;
  font-weight:bold;
  color: black;
}

/* content elements bodytext */
div.bodytext {
 font-size: 11px;
}

/* last modified date */
div.lastmodified {
  font-size: 10px;
  text-align: right;
}

/* footer */
div.footertext {
  font-size: 10px;
  font-weight: bold;
  margin-top: 20px;
  text-align:center;
  color: #006B29;
}

div.footertext a {
  text-decoration:none;
  color: #006B29;
}

/* sitemap */
span.sitemaplevel1 {
  font-size:10px;
  font-weight:bold;
  color: white;
}

div.sitemapheader {
  font-size:14px;
  font-weight: bold;
  text-align:center;
  color: white;
}

/* NEWS - general */
DIV.tx-mininews-pi1 P {
  font-family : Verdana, Arial;
  font-size: 11px;
  margin: 0 0 0 0;
}

/* NEWS - Front-page news */
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-datetime {
  font-size: 10px;
  font-weight: bold;
  color: white;
  background-color: #006B29;
}
DIV.tx-mininews-pi1-fp_listrow P.tx-mininews-pi1-fp_listrowField-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
}

/* NEWS - Archive news */
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-datetime {
  font-size: 10px;
  font-weight: bold;
  color: white;
  background-color: #006B29;
}
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-title {
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
}
DIV.tx-mininews-pi1-listrow P.tx-mininews-pi1-listrowField-title A {
  color: navy;
  text-decoration: underline;
}

/* NEWS - details */
DIV.tx-mininews-pi1 {
  font-family : Verdana, Arial;
  font-size: 11px;
}
DIV.tx-mininews-pi1 H2 {
  font-family : Verdana, Arial;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #006B29;
}

