
html
{
    color: black;
    font-size: 12px;
    /*font-family: "Verdana", Helvetica, Arial, sans-serif;*/
    font-family: sans-serif;
    font-weight : normal;
    text-align: left;
    background-color: white;
    background-image: url(../images/pozadi.gif);
    background-repeat: repeat-y;
    background-position: center;
    margin: 0;
    padding: 0;
}

body
{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

h1
{
    font-size: 1.8em;
}

h2
{
    font-size: 1.5em;
    width: 560px;
    padding: 0 5px;
    margin: -20px 0 0;
    clear: both;
}

h3
{
    font-size: 1.2em;
    padding: 0 5px;
    margin: 0 0 0;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1.0em;
}

h6
{
    font-size: 1em; 
}

hr
{
    background-color: #babcbd;
    border-width: 0; height: 1px;
    padding: 0;
    margin: 3px;
    clear: both;
}

p
{
    margin: 2px 0 0 0;
    padding: 2px; 
    text-align: justify; 
    /*text-indent: 15px;*/
}

/* USER */

#body
{
    width: 750px;
    height: 100%;
    left: 50%;
    margin: 15px auto 0;
    padding: 0;
}

.item h3
{
    margin: 3px 0;
}

.item a img
{
    border: 1px solid gray;
    padding: 2px;
}

.item a img:hover
{
    background-color: gray;
}

.item .item-image
{
    float: left;
    margin: 0 0 0 5px;
}

.item .item-info
{
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
    float: left;
    margin: 0 0 0 5px;
    padding: 3px;
    width: 390px;
}

.item .item-description
{
    clear: both;
}

.center
{
    text-align: center;
}

#content_block
{
    margin: 10px 0px 10px 0px;
    background: #eeeeee;
    width: 590px;
    float: right;
}

#content_top
{
    padding-top: 2px;
    text-align: center;
    background-image: url(../images/obsah_top.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 15px;
    font-weight: bold;
    font-size: 11px;
}

#content_bottom
{
    font-size: 1px;
    background-position: bottom;
    background-image: url(../images/obsah_bottom.gif);
    background-repeat: no-repeat;
    width: 100%;
    height: 10px;
    clear: both;
}

#content_container 
{ 
  padding: 10px; 
}

#content img:hover 
{
    background-color: gray;
}

#page_select
{
    padding: 3px;
}

#page_select a
{
    border: 1px solid #cfcfcf;
    background-color: #fafafa;
    padding: 2px 5px;
    margin: 0 1px;
    text-align: center;
    display: block;
    width: 23px;
}

#page_select #page_next
{
    float: right;
}

#page_select #page_prev
{
    float: left;
}

#page_select #page_items
{
    text-align: center;
}

#page_select #page_items a
{
    float: left;
}

.highlight
{
    background-color: yellow;
}

.clear
{
    clear: both;
}

.big_image
{
    margin: 0 18px;
}

