body
{
    background: url('../images/background.png') repeat-y center rgb(32, 34, 34);
    color: rgb(243, 243, 243);
    font-size: 12px;
    font-family: "Times New Roman", "Times Roman", Times, serif;
    margin: 0;
    padding: 0;
}

body *
{
    margin: 0;
    padding: 0;
}

li
{
    list-style-type: lower-roman;
}

.image
{
    float: right;
    clear: both;
    margin: 5px;
    background: rgb(255, 255, 255);
    padding: 1px;
    border: 1px rgb(0, 0, 0) solid;
    text-align: center;
}

.nofloat
{
    float: none;
    display: table;
}

.image img
{
    display: block;
}

.image p
{
    margin: 0;
}

p
{
    margin-top: 6px;
    margin-bottom: 6px;
}

h1
{
    font-size: 24px;
    margin-bottom: 12px;
}

h2
{
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 6px;
}

h3
{
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
}

a
{
    text-decoration: underline;
    color: #226DA5;
}

a:hover
{
    color: rgb(243, 243, 243);
    background: rgb(32, 34, 34);
}

table
{
    width: 100%;
}

caption
{
    font-size: 14px;
    font-weight: bold;
}

#page
{
    width: 900px;
    color: rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

#header
{
    width: 898px;
    height: 208px;
    background: url('../images/header_newer.png') center;
    /*border-bottom: 1px rgb(0, 0, 0) solid;*/
    border-left: 1px black solid;
    border-right: 1px black solid;
}

#header h1
{
    display: none;
}

#contents
{
    background: rgb(243, 243, 243);
    width: 522px;
    margin-left: 1px;
    padding: 10px;
    float: left;
}

#contents ul
{
    padding-left: 2em;
}

#page_info
{
    clear: both;
    padding-top: 24px;
    text-align: center;
    color: #454545;
}

#menu_uvod a
{
    background: url('../images/menu_uvod.png');
}

#menu_uvod a:hover
{
    background: url('../images/menu_uvod_hover.png');
}

#menu_areal a
{
    background: url('../images/menu_areal.png');
}

#menu_areal a:hover
{
    background: url('../images/menu_areal_hover.png');
}

#menu_ukladka a
{
    background: url('../images/menu_ukladka.png');
}

#menu_ukladka a:hover
{
    background: url('../images/menu_ukladka_hover.png');
}

#menu_rekultivace a
{
    background: url('../images/menu_rekultivace.png');
}

#menu_rekultivace a:hover
{
    background: url('../images/menu_rekultivace_hover.png');
}

#menu_doklady a
{
    background: url('../images/menu_doklady.png');
}

#menu_doklady a:hover
{
    background: url('../images/menu_doklady_hover.png');
}

#menu
{
    width: 355px;
    margin-right: 1px;
    float: right;
}

#menu ul
{
    width: 355px;
}

#menu a
{
    display: block;
    width: 355px;
    height: 46px;
}

#menu a span
{
    display: none;
}

#menu li
{
    width: 355px;
    display: block;
}

#footer
{
    position: absolute;
    width: 347px;
    height: 67px;
    background: url('../images/footer.png');
    margin-left: 552px;
    top: 470px;
    clear: both;
}

#footer p
{
    display: none;
}