html, body {
  height: 100%;
}
body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #cccccc url(images/bg.jpg) repeat-x;
  line-height: 1.5em;
}
h1,h2,h3,h4,h5,ul,ol { 
  padding: 0; 
  margin: 0;
}
h1,h2,h3,h4,h5 {
  line-height: 20px;
  font-size: 14px;
  color: #000080;
  margin: 0 0 10px 0;
}
h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #333333;
}
ol {
  padding: 0 0 10px 16px;
}
ol li {
  list-style-type: decimal;
  margin: 2px 0 2px 10px;
}
ul { 
  padding: 0 0 10px 16px; 
}
ul li { 
  padding: 2px 0 2px 10px;
  list-style-image: url(images/img_li.jpg);
}
a {
  text-decoration: underline;
  color: #333333;
}
a:hover {
  text-decoration: none;
}
hr { 
  display:none; 
}
a img {
  border:none;
}
.clearer {
  clear: both;
}
p {
  margin: 0 0 10px 0;
}



/* Layout */

img.printlogo {
  display: none;
}

#wrapper {
  width: 992px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.5em;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: url(images/bg_content.jpg) no-repeat 0px 120px;
}

#r1 {
  height: 120px;
  background: url(images/head.jpg) no-repeat;
}

/* ****************************************
   NAVIGATION START
   ***************************************/

#r1 ul {
  padding: 75px 0 0 44px;
  margin: 0;
  list-style: none;

}

#r1 li {
  float: left;
  line-height: 45px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  background: url(images/bg_nav.jpg) no-repeat;
}
#r1 li:hover,
#r1 li.active {
  background: url(images/bg_nav_over1.jpg) no-repeat;
}
#r1 li:hover ul { 
  display: block; 
}
#r1 li:hover ul li { 
  display: block;
}

#r1 li.first {
  background: none;
}
#r1 li.first:hover,
#r1 li.active {
  background: url(images/bg_nav_over1_first.jpg) no-repeat;
}
#r1 li a {
  font-size: 14px;
  font-weight: bold;
  padding: 14px 12px 14px 14px;
  white-space: nowrap;
}
#r1 li a:hover,
#r1 li.active a,
#r1 li.active a:hover,
#r1 li:hover a {
  color: #000080;
  background: url(images/bg_nav_over2.jpg) no-repeat right;
}

#r1 li ul {
  position: absolute;
  display: none;
  background-color: #F0F0F0;
  margin: 0;
  padding: 12px 12px 12px 12px;
  border-left: 1px solid #008C8C;
  border-bottom: 1px solid #008C8C;
  border-right: 1px solid #008C8C;
  top: 45px;
  left: 0px;
}
#r1 li li {
  display: block;
  line-height: 25px;
  background: none;
  border-top: 1px solid #A8DFDF;
  width: 100%;
  float: none;
  list-style-image: none;
}
#r1 li li.first {
  border-top: none;
  display: block;
}
#r1 li li a {
  font-size: 12px;
  font-weight: normal;
  padding: 6px 0 6px 0;
  color: #000080;
  background: none;
}

#r1 li li.first:hover,
#r1 li li:hover,
#r1 li.active li a,
#r1 li:hover li a,
#r1 li:hover li a:hover,
#r1 li li.active {
  background: none;
}

#r1 li li a:hover,
#r1 li li.active a {
  font-weight: bold;
}

#r1 li a {
  text-decoration: none;
  color: #ffffff;
  
}

/* ****************************************
   NAVIGATION ENDE
   ***************************************/

#r2 {
  min-height: 680px;
  margin: 0 16px;
  background-color: #ffffff;
}

#r2-c1,
#r2-c2 {
  float: left;
  min-height: 250px;
  margin-top: 40px;
}

#r2-c1 {
  margin-left: 40px;
  width: 600px;
}
#r2-c2 {
  margin-left: 40px;
  width: 240px;
}
#r2-c2 .csc-frame-frame1 {
  background: #F0F0F0 url(images/bg_right_h1.jpg) no-repeat;
  padding: 0 20px 20px 20px;
  margin: 0 0 20px 0;
}
#r2-c2 .csc-frame-frame1 h1 {
  line-height: 30px;
  padding: 0 0 0 30px;
}
#r2-c1 .csc-frame-frame1 {
  border: 1px solid #808080;
  padding: 20px;
  margin: 0 0 20px 0;
}
#r3 {
  background-color: #ffffff;
  border-top: 2px solid #A1EBEB;
  height: 36px;
  color: #999999;
  font-size: 10px;
  margin: 0 16px;
}
#r3 li {
  display: inline;
  line-height: 36px;
}
#r3 li a {
  color: #999999;
  text-decoration: underline;
}
#r3 ul {
  padding: 0 40px;
}
#r3 li a:hover {
  text-decoration: none;
}


