body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Times;
    font-size: 13px;
}
#wrapper {
    background: #282828 url(http://ebay.paderfliegen.de/images/bg.png);
    width: 1100px;
    padding: 0 0 60px 0;
    margin: 0 auto;
    height: 100%;
}
#header {
    width: 1100px;
    height: 130px;
    background: transparent url(http://ebay.paderfliegen.de/images/header.png) bottom no-repeat ;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-radius: 15px;
}
#main {
    width: 1100px;
    margin: 0 0 15px 0;
}
#artikelbilder table {
    width: 970px;
    margin: 10px 0 0 0;
}

#artikelbilder table .bigpic {
    width: 820px;
}

#artikelbilder table .onepic {
    width: 970px;

}


#artikelbilder table .smallpics {
    width: 225px;
    text-align: right;
}
#artikelbilder table .smallpics img {
    margin: 10px 0;
}

#beschreibung {
    width: 966px;
    padding: 15px 0 0 0;
    margin: 3px 0 0 0;
    text-align: left;
    background: url(http://ebay.paderfliegen.de/images/beschreibung.jpg);
    border-radius: 15px;
    border: 2px solid #ffffff;
}
#beschreibung h1 {
    text-align: center;
    font-size: 23px;
    margin: 45px 0 0 0;
    color: #254e6e;
}
#beschreibung h2 {
    text-align: center;
    font-size: 16px;
    margin: 25px 0 20px 0;
    padding: 0 100px;
}
#beschreibung h3 {
    font-size: 15px;
    margin: 10px 0 0 0;
    text-align: center;
    padding: 0 0 20px 0;
    color: #4a6d7f;
}
#beschreibung ul {
    float: left;
    margin: 10px 30px 30px 30px;
    width: 380px;
    font-size: 14px;

}
#beschreibung ul li {
    margin: 2px 0;
}
#beschreibung li.ueberschrift {
    font-weight: bold;
    list-style: none;
}


#footer {
    width: 1100px;
    text-align: center;
    margin: 15px 0 0 0;

}
#footer ul li img {
    border: 2px solid #ffffff;
    border-radius: 15px;
    margin: 0 10px;
}


#footer a {
    font-size: 14px;
    color: #282828;
    text-decoration: none;
    font-weight: bold;
}
#footer a:hover {
    text-decoration: underline;
}

#footer h2{
    margin: -65px 0 0px 0;
    font-size: 22px;
    color: #282828;
}
#footer ul {
    float: left;
    width: 974px;
    margin: 39px 0 0 63px;
    list-style: none;
    background: url(http://ebay.paderfliegen.de/images/footerbg_middel.jpg) repeat-y;
}
#footer ul li {
    margin: 0;
    padding: 0;
    width: 220px;
    float: left;

}
#footer .toppic {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0 10px;
}
#footer .bottompic {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin: 0 10px;
}




.bigpic img{
    border-radius: 15px;
    border: 2px solid #ffffff;
    margin: 0 0 8px 0;   
}
.onepic img{
    border-radius: 15px;
    border: 2px solid #ffffff;
    margin: 0 0 8px 80px;   
}
.smallpics img {
    border: 2px solid #ffffff;
    border-radius: 15px;
    margin: 0 0 10px 0;
}
.clear {
    clear: both;
}
