/* Shopdesign Copyright 2014 © HB-Design
 * Dieser Hinweis darf nicht entfernt werden.
 * Alle Rechte vorbehalten.
 * Das Kopieren im Ganzen oder in Teilen ohne unsere vorherige ausdrückliche, schriftliche Zustimmung ist untersagt! */

/* Grobe Strukturformate */
body {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
/* framenbg dient der Erstellung eines Rahmens für das Template;
 * hier wird die Breite des ganzen Schirms vereinnahmt;
 * hier kann ein Hintergrund angelegt werden
 * z.B.: background-image: url(../) repeat; */ 
#framenbg {
    width: 100%;
    margin: 0px;
    padding: 30px 0px;
    background: url(http://ebay.hb-sales.com/images/hbs-bg.png) #443935 repeat-x;   /* Img nicht mehr nötig!? */
}

/* Bereich in dem der eigentliche Inhalt (Header, Seiten, Main...) ausgegeben wird */
#content {
    color: #a8935e;
    background-color: #2f2725;
    width: 1000px;
    margin: auto;
    -moz-box-shadow: 0 0 30px #000;
    -webkit-box-shadow: 0 0 30px #000;
    box-shadow: 0 0 30px #000;
    -moz-border-radius: 40px 0 0 0;
    -webkit-border-radius: 40px 0 0 0;
    border-radius: 40px 0 0 0;
    padding-bottom: 20px;
}

/* Grundlegender Style */
#content {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica;
    /* font-size: 13px; - Alt, zu klein */
    font-size: 15px;
}
/* Überschriften - gemeinsame Eigenschaften */
#content h1, #content h2, #content h3, #content h4 {
    font-family: georgia, Times New Roman, arial, sans-serif;
    font-weight: bold;
    color: #efe0b1;
}
/* Überschriften - eigene Eigenschaften */
#content h1 {
    font-size: 19px;
    font-style: italic;
}
#content h2 {
    font-size: 16px;
}
#content h3 {
    font-size: 15px;
}
#content h4 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 3px;
    /*letter-spacing: 0.3px;*/
}
/* Teil vom grundlegenden Style - eigene Definitionen nötig?!
#content p {

}
*/
#content a {
    color: #EE511E;
    text-decoration: none;
}
#content a:hover{
    color: #efe0b1;
    text-decoration: none;
}
/* Spacer - 15px wie bei ebay die erste Zeile der 2. Tabelle ;)
 * <td colspan="3" rowspan="1" height="15"><img width="1" height="15" src="http://1.1.1.3/bmi/pics.ebaystatic.com/aw/pics/s.gif"></td> */
div#ebay-spacer{
    height: 15px;
}
/* LeftPanel-Styles */
div#leftpanel-box{
    float: left;
    padding: 5px 5px 5px 10px;
    max-width: 210px;
}
div#leftpanel-box > div{
    padding-bottom: 15px;
}
div#leftpanel-box h2{
    font-size: 15px;
}
div#leftpanel-box p{
    /* mmmmhhhhmmm... */
}
/* Info-Box */
div#info-box{
    display: none; /* Info-Box ein-/ausblenden */
    background: url(../images/aktuelle-info-telefon-leftpanel.png) no-repeat top left;
    background-size: 200px;
    height: 130px;
    /* margin-top: -15px; */
}
/* Newsletter-Box */
div#newsletter-box{
    width: 176px;
    border: 2px solid #C8C8C8;
    background-color: #000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding: 10px 5px;
}
div#newsletter-box h2{
    margin: 0;
}
div#newsletter-box #newsletter-submit{
    border: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-shadow: 0 1px 1px #333;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    outline: none;
    vertical-align: baseline;
    background: #EE511E url(../images/newsletter-submit-bg.png) repeat-x bottom right;
    padding: 5px 40px 5px 15px;
}
div#newsletter-box #newsletter-submit a{
    color: #fff;
}
#PayPal-IMG{
    background: url(../images/sichererer.gif) no-repeat top left;
    background-size: 170px 60px;
    height: 60px;
}

