/* CSS Document */


/* --------------------------------------  obsah stranky ------------------------------------------- */


/* nadpisy */

h1, h1 a {
  font-size: 30px;
  color: #7b6937;
  font-weight: normal;
  margin: 0;
  padding: 0;
  height: 35px;
  display: block;
  width: auto;
}


#hlavicka h1.logo {
  display: block;
  float: left;
  width: 264px;
  height: 133px; 
  margin: 48px 0 0 40px;
  background: transparent url(../images/hkaudit_logo.jpg) left top no-repeat;
}

h1.aktualne,
h1.danovy-kalendar
{
  width: 263px;
  height: 58px;
  line-height: 65px;
  text-align: left;
  text-indent: 80px;
  font-size: 20px;
}

h1.aktualne{
  color: #214867;
  background: transparent url(../images/h1_aktualne_bg.jpg) left top no-repeat;
}

h1.danovy-kalendar{
  color: #7b6937;
  background: transparent url(../images/h1_kalendar_bg.jpg) left top no-repeat;
}

#levy_sloupec h1
{
  margin-top: 20px;
}

#levy_sloupec h1.danovy-kalendar
{
  background-position: -15px 0px;
}

h2 span
{
  font-size: 14px;
  color: #a1a1a1;
  font-weight: normal;
}

h3
{
  color: #931a1c;
  margin-bottom: 0;
  padding-bottom: 0;
}

h3 span
{
  color: #000;
}

/* odkazy */

a {
  color: #931a1c;
  text-decoration: none;
}

p a { font-weight: bold; }

a:hover {
  text-decoration: underline;
} 



a.vice {
  display: block;
  float: right;
  width: 85px;
  height: 33px;
  background: url(../images/vice_bg.png) left top no-repeat;
  margin: 0;
  color: #f5d6d9;
  font-size: 16px;
  line-height: 38px;
  text-indent: -13px;
  text-align: center;
}

p.topik a {
  color: #f5d6d9;
  font-size: 14px;
  padding-right: 12px;
  background: transparent url(../images/hlavicka_delitko.jpg) right center no-repeat;
  margin-right: 8px;
}
p.topik a.posledni {
  padding-right: 20px;
  background: none;
}

a.english {
  position: absolute;
  width: 31px;
  height: 24px;
  right: 45px;
  top: 75px; 
  background: transparent url(../images/english.jpg) right top no-repeat;
  
}
a.czech {
  position: absolute;
  width: 31px;
  height: 24px;
  right: 45px;
  top: 75px; 
  background: transparent url(../images/czech.jpg) right top no-repeat;
  
}

#hlavicka h1.logo a{
  display: block;
  float: none;
  width: 100%;
  height: 100%;
}

a.buton
{
  display: block;
  float: right;
  width: 123px;
  height: 25px;
  color: #f5d6d9;
  font-size: 16px;
  background: transparent url(../images/red_buton_bg.jpg) left top no-repeat;
  text-align: center;
  line-height: 23px;
}

#paticka p.submenu a
{
  color: #5d5d5d;
}


a.banner-danove-tiskopisy
{
  display: block;
  width: 264px;
  height: 125px;
  background: transparent url(../images/banner_danove_tiskopisy.jpg) left top no-repeat;
  margin: 20px 0 0 0;
}

a.window
{
  padding-left: 16px;
  background: transparent url(../images/ikona-window.png) left center no-repeat; 
}

a.obr img 
{
  border: 1px solid #fff;
}

a.obr:hover img 
{
  border: 1px solid #931a1c;
}

/* seznamy */

ul {
  list-style: square; 
  color: #931a1c;
  line-height: 25px;
}

ul li {
  font-size: 15px;
}

.qtip ul
/*.qtip li*/
{
  margin-left: 15px;
  padding-left: 0;
}

/* formulare */



/* tabulky */

table 
{
  width: 100%;
  font-size: 14px;
  margin: 20px 20px 0 20px;
  padding: 0;
}

table.mensi
{
  width: 93%;
}

