.bgwhite {
  background-color: #FFFFFF;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #CCCCCC;
}

body, p, i, strong, div, span, input, textarea, select, a, h1, h2, h3, h4, h5, h6, label, input, * {
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #333333;
}

form {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

img {
  border: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #b61b10;
  text-decoration: none;
  cursor: pointer;
}

a:hover strong,
strong a:hover,
.detail a:hover,
h2 a:hover,
h2 span.right a:hover,
h5 span.right a:hover,
a.moregt:hover,
a.moregtbig:hover,
a.infolink:hover,
a.infolinkbig:hover,
a h3:hover,
h3 a strong:hover,
#content-right .inner-container h3 a strong:hover,
#content-left .inner-container h3 a.infolink:hover,
#content-left .inner-container h3 a strong:hover,
#head .topNaviLeft a:hover,
#head .topNaviRight a:hover,
a span.infolink:hover,
span.right a.infolink:hover,
.content-body span.right a:hover,
.detail-content-body span.right a:hover,
.textContainerContent a h2:hover {
  color: #b61b10;
  text-decoration: none;
  cursor: pointer;
}

h1 {
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
}

h2 {
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

h3,
h3 a {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}

h4 {
  margin: 0px;
}

h5 {
  margin: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
}




/* Master - Pagecontainer */

#bodyid { 
/*  position: absolute; 
  z-index: 10;*/
}

#page {
  margin-left: 5px;
  width: 870px;
  float: left;
  background-color: #EEEEEE;
}

#head {
  background-color: #F5F5F5;
  margin-top: 5px;
  padding-bottom: 5px;
}

#left {
  border-bottom: 1px solid #FFFFFF;
}

#content {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

#content-left {
  float: left;
  width: 530px;
  margin-right: 15px;
  overflow: hidden;
}

#content-right {
  width: 300px;
  overflow: hidden;
}

#foot {
  margin-top: 2px;
  padding: 10px;
  padding-top: 5px;
  background-color: #dbdbdb;
}


/* Glider Default */

div.scroller {
  position: relative;
  /* modify width and height if necessary */
  width: 457px;
  height: 180px;
  overflow: hidden;
}

div.scroller div.section {
  /* modify width and height of each section as needed (should match the size of the scroller window)   */
  width: 457px;
  height: 180px;
  overflow: hidden;
  float: left;
}


/* global */
.spacer {
  color: #888888;
  padding-left: 4px;
  padding-right: 4px;
}

.spacer-small {
  padding-left: 2px;
  padding-right: 2px;
}


/* visibility */
.invisible {
  display: none;
}

.fcms_invisible {
  display: none;
}

.fcms_visible {
  display: inline;
}


/* Positionierung */
.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}


/* Breiten */
.width100per {
  width: 100%;
}

.width100 {
  width: 100px;
}

.width120 {
  width: 120px;
}

.width140 {
  width: 140px;
}

.width150 {
  width: 150px;
}

.width170 {
  width: 170px;
}

.width180 {
  width: 180px;
}

.width190 {
  width: 190px;
}

.width200 {
  width: 200px;
}

.width280 {
  width: 280px;
}

.width330 {
  width: 330px;
}

.width335 {
  width: 335px;
}

.width400 {
  width: 400px;
}

.width520 {
  width: 520px;
}

/* Trenner / Abstände */
.trenner3 {
  height: 3px;
  font-size: 0px;
  clear: both;
}

.trenner5 {
  height: 5px;
  font-size: 0px;
  clear: both;
}

.trenner10 {
  height: 10px;
  font-size: 0px;
  clear: both;
}

.trenner20 {
  height: 20px;
  clear: both;
}

.trenner40 {
  height: 40px;
  clear: both;
}

.trenner80 {
  height: 80px;
  clear: both;
}


/* Zusatzhöhen */
.height1 {
  font-size: 0px;
  height: 1px;
}

.height3 {
  font-size: 0px;
  height: 3px;
}

.height5 {
  font-size: 0px;
  height: 5px;
}

.height7 {
  font-size: 0px;
  height: 7px;
}

.height10 {
  font-size: 0px;
  height: 10px;
}

.height15 {
  height: 15px;
}

.height20 {
  height: 20px;
}

.height25 {
  height: 25px;
}

.height40 {
  height: 40px;
}

.height47 {
  height: 47px;
}

.height50 {
  height: 50px;
}

.height75 {
  height: 75px;
}

.height80 {
  height: 80px;
}

.height90 {
  height: 90px;
}

.height100 {
  height: 100px;
}

.height110 {
  height: 110px;
}
.height152 {
  height: 152px;
}


/* Floating */
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.fl_right {
  float: right;
}

.fl_left {
  float: left;
}


/* Align */

.al_left {
  text-align: left;
}

.al_right {
  text-align: right;
}

.al_center {
  text-align: center;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}


/* Margin */
.margin0 {
  margin: 0px;
}


/* padding */
.pad_all_5 {
  padding: 5px;
}

.pad_all_10 {
  padding: 10px;
}

.pad_left_5 {
  padding-left: 5px;
}

.pad_right_5 {
  padding-right: 5px;
}

.pad_right_10 {
  padding-right: 10px;
}

.pad_top_5 {
  padding-top: 5px;
}

.pad_left_10 {
  padding-left: 10px;
}

.pad_left_50 {
  padding-left: 50px;
}

.pad_left_65 {
  padding-left: 65px;
}

.padbot3 {
  padding-bottom: 3px;
}

.padbot10 {
  padding-bottom: 10px;
}

