/* 
    Styly pro master sablonu a hlavni menu

    Created on : 3.12.2016, 19:01:46
    Author     : Karel Tejkal
*/

/*******************************************************************************
  body
*******************************************************************************/
body
{
    background-color:#c7c7ab;
    overflow-y:scroll;
    font-size: 14px;
    margin: 10px;
}
.body
{
    margin-left:auto;
    margin-right:auto;
    position:relative;
    width:1692px;
}
/*******************************************************************************
  reklamni sloupec
*******************************************************************************/
#advertisement
{
    width: 414px;
    float: left;
    margin-right: 10px;
    height: 10px
}
#advertisement-content
{
}
/*******************************************************************************
  tabulka aplikace
*******************************************************************************/
#master-content
{
    width:1265px;
    float:left;
}
#master-table
{
    background-color: #d7d7bb;
}
#master-table .main-bar
{
    width: 810px;
    padding: 10px 6px 8px 16px;
    border: 1px solid olive;
}
#master-table .right-bar
{
    width: 414px;
    padding: 10px 0px 4px 16px;
    border: 1px solid olive;
    border-left: 0;
}
#master-table .border-bottom-0
{
    border-bottom: 0;
}
#master-table .copyright
{
    background-color: #c7c7ab;
    padding-left: 16px;
    font-size: 10px;
}
/*******************************************************************************
  hlavni menu
*******************************************************************************/
#master-menu button.menu
{
    background-color: #c7c7ab;
    padding: 0px 10px;
    margin-top: 8px;
    margin-bottom: 6px;
    margin-right: 6px;
    border: 1px solid olive;
    float: left;
    position: relative;
    top: 9px;
    height: 30px;
}
#master-menu button.menu-selected
{
    background-color: #d7d7bb;
}
#master-menu button.menu:hover
{
    background-color: antiquewhite;
}