body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #32393f;
    margin-bottom: 0px;
    overflow: -moz-scrollbars-vertical;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    background-repeat: repeat-x;
    color: #FFF;
    background-image: url(default/body_bg.gif);
}
h1 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: normal;
    color: #cccccc;
    padding-top: 17px;
    margin-bottom: 10px;
    text-shadow: #000 1px 1px 3px;
}
h2 {
    margin: 0;
    padding: 0;
    color: #adc74a;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
}
h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    margin-top: 20px;
}
h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    text-decoration: underline;
    margin-top: 20px;
}
h5 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}
h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    text-decoration: underline;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;

}

p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    padding-bottom: 10px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 15px;

}
ul li{
    font-size: 12px;
    color: #FFF;
    line-height: 18px;
    background-image: url(default/bullet2.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 10px;
    padding-bottom: 3px;

}
ol {
    margin: 0;
    padding: 0;
    margin-left: 40px;
    margin-bottom: 15px;
    margin-top: 5px;
}
ol li {
    font-size: 12px;
    color: #FFF;
    line-height: 18px;
    padding-left: 0px;
    padding-bottom: 3px;
}

a {
    text-decoration: underline;
    color: #adc74a;

}
a:hover {
    text-decoration: underline;
    color: #EDF2D7;

}
.img_vlevo {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 0;
    margin-top: 3px;
}
.img_vpravo {
    float: right;
    margin-bottom: 10px;
    border: 0;
    margin-left: 20px;
    margin-top: 3px;
}



.div_cleaner {
    clear: both;
    height: 0px;
    float: none;
    font-size: 0px;
    line-height: 0px;
}
.border0 {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}
.hidden {
    visibility: hidden;
    display: none;
}
#hlavicka {
    background-image: url(default/hlavicka_bg.jpg);
    background-repeat: no-repeat;
    width: 976px;
    height: 153px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}
#hlavicka h1 {
    display: none;

}
#hlavicka h2 {
    display: none;

}
#hlavicka h3 {
    display: none;
}
#hlavicka h4 {
    display: none;
}
#hlavicka h5 {
    display: none;
}
#hlavicka h6 {
    display: none;
}


#hlavicka img {
    border: 0;
}
#hlavicka a.logo {
    width:850px;
    height: 125px;
    float: left;
    margin-left: 63px;
    display: inline;
    border: 0;
}

#languages
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

#languages li
{
    background-image: none;
}

#languages li a
{
    background-position: top;
    float: right;
    display: inline;
    height: 19px;
    width: 22px;
    margin-right: 17px;
    clear: right;
}

#languages li a:hover
{
    background-position: bottom;
}

#languages li.cs a 
{
    background-image: url(default/cs.gif);
    margin-top: 31px;
}
#languages li.en a 
{
    background-image: url(default/en.gif);
}

#paticka {
    float: none;
    clear: both;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #707579;
    background-color: #32393f;
    height: 20px;
}
#paticka #box {
    width:976px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(default/paticka_bg.gif);
    background-repeat: no-repeat;
    text-align: right;
}

#paticka p {
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 73px;
    color: #898e91;
    padding-top: 3px;
}
#paticka p a {
    color: #898d91;
    text-decoration: none;
}
#paticka p a em {
  font-style: normal;
  color: #898d91;
  text-decoration: none;
}
#paticka p a:hover em {
    color: #FFF;
    text-decoration: underline;
}
#page_bg {
    background-image: url(default/page_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
#page {
    clear: both;
    float: none;
    width: 976px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-image: url(default/page_main_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
}
#navigator {
    clear: both;
    float: none;
    height: 46px;
    margin-left: 70px;
    width: 835px;
}
#navigator a.vyber_bytu {
    font-size: 12px;
    font-weight: normal;
    color: #b6ce52;
    margin: 0;
    float: left;
    padding-right: 8px;
    margin-top: 20px;
}
#navigator a.vyber_bytu:hover {
    color: #FFF;
    text-decoration: underline;
}

