/*******************************************************************/
/***                                                             ***/
/***     CSS styly: Aura zdraví  | http://www.aurazdravi.cz      ***/
/***     CSS styly: Aura centrum | http://www.auracentrum.eu     ***/
/***     Autor:     David Čerych | http://www.cerych.cz          ***/
/***     Copyright: © 2008 - 2009                                ***/
/***                                                             ***/
/*******************************************************************/



/* Vnitřní a vnější okraj dokumentu *******************************************/
* {padding: 0; margin: 0;}
/******************************************************************************/



/* Tělo dokumentu *************************************************************/
body
 {  background-color: #0099FF;
    font-size: 100%;
    font-family: Verdana, Arial, sans-serif;
    color: #000000;
}
/******************************************************************************/



/* Obal - okrajová část stránky ***********************************************/
#obal
 {  width: 950px;
    margin: 11px auto;
    border: none;
    font-size: 1.0em;
    text-align: left;
}
/******************************************************************************/



/* Hlavička - logo, titulek, ... **********************************************/
#hlavicka
 {  width: 950px; height: 222px;
    position: relative;
    background: #FFFFFF url(../grafika/pozadi_hlavicka.jpg) center top no-repeat;
    border: none;
    overflow: hidden;
}

.hlavicka_logo
 {  width: 190px; height: 190px;
    position: absolute;
    z-index: 100;
    margin: 17px 0px auto 11px;
    background: #FFFFFF url(../grafika/logo.gif) center center no-repeat;
}

.hlavicka_titulek
 {  width: 705px; height: 24px;
    position: absolute;
    margin: 181px 11px 17px 206px;
    z-index: 5;
    text-align: right;
    color: #FFFFFF;
    font-size: 0.7em;
    font-weight: bold; font-style: italic;
    background: #00579C url(../grafika/roh_dolnilevy.gif) left bottom no-repeat;
}

