body {
  color: #222; /* BG-Image für Body optional */
  font: normal normal normal 100.01%/1 Arial, Helvetica, sans-serif;
  text-align: center; /* Zentrierung fuer alte IEs */
  background: #AD1522 url("/images/body-bg.png") fixed repeat-y center 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 0 10px;
}

a img {
  border: none;
}

#lastFooter {
  background: #B11622 none repeat scroll 0 0;
  padding: 0;
  height: 31px;
  width: 998px;
  margin: 0 auto;
  line-height: 31px;
  font-size: 75%;
  border: 1px solid #d88;
  border-top: none;
}

#lastFooter,
#lastFooter a {
  color: #fff;
  text-decoration: none;
}  

/* -----------------Allgemeine Klassen---------------- */
.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.noBorder {
  border-width: 0;
  border-style: none;
}

/* -------------CONTENTHOLDER---------------- */
#contentHolder {
  width: 1000px;
  margin: 0 auto; /* Zentrierung fuer moderne Browser */
  text-align: left; /* text-align:center (body) "neutralisieren" */
  height: 100%;
  min-height: 750px;
  position: relative;
  background: #B11622 url(/images/hg_content.gif) repeat-y scroll 0 0;
}

/* -------------BOX HEAD---------------- */
#boxHead {
  background: #fff url(/images/head-bg.png) scroll no-repeat 0 0;
  height: 295px;
  width: 1000px;
  padding: 0;
  border-top: 1px solid #d88;
  position: relative;
}

#spieler-rotator {
  background: url("/images/spieler-rotator/01.jpg") no-repeat;
  height: 250px;
  width: 204px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

#piranhasHomeLogo {
  display: block;
  width: 194px;
  height: 221px;
  position: absolute;
  left: 1px;
  top: 0;
}

#mainNavHeadBilder {
  background: url("/images/head-nav-bilder.jpg") no-repeat;
  height: 66px;
  width: 600px;
  position: absolute;
  top: 155px;
  left: 196px;
}

#mainNavHead {
  width: 600px;
  position: absolute;
  left: 196px;
  top: 223px;
}

#mainNavHead ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mainNavHead li {
  display: inline; /* Listenpunkte nebeneinander stellen */
}

#mainNavHead li a {
  color: #AD1722;
  display: block;
  float: left;
  font-size: 75%;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
}

#subNavHead {
  width: 755px;
  height: 21px;
  position:absolute;
  top: 257px;
  left: 0;
  line-height:19px;
}

#subNavHead ul {
  padding: 0 0 3px 0;
  margin: 0;
  list-style: none;
  float: right;
}

#subNavHead li {
  display: inline;
  margin: 0;
}

#subNavHead li a {
  font-size: 70%;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0 15px;
  float: left;
}

#subNavHead li a:hover {
  color: #fff;
}

/* -------------BOX LEFT------------------- */
#boxLeft {
  float: left;
  width: 215px; /* Breite ohne senkrechte weiße Linie */
  padding: 10px 0 0;
  position: relative;
}

#boxLeft h1,
#boxRight h1 {
  color: #fff;
  font-size: 85%;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 160%;
  text-align: left;
  background: transparent url(/images/listpoint_nav_left_fish.gif) scroll no-repeat 0 center;
  margin: 0 0 10px 0;
  padding: 3px 0 3px 35px;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}

#boxLeft h1 a {
  color: #fff;
  text-decoration: none;
}

#boxLeft p {
  font-size: 70%;
  line-height: 150%;
  margin: 1em 0;
}

#boxLeft ul {
  padding: 0;
  font-weight: bold;
  font-size: 90%;
  text-decoration: none;
  margin: 15px 20px 15px 10px;
  list-style-type: none;
}

#boxLeft li {
  margin: 0 0 10px 0;
  background: transparent url(/images/listpoint_nav_left_pfeil.gif) scroll no-repeat 0 4px;
  padding-left: 20px;
}

#boxLeft li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

#boxLeft li a.aktiv {
  color: #FFEB00;
}

#boxLeft li a:hover {
  text-decoration: underline;
}

#boxLeft ul ul {
  margin: 5px 0 0 0;  
}

#boxLeft ul ul li {
  background: none;
  padding: 0;
  margin-bottom: 2px;
}

