/* Generelle Einstellungen / Seitenweite Angaben */

html, body
{
    width               : 100%;
    height              : 100%;
}

body
{
    background-color    : #FFFFFF;
    color               : #000000;
    font-family         : Verdana, Tahoma, Arial;
    font-size           : 95.01%;
    margin              : auto;
    padding             : auto;
    width               : 100%;
    height              : 100%;
    overflow            : hidden;
    vertical-align      : middle;
    background-image    : url(/CustomerData/9/Images/Page.Background.jpg);
    background-repeat   : repeat-x;
}

/* Backgrounds */

/* Inhaltsbereich, Positionierung und Gestaltung */

div#Container
{
    width               : 1000px;
    height              : 750px;
    text-align          : left;
    font-size           : 0.8em;
    text-align          : left;
    z-index             : 1;
    border              : 1px solid #75828B;
}

#Content
{
    position            : absolute;
    width               : 1000px;
    height              : 750px;
    background-color    : #F6F6F6;
    z-index             : 2;
}

#Layout
{
    position            : absolute;
    width               : 100%;
    height              : 100%;
    top                 : 0px;
    left                : 0px;
    z-index             : 0;
}

#Video
{
    position            : absolute;
    left                : 2.4%;
    top                 : 20.0%;
    width               : 60.0%;
    height              : 52.5%;
    border              : 1px solid #A7BCCF;
    overflow            : hidden;
    background-color    : #000000;
}

#VideoImage
{
    height              : 100%;
}


#Player
{
    width               : 100%;
    height              : 100%;
}