.padtopbot5 {
  padding-top: 5px;
  padding-bottom: 5px;
}


/* Margin */

.marginLeft5 {
  margin-left: 5px;
}

.marginLeft10 {
  margin-left: 10px;
}

.marginLeft30 {
  margin-left: 30px;
}

.marginRight5 {
  margin-right: 5px;
}

.marginTop10 {
  margin-top: 10px;
}

.marginBot5 {
  margin-top: 5px;
}

.marginTopbot5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.marginTopbot10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* background-color */
.bgcol_zusatz {}
.verlagsfarbe {
  background-color: #B61B10 !important;
}

.bgcol_dbdbdb {
  background-color: #dbdbdb !important;
}

/* text-align */
.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}




/* fonts */
.small {
  font-size: 10px;
}

.font16 {
  font-size: 16px;
}

.font9 {
  font-size: 9px;
}

.font11,
a.font11,
a.font11 strong, a.font11 b {
  font-size: 11px;
}

.bold {
  font-weight: bold;
}

.bold_color {
  color: #b61b10;
  font-weight: bold;
}

  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}



/* font-color */

.lightgrey,
a.lightgrey {
  color: #EEEEEE;
}

.greybold {
  font-size: 12px;
  color: #888888;
  font-weight: bold;
}

.bigblue {
  color: #b61b10;
  font-size: 16px;
}

.blue {
  color: #b61b10;
}

.smallblue {
  color: #b61b10;
  font-size: 11px;
}

.lightgrey-small,
a.ligthgrey-small {
  font-size: 10px;
  color: #999999;
}

.lightgrey-supersmall,
a.ligthgrey-supersmall {
  font-size: 9px;
  color: #999999;
}

.green {
  color: #b61b10;
}

.smallgreen {
  color: #b61b10;
  font-weight: bold;
  font-size: 11px;
}

.smallred {
  color: #990000;
  font-weight: bold;
  font-size: 11px;
}

.red {
  color: #990000;
}

.white {
  color: #ffffff;
}
a:hover.white {
  color: #cccccc;
}


.greybg {
  background-color: #EEEEEE;
}

.lightgreybg {
  background-color: #f5f5f5;
}

.member {
  color: #b61b10;
}


/* Images */

.rightimage {
  float: right;
  padding-left: 5px;
  padding-bottom: 5px;
}

.leftimage {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}

.leftimage_nopadbot {
  float: left;
  padding-right: 5px;
}

.imagefloater {
/*  position: relative; */
}

/* Border */
.bordertop {
  border-top: 1px solid #CCCCCC;
}


/* Transform */
.notransform {
  text-transform: none;
}

.uppertransform {
  text-transform: uppercase;
}


/* Detail */
.detail a {
  color: #b61b10;
}

.detail h2 {
  margin: 0px;
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
}

.detail h1 strong {
  text-transform: none;
  color: #b61b10;
  font-size: 14px;
}

.detail h2 {
  margin: 0px;
  font-weight: bold;
  font-size: 14px;
}

.detail h2 strong {
  text-transform: none;
  color: #b61b10;
}

.detail h3 {
  font-size: 12px;
  font-weight: bold;
}



/* Standard-Boxen mit Abrundungen und farbigem Head */
#content-left .content-container {
  margin-bottom: 10px;
}

#content-right .content-container {
  margin-bottom: 20px;
}

#content-left .detail-content-container {
  margin: 5px;
}

.b1h,
.b2h,
.b3h,
.b4h,
.b2bh,
.b3bh,
.b4bh,
.b2bg,
.b3bg,
.b4bg {
  font-size: 1px;
  overflow: hidden;
  display: block;
}

.b1h {
  height: 1px;
  background: #CCCCCC;
  margin: 0 2px;
}

.b2h,
.b2bh,
.b2bg,
.b2h.aktiv, b3h.aktiv, .b4h.aktiv {
  height: 0px;
  background-color: #dbdbdb;
  border-right: 2px solid #CCCCCC;
  border-left: 2px solid #CCCCCC;
  margin: 0 1px;
}



.b3h,
.b3bh,
.b3bg {
  height: 0px;
  background-color: #dbdbdb;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  margin: 0 0px;
}


.b4h,
.b4bh,
.b4bg {
  height: 1px;
  background-color: #dbdbdb;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  margin: 0 1px;
}

.b2bh,
.b3bh,
.b4bh {
  background: #FFFFFF;
}

.b2bg,
.b3bg,
.b4bg {
  background: #CCCCCC;
}

