/*
(c) Mathias Woelfel 2011 (Design- und Fotografiedienstleistungen Mathias Woelfel)

Der nachfolgende Code darf im Rahmen der kundeneigenen Nutzung fuer den vorgesehenen
Webauftritt verwendet und modifiziert werden.
Der Code darf NICHT zur gewerblichen Weitervermarktung, zur Erstellung weiterer
Webseiten oder Aehnlichem verwendet werden.

Bei Nachfragen wenden Sie sich bitte an info@design-woelfel.de.

www.design-woelfel.de
www.pageproject.de

Dieser Copyright-Hinweis muss an dieser Stelle in dieser Form bestehen bleiben.
*/

/*** player ***/
.fp {
    background-color: #000000;
}


/*** splashes ***/
.fp_splash {
    /* position: relative; margin-top: 15px; */
    display: block;
    text-align: center;
}

.fp_splash .fp_back {
    position: relative;
    max-width: 100%;
    vertical-align: bottom;
    border: 1px solid #999;
}

.fp_splash .fp_button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -41px;
    margin-left: -41px;
    border: 0px;
}

.fp_splash:hover .fp_back {
    border: 1px solid #000;
}


/*** overlay ***/
#fp_overlay {
    margin: 10px;
    padding: 3px;
    width: 600px;
    display: none;
    background-color: #FFFFFF;
    overflow: visible;
}

/* remove space below video */
#fp_overlay .fp {
    vertical-align: bottom;
}

/* disable share button */
#fp_overlay .fp-share {
  display: none;
}


/* old fixes
#fp_overlay div {
    overflow: visible;
}

#fp_overlay div.fp-time {
    position: static;
}
*/

/* old background
#fp_overlay .fp_back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    border: 0px;
    z-index: 0;
}
*/

/* old skinning
#fp_overlay a.fp_player {
    position: relative;
    font-family: "Segoe UI", Verdana, Arial;
    color: #330000;
    text-decoration: none;
    z-index: 1;
}
*/

#fp_overlay a.close {
    background: url(/common/engine/flowplayer/skin/FP_closebutton.png) no-repeat;
    position: absolute;
    top: -15px;
    right: -15px;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 2;
}