#navigator h1{
    font-size: 17px;
    font-weight: normal;
    color: #cccccc;
    margin: 0;
    float: left;
    margin-top: 16px;
    padding: 0;
}
#uvod_flash {
    float: none;
    clear: both;
    margin-left: 22px;
    border: 0;
}
#legenda {
    width: 850px;
    margin-left: 63px;
    height: 310px;
}
#legenda #popis{
    width: 460px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
    padding-top: 15px;
    float: left;
}
#legenda #popis h1 {
    display: none;

}

#legenda #popis p {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 25px;
    text-align: justify;
}
#legenda #popis p.hidden {
    display: none;

}

#legenda img.slogan{
    margin-top: 38px;
    margin-left: 6px;
    border: 0;
    margin-bottom: 3px;
}
#legenda #media {
    float: right;
    width: 362px;
    padding-top: 20px;
}

#legenda a.prezentace{
    width: 144px;
    height: 48px;
    display: block;
    background-image: url(default/prezentace_projektu.jpg);
    background-repeat: no-repeat;
    background-position: top;
    border: 0;
}
#legenda a.prezentace:hover {
    background-position: bottom;
}
#legenda .vyber {
    margin-top: 22px;
    margin-bottom: 20px;
    margin-left: 0px;
}
.gallery {
    margin-top: 20px;
}
#media a.foto, .gallery a {
    width: 96px;
    height: 62px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
    background-image: url(default/media_foto_over.png);
    background-repeat: no-repeat;
    background-position: top;

}
#media a.foto:hover, .gallery a:hover {
    background-repeat: no-repeat;
    background-position: bottom;
}
#media a.foto img, .gallery a img {
    border: 0;
    margin-left: 1px;
    margin-top: 1px;

}

#legenda a.vsechny {
    display: inline;
    background-image: url(default/bullet1.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 7px;
    font-size: 11px;
    line-height: normal;
    color: #d5d6d7;
    text-decoration: underline;
    margin-top: 0px;
    margin-right: 40px;
    float: right;
}
#legenda a.vsechny:hover {
    color: #FFF;
    text-decoration: underline;
}
#vyber_flash {
    float: none;
    clear: both;
    margin-left: 63px;
}
#flash {
    float: none;
    clear: both;
    text-align: center;
    margin-top: 50px;
    width: 833px;
}
#vyber {
    float: none;
    clear: both;
    margin-left: 63px;
    margin-top: 30px;
    height: 208px;
}
#vyber #byty {
    width: 385px;
    padding-top: 0px;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;
    height: 205px;
}
.prehled_bytu  {
    font-size: 12px;
    color: #ecedee;
    padding: 0;
    margin: 0;
    border: 0;
    margin-left: 15px;
}
.prehled_bytu_out {
    cursor: pointer;
}

.prehled_bytu_over {
    cursor: pointer;
    background-color: #abc649;
}
.prehled_bytu td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #696e72;
    padding: 0;

}
.prehled_bytu td.patro {
    height: 19px;
    border: 0;
    padding: 0;
}

.prehled_bytu a {
    cursor: pointer;
    color: #ecedee;
    text-decoration: none;
    font-size: 12px;
}
.prehled_bytu a:hover {
    cursor: pointer;
    color: #111307;
}

.prehled_bytu span {
    display: block;
    float: left;
    padding-top: 1px;
    padding-bottom: 1px;
}

.prehled_bytu span.col1  {
    width: 75px;
    font-weight: bold;
    padding-left: 5px;
}
.prehled_bytu span.col2  {
    width: 60px;
}
.prehled_bytu span.col3  {
    width: 100px;
}
.prehled_bytu span.col4, .prehled_bytu span.col5 {
    width: 80px;
    text-align: right;
    padding-right: 5px;
}
.prehled_bytu span.col5  {
    font-weight: bold;
    color: #abc649;
}
.prehled_bytu sup  {
    font-size: 9px;
    vertical-align: super;
}