.hlavicka_foto
 {  width: 276px; height: 170px;
    position: absolute;
    top: 11px; right: 39px;
    z-index: 1;
    color: #FFFFFF;
    font-size: 0.7em;
    background-color: #00579C;
}
.hlavicka_foto .foto { width: 133px; height: 83px; position: absolute; margin: 0px; border: none; overflow: hidden; }
.hlavicka_foto .foto a img { color: #FFFFFF; border: none; }
.hlavicka_foto .obr1 { top: 0px; left: 5px; }
.hlavicka_foto .obr2 { top: 0px; right: 0px; }
.hlavicka_foto .obr3 { bottom: 0px; left: 5px; }
.hlavicka_foto .obr4 { bottom: 0px; right: 0px; }

.hlavicka_navigace
 {  width: 694px; height: 17px;
    position: absolute;
    margin: 205px 17px 0 206px;
    padding: 5px 0px 0px 0px;
    clear: both;
    color: #00579C;
    font-size: 0.7em;
    font-weight: bold;
}
.hlavicka_navigace a { color: #0000FF; text-decoration: none; }
.hlavicka_navigace a:hover { color: #CC00CC; text-decoration: underline; }
/******************************************************************************/



/* Hlavní blok - hlavní část stránky obsahující menu a obsah stránky **********/
.hlavni
 {  width: 950px;
    clear: both;
    padding: 11px 0 11px 0;
    background: transparent url(../grafika/pozadi_obsah.jpg) center center repeat-y;
}
.hlavni a { color: #0000FF; font-weight: normal; text-decoration: none; }
.hlavni a:hover { color: #FF00FF; font-weight: normal; text-decoration: underline; }
.hlavni a img { border: 1px solid #0000FF; }
.hlavni a:hover img { border: 1px solid #CC00CC; }
/******************************************************************************/



/* Obrázky v hlavním bloku - grafika obrázků v hlavním bloku ******************/
.hlavni img { padding: 1px; border: 1px solid #00579C; }

.hlavni img.levy { /*clear: both;*/ float: left; margin: 7px 7px 7px 0px; }
.hlavni img.stred { clear: both; float: none; display: block; margin: 5px auto; }
.hlavni img.pravy { /*clear: both;*/ float: right; margin: 7px 0px 7px 7px; }

.hlavni img.levy_bez  { /*clear: both;*/ float: left; margin: 3px 7px 7px 0px; padding: 0; border: none; }
.hlavni img.stred_bez { clear: both; float: none; margin: 0px auto; display: block; padding: 0; border: none; }
.hlavni img.pravy_bez { /*clear: both;*/ float: right; margin: 3px 0px 7px 7px; padding: 0; border: none; }

.hlavni img.levy_okraj {  /*clear: both;*/ float: left; margin: 0px 7px 7px 0px; }
.hlavni img.stred_okraj { clear: both; float: none; display: block; margin: 5px auto; }
.hlavni img.pravy_okraj { /*clear: both;*/ float: right; margin: 0px 0px 7px 7px; }
/******************************************************************************/



/* Menu - nabídka s menu ******************************************************/
.menu
 {  width: 183px;
    margin: 0 0px 0px 11px;
    float: left;
    display: inline; /* Korekce "Dvojitý okraj" v IE */
}
.menu ul { margin: 0; padding: 0; list-style-type: none; }
.menu li { width: 100%; margin: 2px 0; background: #DEDEE7 url("../grafika/menu.gif") 0 0 no-repeat; }
.menu li.active { color: #00579C; background: #00579C url("../grafika/menu.gif") -183px 0 no-repeat; }
.menu a, .menu .aktualni
 {  display: block;
    height: 31px;
    padding-left: 31px;
    line-height: 31px;
    font-weight: normal;
}
.menu a { color: #FFFFFF; }
.menu a:hover { color: #FFFFFF; background: #CC00CC url("../grafika/menu.gif") -366px 0 no-repeat; }
/******************************************************************************/



/* Obsah - obsahová část stránky **********************************************/
.obsah
 {  width: 694px;
    margin: 0 50px 0 0;
    float: right;
    clear: right;
    display: inline; /* Korekce "Dvojitý okraj" v IE */
}
.obsah h1.hlavni_nadpis
 {  margin: 0 0 0.5em 0;
    padding: 0 0 3px 0;
    border-bottom: 7px dotted #DEDEE7;
    color: #00579C;
    font-size: 1.7em;
    font-weight: normal;
}
.obsah h1.mezera { margin-top: 0.7em; }
.obsah h1
 {  clear: left;
    margin: 1.0em 0 0.5em 0;
    color: #6699FF;
    font-size: 1.5em;
    font-weight: normal;
}
.obsah h2
 {  clear: left;
    margin: 1.0em 0 0.7em 0;
    color: #6699FF;
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
}
.obsah h3
 {  clear: left;
    margin: 1.7em 0 0.1em 0;
    color: #00579C;
    font-size: 0.8em;
    font-weight: bold;
}
.obsah h4
 {  margin: 0.5em 0 0.1em 0;
    padding-top: 0.5em;
    color: #00579C;
    font-size: 1.1em;
    font-weight: normal;
}
.obsah h5
 {  margin: 0px 0px 0.1em 0px;
    color: #00579C;
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
}
.obsah h3.okraj, h4.okraj, h5.okraj { margin-top: 0; }
.obsah h3.mezera, h4.mezera, h5.mezera { margin-top: 2.5em; }
.obsah h3.obrazek { clear: none; margin: 1.5em 0 0.1em 0; }
.obsah h3.neobtekat { clear: none; }
.obsah h3.cerveny { color: #FF0000; }

.obsah p
 {  margin: 0 0 0.7em 0;
    color: #000000;
    font-size: 0.9em;
    line-height: 1.2em;
}
.obsah p.bez { margin: 0; }
.obsah p.vpravo { text-align: right; }
.obsah p.stred { text-align: center; }
.obsah p.kurziva { font-style: italic; }
.obsah p.poznamka
 {  clear: both;
    margin: 1.1em 0 1.0em 0;
    color: #00579C;
    font-size: 0.8em;
    line-height: 1.1em;
}

.obsah .stred { margin: 0px auto; }

.obsah ul { list-style: none; margin: 0.5em 0 1.0em 0; }
.obsah ul li
 {  margin: 0 0 0.3em 7px;
    padding: 0 0 0 17px;
    background: url("../grafika/seznam.gif") 0 0.5em no-repeat;
    font-size: 0.9em;
    line-height: 1.2em;
}
.obsah ul li .barva { color: #00579C; }
.obsah ul li .kurziva { font-style: italic; }

.obsah .reference { position: relative; margin-bottom: 0.1em; }
.obsah .reference .reference_video { margin-bottom: 0px; }
.obsah .reference .reference_video a
 {  position: absolute;
    top: 10px; right: 0px;
    display: block;
    width: 110px;
    height: 13px;
    padding: 1px 3px;
    color: #FFFFFF;
    background-color: #FF0000;
    border: 1px solid #DEDEE6;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.obsah table
 {  clear: both;
    width: 100%;
    margin: 11px 0 11px 0;
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
    background-color: #FFFFFF;
}
.obsah table th.top
 {  height: 1.7em;
    padding: 0 7px 0 7px;
    empty-cells: show;
    background-color: #00579C;
    text-align: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.8em;
}
.obsah table th
 {  height: 2.2em;
    padding: 2px 20px 2px 7px;
    border-bottom: solid 1px #00579C;
    text-align: left;
    color: #00579C;
    font-weight: bold;
    font-size: 0.8em;
}
.obsah table td
 {  height: 2.2em;
 padding: 2px 7px 2px 7px;
 border-bottom: solid 1px #00579C;
 text-align: left;
 font-weight: normal;
 color: #00579C;
 font-size: 0.8em;
}
/******************************************************************************/



/* Aura Art obrazy - galerie obrazů a Kniha ***********************************/
.galerie_podklad { width: 694px; margin: 0px; padding: 5px 0px; background-color: #DEDEE7; }
.galerie_obsah { width: 684px; margin: 0 5px; }
.galerie_obsah .foto
 {  float: left;
    display: inline;
    width: 161px;
    height: 176px;
    overflow: auto;
    margin: 5px 5px;
    background-color: white;
    text-align: center;
}
.galerie_obsah .foto_vyska117 { height: 117px; }
.galerie_obsah .foto_vyska128 { height: 128px; }
.galerie_obsah .foto_vyska190 { height: 190px; }
.galerie_obsah .foto img { margin-top: 10px; padding: 1px; border: 1px solid #00579C; }
.galerie_obsah .foto h3
 {  clear: both;
    margin: 0.3em 0 0.3em 0;
    color: #00579C;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 1.0em;
}
.galerie_obsah .foto p { margin: 0px; color: #6699FF; font-size: 0.7em; font-weight: normal; }
/******************************************************************************/



/* Notes R.P. - notes Rostislava Prokopjuka ***********************************/
.notes_podklad { width: 694px; margin: 0 0 1.1em 0; padding: 5px 0px; background-color: #DEDEE7; }
.notes_obsah { width: 684px; margin: 0 5px; }
.notes_obsah .foto
 {  float: right;
    display: inline;
    width: 145px;
    height: 190px;
    overflow: hidden;
    margin: 5px 5px;
    text-align: center;
}
.notes_obsah .foto img { padding: 1px; border: 1px solid #00579C; }
.notes_obsah h1
 {  clear: left;
    margin: 0.3em 0 0.5em 0;
    color: #00579C;
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
}
.notes_obsah h3
 {  clear: left;
    margin: 0.7em 0 0.1em 0;
    color: #00579C;
    text-align: right;
    font-size: 0.8em;
    font-weight: normal;
}
.notes_obsah h3.zacatek { color: #0033FF; text-align: left; }
/******************************************************************************/



/* Formulář objednávkový ******************************************************/
.formular_objednavka
 {  width: 370px;
    margin: 0px;
    border: 1px solid #00579C;
    background-color: #DEDEE6;
}
.formular_objednavka form
 {
    width: 340px;
    padding: 7px 15px;
    color: #000000;
    font-size: 0.9em;
}
.formular_objednavka label { width: 340px; float: left; margin: 0px; display: block; color: #00579C; }
.formular_objednavka br { display: none; } /* Pro lepší zobrazení bez stylů */
.formular_objednavka input, textarea, select { width: 340px; margin: 0 0 10px 0; border: 1px solid #00579C; }
.formular_objednavka input.tlacitko { width: 170px; color: #0000FF; font-weight: bold; }
/******************************************************************************/



/* Box menu - informační rámeček v oddílu menu ********************************/
.box_menu
 {  width: 183px;
    margin: 25px 0 0 0;
    padding: 0;
    float: left;
    border: 1px solid #00579C;
    border-left: none;
    background-color: #DEDEE6;
 }
.box_menu h1
 {  clear: both;
    margin: 0 0 5px 0;
    padding: 4px 5px 3px 5px;
    background-color: #00579C;
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: bold;
}
.box_menu p
 {  clear: both;
    margin: 0 10px 0.5em 5px;
    color: #00579C;
    font-size: 0.77em;
    font-weight: normal;
    line-height: 1.2em;
}
.box_menu a
 {  padding-left: 0px;
    height: auto;
    color: #0000FF;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
}
.box_menu a:hover
 {  color: #FF00FF;
    font-weight: normal;
    text-decoration: none;
    background: none;
}
.box_menu a img { border: 1px solid #0000FF; }
.box_menu a:hover img { border: 1px solid #CC00CC; }

.box_menu p.notes_vas_titulek
 {  clear: left;
    margin: 0.3em 10px 0 5px;
    color: #00579C;
    font-size: 0.77em;
    font-weight: bold;
    font-style: italic;
}
.box_menu p.notes_vas_text
 {  clear: both;
    margin: 0 10px 0 5px;
    color: #00579C;
    font-size: 0.77em;
    font-weight: normal;
    font-style: none;
}
.box_menu p.doprava { text-align: right; }
.box_menu .oddeleni
 {  margin: 15px 5px 0 5px;
    padding: 5px 0 5px 0;
    border-top: 1px dashed #00579C;
}
.box_menu p.notes_vas_odkaz
 {  clear: both;
    text-align: center;
    color: #00579C;
    font-size: 0.7em;
    font-weight: normal;
    font-style: none;
}

.terminy
 {  margin: 0 0 10px 0;
    border-bottom: 1px solid #00579C;
}
.box_menu p.terminy_datum
 {  clear: left;
    margin: 0.3em 10px 0 5px;
    color: #00579C;
    font-size: 0.77em;
    font-weight: bold;
    font-style: italic;
}
.box_menu p.terminy_misto
 {  clear: left;
    margin: 0.3em 10px 0 5px;
    color: #000000;
    font-size: 1.0em;
}
.box_menu p.terminy_text
 {  clear: both;
    margin: 0 10px 10px 5px;
    color: #00579C;
    font-size: 0.7em;
    font-weight: normal;
    font-style: none;
}
.box_menu p.terminy_odkaz { font-size: 0.7em; }

.vlajky {
    background-color: transparent;
    border-style: none;
    margin-top: 10px;
    padding-left: 25px;
}
.vlajky img { float: left; margin: 0 5px 25px 5px; padding: 0px; border: none; }
/******************************************************************************/



/* Box mapa - plovoucí box pro mapu v kontaktech ******************************/
.box_mapa
 {  width: 425px;
    margin: 11px 0 2.5em 7px;
    padding: 0;
    float: right;
    border: 1px solid #00579C;
    background-color: #DEDEE6;
 }
/******************************************************************************/



/* Rohy zakulacené - rohové efekty zakulacené k informačním rámečkům **********/
.roh_hornilevy
 {  width: 10px;
    height: 10px;
    position: absolute;
    margin: -1px 0px 0px -1px;
    z-index: 100;
    background: url("../grafika/roh_hornilevy.gif") no-repeat;
}
.roh_hornipravy
 {  width: 10px;
    height: 10px;
    position: absolute;
    margin: -1px 0px 0px 174px;
    z-index: 100;
    background: url("../grafika/roh_hornipravy.gif") no-repeat;
}
/******************************************************************************/



/* Patička - patička dokumentu ************************************************/
#paticka
 {  width: 950px;
    clear: both;
    padding: 3px 0 31px 0;
    background: #FFFFFF url(../grafika/pozadi_paticka.jpg) center bottom no-repeat;
    font-size: 0.7em;
    overflow: hidden;
}
#paticka p
 {  text-align: center;
    color: #00579C;
    font-size: 1em;
    font-weight: bold;
}
#paticka p.paticka_kontakty {font-weight: normal; }
#paticka a { color: #0000FF; text-decoration: none; }
#paticka a:hover {color: #FF00FF; text-decoration: underline; }
#paticka a:visited { color: #0000FF; }
/******************************************************************************/



/* Čistič - udržuje plovoucí prvky uvnitř mateřského bloku, aby nedošlo k přetečení... */
.cistic
 {  clear: both;
    height: 0;
    overflow: hidden;
    content: ' ';
}
.cistic hr { display: none; }
/******************************************************************************/



