﻿
/* fonts **************************************************************************************************/

@font-face {
    font-family: 'oswaldlight';
    src: url('assets/fonts/oswald-light-webfont.eot');
    src: url('assets/fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/oswald-light-webfont.woff') format('woff'),
         url('assets/fonts/oswald-light-webfont.ttf') format('truetype'),
         url('assets/fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




/**********************************************************************************************************/

html, body 
{
   
    color:black;
    margin:0px;
    background:#eeeeee;
    height:100%;
    font-family:'oswaldlight';
    font-size:15pt;
}



/************************************************************************************************************

    top
    
*************************************************************************************************************/

#top 
{
    background:white;
    width:100%;
    position:fixed;
    z-index:998;
    height:76px;
}

#header {
    width: -moz-calc(100% - 256px);
    width: -webkit-calc(100% - 256px);
    width: calc(100% - 256px);
    min-width:780px;
  
    padding-top: 6px;
    
    height:40px;
}

#logo 
{
    margin-left:18px;
    width:250px;
    float:left;
}

#menu 
{
    margin-top:16px;
    text-align: right;
    float:right;
}

    #menu a 
    {
        border-bottom:1px solid white;
        text-decoration:none;
        color:black;
        margin-left:20px;
    }


    #menu a:first-child 
    {
        margin-left:10px;
    }

    #menu a:hover 
    {
        border-bottom:1px solid black;
    }

#player
{
    position:fixed;
    z-index:999;
    right:5px;
    top:76px;
}




#player2 
{
    position:fixed;
    z-index:999;
    right:5px;
    top:470px;
}

#myiframe 
{
    position:absolute;
    top:76px;
    bottom:0px;
    width: 100%;
    height:200%;
    border:none;
    overflow:hidden;
}

