﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
}

html
{
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}
#top td
{
    vertical-align: bottom;
}

#topcontainer
{
    background-image: url(../Images/top_pattern.gif);
    background-repeat: repeat-x;
    width: 100%;
    min-width: 980px;
    height: 84px;
    overflow: hidden;
}
#top
{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    height: 84px;
    overflow: hidden;
}

.Lng a
{
    margin: 0 0 2px 0px !important;
    padding: 0px !important;
}

#container
{
    background-image: url(../Images/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#container2
{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    min-height: 740px;
}
#container2 .top
{
    background-image: url(../images/frame_top.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    display: block;
}
#container2 .bottom
{
    background-image: url(../images/frame_bottom.gif);
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 30px;
    display: block;
}


#top a
{
    display: block;
    padding: 10px 15px 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}
#top a:hover
{
    background-color: #cc0000 !important;
}

#top a.ActiveMenu
{
    background-color: #d92922;
}

#top a.Panel
{
    font-size: 10px;
    padding: 0px 5px 0px 5px !important;
}

.imageBar
{
    margin-left: 6px;
    margin-right: 12px;
    margin-bottom: 18px;
    text-align: center;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 3px;
}
.imageBar img
{
    float: left;
    border: solid 1px #333;
    margin-bottom: 3px;
}

.imageThumbs
{
    float: left;
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
}
.imageThumbs img
{
    float: left;
    border: solid 1px black;
}

.imagePreview img
{
    float: left;
    border: solid 1px black;
}


.Pager a
{
    color: #ccc !important;
    font-weight: bold;
    margin-right: 15px;
    text-decoration: none;
}
.Pager a:hover
{
    text-decoration: underline !important;
}

a.Rezervovat
{
    background-color: #999;
    border: solid 1px #333;
    padding: 5px;
    margin-bottom: 5px !important;
    color: #000 !important;
    font-weight: bold;
    margin-right: 15px;
    text-decoration: none;
    display: block;
    width: 96px;
}
a.Rezervovat:hover
{
    text-decoration: none !important;
    border: solid 1px #ccc;
    color: #fff !important;
}

a.Jmeno
{
    color: #fff !important;
    font-weight: bold;
    margin-right: 15px;
    text-decoration: none;
}
a.Jmeno:hover
{
    text-decoration: underline !important;
}

div.admin
{
    position: fixed;
    background-color: #ccc;
    float: left;
    left: 450px;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    z-index: 100000000000000000;
    filter: Glow(color=#000, strength=8) Alpha(opacity=50);
    width: 110px;
    text-transform: uppercase;
}