.content-head,
.detail-content-head {
  background-color: #dbdbdb;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.content-head h1,
.content-head h2,
.detail-content-head h5 {
  font-size: 14px;
  padding-left: 23px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-image: url('/pics/fp/quadrat-headline_gruen.gif');
  background-position: 8px 50%;
  background-repeat: no-repeat;
}

.content-head h2 {
   font-size: 12px;
}

.content-head .right,
.detail-content-head .right {
  text-transform: none;
  padding-right: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #888888;
  float: right;
}

.content-head .right a,
.detail-content-head .right a {
  color: #888888;
}

.content-body,
.detail-content-body {
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.content-body {
  background: #FFFFFF;
}

.detail-content-body {
  background: #EEEEEE;
}

#content-left .content-body {
  border-left: 0px;
  border-right: 0px;
}

#content-left .containerBorder .content-container .content-body {
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.content-body .right,
.detail-content-body .right {
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
  color: #888888;
  float: right;
}


.content-body .right a,
.detail-content-body .right a {
  color: #888888;
}


.trennlinie {
  height: 0px;
  font-size: 0px;
  border-bottom: 1px solid #EEEEEE;
}

.moregt {
  font-size: 10px;
  font-weight: bold;
  color: #b61b10;
  vertical-align: top;
  padding-right: 3px;
}


.buttonnormal,
.buttonbig,
.buttonsuperbig,
.button180,
.button210 {
  background-image: url('/pics/fp/button-hintergrund.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  border: none;
  cursor: pointer;
  width: 90px;
  height: 19px;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 2px;
}

.buttonnormal:hover,
.buttonbig:hover,
.buttonsuperbig:hover,
.button180:hover,
.button210:hover {
  color: #b61b10;
  text-decoration: none;
  cursor: pointer;
}


.buttonbig {
  background-image: url('/pics/fp/button-hintergrund-130.png');
  width: 130px;
}


.buttonsuperbig {
  background-image: url('/pics/fp/button-hintergrund-160.png');
  width: 160px;
}

.button180 {
  background-image: url('/pics/fp/button-hintergrund-180.png');
  width: 180px;
}

.button210 {
  background-image: url('/pics/fp/button-hintergrund-210.png');
  width: 210px;
}


/* Trenner */

.contentContainerTrenner {
  height: 10px;
  clear: both;
}

/* Formular */
.standardform td.input input {
   width: 340px; 
}

.standardform td.input textarea {
  width: 340px;
}

.standardform .input_ta textarea {
  width: 340px;
}

.standardform td.input input[type="checkbox"],
.standardform td.input input.checkbox,
.standardform td.input input[type="radio"],
.standardform td.input input.radio {
  width: 15px;
}

/* head */
#head .trennerHead {
  border-top: 1px solid #FFFFFF;
}

#head .dateHead {
  padding-left: 5px;
  color: #b2b2b2;
  font-size: 10px;
}

#head .subHead {
  padding-left: 5px;
  padding-top: 10px;
}

#head .fahne {
    /*background-image: url("/pics/fp/bg_fahne.png");
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: no-repeat;*/
  height: 25px;
  margin-left: -6px;
  padding: 4px 3px 5px 3px;  
}

#head .logo {
  float: left;
  width: 250px;
  margin-top: 3px;
}

#head .shoplogo {
  float: left;
  width: 245px;
  padding-top: 7px;
}

#head .headSearch {
  padding-left: 600px;
} 



/* MultiBox-Container, andere Container-Heads */

#content-left .dual-box-container .content-container {
   margin: 0px;
}

.dual-box-container .content-container,
.triple-box-container .content-container,
.quad-box-container .content-container {
  float: left;
}

.dual-box-container .content-container {
  overflow: hidden;
  width: 260px;
}

.triple-box-container .content-container {
  overflow: hidden;
  width: 170px;
}

.quad-box-container .content-container {
  overflow: hidden;
  width: 125px;
}

.dual-box-container .content-container .b2h,
.dual-box-container .content-container .b3h,
.dual-box-container .content-container .b4h,
.triple-box-container .content-container .b2h,
.triple-box-container .content-container .b3h,
.triple-box-container .content-container .b4h,
.quad-box-container .content-container .b2h,
.quad-box-container .content-container .b3h,
.quad-box-container .content-container .b4h {
  background-color: #ffffff;
}

.dual-box-container .container-trenner,
.triple-box-container .container-trenner,
.quad-box-container .container-trenner {
  float: left;
  width: 10px;
}

.content-container .whitebg-container .content-body,
.content-container .whitebg-container .b2h,
.content-container .whitebg-container .b3h,
.content-container .whitebg-container .b4h {
  background-color: #FFFFFF;
}

.content-container .bluebg-container .b2h,
.content-container .bluebg-container .b3h,
.content-container .bluebg-container .b4h,
.content-container .bluebg-container .b4bh,
.content-container .bluebg-container .b3bh,
.content-container .bluebg-container .b2bh,
.content-container .bluebg-container .content-head {
  background-color: #dbdbdb;
}

.content-container .bluebg-container .content-head h2 {
  font-size: 12px;
  background-image: url('/pics/fp/quadrat-headline_blau.gif');
}

.content-container .redbg-container .b2h,
.content-container .redbg-container .b3h,
.content-container .redbg-container .b4h,
.content-container .redbg-container .content-head  {
  background-color: #ff8181;
}

.content-container .redbg-container .content-head h2 {
  font-size: 12px; 
  background-image: url('/pics/fp/quadrat-headline_rot.gif');
}


.content-container .greybg-container .b2h,
.content-container .greybg-container .b3h,
.content-container .greybg-container .b4h,
.content-container .greybg-container .b2bh,
.content-container .greybg-container .b3bh,
.content-container .greybg-container .b4bh,
.content-container .greybg-container .content-head {
  background-color: #CCCCCC;
}

.content-container .greybg-container .content-head h2 {
  font-size: 12px;
  background-image: url('/pics/fp/quadrat-headline_weiss.gif');
}

.content-container .lightgreybg-container .b2h,
.content-container .lightgreybg-container .b3h,
.content-container .lightgreybg-container .b4h,
.content-container .lightgreybg-container .b2bh,
.content-container .lightgreybg-container .b3bh,
.content-container .lightgreybg-container .b4bh,
.content-container .lightgreybg-container .content-head {
  background-color: #EEEEEE;
}



/* Tab-Container */
.content-container .tab,
.content-container .tab-active {
  float: left;
  height: 24px;
  cursor: pointer;
}

