@charset "UTF-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}
a {
    color: #791b3c;
}
a:hover {
    color: #333;
}
body,td,th {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: #333;
}
body {
    background-color: #FFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px
}
img {
    border: 0px solid white;
}

#top {
    width: 996px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #791b3c;
    color: #791b3c;
}
#top_first_row {
    height: 320px;
    width: 100%;
    background-color: #FEF9AE;
}
#top_first_row_left {
    float: left;
    width: 480px;
    height: 320px;
    background-image:url(/images/animacija480.gif);
}
#top_first_row_right {
    float: right;
    width: 480px;
    height: 130px;
}

#top_first_row_top_text {
    float: right;
    padding-top: 16px;
    margin-right: 32px;
}
#top_first_row_top_text p {
    text-align: center;
}
#top_first_row_top_text a img {
    margin: 8px;
    margin-top: 32px;
    margin-bottom: 24px;
}
#top_first_row_top_text p.langs a img {
    margin: 2px !important;
}

#top_first_row_top_logo {
    float: left;
    text-align: center;
    padding-top: 14px;
    margin-left: 8px;
}
#top_first_row_top_logo p,
#top_first_row_top_logo img {
    margin-right: 30px;
}
#top_first_row_top_logo img {
    margin-bottom: 32px;
}
#top_first_row_top_logo {
   font-family: Arial, Helvetica;
   font-size: 15px;
   font-weight: lighter;
}
#top_first_row_top_logo h5 {
    margin-top: 32px;
    font-size: 14px;
    font-weight: normal;
}
#top_first_row_top_logo h5 a {
    text-decoration: none;
}

#top_menu {
    padding-top: 6px;
    height: 29px;
    /* position: absolute; */
    width: 996px;
    background: #791b3c;
}
#top_submenu {
    /* margin-top: 35px; */
    padding-top: 4px;
    background-image: url(/images/submenubg.gif);
    background-repeat: repeat-x;
    height: 29px;
    width: 100%;
}
#content {
    width: 980px;
    margin-left: 16px;
}
#page_title, h1 {
    font-size: 17px;
    color: #791b3c;
    height: 32px;
    padding-top: 6px;
    padding-left: 20px;
}
h2 {
    font-size: 14px;
    color: #791b3c;
}
h3 {
    font-size: 12px;
    font-weight: bold;
}
#page {
    height: 100%;
    /* padding: 8px; */
}
#footer {
    width: 996px;
    height: 32px;
    background-color: #791b3c;
    color: #FFF;
    font-size: 13px;
    padding-top: 2px;
}

#footer p {
    margin-left: 10px;
    margin-right: 10px;
}
#tabela {
    border: 1px solid #DFDCB5;
    border-left:none;
    border-bottom:none;
    margin: 0px;
    padding: 0px;
}
#tabela th {
    border-left: 1px solid #DFDCB5;
    background: #FEF9AE;
    color: #791B3C;
    font-size:12px;
    padding: 6px;
    margin: 0px;
}
#tabela td {
    border-bottom: 1px solid #DFDCB5;
    border-left: 1px solid #DFDCB5;
    padding: 4px;
    margin: 0px;
}
.red {
    color: #FF0000;
    font-size:14px;
    font-weight:bold;
}
.menu_a {
    color: #FFF;
    font-size:15px;
    margin: 8px;
    text-decoration: none;
}
.menu_a:hover {
    color: #D2A929;
}
.submenu {
    display: block;
}
.submenu_hidden {
    display: none;
}
.submenu_a {
    color: #791b3c;
    font-size:15px;
    margin: 8px;
    text-decoration: none;
}
.submenu_a:hover {
    color: #333;
}
.flag {
    margin-top: 6px;
}

/* Lightbox */

#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(/images/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}



