@charset "utf-8";

/**
 * Body-Definitionen
 */
body {
    color: #C0C0C0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    text-align: justify;
    font: x-small/1.2em Verdana, Arial, Helvetica, sans-serif;
    voice-family: "\"}\""; voice-family:inherit;
    font-size: small;
    background-color: #1d1a14;
    background-image: url(../images/pbb_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position: left bottom;*/
    background-position: top center;
}


/**
 * DIV-Container
 * Struktur der Seite
 */
div#gesamteSeite {
    margin: 0 auto;
    width: 960px;
}

div#seiteHeader {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    margin-bottom: 10px;
    margin-top: 13px;
    min-height: 167px;
    height: auto !important;
    height: 167px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

div#headerLogo {
    width: 150px;
    height: 150px;
    margin-top: 4px;
    margin-left: 4px;
    float: left;
}

div#ff_comercial {
    float: right;
    margin-top: -32px;
    margin-right: 10px;
}

div#headerText {
    margin-left: 169px;
    height: 120px;
    padding-top: 15px;
}

div#headerNavigation {
    margin-left: 165px;
}

div#footerNavigation {
    margin-left: 155px;
    float: right;
}

div#seiteNavigation {
    float: right;
    width: 200px;
}

div#seiteNavigation div#Navigation,
div#seiteNavigation div#Counter,
div#seiteNavigation div#Gallery,
div#seiteNavigation div#Twitter {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    /*float: right;
    width: 200px;*/
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    margin-bottom: 10px;
}

div#seiteNavigation div#Twitter img {
	margin-left: -15px;
}

div#seiteNavigation div#Navigation ul#sideNavigation {

}

div#seiteContent {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    margin-right: 210px;
    font-size: 90%;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

div#seiteVorschaltContent {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    font-size: 90%;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

div#seiteFooter {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    margin-top: 10px;
    margin-right: 210px;
    font-size: 75%;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

div#seiteVorschaltFooter {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    margin-top: 10px;
    font-size: 75%;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

div.kontakt {
    text-align: center;
}

div.galleryBildNavigation {
    text-align: center;
    margin-bottom: 10px;
}

div.clear {
    clear: both;
}

div.textRight {
    text-align: right;
}

div#tourDaten,
div.tourDaten {
    margin-left: 310px;
}

div.gbSystem,
div.gbMessenger {
    display: block;
    width: 85px;
    text-align: center;
    margin-left: -2px;
}

div.partner {
    margin: 0 auto;
    width: 80%;
}

div.eventbeschreibung {
    margin-top: -3px;
    margin-left: 315px;
}

/**
 * Datumsanzeige in den News
 */
div.date {
    background-color: #998877;
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
    padding: 45px 5px 0;
    position: relative;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    width: 55px;
    height: 25px;
}

div.date span.day {
    font-size: 32px;
    left: 5px;
    line-height: 32px;
    position: absolute;
    top: 5px;
}

div.date span.month {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

div.date span.year {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: block;
    position: absolute;
    right: -5px;
    top: 15px;
}

/**
 * Newstext
 */
div.newstext {
    margin-left: 85px;
    margin-right: 40px;
}

/**
 * Hyperlinks
 */
a {
    color: #1d1a14;
    /*font-weight: bold;*/
    text-decoration: none;
    border-bottom: 1px dotted #C0C0C0;
}

a:hover {
    color: #1d1a14;
    border-bottom: none;
}

div#seiteNavigation a,
a.image,
a.externImage {
    font-size: 90%;
    color: #C0C0C0;
    font-weight: bold;
    text-decoration: none;
    border-bottom: none;
}

div#seiteNavigation a:hover,
a.image:hover {
    font-size: 90%;
    color: #1d1a14;
    border-bottom: none;
}

.extern:before {
    content: "\2197\00A0";
    border-bottom: none;
}

/*
a.extern {
    background-image: url(../images/outlink.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 13px;
    border-bottom: none;
}
*/

#galleryBild {
    text-align: center;
}

#galleryBildBeschreibung {
    margin: 0 auto;
    text-align: justify;
    width: 550px;
}

/**
 * Fieldset
 */
fieldset {
    padding: 10px 10px 10px 10px;
    border: none;
}

fieldset legend {
    color: #C0C0C0;
}

fieldset#pbbForum {
    padding: 10px 0 10px 0;
}

/**
 * Formulare
 */