.content-container .tab-active .content-head,
.content-container .payment.tab .anmeldung-registrierung .tab .content-head.aktiv  {
  background-image: url(/pics/fp/aktiver-tab-dreieck.gif);
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.content-container .payment.tab .anmeldung-registrierung .tab .content-head.aktiv {
  background-color: #888888;
}

.content-container .tab {
  padding-top: 2px;
  border-bottom: 1px solid #CCCCCC;
}

.content-container .tab .b2h,
.content-container .tab .b2bh,
.content-container .tab .b2bg
 {
  background: #888888;
}

.content-container .tab .b3h,
.content-container .tab .b3bh,
.content-container .tab .b3bg {
  background: #888888;
}

.content-container .tab .b4h,
.content-container .tab .b4bh,
.content-container .tab .b4bg {
  background: #888888;
}

.content-container .tab .content-head,
.content-container .payment.tab .anmeldung-registrierung .tab .content-head {
  background: #888888;
}

.content-container .tab h2,
.content-container .tab h2,
.content-container .tab-active h2,
.content-container .tab-active h2,
.content-container .tab div.h2,
.content-container .tab div.h2,
.content-container .tab-active div.h2,
.content-container .tab-active div.h2,
.content-container .payment.tab .anmeldung-registrierung .tab .aktiv h2 a,
.content-container .payment.tab .anmeldung-registrierung .tab .inaktiv h2 a {
  font-size: 11px;
  text-transform: uppercase;
  background-image: none;
  font-weight: bold;
  padding-left: 0px;
  text-align: center;
}

.content-container .tab h2,
.content-container .tab div.h2,
.content-container .payment.tab .anmeldung-registrierung .tab .content-head h2 {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #FFFFFF;
  font-size: 11px;
}

.content-container .payment.tab .anmeldung-registrierung .tab .content-head.aktiv h2 {
  padding-top: 3px;
  padding-bottom: 7px;

}

.content-container .payment.tab .anmeldung-registrierung .tab .content-head h2 {
  background-image: none;
  padding-left: 0px;
  text-align: center;
}

.content-container .payment.tab .anmeldung-registrierung .tab .content-head.inaktiv {
  display:block;
}

.content-container .tab h2 a,
.content-container .tab div.h2 a {
  color: #888888;
}

.invers .tab-active .content-head a { color: #ffffff; } 

.content-container .tab h2 a:hover,
.content-container .tab h2:hover,
.content-container .tab div.h2 a:hover,
.content-container .tab div.h2:hover {
  cursor: pointer;
  color: #b61b10;
}

.content-container .tab-active h2,
.content-container .tab-active div.h2 {
  padding-top: 3px;
  padding-bottom: 7px;
  font-size: 11px;
  color: #ffffff;
}


.content-container .tabend {
  padding-top: 26px;
  overflow: hidden;
}


.content-container .tabw397 {
  width: 397px;
}

.content-container .tabw200 {
  width: 200px;
}

.content-container .tabw170 {
  width: 170px;
}

.content-container .tabw150 {
  width: 150px;
}

.content-container .tabw140 {
  width: 140px;
}

.content-container .tabw130 {
  width: 130px;
}

.content-container .tabw120 {
  width: 120px;
}

.content-container .tabw110 {
  width: 110px;
}

.content-container .tabw105 {
  width: 105px;
}

.content-container .tabw100 {
  width: 100px;
}

.content-container .tabw150 {
  width: 150px;
}

.content-container .tabw85 {
  width: 85px;
}

.content-container .tabw70 {
  width: 70px;
}

.content-container .tabw60 {
  width: 60px;
}

.content-container .tabw30 {
  width: 30px;
}

.content-container .tabw20 {
  width: 20px;
}

.content-container .tabw19 {
  width: 19px;
}

.content-container .tabw15 {
  width: 15px;
}



/* Galerie-Container */
.galleryglider {
  float: left;
  margin-left: 10px;
  width: 450px;
}

.galleryglider_navright {
  padding-right: 2px;
  padding-top: 55px;
}

.galleryglider_navleft {
  float: left;
  padding-left: 2px;
  padding-right: 10px;
  padding-top: 55px;
}

.gallery-container {
  float: left;
  width: 138px;
  padding-right: 14px;
  overflow: hidden;
}

.gallery-inner-container {
  padding-left: 15px;
  padding-top: 10px;
}

.inner-container .gallerypreview {
  float: right;
  width: 336px;
}

.inner-container .gallerypreview .galleryimage {
  float: left;
  width: 80px;
  padding: 2px;
}



/* Glider */

#previewGlider div.scroller,
#previewGlider div.scroller div.section {
  width: 430px;
  height: 80px;
}

#userGlidermainde .galleryglider,
#userGlidermainding .galleryglider {
  margin-left: 0px;
  margin-right: 10px;
}


#userGlidermainde div.scroller,
#userGlidermainde div.scroller div.section,
#userGlidermainding div.scroller,
#userGlidermainding div.scroller div.section {
  height: 90px;
}

#userGlidermainde .galleryglider_navright,
#userGlidermainding .galleryglider_navright {
  padding-right: 0px;
  padding-top: 30px;
}

#userGlidermainde .galleryglider_navleft,
#userGlidermainding .galleryglider_navleft {
  float: left;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 30px;
}


/* Glider */

div.scroller div.content {
  width: 10000px;
  overflow: hidden;
}

div.section h3,
div.section h3 a {
  font-weight: normal;
  font-size: 11px;
}

