.mediathek_container {
       position: relative;
       top: 0px;
       left:0px;
       
       width: 512px;
       height: auto;
       
       padding: 0 0 12px 0;
       margin: 0 0 20px 0;
       
       background:transparent;
       
       border-bottom:1px solid #ccc;
       
       clear:both;
       float:left;
       
}

.mediathek_image {
       position: relative;
       top: 0px;
       left:0px;
       
       width: 200px;
       height: 139px;
       padding: 0px;
       margin: 0px;
       
       background:#ccc;
       float:left;
       overflow:hidden;
       z-index:10;
}

.playsymbol {
       position: absolute;
       top: 0px;
       left:0px;
       
       width: 200px;
       height: 139px;
       padding: 0px;
       margin: 0px;
       
       background:transparent;
       overflow:hidden;
       z-index:20;
       
}


.mediathek_info {
       position: relative;
       top: 0px;
       left:0px;
       
       width: 295px;
       height: auto;
       
       padding: 0px;
       margin: 0px;
       
       background:transparent;
       float:right;
}


.mediathek_container h4 {
    font-family: Georgia, Times, "Times New Roman",serif;
    font-size: 0.7em;
    color: #0067b3;
    font-weight: bold;
    margin: 0;
     
}

.mediathek_container h5 {
    font-family: Georgia, Times, "Times New Roman",serif;
    font-size: 1.3em;
    color: #333;
    margin: 0 0 5px 0 ;
    
}

.mediathek_container h4 span {
    color:#cb385e;
}

.mediathek_container h4 em {
    font-weight:normal;
    color:#000;
    font-style:italic;
}

.mediathek_container p {
    font-family: Georgia, Times, "Times New Roman",serif;
    font-size: 0.8em;
    line-height:1.9em;
    margin: 0 ;
    color:#333;
}

.video {
    margin: 0 0 12px 0 ;
}

ul#videoformats {
    margin: 10px 0 20px 0 ;
    display:block;
}

ul#videoformats li {
    float:left;
    width:115px; 
    height:135px;
    font-size:0.7em;
    text-align:center;
    margin:0 4px 0  0;
    background:#ddd;
    padding: 5px ;
    display:block;
    font-family: Tahoma,Verdana, Arial,sans-serif;
    
}

ul#videoformats h5 {
    font-weight:800;
    font-size:1.2em;
    margin: 0 0 5px 0 ;
        font-family: Georgia, "Times New Roman", Times, serif;
    text-shadow:1px 1px 1px #fff;
    border-bottom:1px solid #aaa;
    
}

ul#videoformats strong {
    font-weight:800;
    margin: 3px 0 0 0 ;
    display:block;
}
