html,body,h1,h2,h3,h4,h5,h6,div,p,table,input {
  margin:0;
  padding:0;
}
body {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  /* text-align:center; Takes care of horizontal alignment in Internet Explorer */

  overflow:auto;
  overflow:-moz-scrollbars-vertical;
  font-size:.6250em;
  /*margin:60px;*/

  background:#004689 url(/img/system/bg_body.png) repeat-x left top;

  color:#fff;
  font:normal 62.5% Tahoma,Arial, Helvetica, sans-serif;
}

/* ::: Elements ::: */
h1 {
  font-size:1.6em;
  padding-bottom:16px;
}

a {
  color:#000;
  outline:0;
}
a:hover {
  color:#aaa;
}
/*a:focus,
a:active {
  background-color:#ddd;
}*/
img {
  border:0;
}

/* ::: standard ::: */
.error {
  color:#e60003;
}
.error span {
  display:block;
  padding-bottom:1em;
}
.clear,
.spacer,
.halfspacer,
.quarterspacer,
.doublespacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
}
.spacer { height:16px; }
.halfspacer { height:8px; }
.quarterspacer { height:4px; }
.doublespacer { height:32px; }

.searchword {
  background-color:#333;
  color:#fff;
}
.wcag {
  display:block;
}
.wai {
  display:none;
}
.odd {
  background-color:#eee;
}
.imgleft,
.imgleft div {
  float:left;
}
div.imgleft {
  width:25%;
  padding:0 1em .5em 0;
  display:table;
}
img.imgleft {
  margin:0 1em .5em 0;
}
.imgleft div {
 font-style:italic;
 /*font-size:.833em;*/
 margin-top:.5em;
}
.imgright {
  float:right;
}
div.imgright {
  width:25%;
  padding:0 0 .5em 1em;
  display:table;
}
img.imgright {
  margin:0 0 .5em 1em;
}
.imgright div {
 font-style:italic;
 font-size:.833em;
 margin-top:.5em;
}
.row {
  overflow:auto;
}


@-moz-document url-prefix() {
  input[type="text"], input[type="password"], textarea {
    overflow: auto;
  }
}


/* ::: Layout ::: */
/*#content {
  width:570px;
  margin:26px 0 20px;
}*/

#breadcrumb a {
  padding-right:10px;
  background:url(/img/icons/breadcrumb.png) no-repeat right center;
}

/* ::: Forms ::: */
label {
  /*font-size:1.2em;*/
  width:130px;
  float:left;
  clear:both;
}
.captcha img {
  margin:0 0 12px 130px;
}
.captcha img,
.form .btn {
  margin:0 0 12px 130px;
}
.btn {
  padding:4px 10px;
  background-color:#333;
  color:#fff;
  font-weight:bold;
  display:block;
  float:left;
}
.row,
.captcha {
  margin-top:3px;
  clear:both;
}
input.text,
textarea.text {
  width:210px;
  /*float:left;*/
  font:1em/125% Tahoma,Arial, Helvetica, sans-serif;
  margin:1px 0;
  color:#666;
  border:1px solid #999;
  background:#fff;
  /*font:1.2em/125% Georgia, "Times New Roman", Times, serif;*/
}
input.zipcode {
  width:45px;
  margin-right:4px;
}
input.city {
  width:159px;
}


