/* 
    Document    : index.css
    Created on  : 31.1.2011, 15:30:00
    Author      : Mráz Miroslav
    Description : Styl pro pouze pro stránku index.php
*/

@import url("style.css"); /* Načtení společných stylů */
@import url("login.css"); /* Načtení společných stylů */


#sloupec1 {
    float: left;
    width: 295px; /*height: 300px;   */
    /*background: red;*/
}

#sloupec2 {
    float: left;
    width: 520px;     
    /*background: yellow;*/
}

#sloupec3 {
    float: left;
    width: 210px; /*height: 300px;    */
    /*background: blue;*/
}


/* VYHLEDÁVACÍ STROM SLUŽEB */
#strom {
    margin-top: 20px; margin-bottom: 200px;
    margin-left: 30px;    
    color: #95B90F;
}
h1#h1strom {
    margin-bottom: 20px;
    font-family: "Arial Black", Arial, sans-serif;
    /*font-family: Verdana, "Trebuchet MS", sans-serif;*/
    font-size: 1.20em;
}
ul#left_ul { 
    list-style-type: none;    
}
ul#left_ul li.ul_bottom {
    margin-bottom: 20px;
}
ul#left_ul li {
    margin-bottom: 2px;
}
span.left_nadpis {
    font-size: 1.1em;
    font-weight: bold;
}
ul.left_hl_text_region, ul.left_hl_text_kategorie {
   margin-top: 3px;
   list-style-type: none;
   font-size: 1.00em;
}
ul.left_hl_text_region a:link, ul.left_hl_text_region a:visited,  ul.left_hl_text_kategorie a:link, ul.left_hl_text_kategorie a:visited {  
   color: #95B90F;
   text-decoration: none;
   font-weight: bold;
}
ul.left_hl_text_region a:hover, ul.left_hl_text_kategorie a:hover {
   color: #728B0C;
}
/* KONEC VYHLEDÁVACÍHO STROM SLUŽEB */


div#divdomuo {
    background: url(./img/domuo.jpg) repeat-y;
    margin-bottom: 20px;
    line-height: 130%;
}
div#divdomuc {
    background: url(./img/domuc.jpg) repeat-y;
    margin-bottom: 20px;
    line-height: 130%;
}
div#divdomum {
    background: url(./img/domum.jpg) repeat-y;
    margin-bottom: 20px;
    line-height: 130%;
}

div.divdomuin {
    margin-left: 20px;
}

h1#h1domuo, h1#h1domuc, h1#h1domum {
    margin-bottom: 4px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.20em;
    color: #F6A800;
}
h1#h1domuc {
    color: #E30073;
}
h1#h1domum {
    color: #009DE0;
}

ul.uldomu {
    margin-left: 15px;
}

#reklama {
    margin-top: 20px; margin-right: 2px;
    text-align: right; 
    font-family: Verdana, "Trebuchet MS", sans-serif;
    font-size: 1.1em;   
}
#reklama img.obr_reklama {
    width: 160px; height: 120px;
    margin: 1px; margin-bottom: 8px;
    border: 1px solid #95B90F;
}


/*  HLEDAT SLUŽBU */
#sloupec2s {
    float: left;
    width: 730px;
    /*background: yellow;*/
}
h1#nsearch_box {
    margin-bottom: 4px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #95B90F;
    background: white;
}
form#frm_najdi {
   width: 435px; height: 90px; width: 575px;
   text-align: left;
   border-bottom: solid 2px #A4B6C9; border-right: solid 2px #A4B6C9;
   /*border-radius: 5px; -moz-border-radius: 5px;*/
   background:  #95B90F url(./img/search.png) no-repeat 6% 56%;

}
form#frm_najdi table {
    margin-left: 20px;
    position: relative;
    top: 20px;
}
form#frm_najdi table td {   
    font-family: Verdana, "Trebuchet MS", sans-serif;
    font-size: 1.1em;
    color: white;
}
td.sluzbamesto {
   width: 141px; height: 26px;
   background: url(./img/loginbox.jpg) no-repeat;
   /*border: 1px solid gray;*/
}
input#sluzba, input#mesto {
    position: relative;
    left: 2px; bottom: 4px;
    width: 135px; height: 18px;
    font-size: 1.0em;
    border: none;
    background: #EFEFEF;
}
td input#najdi {
   height: 26px; width: 100px;
}
div#strankovani {
    margin-top: 10px;
    color: #95B90F;
}
div#strankovani a:link, div#strankovani a:visited  {
    color: #95B90F;
}
div#strankovani a:hover  {
    color: #728B0C;
}
p#search_txt  {
    margin-top: 5px;
    color: gray;
}
/*  KONEC HLEDAT SLUŽBU */


/*  TABULKA S VÝSLEDKY VYHLEDÁVÁNÍ  */
#resultbox {
    margin-top: 50px;
}
table#search_table {
    overflow: auto;
    width: 100%;
    border-collapse: collapse;
    background: white;
}
table#search_table caption {
    padding-bottom: 4px; padding-right: 2px;
    text-align: left;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #95B90F;
}
table#search_table th, table#search_table td {
   padding: 3px 5px 2px 5px;
   text-align:left;
   border: 1px solid  #95B90F;
}
table#search_table th {
    height: 16px;
    font-family: Arial, sans-serif;
    font-size: 0.95em;
    text-align: left;
    color: white;
    /*background: url(img/th_bg.png) no-repeat left top;*/
   /* background: #6EB100;   */
    background: #95B90F;
}
table#search_table td {
    font-size: 0.90em;
    vertical-align: top;
    /*white-space: nowrap;*/
    background-color: #F8FCFC;
}

