/* ================ */
/* Default Settings */
/* ================ */

* {
  margin: 0;
  padding: 0;
}

html { height: 100%; margin-bottom: 1px; } 

body {
  font-family: "MS Trebuchet",Arial,sans-serif;
  font-size: 100.01%;
  line-height: 135%;
  text-align: center;
  color: #000;
  background-color: #e7e7e7;
}

.clearer {
  clear : both;
  height: 0px;
  font-size: 0px;
}

h1 {
  font-size: 18px;
  font-weight: normal;
  color: #5d94cc;
  padding: 0;
  margin: 0 0 5px 0;
}

h2, h3, h4, h5 {
  font-size: 12px;
  color: #000;
  padding: 0;
  margin: 0;
}

p.bodytext {
  font-size: 12px;
  line-height: 135%;
  margin-bottom: 10px;
  text-align: left;
}

a,
a:link,
a:visited {
  font-size: 12px;
  color: #666;
  text-decoration: underline;
}

a:hover {
  color: #5d94cc;
}

ul {
  padding: 10px 0 10px 15px;
}

ul li {
  line-height: 120%;
  margin-bottom: 5px;
}

img {
  border: 0;
}

.csc-textpic-caption {
  font-size: 10px;
  margin-bottom: 5px;
}

#all {
  width: 880px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
  width: 800px;
  height: 131px;
  background-image: url(/fileadmin/templates/images/header-background.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 40px;
}

.logo {
  width: 405px;
  float: left;
}

.metamenu {
  width: 300px;
  line-height: 25px;
  float: right;
  color: #fff;
  margin: 0 20px 0 0;
}

.metamenu a {
  height: 25px;
  line-height: 25px;
  color: #fff;
  display: block;
  float: left;
  margin-right: 10px;
  padding: 0 10px;
  text-decoration: none;
}

.metamenu a:hover {
  color: #666;
  background-color: #fff;
  text-decoration: none;
}

.langmenu {
  float: right;
}

.search {
  float: right;
}

.search a {
  background-image: url(/fileadmin/templates/images/searchicon-1.gif);
  background-position: 10px 7px;
  background-repeat: no-repeat;
  padding-left: 28px;
}

.search a:hover {
  background-image: url(/fileadmin/templates/images/searchicon-2.gif);
}

.topmenu {
  padding: 1px 20px 0 20px;
}

.topmenu a {
  height: 30px;
  line-height: 30px;
  float: left;
  display: block;
  padding: 0 10px;
  text-decoration: none;
}

.topmenu a.active,
.topmenu a:hover {
  background-color: #ddd;
}

#content {
  width: 800px;
  background-image: url(/fileadmin/templates/images/page-background.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  padding: 20px 70px 10px 70px;
}

.maincontent {
  width: 448px;
  float: left;
  min-height: 100px;
  border: 1px solid #cfcfcf;
  padding: 20px;
  margin-bottom: 10px;
}

.maincontent-home {
  width: 448px;
  height: 194px;
  float: left;
  border: 1px solid #cfcfcf;
  background-image: url(/fileadmin/templates/images/news-background.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  padding: 20px;
}

.submenu,
.rightcontent {
  width: 220px;
  float: left;
  margin-left: 30px;
}

.submenu {
  margin-bottom: 9px;
}

.submenu a {
  display: block;
  border: 1px solid #cfcfcf;
  padding: 5px 10px;
  margin-bottom: 1px;
  text-decoration: none;
}

.submenu a:hover,
.submenu a.active {
  font-weight: bold;
  color: #5d94cc;
}

#footer {
  width: 800px;
  height: 50px;
  background-image: url(/fileadmin/templates/images/footer.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 0 40px;
}

.links {
  width: 350px;
  float: left;
  padding: 18px 0 0 30px;
}

.links a {
  text-decoration: none;
}

.copyright {
  width: 350px;
  float: right;
  text-align: right;
  padding: 18px 30px 0 0;
}

.teaser {
  margin-bottom: 10px;
}

#rotator {
  overflow: hidden;
  position: relative;
  width: 740px;
  height: 170px;
  background-image: url(/fileadmin/content/0.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

#rotator img {
  width: 740px;
  height: 170px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.box {
  width: 218px;
  height: 70px;
  background-repeat: no-repeat;
  border: 1px solid #cfcfcf;
  margin-bottom: 10px;
}

.boxcontent {
  padding: 20px 0 0 10px;
}

.news-latest-item {
  line-height: 135%;
  margin-bottom: 10px;
}

.news-latest-item p,
.news-list-item p {
  padding: 0;
  margin: 0;
}

.news-list-morelink {
  margin-bottom: 10px;
}

/* ====================== */
/* Suche / indexed_search */
/* ====================== */

.tx-indexedsearch {
  width: 450px;
}

.tx-indexedsearch #tx-indexedsearch-searchbox-sword {
  float: left;
  width: 200px;
  border: 1px solid #c7c7c7;
  padding: 1px;
}

.tx-indexedsearch .tx-indexedsearch-search-submit {
  margin-top: 10px;
}

.tx-indexedsearch select {
  border: 1px solid #c7c7c7;
}

.tx-indexedsearch label {
  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 {
  padding: 10px 10px 10px 0;
}

.tx-indexedsearch .tx-indexedsearch-sw {
  font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-browsebox {
  margin-bottom: 40px;
}

.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 {
  padding: 5px !important;
  background-color: #c7c7c7;
}

.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: 10px;
}

.tx-indexedsearch .tx-indexedsearch-text-item-crdate-mtime {
  display: none;
}

.tx-indexedsearch .tx-indexedsearch-info {
  margin-bottom: 20px;
}

fieldset.csc-mailform {
  border: 0;
}

.csc-mailform label {
  display: block;
}

.csc-mailform input {
  width: 200px;
  border: 1px solid #6a818f;
  margin-bottom: 10px;
}

.csc-mailform select {
  width: 200px;
  border: 1px solid #6a818f;
  margin-bottom: 10px;
}

.csc-mailform textarea {
  width: 400px;
  border: 1px solid #6a818f;
  margin-bottom: 10px;
}

input.csc-mailform-submit {
  width: auto;
}
