/* global
------------------------------------------------------------------*/
body {
  background: #67bbe0;
}

body, textarea, input, select {
  font-size: 12px;
  color: #2d2d2d;
  font-family: Verdana, Arial;
  font-weight: normal;
  font-style: normal;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 1.0em;
  line-height: 1.4em;
}

a {
  color: #28479a;
  text-decoration: none;
}

h1,
h2,
.cx-home-block h2,
.cx-navi-header-top,
.cx-box-subnavi,
.cx-box,
.cx-stimmung-box,
.cx-navi-sub-overlay {
  font-family: HelveticaNeueLT-Light, Arial;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  text-transform: uppercase;
  color: #e21920;
  font-size: 20px;
  font-weight: bold;
  font-size: 16px;
}

h2 {
  font-size: 16px;
  margin-top: 2.0em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h3 {
  color: #52a32a;
  margin-top: 1.0em;
  font-size: 14px;
  font-weight: bold;
}

h4 {
  color: #006d9c;
  font-size: 1.0em;
  font-weight: bold;
}

h5 {
  color: #00a2e9;
  font-size: 1.0em;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

ul {
  margin-bottom: 1.0em;
  margin-left: 20px;
}

ul li,
ol li {
  margin-bottom: 0.7em;
}

ul li {
  padding-left: 16px;
  background: transparent url(../bilder/dot_li.png) left 2px no-repeat;
}


/* pseudo
------------------------------------------------------------------*/
.cx-versteckt-desktop {
  display: none;
}


/* wrapper
------------------------------------------------------------------*/
#cx_wrap {
  width: 960px;
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: -480px;
}


/* header
------------------------------------------------------------------*/
#cx_header {
  height: 90px;
  overflow: hidden;
  margin: 0 0 20px 0;
  margin-bottom: 10px;
}

#cx_header p {
  margin: 0;
  padding: 0;
  float: left;
  display: inline;
  width: 199px;
  height: 90px;
  overflow: hidden;
}

.cx-navi-header-top {
  background: #00a2e9 url(../bilder/back-navi-top.gif) left top repeat-X;
  float: left;
  display: inline;
  width: 761px;
  overflow: hidden;
}

/* topnavi
------------------------------------------------------------------*/
#cx_header .cx-navi-top,
#cx_header .cx-navi-top li {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

#cx_header .cx-navi-top {
}

#cx_header .cx-navi-top li {
  border-right: 1px solid #0078ac;
}

#cx_header .cx-navi-top li a {
  border-top: 1px solid #44bbef;
  display: block;
  width: auto;
  line-height: 80px;
  color: #fff;
  text-decoration: none;
  height: 80px;
  font-size: 20px;
  padding: 5px 15px;
  background: #00a2e9 url(../bilder/back-navi-top-li-a.gif) right top repeat-Y;
  text-align: center;
  width: 95px;
}

#cx_header .cx-navi-top li a:hover,
#cx_header .cx-navi-top li.cx-selected a {
  border-bottom: 5px solid #45be0a;
  padding-bottom: 0;
}

#cx_header .cx-navi-top li a:hover {
  background: #005073;
  border-color: #005073;
}

#cx_header .cx-navi-top li.cx-last,
#cx_header .cx-navi-top li.cxid-55 {
  display: none;
}

#cx_header .cx-navi-top li ul {
  display: none;
}


/* breadcrumb
------------------------------------------------------------------*/
.cx-breadcrumb {
  background: #006d9c;
  color: #fff;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  margin: 0 0 0 0;
}

.cx-breadcrumb p.s1 {
  display: none;
  line-height: 30px;
}

.cx-breadcrumb p.s1 a {
  font-weight: bold;
  text-decoration: none;
}

.cx-breadcrumb a {
  color: #fff;
  text-decoration: underline;
}

.cx-breadcrumb .cx-pfeil {
  background: transparent url(../bilder/pfeil-breadcrumb.png) left center no-repeat;
  width: 6px;
  display: inline-block;
  line-height: 30px;
}


/* slider
------------------------------------------------------------------*/
.cx-content-slider {
  width: 960px;
  height: 280px;
  overflow: hidden;
  background: transparent url(../bilder/back-slider-loading.gif) center center no-repeat;
  margin-top: 10px;
}

#cx_slider ul,
#cx_slider ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

