/*---------------------------   TAGs definitions     ---------------------------------*/

* {
    margin: 0px;
    padding: 0px;
}  

html {
    background-color: #FBAB00;
    background-image: url('images/bg-html.jpg');
    background-repeat: repeat-x;
    background-position: top; 
}      

body {
    font-family: Arial, sans-serif;   
    font-size: 12px; 
    color: #444444;
}

img {
    border: none;
}

a {
    color: #291a63; 
    font-weight: bold;  
    font-size: 11px; 
}

a:hover {
    color: #291a63;
    text-decoration: none;
}

ul li {
    list-style: none;
}


p {
    margin: 0px;
}


.stinovany-nadpis {
    background-image: url('images/bg-page-h3.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 17px;
    /*font-weight: normal;*/
    color: #291a63;
    padding: 25px 0px 10px 30px;
    margin: 10px 0px;
}

.modry-nadpis  {
    color: #291A63;
    padding: 25px 0px 10px 30px;
}


    
    
 
/*---------------------------   Page definitions     ---------------------------------*/

div.page {
    width: 980px;
    margin: 0px auto;
}

div.user-info {
    margin: 0px auto;
    width: 370px;
}

div.user-info-container {
    background-color: #291A63;
    float: left;
    height: 20px;
    padding-top: 2px;
    color: #f2ad00;
    text-align: center;
    width: 356px;
}

div.user-info-container a {
    color: #f2ad00;
}


div.page div.header {
    width: 950px;
    margin: 0px auto;
    padding-top: 15px;
}

div.page div.header div.top-header {
    padding-bottom: 15px;
}

div.header div.logo {
    width: 490px;
}

div.header div.logo, div.header div.logo h1 {
    float: left;
}

div.header div.logo h1 a {
    float: left;
    display: block;
    width: 194px;
    height: 45px;
    background-image: url("images/img-logo.png");
    background-repeat: no-repeat;
}

div.header div.logo div.logo-desc {
    color: #f4f4f4;
    font-size: 13px;
    font-weight: bold;
    float: left;
    padding-top: 15px;
    margin-left: 10px;
}

div.header div.logo h1 a span {
    display: none;
}

div.header div.search {
    float: left;
    width: 330px;
    padding-top: 10px;
}

div.search input.search-field {
    background-image: url("images/bg-search-field.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
     
    width: 210px;
    height: 16px;
    padding: 4px 8px;
    border: none;  
    
    color: #f4f4f4;    
}

div.search input.search-submit {
    color: #e2e2e2;
    background-color: transparent;
    
    border: none;
    border-bottom: 1px solid #e2e2e2; 
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    text-transform: uppercase;
}

div.header div.languages {
    float: left;
    color: #e2e2e2;
    font-size: 16px;
    padding-top: 11px;
}

div.header div.languages a {
    color: #e2e2e2;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
  
                                          

/*---------------------------   Menu definitions     ---------------------------------*/


div.page div.menu {
    width: 950px;
    margin: 0px auto;
    z-index: 99;
    position: relative;
}

div.page div.menu-left {
    float: left;           
}

div.page div.menu-center {
    width: 936px;
    background: #fbba00; 
    padding-left: 4px;  
}

div.page div.menu-center, div.page div.menu-center a.menu-depth-0 {
    float: left;
    color: #262179;
    background: #fbba00;
    
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

div.page div.menu-center a {
    padding: 12px 5px 11px;
    text-decoration: none;
    z-index: 99;
}

div.page div.menu-center li.divider {
    margin: 0px 5px;
    padding-top: 11px;
}

div.page div.menu-center a:hover {
    background: #fdd666;
    outline: 0;
}

div.page div.menu ul li {
    background: #fbba00;
}

div.page div.menu li ul, div.page div.menu li ul li ul li ul {
    border-top: 1px solid gray;
}

div.page div.menu li ul li ul {
    border-top: none;
}

div.page div.menu-right {
    float: left;
}








/*---------------------------   Pager definitions     ---------------------------------*/

div.pager {
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}

div.pager span.disabled {
    color: #A0A0a0;
    padding: 0px 5px;
}

div.pager span.info {
    padding: 0px 10px;
}

div.pager a {
    padding: 0px 5px;
    text-decoration: none;
}



/*---------------------------   Content definitions     ---------------------------------*/ 

div.content ul li {
    list-style-type: disc;
    margin: 3px 0px;
    margin-left: 40px;
}


div.page-content-text table {
    width: 95%;  
    margin-left: 30px; 
    border-collapse: collapse; 
}

div.full-size-content div.page-content-text table.kontaktni-tabulka {
    width: 100%;  
    margin-left: 0px; 
    border-collapse: collapse; 
} 

div.full-size-content div.page-content-text table.tabulka-zamestnancu {
    margin-left: 0px; 
    border-collapse: collapse;
}


div.page-content-text table td {
    padding: 0px 30px 0px 5px;
}

div.full-size-content div.page-content-text table.kontaktni-tabulka td {
    padding: 0px; 
    width: 50%;
    vertical-align: top;
}

.sede-pozadie-tabulky {
    background-color: #c1c1c1;
}


div.full-size-content div.page-content-text table.tabulka-zamestnancu tr {
    background-image: url('images/bg-page-h3.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

div.full-size-content div.page-content-text table.tabulka-zamestnancu {
    margin-left: 0px; 
}

div.full-size-content div.page-content-text table.tabulka-zamestnancu td {
    padding: 20px 0px 20px 30px; 
    width: auto;
    vertical-align: top;
}

div.full-size-content div.page-content-text table.tabulka-zamestnancu td h3 {
    padding: 0px;
} 

div.full-size-content div.page-content-text table.tabulka-zamestnancu td p {
    margin: 5px 0px;
} 

div.full-size-content div.page-content-text table.tabulka-zamestnancu td img {
    border: 1px solid #8e8e8e;
}








/*-------------------------------------     Form definitions      -------------------------------*/


td.input input, td.input textarea, td.input select {
    border: 1px solid #bbbbbb;
    
    padding: 4px 5px;
    margin-right: 20px;
    
    font-family: Arial;
    font-size: 12px;
}

td.input label {
    display: block;
    width: 75px; 
}

td.input input.half {
    width: 140px;
}

td.input input.full {
    width: 387px;
}

td.input textarea.full {
    width: 462px;
}

td.input textarea.area {
    margin-top: 6px;
}

td.input-error label {
    color: #ac0000;
}

td.input-error input, td.input-error textarea, td.input-error select {
    border: 1px solid #ac0000;
    background-color: #FFF4DE;
}

input.subject {
    background-color: transparent;
    border: none;
    color: #DDDDDD;
}

td.form-info {
    color: #7f7f7f;
    font-size: 11px;
}

.darker {
    color: #010005;
}

td.buttons {
    text-align: right;
}

td.buttons input.submit {
    color: #ffffff;
    background-color: #291a63;
    border: 1px solid #bbbbbb;
    
    margin-top: 10px;
    margin-right: 20px;
    padding: 4px 35px;
    
    font-size: 15px;
    cursor: pointer;
}









                 



/*---------------------------   Footer definitions     ---------------------------------*/

div.footer {
    font-size: 13px;
    color: #63451a;
    text-align: center;
    margin: 10px;
}

div.footer a {
    font-size: 13px;
    color: #63451a;
    font-weight: normal;
}

      
      
           


/*---------------------------   Main and Micro classes definitions     ---------------------------------*/ 


.end {
    clear: both;
    float: none;
    font-size: 0px;
}

.end-IE-fix {
    height: 0px;
}

.text-right {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.link-cursor {
    cursor: pointer;
}











/*--------------------  Growl definitions  ------------------------*/

div.message {
    font-size: 15px;
    margin-top: 7px;
}                

div.hlaska-ok {
    color: #a8cd1c; 
}

div.hlaska-bad {
    color: #e96821; 
}