ul.gliderPagingList {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.gliderPagingContainer .gliderPagingList li {
  float: left;
  width: 10px;
  height: 20px;
  padding: 3px;
  background-image: url('/pics/fp/quadrat-headline_grau.gif');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #CCCCCC;
}

.content-head div.right .gliderPagingList li {
   border-bottom: 0px;
}

.gliderPagingContainer .gliderPagingList li a {
  display: block;
}


.gliderPagingContainer .gliderPagingList li.gliderPageActive {
  background-image: url('/pics/fp/quadrat-headline_gruen.gif');
}


/* Top-News Glider */
#topNewsGlider {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #FFFFFF;
}

.topNewsSlider {
  width: 520px;
  height: 300px;
  position: relative;
  margin: 0px;
}

.topNewsSlider div.scroller {
  width: 520px;
  height: 300px;
  position: relative;
  margin-top: 25px;
}

.topNewsSlider div.scroller div.section {
  width: 520px;
  height: 300px;
}

.topnewsGliderNavigation {
  position: absolute;
  z-index: 9;
  right: 0px;
  margin-top: -25px;
}

.topnewsGliderNavigation ul.gliderPagingList {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
  top: 0px;
  right: 0px;
  text-align: right;
  z-index: 10;
}

.topnewsGliderNavigation .gliderPagingList li {
  display: inline;
}

.topnewsGliderNavigation span.right .gliderPagingList li {
  display: inline;
  border-bottom: 0px;
}

.topnewsGliderNavigation .gliderPagingList li a {
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  text-align: center;
  border-bottom: 2px solid #FFFFFF;
  background: url('/pics/fp/bg_grau_transparent.png') repeat scroll 0px 0px #888888;
}

.topnewsGliderNavigation .gliderPagingList li a:hover {
  color: #333333;
  background: #dbdbdb;
}

.topnewsGliderNavigation .gliderPagingList li.gliderPageActive a {
  font-weight: bold;
  height: 20px;
  color: #333333;
  background: #dbdbdb;
  background-image: url(/pics/fp/aktiver-tab-dreieck.gif);
  background-position: 50% 100%;
  background-repeat: no-repeat;
}


.topNewsSlider .textContainer {
  position: relative;
  width: 100%;
  bottom: 60px;
  height: 60px;
  background-image: url('/pics/fp/bg_grau_transparent_neu.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.topNewsSlider .textContainerContent {
  padding: 10px;
  color: #FFFFFF;
  height: 70px;
}

.topNewsSlider .textContainerContent h1,
.topNewsSlider .textContainerContent h1 a {
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
}

.topNewsSlider .textContainerContent h1 a:hover {
  color: #b61b10;
}

.topNewsSlider .section .elementList {
  display: block;
  z-index: 12;
  position: relative;
  bottom: 58px;
  height: 20px;
  margin-left: 20px;
}

.topNewsSlider .section .elementList ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  z-index: 12;
  height: 20px;
  position: relative;
}

.topNewsSlider .section .elementList ul li {
  z-index: 15;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  height: 15px;
  float: left;
  background: url('/pics/fp/bg_hellgrau_transparent_neu.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.topNewsSlider .section .elementList .b1h {
  height: 1px;
  background: url('/pics/fp/bg_hellgrau_transparent.png') repeat scroll 0px 0px transparent;
  margin: 0 2px;
}

.topNewsSlider .section .elementList .b2h {
  background: url('/pics/fp/bg_hellgrau_transparent.png') repeat scroll 0px 0px transparent;
  border-right: 2px solid #ABABAB;
  border-left: 2px solid #ABABAB;
}

.topNewsSlider .section .elementList .b3h {
  background: url('/pics/fp/bg_hellgrau_transparent.png') repeat scroll 0px 0px transparent;
  border-right: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
}

.topNewsSlider .section .elementList .b4h {
  background: url('/pics/fp/bg_hellgrau_transparent.png') repeat scroll 0px 0px transparent;
  border-right: 1px solid #ABABAB;
  border-left: 1px solid #ABABAB;
}

.topNewsSlider .section .elementList ul li a.infolink {
  color: #333333;
}

.topNewsSlider .section .elementList ul li a.infolink:hover {
  color: #b61b10;
}


/* Clickme Container */
.clickmeglider {
  float: left;
  margin-left: 10px;
}

.clickmeglider_navright {
  padding-top: 25px;
}

.clickmeglider_navleft {
  float: left;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 25px;
}

.clickme-container {
  float: left;
  width: 80px;
  padding-right: 5px;
  overflow: hidden;
}


/* Video Container */
.video-clickme-container {
  padding-left: 15px;
  padding-top: 10px;
}

/* foot */
.footTrenner {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  border-bottom: 1px solid #CCCCCC;
}

/* Ressortauflistung im Seitenfuss */
#linkbox {
  width: 865px;
  float: left;
  padding-left: 5px;
  margin-top: 10px;
}
ul.ress {
  width: 117px;
  float: left;
  margin: 0 5px 0 0;
  list-style-type: none;
  padding: 0px; 
}
li.main {
  margin: 10px 0 3px 0;
}
.partnerpromotion p {
  color: #999999;
}
#linkbox  a, .partnerpromotion a {
  color: #999999;
}
#linkbox a:hover, .partnerpromotion a:hover  {
  color: #333333;
}
#linkbox .main a {
  font-weight: bold;
  text-transform: uppercase;
}

/* Sporttabellen */
.sportsTables {
  overflow: hidden;
  height: 170px;
}