/* ::: tabelle  ::: */
.tabelle {
  border:0em solid #ccc;
  border-collapse:collapse;
  table-layout:auto;
  width:100%;
}
.tabberlive .tabelle {
  width:100%;
}
.tabelle thead tr {
}
.tabelle thead tr th,
.tabelle tr.head td  {
  background:url(/img/system/table/bg.gif) repeat-x #e8e8e8;
  font-weight:bold;
  text-align:left;
  padding:.5em .5em;
  border-right:0em solid #ccc;
  color:#000000;
font-size:1em;
}
.tabelle thead tr th span.innertext,
.tabelle tr.head td span.innertext {
  font-size:1.0em;
}
.tabelle thead tr td,
.tabelle tr.head td,
.tabelle tbody tr td,
.tabelle tr.body td {
  padding:.5em .5em .3em .5em;
  border-right:0em solid #ccc;
  border-top:0em solid #ccc;
  vertical-align:top;
  font-size:1.0em;
}
.tabelle tbody tr.headline td,
.tabelle tr.body.headline td {
  vertical-align:bottom;
}
.tabelle ul {
  margin-left:1.92em; /*23 in 12 wegen innerspan drumrum*/
}
.tabelle ul li {
  margin-left:0;
}
.tabelle tbody tr td.zentriert,
.tabelle tr.body td.zentriert,
.tabelle tbody tr td.zentriert span,
.tabelle tr.body td.zentriert span {
  text-align:center;
}
.tabelle tbody td.links,
.tabelle tr.body td.links,
.tabelle tbody tr.links td,
.tabelle tr.body.links td {
  text-align:left;
}
.tabelle tbody td.rechts,
.tabelle tr.body td.rechts,
.tabelle tbody tr.rechts td,
.tabelle tr.body.rechts td {
  text-align:right;
}

/* ::: onAccordion ::: */
/*.onAccordion,
.onAccordion * {*/
.onAccordion {
  border:0;
  margin:0;
  padding:0;
}
.onAccordion {
  margin-bottom:16px;
}
.hide {
  display:none;
}
.onAccHead {
  background:#ccc url(/img/icons/plusminus.png) no-repeat left 1px;
  cursor:pointer;
  padding:2px 10px 2px 18px;
  margin-top:8px;
}
.onAccordion .selected {
  background-color:#666;
  background-position:left -99px;
  color:#fff;
}
.onAccHead:hover {
  background-color:#ddd;
}
.onAccordion div h3 {
  padding:10px 10px 0 10px;
}
/*.onAccordion div p,
.onAccordion div div {
  padding:0 10px 0 10px;
}*/
.onAccordion div.onAccordionContent {
  padding:10px;
  border:1px solid #ccc;
  /*margin-bottom:-10px;*/
}
/* ::: jQuery ui-tabs ::: */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
  .ui-tabs-hide {
    display:none;
  }
}
@media print {
  .ui-tabs-nav {
    display:none;
  }
}
/* Skin */
.ui-tabs-nav {
  list-style:none;
  margin:0;
  padding:0 0 0 1px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
  display:block;
  clear:both;
  content:" ";
}
.ui-tabs-nav li {
  float:left;
  margin:0 0 0 -1px;
  min-width:84px; /* be nice to Opera */
}
.ui-tabs-nav a,
.ui-tabs-nav a span {
  display:block;
  padding:0 10px;
  background:transparent url(/img/system/tab.png) repeat-x scroll 0%;
}
.ui-tabs-nav a {
  margin:0; /* position:relative makes opacity fail for disabled tab in IE */
  padding-left:0;
  color:#464646;
  font-weight:bold;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
  white-space:nowrap; /* required in IE 6 */
  outline:0; /* prevent dotted border in Firefox */
  border:1px solid #ebebeb;
  border-width:1px 1px 0;
  top:1px;
}
.ui-tabs-nav .ui-tabs-selected {
  margin-bottom:-4px;
}
.ui-tabs-nav .ui-tabs-selected a {
  position:relative;
  top:-3px;
  z-index:2;
  margin-top:0;
  color:#000;
}
.ui-tabs-nav a span {
  width:64px; /* IE 6 treats width as min-width */
  min-width:64px;
  height:18px; /* IE 6 treats height as min-height */
  min-height:18px;
  padding-top:6px;
  padding-right:0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
  width:auto;
  height:auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
  /*padding-bottom:1px;*/
padding-top:8px;
  padding-bottom:2px;
}
.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active {
  background-position:100% -150px;
}
.ui-tabs-nav a,
.ui-tabs-nav .ui-tabs-disabled a:hover,
.ui-tabs-nav .ui-tabs-disabled a:focus,
.ui-tabs-nav .ui-tabs-disabled a:active {
  background-position:100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span,
.ui-tabs-nav a:hover span,
.ui-tabs-nav a:focus span,
.ui-tabs-nav a:active span {
  background-position:0 -50px;
}
.ui-tabs-nav a span,
.ui-tabs-nav .ui-tabs-disabled a:hover span,
.ui-tabs-nav .ui-tabs-disabled a:focus span,
.ui-tabs-nav .ui-tabs-disabled a:active span {
  background-position:0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link,
.ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
  cursor:text;
}
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover,
.ui-tabs-nav .ui-tabs-unselect a:focus,
.ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
  cursor:pointer;
}
.ui-tabs-disabled {
  opacity:.4;
  filter:alpha(opacity=40);
}
.ui-tabs-panel {
  border:1px solid #ebebeb;
  padding:1em 8px;
  background:#fff; /* background color to avoid distorted fonts in IE while fading */
  background:#fff url(/img/gradient.png) no-repeat scroll right bottom;
}
.ui-tabs-loading em {
  padding:0 0 0 20px;
  background:url(loading.gif) no-repeat 0 50%;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
  display:inline-block;
}
*:first-child+html .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, IE 6 will ignore rule */
  display:inline-block;
}