/* Table */
table { 
  margin: 0 0 10px 0; 
  border-color: #808080; 
  border-width: 0 0 1px 1px; 
  border-style: solid; 
  border-collapse: collapse; 
  width: 100%; 
}

td, 
th { 
  vertical-align: top; 
  border-color: #808080; 
  border-width: 1px 1px 0 0; 
  border-style: solid; 
  margin: 0; 
  padding: 5px; 
}
.th { 
  font-weight: bold; 
  color: #333; 
  background-color: #eee; 
}

/* Form */

.csc-mailform { 
  border: none; 
  padding: 0;
  margin: 0;
}
#kontakt h2,
fieldset legend { display: none; }
#kontakt label {
  float: left; 
  width: 180px; 
}
#kontakt input {
  margin: 0 0 5px 0; 
  padding: 1px 0 0 1px;
  border: 1px solid #999999;
  width: 160px;
  height: 18px;
  background: #F0F0F0; 
}  
#kontakt textarea {
  margin: 0 0 5px 0; 
  padding: 1px 0 0 1px; 
  border: 1px solid #999999; 
  width: 300px; 
  height: 80px;  
  background: #F0F0F0; 
}
#kontakt .submit .btn {
  width: 95px; 
  height: 20px; 
  padding: 0 0 4px 0; 
  font-weight: bold; 
  background: #ddd; 
  margin: 0 0 0 180px;
}
#kontakt input.csc-mailform-check {
  width: 20px;
}

.csc-mailform-field a .error {
  color: #EE1D24;
}

fieldset {
  border: 0;
  margin: 5px 0;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;  
}

.tx-felogin-pi1 input {
  border: 1px solid #07A5A4;
}
.tx-felogin-pi1 input.submit_button {
  background-color: #07A5A4;
  color: #ffffff;
  font-weight: bold;
  margin: 5px 0 0 0;
}


.news-single-backlink {
  padding: 10px 0 0 0;
}


/* Bewertung */
.pragma-indikator .tooltip, .ui-tooltip { font-size: 11px; }
body div.ui-tooltip { max-width: 570px; }
.ui-tooltip hr { border: 0; border-bottom: 1px solid #ccc; height: 1; margin: 3px 0; }
.pragma-indikator .tooltip { background: url('/fileadmin/images/about.png') no-repeat; height: 24px; width: 24px; text-indent: 24px; overflow: hidden; display: block; }
.pragma-pim { margin-bottom: 20px; }
.bewertungtitle {
  padding: 82px 0 0 58px; 
  font-size: 12px; 
  font-weight:bold; 
  color: #ffffff; 
  display: block; 
  width: 580px;
}

.news-list-view .teaser-text {
  margin: 0 0 25px 0;
}

.page-navigation {
  text-align: center;
  margin-bottom: 20px;
}
.f3-widget-paginator {
  padding: 0;
}
.f3-widget-paginator li {
  display: inline;
  margin: 0 5px;
  list-style-image: none;
}
p.align-right {
  text-align: right;
}
.news-img-wrap {
  float: left;
  margin-right: 15px;
}


.special {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: #9B0032;
  margin: 10px 0;
}
.special,
.special h1,
.special h2,
.special p,
.special a {
  color: #d9d9d9;
}
.special h1 {
  font-size: 22px;
}
.special span {
  display: block;
}
.special .left {
  text-align: left;
  padding-left: 15px;
}
.special .right {
  text-align: right;
  padding-right: 15px;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited,
.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #008C8C !important;
  color: #fff !important;
}
.cc_container .cc_logo {
  display: none !important;
}


.news-text-wrap .bodytext img {
  float: left;
  margin: 10px;
  max-width: 600px;
  height: auto;
}
.news-single .csc-frame img {
  float: left;
  margin: 10px;
  max-width: 600px;
  height: auto;
}