table.kalendar {
  width: 100%;
  height: auto;
  border: 1px solid #fff; 
  font-size: 13px;
  margin: 0;
}

table.kalendar th {
  background-color: #b6aa8a;
  font-size: 14px;
  color: #fff;
  padding: 4px 6px 4px 6px;
  font-weight: normal;
  border-bottom: 1px solid #978b6a;
  border-right: 1px solid #978b6a;
  border-left: 1px solid #e5dfd0;
}

table.kalendar th.weekend {
  background-color: #b0afaf;
  border-bottom: 1px solid #9a9999;
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #9a9999;
  border-left: 1px solid #cdcdcd;
}

table.kalendar td {
  padding: 3px 6px 3px 6px;
  color: #595353;
  background-color: #e7ddc2;
  border-bottom: 1px solid #d8caa5;
  border-top: 1px solid #f4eedd;
  border-right: 1px solid #d8caa5;
  border-left: 1px solid #f4eedd;
}

table.kalendar td.weekend {
  background-color: #e0e0e0;
  border-bottom: 1px solid #c5c5c5;
  border-top: 1px solid #f1f0f0;
  border-right: 1px solid #c5c5c5;
  border-left: 1px solid #f1f0f0;  
}

table.kalendar td.selected {
  color: #fff;
  font-weight: bold;
  background-color: #8c1214;
  border-bottom: 1px solid #750b0d;
  border-top: 1px solid #a11c1e;
  border-right: 1px solid #750b0d;
  border-left: 1px solid #a11c1e; 
}
table.kalendar td.selected a{
  color: #fff;
}

table.kalendar td.today {
  font-weight: bold;
  border: 1px solid #c69c2a;
}


/* butony */


/* paragrafy */

p {
  color: #484c4d;
  margin-bottom: 0.5em;
  line-height: 18px;
  text-align: justify;
  font-size: 15px;
  line-height: 20px;
}

p strong
{
  color :#7b6937;
  letter-spacing: 0.1em;
}

#hlavicka p.topik {
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 35px;
}

#pravy_sloupec p.uvodnik
{
  width: auto;
  height: 186px;
  margin: 0;
  font-size: 16px;
  color: #5a7289;
  padding: 25px 20px 0px 0;
  background: transparent url(../images/uvodnik_zena_bg.jpg) left top no-repeat;
}

.box p
{
  margin-right: 30px;
}

.box p.nomargin
{
  margin-right: 0;
}

/* --------------------------------------  struktura stranky ------------------------------------------- */


body {
  margin: 0;
  padding: 0;
  background: #f5f5f5 url(../images/body_bg.jpg) left top repeat-x; 
  text-align: center;
  font-family: Garamond;
  font-size: 0.8em;
}


/* vychozi hodnoty pro bloky */

#dokument, #stranka {
  display: block;
  float: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

#dokument {
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: center;
}


#stranka {
  width: 920px;
  margin: 0 auto 0 auto;
  text-align: center;
  background: transparent url(../images/stranka_bg.jpg) 0px 40px no-repeat;
}


#hlavicka {
  width: auto;
  height: 247px;
  position: relative;
}


#hlavicka .flash {
  display: block;
  float: right;
  width: 525px;
  height: 217px;
  margin: 0 40px 0 0;
  /*background: transparent url(../images/flash_intro_bg.jpg) left top no-repeat;*/
}




#levy_sloupec {
  display: block;
  float: left;
  width: 264px;
  height: auto; 
  margin: 0 0 0 40px;
}

#pravy_sloupec {
  display: block;
  float: right;
  width: 526px;
  height: auto;                  
  margin: 0 40px 0 0;
}


#pravy_sloupec .box
{
  width: 263px;
  display: block;
  float: left;
  height: auto;
}

div.kalendar {
  width: 214px;
  height: auto;
  border: 1px solid #bcb59e;
  margin: 10px 0 0 30px;
}


#pravy_sloupec div.text
{
  background: transparent url(../images/text_zena_bg.jpg) left top no-repeat;
  text-align: left;
  padding: 25px 30px 0px 0;
  
}