#vyber #skica {
    float: right;
    width: 422px;
    padding-top: 0px;
    background-image: url(default/vyber_bytu_skica.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 175px;
    margin-right: 63px;
    display: inline;
}
#vyber #skica p {
    display: none;

}
#byt_flash {
    float: none;
    clear: both;
    margin-left: 63px;
    border: 0;
}
#byt_popis {
    float: none;
    clear: both;
    margin-left: 73px;
    width: 830px;
    margin-top: 5px;
    margin-bottom: 15px;
}
#byt_popis p{
    float: none;
    clear: both;
    text-align: justify;
    line-height: 16px;
    font-size: 12px;
    color: #FFF;
}
#byt_box {
    float: none;
    clear: both;
    margin-left: 63px;
    width: 850px;
    margin-bottom: 15px;
}
#byt_table {
    width: 850px;
    background-image: url(default/byt_pudorys_top_bg.gif);
    background-repeat: no-repeat;
    padding-top: 8px;
}
#byt_table #main {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
    background-image: url(default/byt_pudorys_main_bg.gif);
    background-repeat: repeat-y;

}
#byt_table #main #sloupec1{
    float: left;
    width: 255px;
}
#byt_table #main #sloupec1 h1{
    color: #eaebeb;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;

}
#byt_table #main #sloupec1 div.cara {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFF;

}
#byt_table #main #sloupec1 table sup{
    font-size: 9px;
    vertical-align: super;
}
#byt_table #main #sloupec1 table.dispozice{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #edeeef;
    width: 245px;

}
#byt_table #main #sloupec1 table.dispozice td{
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #595e62;
    padding-bottom: 3px;
    padding-top: 1px;
}
#byt_table #main #sloupec1 table.dispozice td.td1 {
    text-align: right;
    padding-right: 8px;
    padding-left: 0px;
}
#byt_table #main #sloupec1 table.dispozice td.td2 {
    padding-right: 20px;
}
#byt_table #main #sloupec1 table.dispozice td.td3 {
    text-align: right;
    padding-right: 2px;
}
#byt_table #main #sloupec1 table.dispozice td.mezera {
    border: 0;
}
#byt_table #main #sloupec1 table.dispozice td.plocha_td1 {
    padding-right: 6px;
    color: #aac150;
    padding-left: 5px;
}
#byt_table #main #sloupec1 table.dispozice td.plocha_td2 {
    text-align: right;
    padding-right: 3px;
    color: #aac150;
}
#byt_table #main #sloupec1 table.dispozice td.celkem {
    color: #FFF;
    padding-left: 0px;
    font-weight: bold;
}
#byt_table #main #sloupec1 h2 {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 30px;
    padding: 0;
}
#byt_table #main #sloupec1 table.informace {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #FFF;
    width: 245px;
}
#byt_table #main #sloupec1 table.informace td {
    padding: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #595e62;
    padding-top: 1px;
    padding-bottom: 3px;
}
#byt_table #main #sloupec1 table.informace td.td1 {
    padding-right: 0px;
    padding-left: 3px;
    width: 132px;
}
#byt_table #main #sloupec1 table.informace td.td2 {
    padding-right: 3px;
    text-align: right;
    width: auto;
}
#byt_table #main #sloupec1 table.informace td.mezera {
    border: 0;
}
#byt_table #main #sloupec1 table.informace .cena {
    color: #abc649;
    font-weight: bold;

}
#byt_table #main #sloupec1 table.informace .cena a  {
    color: #abc649;
    text-decoration: underline;
    font-weight: bold;
}
#byt_table #main #sloupec1 table.informace .cena a:hover {
    color: #EBF1D3;
    text-decoration: underline;
}


#byt_table #main #sloupec2 {
    float: right;
    width: 565px;
}
#byt_table #main #sloupec2 #pudorys{
    width: 565px;
    background-color: #FFF;
}
#byt_table #main #sloupec2 #upozorneni{
    margin-top: 16px;
    border: 1px solid #c9c9c9;
    padding-left: 8px;
    padding-right: 8px;
}
#byt_table #main #sloupec2 #upozorneni p{
    font-size: 12px;
    color: #c9c9c9;
    text-align: justify;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;

}
#byt_table div.paticka {
    background-image: url(default/byt_pudorys_bottom_bg.gif);
    background-repeat: no-repeat;
    width: 850px;
    height: 8px;
    line-height: 0px;
    font-size: 0px;
    clear: both;
    float: none;

}
#byt_tlacitka {
    float: none;
    clear: both;
    margin-left: 70px;
    height: 33px;
}
#byt_tlacitka div.button {
    float: left;
    width: 166px;
    margin-right: 20px;
    height: 33px;
}