#boxLeft ul ul li a {
  text-transform: none;
  font-size: 90%;
  font-weight: normal;
}

.boxLeftInhalt {
  background: transparent url(/images/hg_but_nav_left.gif) scroll repeat-y 0 0;
  width: 196px;
  margin: 0 auto 30px auto;
  border-bottom: 1px dotted #fff;
}

.boxLeftInhalt.aktionen {
  text-align: center;
}

#logosLeft {
  width: 170px;
  margin-right: auto;
  margin-left: auto;
}

/* --------------BOX CONTENT------------ */
#boxContent {
background:transparent none repeat scroll 0 0;
float:left;
line-height:90%;
margin:10px 20px;
overflow:hidden;
position:relative;
width:533px;
}

#boxContent a:link,
#boxContent a:visited {
  color: #BD1823;
  font-weight: normal;
  text-decoration: none;
  font-size: 100%;
}

#boxContent a:focus,
#boxContent a:hover,
#boxContent a:active {
  color: #000;
}

#boxContent h1 {
  background: transparent url(/images/listpoint_cont_hl.gif) no-repeat scroll 0 bottom;
  color: #BD1823;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
  padding: 15px 0 10px 65px;
  text-transform: uppercase;
}

#boxContent h2 {
  color: #BD1823;
  font-size: 80%;
  line-height: 1.1;
  margin: 2px 0 5px 65px;
  font-weight: bold;
}

#boxContent h2 a:link,
#boxContent h2 a:visited {
  color: #bd1823;
  font-size: 100%;
  font-weight: bold;
}

#boxContent h3 {
  color: black;
  font-size: 80%;
  line-height: 1.1;
  margin: 2px 0 5px 65px;
  font-weight: bold;
}

#boxContent td,
#boxContent th {
  font-size: 80%;
  line-height: 125%;
}  

#boxContent p,
#boxContent ul,
#boxContent ol {
  font-size: 80%;
  line-height: 125%;
  margin: 2px 0 10px 65px;
}

#boxContent ul,
#boxContent ol {
  padding: 0 0 0 16px;
}

#boxContent ul ul,
#boxContent ul ol,
#boxContent ol ol,
#boxContent ol ul {
  font-size: 100%;
  margin-left: 10px;  
}

#boxContent p .bildunterschrift {
  font-size: 11px;
  line-height: normal;
  display: block;
  margin-bottom: -1.45em;
}

#boxContent p.bildunterschrift {
  font-size: 11px;
  line-height: normal;
}

#boxContent .boxContentNews p {
  margin-left: 115px;
}

#boxContent .boxContentNews.boxContentPresse p {
  margin-left: 65px;
}

#boxContent table.fanclubs,
#boxContent table.links-oberliga {
  margin-left: 65px;
}

#boxContent table.links-oberliga {
  width: 468px;
}

#boxContent table.fanclubs th,
#boxContent table.links-oberliga td {
  padding: 0 10px 10px 0;
  text-align: center;
}

#boxContent table.fanclubs td,
#boxContent table.fanclubs th,
#boxContent table.links-oberliga td,
#boxContent table.links-oberliga th {
  font-size: 100%;
}


#boxContent table.fanclubs h2,
#boxContent table.fanclubs p,
#boxContent table.links-oberliga h3,
#boxContent table.links-oberliga p {
  margin-left: 0;
}

#boxContent table.links-oberliga p a img {
  margin-bottom: 5px;
}

#boxContent.volle-breite p,
#boxContent .volle-breite p,
#boxContent.volle-breite h2,
#boxContent .volle-breite h2,
#boxContent.volle-breite h3,
#boxContent .volle-breite h3,
#boxContent.volle-breite ul,
#boxContent .volle-breite ul,
#boxContent.volle-breite ol,
#boxContent .volle-breite ol {
  margin-left: 0;  
}

.linkNews {
  background: transparent url(/images/listpoint_cont_link.gif) scroll no-repeat 45px 5px;
  padding-right: 20px;
  white-space: nowrap;
}

.imagesNews {
  float: left;
  margin: 0 15px 5px;
  background: transparent url("/images/hg_newsbild_thu.gif") scroll no-repeat 0 0;
  overflow: hidden;
}