div.udalost
{
  display: block;
  float: none;
  border:1px solid #c1d7e3; 
  padding: 0 10px 0 10px; 
  background-color: #fff;
  margin: 0 0 5px 0;
  padding-bottom: 10px;
}

div.udalost p
{
  padding-left: 23px;
  background: transparent url(../images/ikona_tuzka.jpg) left center no-repeat;
  padding-right: 10px;
  
}

div.nobg p
{
  padding-left: 10px;
  background: none;
}


#paticka 
{
  display: block;
  width: auto;
  height: 167px;
  background: transparent url(../images/paticka_bg.jpg) left top no-repeat;
  position: relative;
  margin-top: 20px;  
}

#paticka p.submenu
{
  font-size: 12px;
  position: absolute;
  right: 44px;
  top: 35px;
  letter-spacing: 0.001em;
  width: 520px;
}

#paticka p.copyright
{
  position: absolute;
  right: 44px;
  top: 115px;
  font-size: 16px;
  color: #c3979c;
}

#paticka p.copyright span
{
  color: #7e9fc0;
}

#paticka p.kontakt
{
  position: absolute;
  left: 110px;
  top: 30px;
  text-align: right;
  font-size: 16px;
  color: #939393;
}

#paticka p.kontakt span
{
  font-size: 18px;
  color: #922523;
}

#paticka p.kontakt a
{
  font-size: 18px;
  color: #282929;
}


/* --------------------------------------  hlavni menu ------------------------------------------- */


ul.hlavni_menu {
  display: block;
  width: auto;
  margin: 0;
  padding: 12px 0 0 0;
  background: transparent url(../images/menu_bg.jpg) left top no-repeat;
}

ul.hlavni_menu li
{
  display: block;
  width: auto;
  height: 31px;
  background: transparent url(../images/menu_podtrzitko.png) left bottom no-repeat;
  text-align: left;
}

ul.hlavni_menu li.posledni
{
  background: none;
}

ul.hlavni_menu li a
{
  display: block;
  margin: 0;
  height: auto;
  color: #6e7678;
  font-size: 17px;
  font-weight: normal;
  padding-left: 55px;
  line-height: 30px;
  background: transparent url(../images/menu_ok.png) 24px 4px no-repeat;  
}

ul.hlavni_menu li a:hover
{
  text-decoration: none;
  color: #7f0407;
}

ul.hlavni_menu li a.selected
{
  color: #7f0407;
  background: transparent url(../images/menu_ok_selected.png) 24px 4px no-repeat;
}

div.hlavni_menu_bottom
{
  display: block;
  width: auto;
  margin: 0;
  background: transparent url(../images/menu_bottom.jpg) left top no-repeat;
  height: 22px;  
}

/* --------------------------------------  pomocne objekty ------------------------------------------- */

.cistic, .cistic_vlevo, .cistic_vpravo
{
  clear:both;
  display:block;
  width:auto;
  height:0px;
  margin: 0;
	padding: 0;
	border: none;
}

.cistic_vlevo 
{
  clear: left;
}

.cistic_vpravo
{
  clear: right;
}

.skryty_text {
  font-size: 0px !important;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 0;
  letter-spacing: -99999px !important; 
  text-decoration: none !important;
  overflow: hidden !important; 
  text-indent: -9999px !important;  
  visibility: hidden;
  display: none;
  height: 0;
}

.center, #obsah .center {
  text-align: center;
}



.vlevo {
  display: block;
  float: left;
}

.vpravo {
  display: block;
  float: right;
}


a img {
  border: none;
}


div.delitko,
div.delitko2
{
  display: block;
  float: none;
  clear: both;
  height: 5px;
  background: transparent url(../images/delitko_bg.jpg) left bottom repeat-x;
}

div.delitko2
{
  background: transparent url(../images/delitko2_bg.jpg) left bottom repeat-x;
}

.height10 {
  height: 10px;
}

.height20 {
  height: 20px;
}