input,
textarea,
select,
select option {
    background-color: #1d1a14;
    background-image: url(../images/pbb_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position: left bottom;*/
    background-position: top center;
    color: #C0C0C0;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

/**
 * Überschriften
 */
h1 {
    font-family: "Palatino Linotype",Georgia,"Tahoma","Century Schoolbook L",Arial,Helvetica;
    font-size: 250%;
    font-weight: normal;
    letter-spacing: normal;
}

h2 {
    font-family: "Palatino Linotype",Georgia,"Tahoma","Century Schoolbook L",Arial,Helvetica;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 100%;
}

h3 {
    font-family: "Palatino Linotype",Georgia,"Tahoma","Century Schoolbook L",Arial,Helvetica;
    font-size: 150%;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 100%;
}

/**
 * Tabellen
 */
 td {
    vertical-align: top;
    text-align: left;
 }

.tableKontakt,
.gaestebuch,
#tabelleGallery,
#galleryKategorieUebersicht {
    width: 90%;
    text-align: left;
    margin: 0 auto;
}

td.gbeintrag {
    text-align: justify;
}

td.galImage {
    border-top: 1px dotted;
    padding-top: 10px;
}

#galleryKategorieUebersicht {
    margin-left: -6px;
}

/**
 * Listen
 */
ul#sitemap li {
    list-style-type: none;
}

/**
 * Gewinnspiele
 */
img#gewinnspielAvatar {
    float: left;
    border: none;
    margin-right: 10px;
}

/**
 * Hacks für den Internet Explorer 6
 */

/**
 * Body-Definitionen
 */
* html body {
    color: #C0C0C0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*line-height: 1.2em;*/
    text-align: justify;
    font: x-small/1.2em Verdana, Arial, Helvetica, sans-serif;
    voice-family: "\"}\""; voice-family:inherit;
    font-size: small;
    background-color: #1d1a14;
    background-image: url(../images/pbb_bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-position: left bottom;*/
    background-position: top center;
}

/**
 * DIV-Container
 * Struktur der Seite
 */
* html div#seiteHeader {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    margin-bottom: 10px;
    margin-top: 13px;
    min-height: 167px;
    height: auto !important;
    height: 167px;
}

* html div#seiteNavigation {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    float: right;
    width: 200px;
}

* html div#seiteContent {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    margin-right: 210px;
    font-size: 90%;
}

* html div#seiteVorschaltContent {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    font-size: 90%;
}

* html div#seiteFooter {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    margin-top: 10px;
    margin-right: 210px;
    font-size: 75%;
}

* html div#seiteVorschaltFooter {
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.gif);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    margin-top: 10px;
    font-size: 75%;
}

 /**
  * Hyperlinks
  */
* html a {
    color: #c0c0c0;
    text-decoration: none;
    border-bottom: 1px dotted #C0C0C0;
}

* html a:hover {
    color: #c0c0c0;
    border-bottom: none;
}

* html div#seiteNavigation a:hover,
* html div#headerNavigation a:hover,
* html a.image:hover {
    color: #c0c0c0;
    border-bottom: none;
}

* html div.date {
    background-color: #998877;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    padding: 45px 5px 0;
    position: relative;
}

* html div.date span.day {
    font-size: 32px;
    left: 5px;
    line-height: 32px;
    position: absolute;
    top: 5px;
}

* html div.date span.month {
    font-size: 25px;
    text-transform: uppercase;
}

* html div.date span.year {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
    position: absolute;
    right: -5px;
    top: 15px;
}

/**
 * Hacks für den Internet Explorer 7
 */

 /**
  * Datumanzeige im Newsbereich
  */
*:first-child+html div.date {
    background-color: #998877;
    background-color: transparent;
    background-image: url(../images/bg_box_gothic.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: left top;
    float: left;
    margin-top: 0px;
    margin-right: 10px;
    padding: 45px 5px 0;
    position: relative;
    height: 20px;
}

*:first-child+html div.date span.month {
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    margin-bottom: 10px;
}

*:first-child+html div.date span.year {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
}

/**
 * PHP-Info Anzeige
 * http://poison-bandbooking.de/phpinfo
 */
#phpinfo {
    width: 500px;
    /*margin: 0 auto;*/
}

#phpinfo pre {}
#phpinfo a:link {}
#phpinfo a:hover {}
#phpinfo table {
    width: 500px;
}
#phpinfo .center {}
#phpinfo .center table {}
#phpinfo .center th {}
#phpinfo td, th {}
#phpinfo h1 {}
#phpinfo h2 {}
#phpinfo .p {}
#phpinfo .e {}
#phpinfo .h {}
#phpinfo .v {}
#phpinfo .vr {}
#phpinfo img {
    float: left;
    border: none;
}
#phpinfo hr {}