.boxContentNews {
  margin: 0 0 15px 0;
}

.textGrau,
.datum {
  color: #666666;
}

#boxContent .adressen {
  margin: 0 0 0 65px;  
}

#boxContent .adressen p {
  background: transparent url(/images/listpoint_cont_dreieck.gif) scroll no-repeat 0 3px;
  width: 214px;
  padding: 0 10px;
  margin: 0 0 10px 0;
  float: left;
}   

.nachoben {
  text-align: right;
}

/* ---------BOX RIGHT---------- */
#boxRight {
  float: left;
  width: 212px;
  padding: 10px 0 10px 0;
  color: #fff;
}

#boxRight h2 {
  color: #ffeb00;
  font-size: 80%;
  text-align: left;
  background: transparent url(/images/listpoint_right_pfeil.gif) scroll no-repeat 7px 5px;
  line-height: 120%;
  margin: 10px 0 0 0;
  padding: 0 0 5px 25px;
  border-bottom: 1px dotted #d88;
}

#boxRight h3 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  line-height: 130%;
}

#boxTermine {
  width: 512px;
  margin: 0 auto 20px auto;
  padding: 0;
}

#boxRight p {
  font-size: 70%;
  line-height: 120%;
  color: #fff;
  margin: 10px 0;
}

#boxLiveticker {
  width: 196px;
  margin: -1px auto 15px auto;
}

#boxRightSpiele {
  width: 196px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
  background: transparent url(/images/hg_box_right.gif) scroll repeat-y 0 1px;
  padding: 0;
  border-bottom: 1px dotted #fff;
}

.boxRightOberliga {
  width: 196px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  text-align: center;
  background: transparent url(/images/hg_box_right.gif) scroll repeat-y 0 1px;
  border-bottom: 1px dotted #fff;
}

.boxRightOberliga div.liga-tabelle {
  padding-bottom: 7px;
  /*border-bottom: 1px dotted #fff;*/
}

.boxRightOberliga table {
  text-align: left;
  margin: 5px 0 0 0;
}

.boxRightOberliga td,
.boxRightOberliga th {
  font-size: 70%;
  line-height: 12px;
  color: #fff;
}

.boxRightOberliga th {
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
}

.boxRightOberliga .position,
.boxRightOberliga .team,
.boxRightOberliga .spiele,
.boxRightOberliga .tore,
.boxRightOberliga .punkte {
  padding-right: 3px;
}

.boxRightOberliga td.punkte,
.boxRightOberliga td.spiele,
.boxRightOberliga td.tore {
  text-align: center;
}

.boxRightOberliga td.position {
  text-align: right;
  padding-right: 4px;
}

.boxRightOberliga .punkte {
  padding-right: 0;
}

.boxRightOberliga tr.piranhas td,
.boxRightOberliga tr.piranhas th {
  font-weight: bold;
}

#footer {
  height: 30px;
  background: #b0b0b0;
  width: 571px;
  border: 1px solid #fff;
  margin: 0 212px 0 215px;
  line-height: 30px;
  font-size: 75%;
  position: relative;
}

#footer #fl {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
}

#footer #fr {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
}

#footer,
#footer a {
  text-decoration: none;
  color: black;
} 

.textRot {
  color: #B11722;
}

#subNavMitglied {
  display: block;
  padding: 0 30px 0 0;
  width: 215px;
  height: 25px;
  position: absolute;
  bottom: 17px;
  right: 1px;
  color: #FFE900;
  font: normal normal bold 85%/24px Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

#boxContent .news-nav {
  margin: 20px 0 10px 115px;
}

#boxContent .presse-nav,
#boxContent .news-archiv-nav {
  margin: 20px 0 10px 65px;
}

#boxContent table.team th,
#boxContent table.team td {
  font-size: 100%;
}

#boxContent table.team p,
#boxContent table.team h2,
#boxContent table.team h3 {
  margin-left: 0;
  margin-right: 0;
}

#boxContent table.team td.bild {
  width: 100px;
}

#boxContent table.team td {
  padding: 0.5em 0.5em 0.5em 0;
  vertical-align: top;
  border-bottom: 1px dotted #AD1522;
}

#boxContent table.team td.werdegang {
  padding-right: 0;  
}

#boxContent table.team table.mitglied-daten {
  font-size: 80%;
  line-height: 125%;
}