/* ADDICONS */
@media projection, screen {
  a.blank, a.pdf, a.doc, a.zip, a.mp3, a.print, a.totop, a.mailto{
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:18px;
    display:inline-block;
    padding:4px 18px 0 0;
  }
  a.totop {
    display:inline;
    padding:0 18px 0 0;
  }
  a.blank {background-image:url(/img/icons/new-win.gif);}
  a.pdf {background-image:url(/img/icons/files/pdf.gif);}
  a.doc {background-image:url(/img/icons/files/doc.gif);}
  a.xls {background-image:url(/img/icons/files/xls.gif);}
  a.zip {background-image:url(/img/icons/files/zip.gif);}
  a.mp3 {background-image:url(/img/icons/files/mp3.gif);}
  a.print {background-image:url(/img/icons/print.gif);}
  a.totop {background-image:url(/img/icons/arrow-up.gif);}
  a.mailto {background-image:url(/img/icons/mail.gif);}
}

/* checkboxes/radios */
/* don't change */
.chbxhide {
  left:-1000px;
  position:absolute;
}
label.chbx, label.rd {
  display:block;
  margin:5px 0;
  padding-left:25px;
}
label.chbx  {
  background:url(/img/icons/checkbox.png) no-repeat left top;  
}
label.rd  {
  background:url(/img/icons/radio.png) no-repeat;  
}
label.chkd {
  background-position:left -100px;
}
label:hover{
  color:#666;
}












html {
  min-height:100%;
}

* {
  margin:0;
  padding:0;
}

a {
color:#1b8ec9;
}
a:hover {
color:#1b8ec9;
}


p,
ul {
  padding-bottom:8px;
}

li {list-style:none;}

h1,h2,h3,h4 {
  color:#1b8ec9;
  margin-bottom:4px;
}
h1 {
  font-size:1.6em;
}
h2 {
  font-size:1em;
  margin-bottom:1px;
}
h3 {
  font-size:1.2em;
}
h4 {
  font-size:1.1em;
}
/*form,*/
input {
  margin:0;
  padding:0;
  display:inline;
}

blockquote {
  background:url(/img/system/quote.png) no-repeat;
  display:block;
  font-weight:bold;
  padding-left:28px;
}



/* standard */
.clear {clear:both; font-size:0;}
.left {float:left;}
.right {float:right;}

/* structure */
.inner-container {
  font-size:1.2em;
  margin:0 auto;
  padding:0;
  width:100%;
  min-width:998px;
  max-width:1160px;
  text-align:middle;
}
.inner-container div.header,
.inner-container div.footer,
.inner-container div.navigation {
  margin:0 auto;
  text-align:left;
}
.inner-container div.main {
  text-align:center;
}
.outer-container {
  background:url(/img/system/bg-bottom.jpg) no-repeat center bottom;
}