table#search_table a {
   text-decoration: underline;
}
table#search_table a:link, table#search_table a:visited {
   color: #728B0C;
}
table#search_table a:hover {
   color: #95B90F;
}

p#objnenalezen {
    /*width: 480px; height: 30px;*/
    margin-top: 100px;
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #CD071E;
    /*background: yellow;*/
    
}
/*  KONEC TABULKY S VÝSLEDKY VYHLEDÁVÁNÍ  */


/*  NÁPOVĚDA  */
div#help {
    margin-top: 0px; margin-left: 25px; margin-bottom: 20px;
    padding-left: 35px; padding-right: 20px;
    background: url(./img/helpo.jpg) repeat-y;
    line-height: 130%;
}
div#help p {
    text-align: justify;
    line-height: 140%;
    padding-right: 20px; padding-bottom: 5px;
    /*text-indent: 25px;*/
}
div#help p a:link, div#help p a:visited {
    color: #808080;;
}
div#help p a:hover {
    color: #4D4D4D;
}
h1.nadpisnapovedy {
    margin-bottom: 10px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.2em;    
    color: #95B90F;
}
h1.heslonapovedy {
    margin-top: 20px; margin-bottom: 8px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.2em;    
    color: #F6A800;
}
h2.heslonapovedy2 {
    margin-top: 10px; margin-bottom: 4px;
    font-family: Arial, sans-serif;
    font-size: 1.0em;
    color: #F6A800;
}
ul.napoveda {
    text-decoration: none;
    margin-left: 20px;
}
span.nusr {
    color: #F6A800;
}
span.pusr {
    color: #FF00FF;
}
span.posk {
    color: #3366FF;
}
/*  KONEC NÁPOVĚDA  */


/*  KONTAKT  */
div#contact {
    margin-left: 295px;
    margin-top: 55px; margin-bottom: 141px;
    width: 500px; height: 230px;
    padding-left: 35px; 
    background: url(./img/contz.jpg) repeat-y;
    line-height: 130%;    
}
div#contact p {
    /*text-align: justify;*/
    line-height: 200%;
    padding-bottom: 5px;
    /*text-indent: 25px;*/
}
div#contact p a:link, div#contact p a:visited {    
    color: #95B90F;
}
div#contact p a:hover {
    color: #728B0C;
}
h1#contactnadpis {
    padding-top: 2px; margin-bottom: 25px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.4em;
    color: #95B90F;
}
/*  KONEC KONTAKT  */


/* REGISTRACE  */
div#register {
    margin-bottom: 15px;
}
div#reg_popis {
    margin-left: 295px; 
}
div#reg_popis p {
    /*width: 435px;*/
    margin-right: 10px;
    text-align: justify;
    line-height: 130%;    
}
h1#registernadpis {
    margin-bottom: 8px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.2em;
    color: #95B90F;
}
h1#registernadpis2 {
    margin-top: 20px; margin-bottom: 10px;
    margin-left: 295px;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 1.2em;
    color: #95B90F;
}
hr#regcara {
    margin: 0; padding: 0;
    height: 2px;
    margin-top: 20px; margin-bottom: 20px;
    color: #F6A800;
    background-color: #F6A800;
    border: 0;
}

div#reg_form {
   margin-top: 20px; 
   border-top: 2px solid #F6A800
}
form#frm_registruj {
   margin-left: 74px;
}
table td.popiska_registruj {
    height: 22px;
    margin-right: 5px;
    padding-right: 10px;
    line-height: 22px;
    text-align: right;    
    font-weight: bold;    
    color: #808080;
}
table td.popiska_registruj .reg_red, .reg_red {
    color: red;
    font-weight: bold;
}
span.vzortelefon {
    margin-left: 10px;
    color:#FF9A34;    
}
span.vzorpol1 {
    margin-left: 10px;
    color:#FF9A34;
}
td#hvezdicka {
    text-align: right;
    font-size: 0.8em;
}
table tr#radekpr1 {
    height: 10px;
}
input.textpol1 {
   width: 141px; height: 26px;
   line-height: 22px;
   font-size: 1.2em;
   background: url(./img/box143x26.jpg) no-repeat;
   border: 1px solid gray;
}
input.textpol2 {
   width: 286px; height: 26px;
   line-height: 22px;
   font-size: 1.2em;
   background: #EFEFEF url(./img/box286x26.jpg) no-repeat;   
   border: 1px solid gray;   
}
input#checkpol {
   position: relative;
   top: 1px;
}
table#regtable td select.selpol1 {
   width: 100px; height: 26px;   
   font-size: 1.2em;
   background: url(./img/box143x26.jpg) no-repeat;
   border: 1px solid gray;
}
table#regtable td select.selpol2 {
   width: 180px; height: 26px;   
   font-size: 1.2em;
   background: url(./img/box286x26.jpg) no-repeat;
   border: 1px solid gray;
}
td.popiska_registruj a:link, td.popiska_registruj a:visited  {
    color: #808080;
}
td.popiska_registruj a:hover  {
    color: #4D4D4D;
}

h1#errreg {
    margin-left: 296px; margin-bottom: 8px;
    font-family: Verdana, "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #CC071C;
}
/*  KONEC REGISTRACE  */