#cx_slider ul {
}

#cx_slider ul li {
  position: relative;
}

#cx_slider ul li .cx-slider-box {
  background: #4aae19;
  width: 226px;
  height: 145px;
  position: absolute;
  top: 48px;
  left: 38px;
  color: #fff;
  padding: 20px;
  text-align: center;
}

#cx_slider ul li .cx-slider-box h1,
#cx_slider ul li .cx-slider-box h2,
#cx_slider ul li .cx-slider-box h3,
#cx_slider ul li .cx-slider-box h4,
#cx_slider ul li .cx-slider-box h5,
#cx_slider ul li .cx-slider-box {
  color: #fff;
}

#cx_slider ul li .cx-slider-box-verlinkt {
  background-image: url(../bilder/back-slider-box-verlinkt.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#cx_slider ul li .cx-slider-box-a {
  position: absolute;
  width: 960px;
  height: 280px;
  display: block;
  top: 0;
  left: 0;
}

#controls,
#controls li {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

#controls {
  position: absolute;
  top: 358px;
  left: 50%;
  margin-left: 0;
  background: #4aae19;
  padding: 8px 20px;
}

#controls li {
}

#controls li a {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url(../bilder/slider-dot.gif) left top no-repeat;
  margin: 0 1px;
  text-indent: -9999px;
  outline: none;
}

#controls li.current {
}

#controls li.current a {
  background-position: left -16px;
}

.cx-slider-pfeil {
  width: 37px;
  height: 55px;
  position: absolute;
  top: 255px;
  left: 50%;
  background: transparent url(../bilder/pfeil_links.png) left top no-repeat;
}

.cx-slider-pfeil-right {
  background-image: url(../bilder/pfeil_rechts.png);
  margin-left: 443px;
}

.cx-slider-pfeil-left {
  margin-left: -480px;
}


/* content
------------------------------------------------------------------*/
#cx_content {
  clear: both;
  overflow: hidden;
  background: transparent url(../bilder/back-content.gif) left top repeat-Y;
}

#cx_content .cx-rechts {
  width: 184px;
  float: right;
  display: inline;
}

#cx_content .cx-links {
  float: left;
  display: inline;
  width: 766px;
  padding: 0;
}

#cx_content .cx-links .cx-inhalt {
  background: #fff;
  margin: 0;
  padding: 20px;
  border-top: 10px solid #67bbe0;
}

#cx_content .cx-links .cx-inhalt a {
  text-decoration: underline;
}

#cx_content .cx-links .cx-stimmung {
  position: relative;
  height: 196px;
  overflow: hidden;
  border-top: 10px solid #67bbe0;
}

#cx_content .cx-links .cx-stimmung .cx-stimmung-box {
  background: #4aae19;
  width: auto;
  height: 48px;
  position: absolute;
  top: 72px;
  left: 0;
  color: #fff;
  padding: 0 16px;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
}

#cx_content .cx-links strong {
  color: #006d9c;
}


/* home-bloecke
------------------------------------------------------------------*/
.cx-home-blocke {
  overflow: hidden;
  clear: both;
}

.cx-home-block {
  background: #fff;
  float: left;
  display: inline;
  margin: 0 0 0 10px;
  text-align: center;
  width: 184px;
  height: 184px;
}

.cx-home-block a {
  display: block;
  background: transparent url(../bilder/back-home-block-a.png) center bottom no-repeat;
  text-decoration: none;
  width: 164px;
  height: 144px;
  padding: 20px 10px;
  text-decoration: none;
}

.cx-home-block h2,
.cx-home-block p {
  margin: 0;
  padding: 0;
}

.cx-home-block h2 {
  text-transform: uppercase;
}

.cx-home-block a h2 {
  color: #e21920;
  font-size: 16px;
}

.cx-home-block img {
  width: 100px;
  height: 52px;
  overflow: hidden;
  margin: 0 0 5px 0;
}

.cx-home-block .cx-text {
  height: 4.0em;
  overflow: hidden;
}

.cx-home-block-0 {
  margin-left: 0;
}

/* boxen
------------------------------------------------------------------*/
.cx-box {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 10px;

  margin-bottom: 0;
  border-top: 10px solid #67bbe0;
}

