.feature_cont {
         padding: 0px;
         float:left;
         width: 100%;
         background: #fff;
         text-align:left
}
.feature_cont img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#fff none repeat scroll 0 0;
border:0;
float:left;
max-width:140px;
margin:0 20px 10px 0;
padding:4px;
}
.feature_cont ul{
        margin-left: 0px;
        margin-bottom: 20px;
        padding: 0px;
        list-style-type: none;
}
.feature_cont li{
         margin-bottom: 20px;
         font-size: 1em;
         width: 100%;
         height: 120px;
}
.feature_cont ul li {
        color: #555;
        border-bottom: 1px solid #ccc;
        line-height: 1.4em;
        background: #fff;
        width: 100%;
}
.feature_book {
         padding: 0px;
         float:left;
         width: 100%;
         background: #fff;
         text-align:left;
         border: 1px solid #E3E3E3;
         margin: 0 0 10px 0;
}
.feature_book img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#fff none repeat scroll 0 0;
border:0;
float:left;
max-width:140px;
margin:0 20px 10px 0;
padding:4px;
}

.play-button {
    cursor: pointer;
    display: inline-block;
    height: 39px;
    margin: 10px 0;
    text-decoration: none;
}
.play-button .pg-left, .play-button .pg-right {
    background: url("/pictures/pfeil-green.png") no-repeat;
    cursor: pointer;
    display: block;
    float: left;
    height: 39px;
    width: 39px;
}
.play-button .pg-right {
    background: url("") no-repeat scroll 0 0 transparent;
    width: 4px;
}
.play-button .pg-middle {
    background: url("/pictures/kaufbutton-green.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 39px;
    line-height: 39px;
    padding: 0 5px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #333333;
    width: 250px
}
.ad_book {
         padding: 14px 0 0 0;
         float:left;
         width: 100%;
         background: #fff;
         text-align:left;
         border: 2px solid #E3E3E3;
         margin: 0 0 10px 0;
}
.ad_book img {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#fff none repeat scroll 0 0;
border:0;
float:left;
max-width:110px;
margin:0 20px 10px 0;
padding:4px;
}

adbutton, a.adbutton, input.adbutton[type="reset"], input.adbutton[type="button"], input.adbutton[type="submit"] {
    background-image: -moz-linear-gradient(center top , #FF7F00, #FF9966);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 30px 0 0 0;
    padding: 10px 30px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
.play-button-highlight {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: 2px solid rgb(51, 51, 51);
    color: rgb(51, 51, 51);
    float: left;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 10px;
    padding: 14px 18px 12px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0;
}