/* 
    Document   : styles
    Created on : 31.07.2013, 14:46:42
    Author     : Nino
    Description:
        Purpose of the stylesheet follows.
        UBS
*/

root { 
    display: block;
}

body {

}

h1 small {
    display: block;
    font-size: 18px;

}

hr {
    margin: 30px 0px;
    height: 1px;
    line-height: 1px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;    
    border-color: #AAAAAA;
}

table.mytable {
    width: 100%;
    border: 1px solid #AAAAAA;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.mytable th {
    text-align: center;
    border: 0px;
    background: #215c8c; /* Old browsers */
    background: -moz-linear-gradient(left,  #215c8c 0%, #0d1e3a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#215c8c), color-stop(100%,#0d1e3a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #215c8c 0%,#0d1e3a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #215c8c 0%,#0d1e3a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #215c8c 0%,#0d1e3a 100%); /* IE10+ */
    background: linear-gradient(right,  #215c8c 0%,#0d1e3a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215c8c', endColorstr='#0d1e3a',GradientType=1 ); /* IE6-9 */
    color: white;
    padding: 5px 10px;
}

table.mytable td {
    border: 0px;
    background-color: #F7F7F7;
    padding: 5px 10px;
    vertical-align: top;
}

table.mytable td.lable {
    font-weight: bold;
    width: 50%;
}

#container {
    width: 900px;
    margin: 20px auto;
    font-family: 'Asap', sans-serif;
    line-height: 1.5em;
    font-size: 16px;
}

#container > div {
    border: 1px solid #AAAAAA;
    margin-bottom: 20px;
    background-color: #E8E8E8;
    color: #383838;
}

#container > div > * {
    padding: 10px;
}

#container > div > h1, .subline {
    padding: 10px 10px;
    margin: 0px;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    line-height: 1em;
    font-size: 28px;
    background: #215c8c; /* Old browsers */
    background: -moz-linear-gradient(left,  #215c8c 0%, #0d1e3a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#215c8c), color-stop(100%,#0d1e3a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #215c8c 0%,#0d1e3a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #215c8c 0%,#0d1e3a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #215c8c 0%,#0d1e3a 100%); /* IE10+ */
    background: linear-gradient(right,  #215c8c 0%,#0d1e3a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#215c8c', endColorstr='#0d1e3a',GradientType=1 ); /* IE6-9 */

}

/*Für UBS Schnäppchen etope Vorlage*/
.subline  {
    margin-left: -10px;
    margin-right: -10px;
}

.beschreibung {font-size:18px !important; font-weight:bold;}

/* ENDE - Für UBS Schnäppchen etope Vorlage*/

#artikel div {
    text-align: center;
}

#artikel img {
    width: 100%;
    border: 1px solid #AAAAAA;
    margin: 10px 10px 5px 0px;

}

#artikel img:nth-child(even), #artikel img:last-child {
    margin: 10px 0px 5px 0px;
}

#artikel img.blank, #artikel .blank { display: none; position: absolute; top: 0px; left: 0px; width: 1px; height: 1px; margin: 0px; }


#service ul {
    list-style-type: none;
    margin: 10px 0px 10px 20px;
    padding: 0px;

}

#service ul li {
    line-height: 37px;
    border: 0px solid #000;
    margin-bottom: 5px;
    background-image: url(../images/list-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 45px;
    font-weight: bold;
}

.footer-image {
    background-image: url(../images/ebay-footer.png);
    background-repeat: no-repeat;
}

#header {
    height: 200px;
    background-image: url(../images/header-ebay.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#versand .footer-image {
    height: 100px;
    background-position: 0px -501px;
}

#bestellablauf .footer-image{
    height: 180px;
    background-position: 0px -300px;
}

#service .footer-image{
    height: 290px;
    background-position: 0px 0px;
}

.footer-image-defekt {
    background-image: url(../images/ebay-footer-defekt.png);
    background-repeat: no-repeat;
}

#service .footer-image-defekt{
    height: 210px;
    background-position: 0px 0px;
}

#versand .footer-image-defekt {
    height: 100px;
    background-position: 0px -501px;
}

#bestellablauf .footer-image-defekt{
    height: 180px;
    background-position: 0px -300px;
}