#byt_tlacitka div.tisk {
    width: 90px;
}

#byt_tlacitka div a{
    display: block;
    background-image: url(default/byt_button_bg.gif);
    background-repeat: no-repeat;
    background-position: top;
    font-size: 12px;
    color: #b5ce52;
    padding-left: 12px;
    height: 33px;
    text-decoration: none;
    line-height: 31px;
}

#byt_tlacitka div.tisk a {
    background-image: url(default/byt_button_tisk_bg.gif);
}
#byt_tlacitka div a:hover {
    background-position: bottom;
    color: #000;
}
#byt_galerie {
    float: none;
    clear: both;
    margin-left: 63px;
    height: 108px;
    width: 850px;
    background-image: url(default/byt_galerie_bg.gif);
    background-repeat: repeat;
    margin-top: 15px;
}
#byt_galerie h1 {
    float: left;
    height: 60px;
    margin-right: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #d8d9da;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 30px;
    display: inline;
    padding: 0;
}

#byt_galerie div.foto{
    float: left;
    height: auto;
    width: 96px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
}
#byt_galerie div.foto a {
    background-image: url(default/media_foto_over.png);
    background-repeat: no-repeat;
    background-position: top;
    display: block;
    width: 96px;
    height: 62px;
    text-align: left;

}
#byt_galerie div.foto a:hover {
    background-position: bottom;
}
#byt_galerie div.foto img {
    border: 0;
    margin-top: 1px;
    margin-left: 1px;

}
#hlavni {
    float: none;
    clear: both;
    margin-left: 70px;
    width: 833px;
    min-height: 433px;
}

.panorama
{
    margin-top: 25px;
    width: 833px;
    height: 350px;
    overflow-x: auto;
    overflow: -moz-scrollbars-horizontal;
    border: 1px solid #ffffff;
    background-color: #2c3338;
}

.bloggallery
{
    margin-left: 30px;
}

.bloggallery a
{
    margin-right: 20px;
}

.bloggallery a:hover img
{
    border: 1px solid #ffffff;
}

.bloggallery a img
{
    border: 1px solid #000000;
}

.standard {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.standard th {
    margin: 0;
    padding: 0;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #666;
    color: #abc649;
    text-shadow: #000 1px 1px 3px;
}


.standard td {
    margin: 0;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6C6C6C;
}
.standard td.col1{
    padding-right: 30px;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: bold;
    color: #DEF3AB;
}
.standard td.col1_cara {
    padding-right: 30px;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: bold;
    color: #DEF3AB;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B2B2B2;
}

.standard td.col2 {
    padding-right: 30px;
    color: #FFF;
    vertical-align: top;
}
.standard td.col2_cara {
    padding-right: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B2B2B2;
    color: #FFF;
}

.standard td.col3, .standard td {
    color: #C8C8C8;
    vertical-align: top;
}
.standard td.col3_cara {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #B2B2B2;
    color: #C8C8C8;
}

.stred
{
    text-align: center;
    margin: 10px 0px;
}

form td
{
    padding: 2px;
}

form th
{
    text-align: right;
    padding: 5px 2px;
    vertical-align: top;
}

form .required
{
    color: #adc74a;
}

form .optional
{
    font-weight: normal;
}

ul.errors {
    padding: 0px;
    margin: 0px 0px 5px 5px;
}
ul.errors li {
    background-image: none;
    margin: 0px;
    padding: 0px;
    color: pink;
}

ul.info
{
    padding: 0px;
    margin: 20px;
    list-style-type: none;
}

ul.info li {
    background-image: none;
    margin: 0px;
    padding: 10px 20px;
    color: #adc74a;
    background-color: #666;
}

#situace {
    text-align: center;
}

.schovat
{
    display: none;
}

.hclick
{
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}
