/* ********** Einzelansicht ************************************************* */

.videoshow-player .mediaplayer-dummy
{
    position: relative;
    background: #ccc;
}

.videoshow-player .mediaplayer-dummy img.preview
{
    width: 100%;
    height: 100%;
}

.videoshow-teaser {
    margin: 7px;
    font-size: 14px;
    line-height: 20px;
}

.videoshow-teaser .videoshow-title {
    font-weight: bold;
}

.videoshow-social .sterne {
    float: right;
    overflow: hidden;
    width: 70px;
    height: 12px;
    margin: 7px;
}
.videoshow-social .sterne div {
    float: left;
    width: 14px;
    height: 12px;
    background-image: url('/images/videoportal/star_big_off.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.videoshow-social .sterne .stern_off:hover,
.videoshow-social .sterne .stern_on {
    background-image: url('/images/videoportal/star_big_on.png');
}

.videoshow-info {
    margin-top: 30px;
    overflow: hidden;
    padding: 2px 10px;
}

.videoplayer-social {
        float: left;
    margin-left: 100px;
}
.videoplayer-social > .mod
{
    margin-bottom: 0;
}

.videoplayer-social .content
{
    padding-top: 0;
}
/*.videoshow-social img {
    float: right;
    margin: 7px;
}*/


/* ********** Sidebar mit ostfriesen.tv ************************************* */

.ostfriesentv-sidebar {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 0 10px #C9C9C9;
    -webkit-box-shadow: 0 0 10px #C9C9C9;
    -moz-box-shadow: 0 0 10px #C9C9C9;
    behavior: url(/css/PIE.htc);
}

.ostfriesentv-head {
    background-image: url('/images/videoportal/ostfriesen_tv_bg.png');
    background-repeat: repeat-x;
    background-position: top left;
    overflow: hidden;
}

.ostfriesentv-menu a {
    display: block;
    float: left;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 4px;
    background-image: url('/images/videoportal/linkbutton_bg_inactive.png');
    background-repeat: repeat-x;
    background-position: top left;
    text-decoration: none;
    color: #bcbcbc;
}
.ostfriesentv-menu a {
    text-decoration: none;
    font-weight: bold;
}
.ostfriesentv-menu a.active,
.ostfriesentv-menu a.inactive:hover {
    background: none;
    color: #369;
}
#ostfriesentv-neueste { width: 64px; }
#ostfriesentv-geklickt { width: 128px; }
#ostfriesentv-bewertet { width: 128px; }

.ostfriesentv-video {
    overflow: hidden;
    padding: 7px;
}
.ostfriesentv-video.even {
    background-color: #e6e6e6;
}
.ostfriesentv-video a.thumbnail {
    float: left;
    margin-right: 15px;
    display: block;
    position: relative;
    min-height: 67px;
}
.ostfriesentv-video img.thumbnail { z-index: 150; width: 120px; }
.ostfriesentv-video .zgo-icon-thumbnail { position: absolute; left: 50%; margin-top: -16px; margin-left: -16px; top: 50%; z-index: 151; }

.ostfriesentv-video a.titel {
    font-weight: bold;
    color: #666;
}
.ostfriesentv-video .untertitel {
    overflow: hidden;
}
.ostfriesentv-video .datum {
    float: left;
    font-size: 11px;
    font-weight: bold;
}
.ostfriesentv-video .sterne {
    float: left;
    overflow: hidden;
    width: 45px;
    height: 8px;
    margin: 3px;
}
.ostfriesentv-video .sterne div {
    float: left;
    width: 9px;
    height: 8px;
    background-image: url('/images/videoportal/star_small_off.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.ostfriesentv-video .sterne .stern_off:hover,
.ostfriesentv-video .sterne .stern_on {
    background-image: url('/images/videoportal/star_small_on.png');
}
.ostfriesentv-video .teaser {
    font-size: 11px;
}

.ostfriesentv-bottom {
    background-image: url('/images/videoportal/videowall_bg_bottom.png');
    background-repeat: repeat-x;
    background-position: 10px left;
    overflow: hidden;
    padding-top: 10px;
}

.ostfriesentv-bottom .pagination {
    overflow: hidden;
    padding: 7px;
}
.ostfriesentv-bottom .pagination .neuer {
    float: left;
    width: 140px;
}
.ostfriesentv-bottom .pagination .aelter {
    text-align: right;
    float: right;
    width: 140px;
}
.ostfriesentv-bottom .pagination a {
    display: block;
    width: 24px;
    text-align: center;
    background-color: #fff;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
}
.ostfriesentv-bottom .pagination a:hover {
    background-color: #eee;
}
#ostfriesentv-pagi-seitevor {
    float: right;
}



/* ********** Videoliste / Suchergebnisse *********************************** */


.videowall {
    background-image: url('/images/videoportal/videowall_bg_top.png');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #fff;
    box-shadow: 0 0 10px #C9C9C9;
    -webkit-box-shadow: 0 0 10px #C9C9C9;
    -moz-box-shadow: 0 0 10px #C9C9C9;
    behavior: url(/css/PIE.htc);
}

.videowall-menu {
    background-image: url('/images/videoportal/linkbutton_bg_inactive.png');
    background-repeat: repeat-x;
    background-position: top left;
    overflow: hidden;
}

.videowall-search {
    float: right;
    margin-top: 4px;
    margin-right: 7px;
}
.videowall-search input[type=text] {
    height: 11px;
    padding: 2px;
    background-color: #ccc;
    border: 1px solid #666;
    font-size: 11px;
    color: #666;
}

.videowall-menu li {
    float: left;
}
.videowall-menu li a {
    display: block;
    height: 16px;
    padding: 4px 17px;
    border-right: 1px solid #3f3f3f;
    background: none;
    font-weight: bold;
    color: #bcbcbc;
    text-decoration: none;
}
.videowall-menu li a.active,
.videowall-menu li a.inactive:hover {
    background-image: url('/images/videoportal/linkbutton_bg_active.png');
    background-repeat: repeat-x;
    background-position: top left;
    color: #369;
    text-decoration: none;
}

.videowall-list {
    overflow: hidden;
    padding-top: 24px;
}
.videowall-video {
    float: left;
    width: 219px;
    height: 230px;
    margin: 0 6px 0 11px;
}
.videowall-video a.thumbnail {
    float: left;
    margin-right: 15px;
    display: block;
    position: relative;
}
.videowall-video img.thumbnail { z-index: 150; width: 219px; height: 132px; }
.videowall-video .zgo-icon-thumbnail { position: absolute; left: 50%; margin-top: -16px; margin-left: -16px; top: 50%; z-index: 151; }

.videowall-video a.titel {
    font-weight: bold;
    color: #369;
}
.videowall-video .untertitel {
    overflow: hidden;
}
.videowall-video .datum {
    float: left;
    font-weight: bold;
}
.videowall-video .sterne {
    float: left;
    overflow: hidden;
    width: 45px;
    height: 8px;
    margin: 3px;
}
.videowall-video .sterne div {
    float: left;
    width: 9px;
    height: 8px;
    background-image: url('/images/videoportal/star_small_off.png');
    background-position: center center;
    background-repeat: no-repeat;
}
.videowall-video .sterne .stern_off:hover,
.videowall-video .sterne .stern_on {
    background-image: url('/images/videoportal/star_small_on.png');
}
.videowall-video .teaser {
}

.videowall-bottom {
    background-image: url('/images/videoportal/videowall_bg_bottom.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    overflow: hidden;
    padding-top: 20px;
}

.videowall .pagination {
    overflow: hidden;
}
.videowall .pagination .anfang,
.videowall .pagination .neuer,
.videowall .pagination .seite,
.videowall .pagination .aelter,
.videowall .pagination .ende {
    float: left;
    width: 170px;
    padding: 10px;

}

.videowall .pagination .seite{
    position: relative;
    top: 5px;
    height: 23px;
    padding: 0px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
}

.videowall .pagination #pagi-seiteaktuell-submit{
    margin-left: 3px;
    width: 38px;
}

.videowall .pagination .aelter,
.videowall .pagination .ende {
    text-align: right;
}

.videowall .pagination .ende{
    margin-left: 18px;
}

.videowall .pagination .seite {
    text-align: center;
}

.videowall .pagination a{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
    padding-left: 9px;
    padding-right: 9px;
    text-align: center;
    text-decoration: none;
}

.videowall .pagination a:hover {
    background-color: #eee;
}
















