/* Allgemeines CSS fuer INI Hannover  */
/* ---------------------------------- */
/* An dieser Datei sollten keine      */
/* Aenderungen vorgenommen werden.    */
/* ---------------------------------- */

/* ===================== */
/* Default Einstellungen */
/* ===================== */

* {
  margin: 0;
  padding: 0;
}

html { height: 100%; margin-bottom: 1px; } 

body {
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 100.01%;
  color: #000;
  background-color: #e9e8e8;
  text-align: center;
}

.clearer {
  clear : both;
  height: 0px;
  font-size: 0px;
}

a,
a:link,
a:visited {
  color: #6699cc;
  text-decoration: none;
}

ul {
  list-style-type: square;
  margin: 0 0 10px 20px;
}

h1 {
  font-size: 2.25em;
  font-weight: normal;
  letter-spacing: -1px;
  color: #6699cc;
  margin-bottom: 15px;
  font-family: "Times New Roman", Arial, sans-serif;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -1px;
  color: #6699cc;
  margin-bottom: 10px;
  font-family: "Times New Roman", Arial, sans-serif;
}

h3, h4, h5 {
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -1px;
  color: #6699cc;
  margin-bottom: 15px;
  font-family: "Times New Roman", Arial, sans-serif;
}

p {
  line-height: 130%;
  margin-bottom: 10px;
}

.contenttable td {
  padding-right: 10px;
}

.all {
  width: 76.6em;
  font-size: 0.8em;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-image: url(/fileadmin/templates/images/bg_content.gif);
  background-repeat: no-repeat;
  background-position: right 8.5em;
}

.header {
  width: 76.6em;
  height: 125px;
  background-image: url(/fileadmin/templates/images/bg_logo.gif);
  background-repeat: no-repeat;
  background-position: 20px 30px;
  margin-bottom: 25px;
}

.banner {
  float: left;
  margin: 30px 0 0 125px;
}

.banner img {
  border: 0;
}

.language {
  width: 21.25em;
  height: 27px;
  float: right;
  background-image: url(/fileadmin/templates/images/bg_language.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 25px;
  color: #000;
  text-align: right;
}

.language a:hover {
  text-decoration: underline;
}

.lang {
  line-height: 27px;
  padding-right: 7px;
}

.content {
  min-height: 400px;
  height: auto !important;
  height: 400px;
  padding: 0 15px;
}

.leftmenu {
  float: left;
  width: 17.5em;
  margin-right: 15px;
}

.leftmenu ul {
  list-style-type: none;
  line-height: 150%;
  margin: 0;
}

.leftmenu ul li a:hover {
  background-image: url(/fileadmin/templates/images/bg_menu_hover.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.leftmenu ul li a.active {
  background-image: url(/fileadmin/templates/images/bg_menu_active.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.leftmenu ul li ul li {
  margin-left: 15px;
}

.leftmenu ul li ul li a.active {
  background-image: url(/fileadmin/templates/images/bg_submenu.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
}

.leftmenu ul li ul li a:hover {
  background-image: url(/fileadmin/templates/images/bg_submenu_hover.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
}

.leftmenu a,
.leftmenu a:link,
.leftmenu a:visited {
  color: #000;
  padding-left: 10px;
}

.maincol {
  float: left;
  width: 35.5em;
}

.maincontent {
  color: #353a3e;
}

.maincontent a:hover {
  text-decoration: underline;
}

.rightcol {
  float: right;
  width: 18.5em;
  color: #353a3e;
}

.clickpath {
  line-height: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  font-size: 0.85em;
}

.clickpath a {
  color: #000;
  font-size: 1em;
}

.functions {
  border-top: 1px solid #ccc;
  margin: 15px 0;
  font-size: 0.8em;
}

.functions a {
  color: #666;
  font-size: 1em;
}

.functions img {
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.functions .totop {
  float: left;
  margin-top: 10px;
}

.functions .print {
  float: right;
  margin-top: 10px;
}

.search {
  margin-top: 35px;
  margin-left: 10px;
}

#searchbox {
  width: 120px;
  height: 1.3em;
  border: 1px solid #000;
  margin-right: 5px;
}

#searchbutton {
  height: 1.6em;
  color: #fff;
  font-size: 12px;
  background-color: #666;
  border: 1px solid #000;
  position: relative;
  top: 1px;
  padding: 0 3px;
}

* html #searchbutton {
  top: 0px;
}

/* ====================== */
/* Suche / indexed_search */
/* ====================== */

.tx-indexedsearch {
  width: 38em;
}

.tx-indexedsearch #tx-indexedsearch-searchbox-sword {
  float: left;
  width: 16.5em;
  border: 1px solid #000;
  padding: 1px;
}

#tx-indexedsearch-searchbox-button-submit {
  height: 1.7em;
  color: #fff;
  font-size: 12px;
  background-color: #666;
  border: 1px solid #000;
  padding: 0 5px;
  margin-left: 5px;
}

.tx-indexedsearch .extended_link {
  position: relative;
  top: -5px;
  left: 15px;
}

.tx-indexedsearch select {
  border: 1px solid #000;
}

.tx-indexedsearch label {
  display: block;
  width: 10em;
  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: #8cbaf1;
}

.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;
}

.kosten .tr-odd td {
  background-color: #eee;
}

.kosten .tr-even td {
  background-color: #dfdfdf;
}

.kosten .td-0 {
  font-weight: bold;
}

.kosten .td-0,
.kosten .td-1,
.kosten .td-2 {
  padding: 5px;
}

fieldset.csc-mailform {
  border: 0;
}

.csc-mailform label {
  width: 120px;
  display: block;
  float: left;
  margin-bottom: 5px;
}

.csc-mailform input {
  width: 200px;
  border: 1px solid #666;
  margin-bottom: 5px;
}

.csc-mailform textarea {
  width: 300px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

.csc-mailform input.csc-mailform-submit {
  width: auto;
  margin-left: 120px;
}