.cx-box h2 {
  color: #e21920;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.cx-box-draht h2,
.cx-box-news h2,
.cx-box-draht p,
.cx-box-news p,
.cx-box-subnavi h2 {
  padding: 0 10px;
}

.cx-box-draht h2 {
  margin-bottom: 1.0em;
}

.cx-box-draht ul,
.cx-box-draht ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

.cx-box-draht ul {
  border-top: 1px solid #ccc;
}

.cx-box-draht ul li {
  border-bottom: 1px solid #ccc;
}

.cx-box-draht ul li a {
  font-size: 14px;
  display: block;
  width: auto;
  line-height: 30px;
  padding: 0 10px 0 28px;
  font-weight: bold;
  color: #2d2d2d;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.cx-box-draht ul li.cx-box-draht-tel a {
  background-image: url(../bilder/ico-tel.png);
}

.cx-box-draht ul li.cx-box-draht-email a {
  color: #e21920;
  background-image: url(../bilder/ico-mail.png);
  font-size: 10px;
}

.cx-box-draht ul li.cx-box-draht-url {
  margin-top: 1.0em;
  border-top: 1px solid #ccc;
}

.cx-box-draht ul li.cx-box-draht-url a {
  color: #e21920;
  background-image: url(../bilder/ico-url.png);
}

.cx-box-draht ul li.cx-box-draht-logo {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border: 0;
  padding-top: 10px;
}

.cx-box-draht ul li.cx-box-draht-logo a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}



/* subnavi
------------------------------------------------------------------*/
.cx-box-subnavi ul,
.cx-box-subnavi ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

.cx-box-subnavi ul {
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
}

.cx-box-subnavi ul li {
  border-top: 1px solid #ccc;
}

.cx-box-subnavi ul li a {
  text-decoration: none;
  display: block;
  width: auto;
  color: #333;
  padding: 6px 29px 6px 10px;
  background: #fff url(../bilder/back-subnavi-li-a.gif) right center no-repeat;
  font-weight: bold;
  font-size: 14px;
}

.cx-box-subnavi ul li a .cx-navi-untertitel {
  display: none;
}

.cx-box-subnavi ul li.cx-selected a {
  background-color: #4aae19;
  color: #fff;
}

.cx-box-subnavi ul li a:hover {
  background-color: #4aae19;
  text-decoration: underline;
  color: #fff;
}

.cx-box-subnavi ul li.cx-selected ul {
  margin: 0;
  border-bottom: 0;
}

.cx-box-subnavi ul li.cx-selected ul li {
}

.cx-box-subnavi ul li.cx-selected ul li a {
  background: #fff url(../bilder/back-subnavi-li-ul-li-a.gif) right center no-repeat;
  color: #333;
  font-weight: normal;
  padding-left: 20px;
}

.cx-box-subnavi ul li.cx-selected ul li.cx-selected a {
  background-color: #a4d68c;
}

.cx-box-subnavi ul li.cx-selected ul li a:hover {
  background-color: #a4d68c;
  text-decoration: underline;
}


/* home content container
------------------------------------------------------------------*/
.cx-home-content-container {
  overflow: hidden;
  margin-top: 0;
  background: transparent url(../bilder/back-home-content-container.gif) left top repeat-Y;
}

.cx-home-content-container .cx-box {
  width: 184px;
  min-height: 200px;
  padding: 20px 0;
}

.cx-home-content-container .cx-box-draht {
  float: right;
  display: inline;
  border-left: 10px solid #67bbe0;
}

.cx-home-content-container .cx-box-news {
  float: right;
  display: inline;
  border-left: 10px solid #67bbe0;
}

.cx-box-news-news {
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding: 10px 0;
}

.cx-box-news-container {
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
}

.cx-box-news-news img {
  float: left;
  display: inline;
  margin: 0 0 0 10px;
}

.cx-box-news-news div {
  float: right;
  display: inline;
  width: 120px;
  padding: 0 0 10px 0;
}

.cx-box-news-news div a {
  color: #e21920;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.cx-home-content-container .cx-box-news-news {
}

.cx-home-content-container .cx-box-content-home {
  float: right;
  display: inline;
  width: 532px;
  padding: 20px;
}


/* footer
------------------------------------------------------------------*/
#cx_footer {
  padding: 20px 0;
  overflow: hidden;
}