/* Specials */
.specialTitleContainer {
  z-index: 20;
  position: absolute;
  width: 100%;
  top: 0px;
  height: 40px;
  background: url('/pics/fp/bg_hellgrau_transparent.png') repeat scroll 0px 0px transparent;
}

.specialTitleContainer .specialTitleContent {
  text-align: center;
  padding: 10px;
  color: #333333;
  height: 40px;
}

.specialTitleContainer .specialTitleContent h2 {
  text-transform: none;
  font-size: 16px;
  color: #333333;
}

.specialSubtitleContainer {
  z-index: 20;
  position: absolute;
  top: 125px;
  right: 20px;
  padding: 5px 20px;
  background: url('/pics/fp/bg_grau_transparent.png') repeat scroll 0px 0px transparent;
}

.specialSubtitleContainer .specialSubtitleContent {
  font-weight: bold;
  color: #FFFFFF;
}


/* Werbung */
.advertorialText {
  margin-left: 30px;
  width: 250px;
}

#adl_sb_table {
  position: relative;
  width: 875px;
  background-color: #CCCCCC;
}

div.advertSuperBanner {
  margin-left: 5px;
  width: 875px;
  background-color: #CCCCCC;
}

div.advertSuperBanner img,
div.advertSuperBanner object,
div.advertSuperBanner iframe {
  margin-bottom: 5px;
}

div.advertSkyScraper {
  position: absolute;
  left: 880px;
}

/* alte werbung hos ausblenden */
.nav_rechts_beschriftung {
  display: none;
}

.pfeil {
  display: none;
}

.nav_rechts {
  padding-left: 5px;
  padding-right: 5px;
}

.nav_rechts a.bild img {
  margin-bottom: 5px;
}


/* Spezial Container für feste Boxenhöhen und Boxen nebeneinander */

.dual-box-container .inner-container {
  height: 300px;
}

.triple-box-container .inner-container {
  height: 190px;
}

/* Standard inner-container */

#content-left .inner-container,
#content-left .detail-inner-container {
  padding: 5px;
}

#content-right .inner-container {
  padding: 10px;
}

a.infolink,
.infolink,
#content-left .inner-container h3 .infolink,
#content-left .inner-container h3 a.infolink,
a.infolink .counter,
.infolink .counter {
  font-size: 12px;
  color: #888888;
  font-weight: normal;
}

a.infolinkbig,
.infolinkbig {
  font-size: 14px;
  color: #888888;
  font-weight: normal;
}

