html
{
    height: 100%;
}

body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 100%;
    line-height: 140%;
    background: url(../images/page_top_bg.gif) #a3ae57 top left repeat-x;
    color: #616161;
}

#page_wrap
{
    margin: 0 auto;
    width: 750px;
    position: relative;
}

#header
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 750px;
    height: 371px;
    background: url(../images/header_bg.gif) bottom left no-repeat;
}

#header_flash {
position:relative;
top:21px;
left:0px;
width:650px;
height:320px;
z-index:1;
}


#header .logo
{
    position: absolute;
    top: 91px;
    right: 29px;
    display: block;
    width: 250px;
    height: 60px;
}

#telo
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 700px;
    padding: 25px 25px 25px 25px;
    background: url(../images/telo_bg.gif) top right repeat-y;
}

#footer
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 750px;
    height: 80px;
    background: url(../images/footer_bg.gif) top right no-repeat;
}

.copyright
{
    position: absolute;
    top: 12px;
    right: 25px;
    text-align: right;
    color: #fff;
    line-height: 100%;
}

.links
{
    position: absolute;
    top: 12px;
    left: 25px;
    text-align: right;
    color: #fff;
    line-height: 100%;
}

.createdby
{
    position: absolute;
    top: 45px;
    right: 25px;
    text-align: right;
    color: #fff;
    line-height: 100%;
}

.links a, .createdby a
{
    color: #fff;
    text-decoration: none;
}

.links a:hover, .createdby a:hover
{
    color: #fff;
    text-decoration: underline;
}

#menuListFooter ul 
{
    
}

#menuListFooter ul li
{
    display: inline;
    padding-right: 5px;
    border-right: solid 1px #FFF; 
    margin-right: 5px;
}

#menuListFooter ul li.last
{
    display: inline;
    padding-right: 0px;
    border-right: none; 
    margin-right: 0px;
}


ul, li
{
    list-style: none;
    margin: 0;
    padding: 0;
}


#menuRoot
{
    width: 750px;
    height: 55px;
    position: absolute;
    left: 30px;
    top: 345px;
    z-index: 10;
}

#menuRoot a
{
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    color: #FFF;
    font-size: 11px;
}
#menuRoot li:hover
{
}
#menuRoot li:hover a
{
    color: #FFF;
}

ul.menuList1
{
    float: left;
    padding: 0 0 0 0;
    margin: 0;
    list-style: none;
}

ul.menuList1 li.menuList1
{
    position: relative;
    list-style: none;
    vertical-align: bottom;
    line-height: 26px;
    height: 55px;
    margin: 0 5px 0 5px;
    margin-bottom: -1px;
    float: left;
    padding: 0px;
    z-index: 10;
}
ul.menuList1 li.menuList1 a
{
    padding: 0px 4px 0px 4px;
    text-transform: uppercase;
    color: #DDD;
    font-size: 12px;
    color: #063;
}
ul.menuList1 li.menuList1 a:hover
{
    background-color: #39390A;
}

ul.menuList2
{
    position: absolute;
    line-height: 24px;
    left: 0;
    top: 26px;
    width: 150px;
    z-index: 10;
    visibility: hidden;
    padding: 0 0 0 0;
}
ul.menuList2 li.menuList2 a
{
    padding: 0px 4px 0px 4px;
    display: block;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
/*vysouvaci kolonka*/
ul.menuList2 li.menuList2
{
    margin: -1px 0px 0px 0px;
    width: 150px;
    line-height: 24px;
    z-index: 10;
    background-color: #a3ae57;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-right: solid 1px #999;
    border-bottom: solid 1px #999;
    border-color: #747424;
}


/*
ul.menuList1 li.menuList1
{
    behavior: url(../hovermenu.htc); 
}

*/


ul.menuList1 li.menuList1Hover ul.menuList2, ul.menuList1 li.menuList1:hover ul.menuList2
{
    visibility: visible;
}

.copyright2 a 
{
    color: #716F21;
    text-decoration: none;
}

.copyright2 a:hover
{
    color: #716F21;
    text-decoration: underline;
}

.copyright2
{
    color: #716F21;
    position: absolute;
    top: 42px;
    right: 0px;
    text-align: right;
    line-height: 100%;
}

/* gallery */
.gallery
{
    text-align:center;
}

.galleryItem
{
    display:inline;
}

.galleryItem img
{
    margin: 5px 5px 5px 5px;
}
/* end gallery */