#cx_footer .cx-navi-top,
#cx_footer .cx-navi-top li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  float: right;
  display: inline;
}

#cx_footer .cx-navi-top {
  text-transform: uppercase;
}

#cx_footer .cx-navi-top li {
  padding-left: 20px;
}

#cx_footer .cx-navi-top li a {
  text-decoration: none;
  color: #fff;
}

#cx_footer .cx-navi-top li.cx-selected a {
  text-decoration: underline;
}

#cx_footer .cx-navi-top li ul {
  display: none;
}

/* startseite
------------------------------------------------------------------*/
.cx-auto-template-startseite .cx-breadcrumb p.s0 {
  display: none;
}

.cx-auto-template-startseite .cx-breadcrumb p.s1 {
  display: block;
}

.cx-auto-template-startseite #cx_content .cx-rechts {
  display: none;
}

.cx-auto-template-startseite #cx_content .cx-links {
  clear: both;
  float: none;
  width: auto;
  display: block;
}

.cx-auto-template-startseite #cx_content .cx-links .cx-inhalt {
  background: transparent;
  padding: 0;
}

.cx-auto-template-startseite #cx_content .cx-links .cx-inhalt a {
  text-decoration: none;
}

.cx-auto-template-startseite #cx_content {
  background: transparent;
}



/* subnavi
------------------------------------------------------------------*/
.cx-navi-sub-overlay {
  background: #005073;
  padding: 6px;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 552px;
  display: none;
  margin: 8px 0 0 0;
}

.cx-navi-sub-overlay ul,
.cx-navi-sub-overlay ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  padding: 10px 0 0 0;
  padding: 0;
}

.cx-navi-sub-overlay ul {
}

.cx-navi-sub-overlay ul li {
  float: left;
  display: inline;
}

.cx-navi-sub-overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 160px;
  height: 46px;
  padding: 10px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cx-navi-sub-overlay ul li a .cx-navi-untertitel {
  display: block;
  width: auto;
  font-size: 12px;
  font-weight: normal;
}

.cx-navi-sub-overlay ul li a:hover {
  background: #00a2e9 url(../bilder/back-subnavi-overlay-li-a-hover.gif) right center no-repeat;
}


/* news
------------------------------------------------------------------*/
.cx-news-item {
  overflow: hidden;
  padding: 20px 0;
}

.cx-news-item div {
  float: right;
  display: inline;
  width: 580px;
}

.cx-news-item div a {
}

.cx-news-item div a.cx-mehr {
  color: #e21920;
  display: block;
}

.cx-news-navi {
  text-align: center;
  margin: 0 0 20px 0;
}


/* tabellen
------------------------------------------------------------------*/
.tabelle0 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  margin-bottom: 1.0em;
}

.tabelle0 td {
  color: #fff;
  vertical-align: top;
  padding: 5px;
}

.tabelle0 td.s0 {
  background: #006d9c;
}

.tabelle0 td.s1 {
  background: #4aae19;
}


/* formulare
------------------------------------------------------------------*/
.cx-formular-iframe {
  width: 100%;
  border: 0;
}


/* kontaktformular
------------------------------------------------------------------*/
.cx-formfeld-default {
  padding: 3px 5px;
  width: 260px;
}

textarea.cx-formfeld-default {
  padding: 3px 5px;
}


/* suche
------------------------------------------------------------------*/
#cx_suche {
  position: absolute;
  left: 50%;
  margin-left: 230px;
  width: 400px;
  top: 141px;
}

#cx_suche table td {
  vertical-align: top;
}

#cx_suche .cx-suchfeld {
  border: 0;
  background: #008ecc;
  color: #fff;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  width: 200px;
}

.cx-paging {
  background: #efefef;
  padding: 10px;
}

.cx-paging-top {
  margin: 0 0 20px 0;
}

.cx-paging-bottom {
  margin: 20px 0 0 0;
}

.cx-paging table {
  width: 100%;
}

.cx-paging table td {
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.cx-paging table td.cx-spalte-0 {
  text-align: left;
  width: auto;
  white-space: nowrap;
}

.cx-suche-treffer-liste {
  padding: 10px;
}

.cx-suche-treffer-liste p {
  padding: 10px 0;
}

.cx-paging table td.cx-spalte-2 {
  text-align: right;
  width: auto;
  white-space: nowrap;
}