.comment {
  float: left;
  width: 20px;
  background-image: url('/pics/fp/icon-kommentare.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.fotos {
  float: left;
  width: 20px;
  background-image: url('/pics/fp/icon-fotos.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.ted {
  float: left;
  width: 20px;
  background-image: url('/pics/fp/icon-teds.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.fotolink {
  font-size: 11px;
  padding-left: 20px;
  background-image: url('/pics/fp/icon-fotos.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.video {
  float: left;
  width: 20px;
  background-image: url('/pics/fp/icon-videos.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.audio {
  float: left;
  width: 20px;
  background-image: url('/pics/fp/icon-audios.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.videolink {
  padding-left: 20px;
  background-image: url('/pics/fp/icon-videos.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.videoicon {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 110px;
  left: 38px;
  bottom: 92px; 
  overflow: hidden;
  background-image: url('/pics/fp/btn-videos_play.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.videoicon_noglider {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 110px;
  left: 38px;
  top: 38px;
  overflow: hidden;
  background-image: url('/pics/fp/btn-videos_play.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.videoicon a,
.videoicon_noglider a {
  position: relative;
  bottom: 33px;
  padding: 25px;
}

.videotext {
  bottoM : 45px;
  position: relative;
}

.audiolink {
  padding-left: 20px;
  background-image: url('/pics/fp/icon-audios.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.postinglink {
  padding-left: 20px;
  background-image: url('/pics/fp/icon-kommentare.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.dossierlink {
  padding-left: 18px;
  background-image: url('/pics/fp/icon-dossier.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.antwortenlink {
  padding-left: 15px;
  background-image: url('/pics/fp/icon-antwortschreiben.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #888888;
}

.meldenlink {
  padding-left: 15px;
  background-image: url('/pics/fp/icon-kommentarmelden.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #888888;
}


.kontaktlink {
  padding-left: 30px;
  background-image: url('/pics/fp/icon-kontakt.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #888888;
}

.sendlink {
  padding-left: 30px;
  background-image: url('/pics/fp/icon-versenden.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #888888;
}

.printlink {
  padding-left: 30px;
  background-image: url('/pics/fp/icon-druckversion.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #888888;
}

.bookmarklink {
  padding-left: 20px;
  background-image: url('/pics/fp/icon-aufklappen.jpg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #888888;
}


#content-right .inner-container h3,
#content-right .inner-container h3 a {
  font-size: 12px;
  font-weight: normal;
}

#content-left .inner-container h3 strong,
#content-left .inner-container h3 strong a {
  font-size: 12px;
  color: #b61b10;
}

#content-right .inner-container h3 strong,
#content-right .inner-container h3 strong a {
  font-size: 12px;
  color: #b61b10;
}

.position {
  width: 20px;
  height: 20px;
  background-position: 0px 3px;
  background-repeat: no-repeat;
}


.number1 {
  background-image: url('/pics/fp/toplisten-01_small.gif');
}

.number2 {
  background-image: url('/pics/fp/toplisten-02_small.gif');
}

.number3 {
    background-image: url('/pics/fp/toplisten-03_small.gif');
}

.number4 {
  background-image: url('/pics/fp/toplisten-04_small.gif');
}

.number5 {
  background-image: url('/pics/fp/toplisten-05_small.gif');
}

.number6 {
  background-image: url('/pics/fp/toplisten-06_small.gif');
}

.number7 {
  background-image: url('/pics/fp/toplisten-07_small.gif');
}

.number8 {
  background-image: url('/pics/fp/toplisten-08_small.gif');
}

.number9 {
  background-image: url('/pics/fp/toplisten-09_small.gif');
}

.number10 {
  background-image: url('/pics/fp/toplisten-10_small.gif');
}


.bigposition {
  width: 30px;
  height: 30px;
  background-position: 0px 8px;
  background-repeat: no-repeat;
}


.bignumber1 {
  background-image: url('/pics/fp/toplisten-01.gif');
}

.bignumber2 {
  background-image: url('/pics/fp/toplisten-02.gif');
}

.bignumber3 {
    background-image: url('/pics/fp/toplisten-03.gif');
}

.bignumber4 {
  background-image: url('/pics/fp/toplisten-04.gif');
}

.bignumber5 {
  background-image: url('/pics/fp/toplisten-05.gif');
}

.bignumber6 {
  background-image: url('/pics/fp/toplisten-06.gif');
}

.bignumber7 {
  background-image: url('/pics/fp/toplisten-07.gif');
}

.bignumber8 {
  background-image: url('/pics/fp/toplisten-08.gif');
}

.bignumber9 {
  background-image: url('/pics/fp/toplisten-09.gif');
}

.bignumber10 {
  background-image: url('/pics/fp/toplisten-10.gif');
}



/* Tag-Clouds */

a.cloud0  { font-size: 8px; }
a.cloud1  { font-size: 9px; }
a.cloud2  { font-size: 10px; }
a.cloud3  { font-size: 11px; }
a.cloud4  { font-size: 12px; }
a.cloud5  { font-size: 13px; }
a.cloud6  { font-size: 14px; }
a.cloud7  { font-size: 15px; }
a.cloud8  { font-size: 16px; }
a.cloud9  { font-size: 17px; }
a.cloud10 { font-size: 18px; }


/* Detail */

.detail-content-container a {
  color: #333333;
}

.detail-inner-container .gallerypreview {
  float: right;
  width: 336px;
}

.detail-inner-container .gallerypreview .galleryimage {
  float: left;
  width: 80px;
  padding: 2px;
}

.detail-inner-container .gallerydesc {
  width: 152px;
  overflow: hidden;
}

.detail-inner-container .streamsetpreview {
  float: right;
  width: 80px;
}

.detail-inner-container .streamsetpreview .videoicon_noglider {
  left: 12px;
  top: -65px;
}

ul.addOptions {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.addOptions li {
  height: 30px;
}

.artikelimage {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
  height: 200px;
}

.ul_related {
  margin: 5px 5px 5px 10px;
  padding-left: 15px;
  list-style-type: none;
  list-style-image: url(/pics/fp/icon-artikel.gif);
}

.bbcode input,
.bbcode img {
  cursor: pointer;
}

ul.addNavi {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.addNavi li {
  float: left;
}


/* UserPage */
dl.userInfo {
}

dl.userInfo dt {
  float: left;
  font-size: 13px;
  font-weight: bold;
  min-height: 22px;
}

dl.userInfo dd {
  margin-left: 120px;
  min-height: 22px;
}



.triplebox {
  width: 32%;
}

.triplebox-right {
  width: 32%;
  margin-left: 10px;
  float: right;
}



/* Suche */

.search-loader {
  text-align: center;
  border: 1px solid #000000;
  padding: 5px;
}


/* Kino */
.kinosearchresulttable td {
  vertical-align: top;
  text-align: center;
  width: 45px;
}

.kinosearchresulttable tr.firstline td {
  font-weight: bold;
  color: #888888;
}

.kinosearchresulttable td.title {
  vertical-align: top;
  text-align: left;
  width: 220px;
}

.kinosearchresulttable .kinoresultline_l1 {
  background-color: #EEEEEE;
}

.kinosearchresulttable .kinoresultline_l2 {
  background-color: #FFFFFF;
}

div.kinoInfo dl dt {
  float: left;
  font-size: 13px;
  font-weight: bold;
  min-height: 22px;
}

div.kinoInfo dl dd {
  margin-left: 90px;
  min-height: 22px;
}

.adressDetailMap {
  width: 520px;
  height: 400px;
}


.kinoTeaserContainer {
  float: left;
  padding-left: 1px;
  padding-right: 1px;
  text-align: center;
  width: 145px;
}

#kinoTeaserGlider .galleryGlider {
  margin-left: 0px;
}

#kinoTeaserGlider div.scroller {
  height: 200px;
}

#kinoTeaserGlider div.scroller div.section {
  height: 200px;
}


/* Gas / Strom */
.lineTitle {
  padding: 10px 0  3px 0;
}

.lineTitleBig {
  float: left;
  width: 120px;
}


/* TED */
.tedQuestion {
  float: left;
  width: 160px;
  min-height: 50px;
}

.tedIcon {
  position: absolute;
  top: -30px;
  left: 200px;
}


/* Schnell finden */
.quickFindTitle {
  float: left;
  width: 70px;
  font-weight: bold;
}

.quickFindTitle span.moregt {
  font-size: 14px;
}

.quickSelect {
  width: 200px;
  font-size: 11px;
}

h2 span.normalHeadline {
  font-weight: normal;
  color: #333333;
  text-transform: none;
  font-size: 12px;
}



/* Reg und Error */
.inputError {
  margin-bottom: 10px;
}
.inputError li {
  color: #990000;
}



/* Pager */
.pager-pagenr {
  padding: 1px 3px;
}

.pager-currpage {
  padding: 1px 3px;
  border: 1px solid #CCCCCC;
  font-weight: bold;
  color: #888888;
}

td.pagerMiddle {
  width: 100%;
  text-align: center;
  color: #888888;
}

td.pagerButton {
  width: 100px;
  white-space: nowrap;
}


/* Loader */
.loadingContainer {
  text-align: center;
  border: 1px solid #CCCCCC;
}

/* picture */
.detailPictureContainer {
  text-align: center;
  min-width: 300px;
}


/* Archiv */
ul.parameter_pluginselect {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}


ul.epaperSelect {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.epaperSelect li {
  margin: 2px;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 4px;
  padding-left: 95px;
  cursor: pointer;
}

ul.epaperSelect li:hover {
  background-color: #EEEEEE;
}

ul.epaperSelect li.epaperbg-9124,
ul.epaperSelect li.epaperbg-9137,
ul.epaperSelect li.epaperbg-9156,
ul.epaperSelect li.epaperbg-9173,
ul.epaperSelect li.epaperbg-9210,
ul.epaperSelect li.epaperbg-9228,
ul.epaperSelect li.epaperbg-9246,
ul.epaperSelect li.epaperbg-9191,
ul.epaperSelect li.epaperbg-9280,
ul.epaperSelect li.epaperbg-84252 {
  background-image: url('/pics/fp/epaper/logo-frankenpost85x15.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

/*
ul.epaperSelect li.epaperbg-9124 {
  background-image: url('/pics/fp/epaper/logo-selbertagblatt85x15.gif');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
*/

ul.epaperSelect li.epaperbg-86168,
ul.epaperSelect li.epaperbg-86169,
ul.epaperSelect li.epaperbg-86170,
ul.epaperSelect li.epaperbg-86171,
ul.epaperSelect li.epaperbg-86172{
  background-image: url('/pics/npc/epaper/logo-neuepresse85x15.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

ul.epaperSelect li.epaperbg-96102 {
  background-image: url('/pics/th/epaper/logo_mmg85x15.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

ul.epaperSelect li.epaperbg-96058,
ul.epaperSelect li.epaperbg-96079,
ul.epaperSelect li.epaperbg-96123,
ul.epaperSelect li.epaperbg-96145,
ul.epaperSelect li.epaperbg-96165,
ul.epaperSelect li.epaperbg-96185,
ul.epaperSelect li.epaperbg-96206,
ul.epaperSelect li.epaperbg-96285 {
  background-image: url('/pics/th/epaper/logo_freies-wort85x15.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}


ul.epaperSelect li.epaperbg-110963,
ul.epaperSelect li.epaperbg-110980 {
  background-image: url('/pics/th/epaper/logo_stz115x15.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

ul.epaperSelect li.trenner {
  height: 1px;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #CCCCCC;
}

.epaperPreviewPic {
  display: none;
}

.picautor {
text-align:right;
font-size:9px; 
text-decoration:italic;
}

.contentbanner-title {
color:#b61b10;
font-size:16px;
font-weight:bold;
}


/* INVERTIERUNG */

.invers .b2h,
.invers  .b2bh,
.invers  .b2bg,
.invers  .b2h.aktiv, .invers  b3h.aktiv, .invers .b4h.aktiv {
  background-color: #888888;
}

.invers .b3h,
.invers .b3bh,
.invers .b3bg {
  background-color: #888888;
}

.invers .tab-active .b4h,
.invers .tab-active  .b4bh,
.invers .tab-active .b4bg {
  background-color: #888888;
}

.invers .content-head, .invers  .detail-content-head {
    background-color: #888888;
}

.invers .tab h2 {
    color: #999999;
}

.invers  .tab-active h2, .invers .tab div.h2 {
    color: #ffffff;
}

.content-container .payment.tab .anmeldung-registrierung .tab .aktiv h2 a {
    color: #ffffff;
}

.content-container .payment.tab .anmeldung-registrierung .tab .inaktiv h2 a  {
    color: #999999;
}

.content-container .payment.tab .anmeldung-registrierung .tab .b4h, .content-container .payment.tab .anmeldung-registrierung .tab .b3h, .content-container .payment.tab .anmeldung-registrierung .tab .b2h, 
.invers .tab .content-head, .content-container .payment.tab .anmeldung-registrierung .tab .content-head {
    background-color: #dbdbdb;
}

.invers .tab .b4h, .invers .tab .b4bh, .invers .tab .b4bg {
    background-color: #dbdbdb;
}


/* STADTWETTER HEAD */

#stadtwetter {
    height: 50px;
    margin: -45px 0 0 795px;
    overflow: hidden;
    position: absolute;
    width: 80px;
    z-index: 100;   
}

#stadtwetter .temp {
   font-weight: bold;
    margin: 15px 0 0 20px;
    /*margin: 10px 0 0 20px;*/
    position: absolute;
    z-index: 100;
}
  
#stadtwetter img {
    /*width: 74px;*/
    width: 70px;
    position: absolute;
    z-index: 1;
    margin-top: -20px;    
    opacity: 0.5;
    filter: alpha(opacity=50);
} 
