/* 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: #2E5F69;
  text-align: center;
  padding: 0 20px 20px 20px;
}

a, a:link, a:visited, a:hover {
  color: #2E5F69;
  text-decoration: none;
}

.news-single-imgcaption {
  font-size: 0.9em;
  color: #000;
}

img {
  border: 0;
}

p {
  margin-bottom: 15px;
}

ul {
  margin-left: 20px;
}

ol {
  margin-left: 20px;
}

* html ol {
  margin-left: 25px;
}

.clearer {
  clear : both;
  height: 0px;
  font-size: 0px;
}

#wrapper {
  width: 52.25em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden;
  font-size: 1em;
}

#header {
  width: 52.25em;
  height: 175px;
  overflow: hidden;
  background-image: url(/fileadmin/templates/images/header.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 20px;
}

.menutop {
  float: right;
  font-size: 0.7em;
  position: relative;
  top: 3px;
  padding-right: 35px;
}

.print,
.fontsizer,
.imprint {
  float: left;
  padding-right: 5px;
  line-height: 2em;
}

.print {
  background-image: url(/fileadmin/templates/images/print.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

.print a {
  padding-right: 13px;
}

.small {
  font-size: 0.8em;
  margin-right: 2px;
}

.middle {
  font-size: 1em;
  margin-right: 2px;
}

.big {
  font-size: 1.2em;
}

#content {
  width: 66.5em;
  overflow: hidden;
  font-size: 0.75em;
  line-height: 150%;
}

.leftcol {
  width: 19em;
  float: left;
  overflow: hidden;
}

.menuleft {
  width: 17em;
  line-height: 125%;
}

.menuleft ul {
  margin-left: 0px;
  list-style-type: none;
}

.menuleft ul li {
  padding: 7px 0;
  border-bottom: 1px dotted #2E5F69;
}

.menuleft ul li a {
  margin-left: 10px;
  display: block;
}

.menuleft ul li a.active {
  font-weight: bold;
}

.menuleft ul li ul li {
  padding: 7px 0;
  border-bottom: 0;
}

.menuleft ul li ul li a {
  font-size: 0.9em;
  padding-left: 10px;
  background-image: url(/fileadmin/templates/images/menu_arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
}

.menuleft ul li ul li ul li a {
  font-size: 0.9em;
  padding-left: 25px;
  background-image: none;
}

.searchform {
  margin-top: 10px;
}

.searchform #searchbox {
  border: 0;
  background-image: url(/fileadmin/templates/images/searchbox.gif);
  background-repeat: no-repeat;
  background-position: 0 -0px;
  height: 24px;
  width: 93px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 30px;
  padding-top: 4px;
}

* html .searchform #searchbox {
  width: 125px;
}

.searchform #searchbutton {
  position: relative;
  top: 5px;
}

* html .searchform #searchbutton {
  top: 2px;
}

.maincol {
  width: 36.75em;
  float: left;
}

.maincol_large {
  width: 47em;
  float: left;
}

.clickpath {
  width: 34em;
  font-size: 0.9em;
  margin-top: 6px;
  padding-bottom: 5px;
}

.maincol_large .clickpath {
  width: 47em;
}

.maincontent {
  width: 34em;
  border-top: 1px dotted #2E5F69;
  border-bottom: 1px dotted #2E5F69;
  padding-top: 20px;
  padding-bottom: 20px;
}

.maincol_large .maincontent {
  width: 47em;
}

.maincontent .contenttable th {
  text-align: left;
}

* html .maincontent .contenttable th {
  font-size: 0.8em;
}

* html .maincontent .contenttable td {
  font-size: 0.8em;
}

.maincontent .contenttable td {
  padding-right: 10px;
  padding-bottom: 3px;
}

.maincontent h1 {
  font-size: 2em;
  margin-bottom: 15px;
  line-height: 110%;
}

.maincontent h2 {
  font-size: 1.3em;
  margin-bottom: 10px;
  line-height: 110%;
}

.maincontent h3,
.maincontent h4,
.maincontent h5 {
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 110%;
}

.maincontent .csc-subheader {
  font-weight: bold;
  margin-bottom: 5px;
}

.maincontent a,
.maincontent a:link,
.maincontent a:visited {
  color: #990031;
  text-decoration: none;
}

.functions {
  width: 34em;
  line-height: 100%;
  padding-top: 5px;
}

.maincol_large .functions {
  width: 47em;
}

.functions .seitenanfang,
.functions .link {
  float: left;
  font-size: 0.75em;
}

.functions .copyright {
  float: right;
  font-size: 0.75em;
}

.functions .seitenanfang {
  margin-left: 5px;
  background-image: url(/fileadmin/templates/images/totop.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

.functions .seitenanfang a {
  padding-left: 10px;
}

.functions .link {
  margin-left: 4em;
}

.maincol_large .functions .link {
  margin-left: 11em;
}

* html .functions .link {
  margin-left: 5em;
}

.functions .copyright {
  text-align: right;
}

.rightcol {
  width: 10em;
  float: left;
  margin-top: 2.5em;
}

.rightcol h1,
.rightcol h2,
.rightcol h3,
.rightcol h4,
.rightcol h5 {
  font-size: 1em;
  margin-bottom: 5px;
}

.rightcol p {
  font-size: 0.9em;
}

.rightcol a {
  color: #990031;
  text-decoration: none;
}

.infobox {
  padding: 10px;
  background-color: #E1EFF2;
  border-top: 1px dotted #2E5F69;
  border-bottom: 1px dotted #2E5F69;
  margin-bottom: 15px;
  overflow: hidden;
}

.infobox p {
  margin-bottom: 5px;
}

/* ====================== */
/* Suche / indexed_search */
/* ====================== */

