/* Allgemeines CSS                    */
/* Nico Grosser, net&works GmbH       */
/* Juli 2007			      */
/* ---------------------------------- */
/* An dieser Datei sollten keine      */
/* Aenderungen vorgenommen werden.    */
/* ---------------------------------- */

/* ===================== */
/* Default Einstellungen */
/* ===================== */

* {
  margin: 0;
  padding: 0;
}

html { height: 100%; margin-bottom: 1px; } 

body {
  font-family: Tahoma, serif;
  font-size: 100.01%;
  color: #404040;
}

a, a:link {
  font-size: 12px;
  color: #4d6880;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5 {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  background-image: url(/fileadmin/templates/images/bg_header.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 15px;
}

p {
  font-size: 12px;
  color: #778d9c;
  line-height: 130%;
}

p.layout-1, h2.layout-1, h3.layout-1, h4.layout-1, div.layout-1 {
  text-align: justify;
}

p.layout-2, h2.layout-2, h3.layout-2, h4.layout-2, div.layout-2 {
  text-align: center;
}

p.layout-3, h2.layout-3, h3.layout-3, h4.layout-3, div.layout-3 {
  text-align: right;
}

ul {
  list-style-type: disc;
  margin-left: 25px;
}

ul li {
  font-size: 12px;
  color: #778d9c;
  line-height: 150%;
}

.clearer {
  clear: both;
}

#wrapper {
  width: 725px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#menutop {
  height: 93px;
  overflow: hidden;
}

#menutop ul {
  list-style-type: none;
  margin: 0;
}

#menutop ul li {
  float: left;
}

#content {
  min-height: 350px;
  height: auto !important;
  height: 350px;
  background-color: #eff3f4;
}

.contentleft {
  width: 300px;
  float: left;
  overflow: hidden;
}

.contentmain {
  width: 400px;
  float: left;
  overflow: hidden;
  padding: 0 25px 25px 0;
}

#footer {
  width: 725px;
  height: 93px;
  background-image: url(/fileadmin/templates/images/footer.gif);
  background-repeat: no-repeat;
  overflow: hidden;
}

.footer_links {
  font-size: 10px;
  color: #4d6880;
  position: relative;
  top: 40px;
  left: 300px;
}

.footer_links a {
  font-size: 10px;
  color: #4d6880;
  text-decoration: none;
}

.footer_links a:hover {
  text-decoration: underline;
}

.footer_copyright {
  font-size: 10px;
  color: #4d6880;
  position: relative;
  top: 45px;
  left: 300px;
}

.redbox {
  width: 275px;
  min-height: 144px;
  background-image: url(/fileadmin/templates/images/bg_redbox.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  margin-left: 25px;
}

.redbox_content {
  width: 220px;
  background-color: #fff;
  padding: 10px 15px 10px 15px;
}

.imagebox {
  width: 250px;
  background-image: url(/fileadmin/templates/images/bg_imagebox.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  margin-left: 25px;
  background-color: #fff;
} 

.imagebox img {
  padding-top: 23px;
}

.bluebox {
  width: 250px;
  background-image: url(/fileadmin/templates/images/bg_bluebox.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  margin-left: 25px;
  background-color: #fff;
  padding-top: 35px;
}

.bluebox_content {
  min-height: 95px;
  height: auto !important;
  height: 95px;
  padding: 10px 15px;
}

.bluebox_footer {
  width: 250px;
  height: 25px;
  background-image: url(/fileadmin/templates/images/footer_bluebox.gif);
  background-repeat: no-repeat;
}

.news-latest-container {
  font-size: 12px;
}

.news-latest-container .news-latest-date {
  font-size: 11px;
  font-weight: bold;
  color: #39729c;
}

.news-latest-container h2 {
  font-size: 12px;
  line-height: 14px;
  background-image: none;
  border: 0;
  padding: 0;
  margin: 0;
}

.news-latest-container h2 a {
  color: #c21b15;
}

.news-latest-gotoarchive a {
  color: #c21b15;
}

.news-list-date, .news-single-timedata {
  font-size: 12px;
  color: #778d9c;
}

fieldset.csc-mailform {
  border: 0;
}

.redbox_content .csc-mailform-field label {
  font-size: 12px;
  line-height: 18px;
  color: #778d9c;
  display: block;
}

.redbox_content .csc-mailform-field input {
  border: 1px solid #778d9c;
  margin-bottom: 5px;
}

.redbox_content .csc-mailform-field textarea {
  border: 1px solid #778d9c;
  margin-bottom: 5px;
}

.redbox_content input.csc-mailform-submit {
  width: 83px;
  color: #c21b15;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}

/* ====================== */
/* Suche / indexed_search */
/* ====================== */

.tx-indexedsearch {
  width: auto;
}

.tx-indexedsearch #tx-indexedsearch-searchbox-sword {
  width: 22.15em;
  border: 1px solid #8CA7BF;
  padding: 1px;
}

* html .tx-indexedsearch #tx-indexedsearch-searchbox-sword {
  width: 22em;
}

.tx-indexedsearch .tx-indexedsearch-search-submit {
  margin-top: 10px;
  margin-left: 100px;
}

.tx-indexedsearch select {
  border: 1px solid #8CA7BF;
}

.tx-indexedsearch label {
  font-size: 12px;
  display: block;
  width: 100px;
  float: left;
  margin-top: 3px;
}

.tx-indexedsearch .tx-indexedsearch-search-for {
  padding-top: 10px;
}

.tx-indexedsearch .tx-indexedsearch-search-in {
  padding: 10px 0;
}

.tx-indexedsearch .tx-indexedsearch-search-select-section {
  padding: 10px 0 10px 0px;
}

.tx-indexedsearch .tx-indexedsearch-search-select-order {
  margin-top: 1px;
}

.tx-indexedsearch .tx-indexedsearch-search-select-results {
  padding-top: 10px;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-defop {
  width: 10em;
  margin-left: 10px;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-desc {
  width: 10em;
  margin-left: 10px;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-type {
  width: 10em;
  float: left;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-lang {
  width: 10em;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-sections {
  width: 10em;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-order {
  width: 10em;
}

.tx-indexedsearch #tx-indexedsearch-selectbox-results {
  width: 4.5em;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
  font-size: 12px;
  padding: 10px 10px 10px 0;
}

.tx-indexedsearch .tx-indexedsearch-sw {
  font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-bottom: 20px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul {
  list-style-type: none;
  padding-left: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
  float: left;
  margin-right: 5px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox a {
  border: 1px solid #999;
  padding: 2px;
  text-decoration: none;
  line-height: 200%;
}

.tx-indexedsearch .tx-indexedsearch-res h3 {
  background-color: #8cbaf1;
  background-image: none;
  padding: 0;
  margin: 0;
}

.tx-indexedsearch .tx-indexedsearch-res h3 a {
  color: #fff !important;
  text-decoration: none;
}

.tx-indexedsearch .tx-indexedsearch-res h3 a:hover {
  text-decoration: underline;
}

.tx-indexedsearch .tx-indexedsearch-descr {
  line-height: 150%;
  margin-bottom: 20px;
}

.news-single-additional-info {
  font-size: 12px;
  margin-top: 20px;
}

.news-single-additional-info dt,
.news-single-additional-info dd {
  color: #778d9c;
}