#boxContent table.team table.mitglied-daten td,
#boxContent table.team table.mitglied-daten th {
  padding: 0 8px 0 0;
  border: none;
}

#boxContent.team table.mitglied-daten {
  margin: 2px 0 20px 65px;
}

#boxContent.team table.mitglied-daten th {
  padding-right: 8px;
}

div.bdw {
  position: relative;
  width: 472px;
  background: transparent url(/images/hg-bild-der-woche.gif) no-repeat scroll left bottom;
  padding: 0 20px 40px 20px;
  margin: 0 11px 10px 11px;
}

div.bdw div.bdwBild {
  float: right;
  width: 230px;
  margin: 0 0 0 20px;
}

div.bdw div.bdwText {
  float: right;
  width: 222px;
  padding-bottom: 70px;
  font-size: 70%;
}

div.bdw div.bdwGalerie {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: 219px;
  height: 139px;
  overflow: hidden;
}

/* Lightbox-CSS */

#lightbox{  position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }     
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}    



/* Facebox-CSS (Statistiken-Popup) */

#facebox .b {
  background:url(/scripts/facebox/b.png);
}

#facebox .tl {
  background:url(/scripts/facebox/tl.png);
}

#facebox .tr {
  background:url(/scripts/facebox/tr.png);
}

#facebox .bl {
  background:url(/scripts/facebox/bl.png);
}

#facebox .br {
  background:url(/scripts/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .head {
  padding: 5px;
  font-size: 85%;
  color: white;
}

#facebox .head span {
  cursor: pointer;
}

#facebox .body {
  padding: 0;
  background: #AD1522;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  display: none;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #fff;
  z-index: 99;
}


#boxContent .personen-zwei-spalten {
  margin-left: 65px;
}

#boxContent .personen-zwei-spalten p {
  margin-left: 0;
  margin-right: 34px;
  float: left;
  width: 200px;
height: 340px;
overflow: visible;
  text-align: center;
}

#boxContent .personen-zwei-spalten p img {
  margin-bottom: 0.4em;
}

#boxContent .kontaktadresse {
  margin: 2px 0 10px 65px;
}

#boxContent .kontaktadresse th,
#boxContent .kontaktadresse td {
  padding-bottom: 0.4em;
  vertical-align: top;
}

#boxContent .kontaktadresse th {
  font-weight: bold;
  padding-right: 1.5ex;
}

#boxContent .preise {
  margin: 2px 0 10px 65px;
}

#boxContent .preise td,
#boxContent .preise th {
  padding: 0 0.8em 0.2em 0;
  text-align: center;
  vertical-align: top;
}

.ticker-icons {
  margin: -0.8em 0 1em 0;
}

.ticker-icons a {
  display: block;
  width: 90px;
  margin: 0 25px;
  line-height: 19px;
  margin: 0 40px;
  padding: 0 0 10px 35px;
  background: transparent url("/images/ticker-icons.png") no-repeat 0 0;
  color: white;
  font-size: 75%;
}

.ticker-icons a:hover {
  color: #FFEB00;
}

.ticker-icons .rss-ticker {
  background-position: 0 -41px;
}

.ticker-icons .live-ticker {
  background-position: 0 -75px;
}

span.browse-and-edit {
  display:block;
  height:auto;
  left:215px;
  position:absolute;
  top:280px;
  width:auto;
}

#boxRight .boxRightOberliga h2 span {
  display: block;
  font-weight: normal;
  font-size: 80%;
  color: #fff;
}

.spons {
  margin: 14px 0;
  text-align: center;
}

.spons a img {
  border: 1px dotted #fff;
  padding: 2px;
  margin-bottom: 5px;
}

#boxContent .preis {
  float:left;
  font-size:120%;
  font-weight:bold;
  margin-bottom:10px;
  margin-left:65px;
  margin-right:0;
  margin-top:2px;
}

#boxContent .boxContentNews .preis {
  margin-left: 0;
}


#boxContent h2.fanartikel {
  border-left: 1px dotted #d8d8d8;
  border-bottom: 1px dotted #d8d8d8;
  padding-left: 10px;
  padding-bottom: 7px;
  margin-left: 15px;
  margin-bottom: 10px;
}