.header {
  background:url(/img/system/bg_header.png) no-repeat center top;
  height:228px;
}
.home .header {
  background:url(/img/system/bg_header_home.png) no-repeat center top;
  height:412px;
}
.home #flashheader {
  width:100%;
  height:412px;
}
.breadcrumb {
  background:#74884c;
  color:#fff;
  font-size:1.1em;
  padding:8px 12px;
}
.breadcrumb a {
  color:#fafafa;
  text-decoration:none;
}
.breadcrumb a:hover {
  color:#ffe;
  text-decoration:underline;
}

.main {
  position:relative;
  top:405px;
  top:-8px;
  z-index:2;
  background:url(/img/system/bg_content.png) no-repeat center top;
max-width:1160px;
min-width:998px;
text-align:center;
width:100%;
padding: 20px 0;
}
.home .main {
  background:url(/img/system/bg_content_home.png) no-repeat center top;
}

.inner-container div.content {
  margin:0 auto;
  padding:20px 50px;
  width:898px;
  height:287px;
overflow:auto;
text-align:left;
}
.home .inner-container div.content {
  height:173px;
  background:url(/img/system/infoteaser.png) no-repeat right top;
}
.content .date {
  font-size:.9em;
  margin-bottom:2px;
}
.content li {
  list-style:url(/img/system/list.png);
  margin-left:18px;
}
.content p {}

.navigation {
  position:absolute;
  top:188px;
  z-index:3;
  text-align:center;
  width:100%;
  min-width:998px;
  max-width:1160px;
}
.home .navigation {
  top:372px;
}
.navigation h3 {
  color:#5A5A43;
  font:bold 1.1em Tahoma,sans-serif;
  line-height:30px;
  margin:0;
  padding-left:12px;
}
.navigation ul {
  padding:0;
  width:898px;
  margin:0 auto;
  height:44px;
}
.navigation li {
  float:left;
}
.navigation li a {
  font-size:1.6em;
  color:#fff;
  display:block;
  padding:10px 0 11px 0;
  text-align:center;
  width:101px;
  text-decoration:none;
  margin-right:4px;
  background:#34609c;
  background:transparent url(/img/system/bg_nav.png) no-repeat left 0;

}
.navigation li a.selected,
.navigation li a:hover {
  /*background:#000;*/
  color:#fff;
  background-position:left -44px;
}
.navigation li a span {
  visibility:hidden;
}
.navigation li.nav_2 a {
  background-position:-105px 0;
}
.navigation li.nav_2 a.selected,
.navigation li.nav_2 a:hover {
  background-position:-105px -44px;
}
.navigation li.nav_3 a {
  background-position:-210px 0;
}
.navigation li.nav_3 a.selected,
.navigation li.nav_3 a:hover {
  background-position:-210px -44px;
}
.navigation li.nav_4 a {
  background-position:-315px 0;
}
.navigation li.nav_4 a.selected,
.navigation li.nav_4 a:hover {
  background-position:-315px -44px;
}
.navigation li.nav_5 a {
  background-position:-420px 0;
}
.navigation li.nav_5 a.selected,
.navigation li.nav_5 a:hover {
  background-position:-420px -44px;
}
.footer {
  /*background:#4669a2;*/
  color:#fff;
  font-size:1em;
  padding:18px 12px 10px;
  position:relative;
  top:575px;
  top:-24px;
  z-index:1;
  width:898px
}
.footer a {
  color:#fff;
  text-decoration:none;
padding-left:20px;
}
.footer a:hover {
  color:#f5ffe1;
}

h1 {
display:none;
}
#eyecatcher,
#eyecatcher2 {
  position:absolute;
  left:58%;
  top:-16px;
  width:115px;
  height:175px;
  z-index:10;
  display:block;
  background:url(/img/system/tickets.png) no-repeat;
}

#eyecatcher2 {   background-image:url(/img/system/schaetz.png); }

.bilder3 { margin-right:10px; float:left; }