/* eigentlicher Inhaltsbereich - Artikelbeschreibung */
div#content-box{
    max-width: 770px;
    padding-left: 230px;
}
/* Beschreibung */
#description {
    margin: 0 auto;
    padding: 10px;
}
.description-box {
    /* border: 1px solid #333333; */
    border: 2px solid #C8C8C8;
    background-color: #000;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
}
.description-box *:nth-child(0){
    margin-top: 0;
}
.description-box p{
    margin: 0;
}
.description-highlight {
    border: 2px solid #C8C8C8;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 600px;
    padding: 10px;
    margin: 0 auto;
}
.description-box table{
    color: #a8935e;
    margin-left: 20px;
}
.description-box tbody{
    color: #a8935e;
    text-align: left;
}
.member-name{
    max-width: 250px;
    text-align: center;
    margin: 10px auto;
    font-weight: bold;
    font-style: italic;
}
#bewertung-positiv{
    float: left;
    width: 250px;
}
#five-stars-positive{
    height: 40px;
    background: url(../images/five-stars-positive.png) no-repeat left top;
    background-size: 250px 35px;
}
#bewertung-negativ{
    float: right;
    width: 250px;
}
#five-stars-negative{
    height: 40px;
    background: url(../images/five-stars-negative.png) no-repeat left top;
    background-size: 250px 35px;
}
/* Content-Slideshow für spezielle Infos o.ä. */
#content-slider{
    display: none; /* - Slideshow ein-/ausblenden - block/none */
    position: relative;
    top: -15px;
    height: 260px;
    margin: 0 auto;
}
#content-slider ul{
    list-style: none;
    margin: 0;
}
#content-slider li{
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 770px;
    height: 257px;
    z-index: 5;
    opacity:0;
    /*animation-name: fade;
    -webkit-animation-name: fade; */
    -webkit-animation: fade 25s infinite;
    -moz-animation: fade 25s infinite;
    -ms-animation: fade 25s infinite;
    -o-animation: fade 25s infinite;
    animation: fade 25s infinite;
}

@keyframes fade {
  0% , 30% , 100% { opacity:0; }
 10% , 20%        { opacity:1; }
}
/* chrome & Co. */
@-webkit-keyframes fade {
  0% , 30% , 100% { opacity:0; }
 10% , 20%        { opacity:1; }
}


#content-slider ul li:nth-child(0){
    background-image: url(http://ebay.hb-sales.com/images/aktuelle-info-telefon.png);
    /* background-image: url(http://ebay.hb-sales.com/images/HB-slide-boote.jpg); */
    animation-delay:0s;
    -webkit-animation-delay: 0s;
}
#content-slider ul li:nth-child(1){
    background-image: url(http://ebay.hb-sales.com/images/HB-slide-heli.jpg);
    animation-delay:5s;
    -webkit-animation-delay: 5s;
}
#content-slider ul li:nth-child(2){
    background-image: url(http://ebay.hb-sales.com/images/HB-slide-einsteiger.jpg);
    animation-delay:10s;
    -webkit-animation-delay: 10s;
}
#content-slider ul li:nth-child(3){
    background-image: url(http://ebay.hb-sales.com/images/HB-Slide1.jpg);
    animation-delay:15s;
    -webkit-animation-delay: 15s;
}
#content-slider ul li:nth-child(4){
    background-image: url(http://ebay.hb-sales.com/images/HB-Slide1.jpg);
    animation-delay:20s;
    -webkit-animation-delay: 20s;
}
/* Ende Content-Slider */

/* Bildergalerie */
#galerie-frame {
    padding: 10px;
    text-align: center;
}
#galerie {
    position: relative;
    display: block;
    min-height: 556px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#thumbs {
    position: relative;
    width: 100%;
    text-align: center;
}
/* max. Bildgröße */
#galerie .bilddiv img{
    max-height: 500px;
    max-width: 750px;
    border: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
/* max. Bildcontainergröße
 * Hier kann anhand unterschiedlicher Angaben in height
 * bspw. der Container variabel in der Größe dargestellt werden */
#galerie .bilddiv {
    min-height: 500px;
    max-height: 500px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#galerie .bildlink {
    margin-left: auto;
    margin-right: auto;
}
#galerie .thumb {
    float: left;
    height: 80px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #c8c8c8;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
#galerie .thumb img {
    max-height: 80px;
}
/* Ende Formate Bildergalerie */
/* allgemeine Elemente */
.clearboth{
    clear: both;
    height: 0;
}