﻿/* ------------------------------------------ */
/* Zakladni layout stranek ------------------ */
/* ------------------------------------------ */

/* Layout
----------------------------------------------- */
#all
{
    /*       width: 100%;*/
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    min-width: 620px;
}
#left
{
    float: left;
    width: 17%;
    min-width: 230px;
    padding-top: 74px;
}
#right
{
    float: left;
    width: 75%;
}

#container
{
    text-align: left;
    margin: 0 auto;
    width: 100%;
}

/* Header
----------------------------------------------- */
#header
{
    height: 74px;
}

#header h1
{
    width: 483px;
    height: 74px;
    position: relative;
    left: -25px;
    top: 0px;
    background: url("../Images/mzcr_logo.png") no-repeat;
    float: left;
}
#header h1 a
{
    display: block;
    width: 483px;
    height: 74px;
    text-decoration: none;
}
#header h1 a span
{
    visibility: hidden;
}


#contentHeader
{
    font-size: 1.4em;
    font-weight: bold;
    padding: 7px 7px 30px 0px;
    color: #015885;
    border-bottom: 0px;
    height: 16px;
}


/* Content
----------------------------------------------- */
#content
{
    float: right;
    width: 100%;
    padding: 0 0 10px 0;
}

/* Footer
----------------------------------------------- */
#footer
{
    height: 31px;
    clear: both;
    width: 100%;
    color: #808080;
    font-size: 0.69em;
    text-align: center;
}
#footer p
{
    padding: 8px 0 0 10px;
}


a, a:hover, a:link, a:visited
{
    background-color: transparent;
}


a.logoutBtn
{
    font-size: 12px;
}

img.imageBeforeLink
{
    margin-right: 5px;
    vertical-align: middle;
}


