/*---------------------------   TAGs definitions     ---------------------------------*/

* {
    margin: 0px;
    padding: 0px;
} 

html {
    background-repeat: repeat-x;
    background-color:#438993;
} 

body {                          
    background-image: url(images/bg-body.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    
    font-family: Arial, sans-serif;   
    font-size: 13px;   
    color: #5e5d5d;
}

img {
    border: none;
}

a {
    color: #7e7e7e;
    font-size: 11px;
    font-weight: bold;     
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0px;
}

    
img {
    _behavior: url('../iefix/iepngfix.htc');
}



    
    
 
/*---------------------------   Page definitions     ---------------------------------*/

div.page {
    width: 950px; 
    margin: 0px auto;         
}



  
                                          
/*---------------------------   Header  definitions   ---------------------------------*/

div.header-container {
    width: 100%;
    height: 202px;            
}

div.header-default-bg {
    background-image: url('images/bg-header-shadow.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
}


div.header div.search-langs {
    background-image: url('images/bg-search-lang.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 652px;
    height: 30px;
    overflow: hidden;
    float: right;
}

div.header div.search {
    float: left;
    color: #185d67;
    font-size: 11px;
    font-weight: bold;
    padding-left: 70px; 
    margin-top: 8px;
}

div.header div.search input.search-field {
    border: none;
    background-color: transparent;
    background-image: url('images/transparent.gif');
    background-repeat: repeat;
    color: #185d67;
    width: 114px;
    padding: 0px 3px;
    margin-left: 6px;
    font-size: 11px;
    float: left;
    display: block;
}

div.header div.search label {
    width: 99px;
    text-align: right;
    float: left;
    display: block;
}

div.header div.search input.search-submit {
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
}

div.header div.languages {
    float: left;
    margin-top: 5px;
    margin-left: 25px;
}

div.header div.languages a {
    color: #185d67;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

div.header div.languages a.language-switcher.selected {
    color: #dc001d;
}

div.header-subtitle {
    font-size: 19px;
    color: #ffffff;
    padding: 5px 10px 10px;
    font-weight: bold;
}
   
div.main-header {
    position: relative;
}

div.main-header div.logo {
    float: left;
    padding-top: 13px;
}
   
div.main-header div.logo h1 a {
    background-image: url('images/img-vae-logo.png');
    width: 110px;
    height: 108px;
    display: block;
}

div.main-header div.logo h1 span {
    display: none;
}
 
div.main-header div.menu-news {
    float: right;
}


div.header-news {
    position: relative;
    top: 98px;
    left: 320px;
    font-size: 13px;
    color: #026679;
    position: absolute;
    width: 615px;
    font-weight: bold;
}

div.is-cufon {
    top: 104px;
}

div.header-news a {
    font-size: 13px;
    color: #026679;
    font-weight: bold;
    text-decoration: none;
}

div.header-news div.header-news-date {
    float: left;
    width: 90px;
}

div.header-news div.header-news-typewriter {
    float: left;
    text-transform: uppercase;
}

div.header-news-unravel {
    position: absolute;
    background-color: #F5F9FA;
    
    z-index: 10;
    left: 80px;
    
    height: 20px;
    width: 600px;
    top: -2px;
    
    float: left;
    font-size: 17px;
    padding-left: 2px;
}



div.roller-text {
    display: none;
}
 
 


/*---------------------------   Menu definitions     ---------------------------------*/


div.main-header {
    position: relative;
}

div.menu-news div.menu {
    padding-top: 17px;
}

div.menu ul li {
    float: left;
}

div.menu ul li ul {
    display: none;
    position: absolute;  
    right: 0px;
    height: 30px;
    min-width: 630px;
}



div.menu a.menu-depth-0 {
    background-image: url('images/btn-menu.png');
    background-repeat: no-repeat;
    display: block;
    
    width: 127px;
    height: 23px;
    padding-top: 18px;
    
    color: #488d97;
    font-size: 15px;
    
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}



div.menu li.li-selected a.menu-depth-0, div.menu a.menu-depth-0:hover {
    background-image: url('images/btn-menu-a2.png');
    color: #FFFFFF;
}

div.menu li.li-selected-now a.menu-depth-0 {
    background-image: url('images/btn-menu-a.png');
    color: #FFFFFF;
}


div.menu li.li-selected ul {
    display: block;
}

div.menu ul li.li-depth-1 {
    padding: 7px 15px;
}

div.menu ul li.li-depth-1 a {
    font-size: 12px;
    font-weight: bold;
    color: #818181;
    text-transform: uppercase;
    text-decoration: none;
}

div.menu ul li.li-depth-1 a:hover, div.menu ul li.li-depth-1.li-selected a {
    color: #000000;
}








/*---------------------------   Pager definitions     ---------------------------------*/

div.pager {
    font-weight: bold;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #CDCDCD;
    font-size: 11px;
}

div.top-pager div.pager {
    border-top: none;
    border-bottom: 1px solid #CDCDCD;
    margin-top: 0px;
}

div.pager span.disabled {
    color: #A0A0a0;
    padding: 0px 5px;
}

div.pager span.info {
    padding: 0px 10px;
}

div.pager a {
    padding: 0px 5px;
    font-size: 11px;
}






/*---------------------------   Content definitions     ---------------------------------*/ 


div.page-content {
    background-color: #FFFFFF;
    width: 100%;
}

div.content {
    padding: 5px 10px 25px;
    position: relative;
}

div.content div.content-text h2 {
    padding: 10px 10px 20px;
    font-size: 28px;
    text-transform: uppercase;
}

div.content-text div.text-container {
    background-image: url('images/bg-page-text.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    min-height: 300px;
    padding: 20px 10px 20px;
    text-align: justify;
}

div.text-container h3 {
    font-size: 14px;
    padding: 10px 0px 10px;
}

div.text-container p {
    margin: 15px 0px;
}

div.header-icon {
    position: absolute;
    right: 20px;
    top: -15px;
}



ul.ul-list li.li-depth-0 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

ul.ul-list, ul.ul-list li.li-depth-0 ul {
    margin: 15px 0px 30px;
}

ul.ul-list li.li-depth-0 ul {
    padding-left: 30px;
}

ul.ul-list li.li-depth-1 {
    list-style-image: url('images/ulli.gif');
    list-style-position: outside;
    margin: 7px 0px;
}

div.only-text ul li, div.text-gallery ul li {
    list-style-image: url('images/ulli.gif');
    list-style-position: outside;
    margin: 7px 0px;
}

div.only-text ul, div.only-gallery ul {
    padding-left: 15px;
}

ul.ul-list li.li-depth-0 a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #5E5D5D;
}

ul.ul-list li.li-depth-1 a {
    font-size: 11px;
    color: #7e7e7e;
}




/*-------------------------------------     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;
}

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;
}





/*---------------------------   Sitemap definitions     ---------------------------------*/

div.content-text ul.sitemap li {
    list-style-type: none;
    padding: 3px 0px;
}

div.content-text ul.sitemap li ul {
    padding-left: 20px;
}

div.content-text a.sitemap-0 {
    font-size: 13px;  
    font-weight: bold;
}



                 



/*---------------------------   Footer adn Bottom definitions     ---------------------------------*/


div.footer {
    background-image: url('images/bg-html-bottom.jpg');
    background-repeat: repeat-x;
    height: 273px;
    width: 100%;
    padding-top: 3px;
}

div.bottom-text {
    height: 26px; 
    text-align: center; 
    font-size: 15px; 
    text-transform: uppercase; 
    padding-top: 7px; 
    color: #E50925;
}

div.news-presentation {
    background-image: url('images/bg-footer-news.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

div.news-presentation h3, div.news-presentation h3 a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

div.news-presentation div.bottom-news {
    float: left;
    width: 600px;
    padding-top: 10px;
    padding-left: 25px;
    margin-bottom: 20px;
}

div.bottom-news div.news-item {
    float: left;
    width: 270px;
    margin-top: 30px; 
    color: #a3dee6;
    margin-right: 25px;
}

div.bottom-news div.news-item a {
    color: #a3dee6;
    font-size: 12px;
}

div.bottom-news div.news-item div.news-item-header a {
    text-decoration: none;
    font-weight: bold;
}

div.bottom-news div.news-item div.news-item-date {
    font-size: 11px;
}

div.bottom-news div.news-item div.news-item-text {
    text-align: justify;
    margin-top: 7px;
    font-size: 12px;
}


div.news-presentation div.bottom-presentation {
    float: left;
    width: 290px;
    padding-top: 10px;
    padding-left: 30px;
    margin-bottom: 20px;
}

div.bottom-presentation div.presentation-container {
    margin-top: 32px;
}

div.presentation-container div.presentation-image {
    float: left;
    width: 130px;
    margin-right: 15px;
}

div.presentation-image a {
    width: 130px;
    height: 85px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    border: 1px solid #A3DEE6;
}

div.presentation-container div.presentation-text {
    float: left;
    width: 140px;
    color: #A3DEE6;
    font-size: 12px;
    text-align: justify;
}

div.presentation-text div.presentation-files {
    margin-top: 10px;
}

div.presentation-files div.presentation-file-icon {
    float: left;
    width: 20px;
    padding-top: 5px;
}

div.presentation-files div.presentation-file-info {
    float: left;
    width: 110px;
    font-size: 10px;
}

div.presentation-files div.presentation-file {
    margin-bottom: 3px;
}

div.presentation-file-info a {
    color: #A3DEE6;       
}



      
 
div.bottom-footer {
    border-top: 1px solid #8dc1c6;
    color: #8dc1c6;
    font-size: 11px;
    padding: 5px 25px;
}

div.bottom-footer a {
    color: #8dc1c6;
    font-weight: normal;
}

div.bottom-footer2 {
    display: none;
}
           


/*---------------------------   Main and Micro classes definitions     ---------------------------------*/ 




.color-scheme-5, .color-scheme-5 h3 {
    color: #da251d;
}

.color-scheme-6, .color-scheme-6 h3 {
    color: #1dabda;
}

.color-scheme-7, .color-scheme-7 h3 {
    color: #e4651e;
}

.color-scheme-8, .color-scheme-8 h3 {
    color: #6f767a;
}




.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;
}      





/*--------------------  Tynimce styles  ------------------------*/

table.kontaktni-tabulka td {
    border-top: 1px solid #b7babc;
    border-bottom: 1px solid #b7babc;
    min-width: 70px;
    padding: 20px 30px;
    padding-left: 0px;
}
    

table.tabulka-certifikaty td img {
    margin-left: 10px;
    border: 1px solid #9e9e9e;
    float: right;
}

.kontaktni-tabulka {
    width: 100%;
    border-collapse: collapse;
}





/*--------------------  Growl definitions  ------------------------*/

div.message {
    font-size: 15px;
    margin-top: 7px;
}                

div.hlaska-ok {
    color: #a8cd1c; 
}

div.hlaska-bad {
    color: #e96821; 
}

div#loading {
    display: none;
}