.tx-indexedsearch {
  width: auto;
}

.tx-indexedsearch #tx-indexedsearch-searchbox-sword {
  float: left;
  width: 20.5em;
  border: 1px solid #2E5F69;
  padding: 1px;
}

.tx-indexedsearch .tx-indexedsearch-search-submit {
  margin-top: 10px;
  margin-left: 100px;
}

.tx-indexedsearch select {
  border: 1px solid #2E5F69;
}

.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 ul {
  list-style-type: none;
  padding: 0;
  margin: 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 {
  clear: left;
  padding-top: 10px;
}

.tx-indexedsearch .tx-indexedsearch-res h3 {
  color: #2E5F69;
  background-color: #E1EFF2;
  background-image: none;
  padding: 2px;
  margin: 0;
}

.tx-indexedsearch .tx-indexedsearch-res h3 a {
  color: #2E5F69;
  text-decoration: underline;
}

.tx-indexedsearch .tx-indexedsearch-res h3 a:hover {
  text-decoration: underline;
}

.tx-indexedsearch .tx-indexedsearch-descr {
  line-height: 150%;
  margin-bottom: 10px;
  padding: 2px;
}

/* ====================== */
/* News / tt_news         */
/* ====================== */

.news-latest-item,
.news-list-item {
  border-top: 1px dotted #2E5F69;
  padding-top: 15px;
}

.news_image {
  width: 115px;
  float: left;
}

.news-single-item .news_image {
  width: 195px;
  float: left;
  position: relative;
  top: 6px;
  margin-bottom: 10px;
}

.news-single-item h2 {
  margin-top: 10px;
}

.news-latest-item h3,
.news-list-item h3 {
  font-size: 1em;
  margin-bottom: 2px;
}

.newsdateauthor {
  font-size: 0.9em;
  color: #000;
}

.newsdateauthor p {
  display: inline;
}

.news-latest-item .more,
.news-list-item .more {
  font-style: italic;
}

.news-latest-item a .more,
.news-list-item a .more {
  text-decoration: none;
}

.news-amenu-container ul {
  list-style-type: none;
  margin: 0 0 25px 0;
}

.news-amenu-container li {
  background-image: url(/fileadmin/templates/images/toleft.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
  padding-left: 15px;
}

.news-amenu-container li.news-amenu-item-year {
  background-image: none;
  padding-left: 0;
}

/* ====================== */
/* Two Cols               */
/* ====================== */

.twocols {
  width: 100%;
}

.twocols_header {
  border-top: 1px dotted #2E5F69;
  padding-top: 10px;
}

.twocols .col1 {
  width: 17em;
  float: left;
}

.twocols .col2 {
  width: 17em;
  float: left;
}

/* ====================== */
/* Mailform               */
/* ====================== */

fieldset.csc-mailform {
  border: 0;
}

#mailform label {
  display: block;
  margin-bottom: 1px;
}

#mailform input {
  border: 1px solid #2E5F69; 
  margin-bottom: 5px;
}

#mailform textarea {
  border: 1px solid #2E5F69; 
  margin-bottom: 5px;
}

#mailform select {
  border: 1px solid #2E5F69; 
  margin-bottom: 5px;
}

#mailform .csc-mailform-submit {
  border: 0;
  background-color: #48727C;
  color: #fff;
  margin-top: 5px;
  padding: 1px;
  cursor: pointer;
}