#frontLayout
{
    width: 990px;

    margin: 5px;
}

#banner
{
    height: 60px;

    background: #1c3f93;

    clear: both;
}

@media print {
    #banner {
        display: none;
    }
}

#banner img
{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;

    float: left;
}

#banner .citat
{
    float: right;

    line-height: 60px;

    font-size: 30px;

    color: #ffffff;

    font-weight: bold;

    font-style: italic;

    margin-right: 10px;
}

#content
{
    width: 980px;
    
    min-height: 250px;
    height: auto;

    margin-top: 10px;
    margin: auto;

    padding-bottom: 5px;

    background: #ffffff;
    
    font-size: 12px;
}

#footer
{
    font-size: 10px;

    line-height: 20px;

    clear: both;

    background: url('../img/footer-background.png') left top repeat-x #2f2f2f;

    color: #ffffff;

    padding-bottom: 10px;
    padding-left: 5px;
    padding-top: 5px;
}

@media print {
    #footer {
        display: none;
    }
}

#footer a
{
    color: #ffb900;
}