/*---------------------------   TAGs definitions     ---------------------------------*/

* {
    margin: 0px;
    padding: 0px;
}  

html {
    background-color: #f6f7f7;
    background-image: url('../images/bg-body.png');
    background-repeat: repeat-x;
    background-position: top; 
}      

body {
    font-family: Arial, sans-serif;   
    font-size: 13px; 
    
    background-image: url('../images/bg-top-design.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    
    color: #343639;
}

img {
    border: none;
}

a {
    color: #0084a1;    
}

a:hover {
    color: #00badb;
}

ul li {
/*    list-style-type: none;*/
}

ul.black li {
    margin-top: 4px;
    margin-left: 15px;
}

ul.black-green li {
    list-style-image: url('../images/img-list-green.png');
    margin-top: 4px;
    margin-left: 15px;
}

ul.black-blue li {
    list-style-image: url('../images/img-list-blue.png');
    margin-top: 4px;
    margin-left: 15px;
}

ol li {
    margin-top: 4px;
    margin-left: 15px;
}

p {
    margin: 0px;
}

h1.green-without-gb {
    color: #2CB103;
    font-size: 22px;
    padding: 15px 0px 5px 0px;
}

h1.blue-without-gb {
    color: #018fb5;
    font-size: 22px;
    padding: 15px 0px 5px 0px;
}

h2.orange, h2.blue {
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    
    background-image: url('../images/bg-orange-header.png');
    background-repeat: repeat-x;
    
    float: left;
    padding: 3px 0px 4px 15px;
    min-width: 110px;
}

h2.blue {
    background-image: url('../images/bg-blue-header.png');
}

h2.blue-without-gb {
    color: #018fb5;
    font-size: 18px;
    padding: 15px 0px 5px 0px;
}

h2.green-without-gb {
    color: #2CB103;
    font-size: 18px;
    padding: 15px 0px 5px 0px;
}

h3.blue-without-gb {
    color: #018fb5;
    font-size: 14px;
    padding: 5px 0px;
}

h3.green-without-gb {
    color: #2CB103;
    font-size: 14px;
    padding: 15px 0px 5px 0px;
}

h3.blue-underlined {
    color: #018fb5;
    font-size: 14px;
    padding: 0px;
    text-decoration: underline;
}


input.submit {
    border: 1px solid #a5acb2;
    background-image: url('../images/bg-button.png');
    background-repeat: repeat-x;
    
    color: #000000;
    padding: 3px 12px;
    
    font-size: 14px;
}


input.text {
    font-size: 13px;
    border: 1px solid #a5acb2;
    padding: 2px;
}

textarea.area {
    font-size: 13px;
    font-family: Arial;
    border: 1px solid #a5acb2;
    padding: 2px;
}
 
/*---------------------------   Page definitions     ---------------------------------*/


div.page {
    width: 971px;
    margin: 0px auto;
}                    
 
  
                                          

/*---------------------------   Menu definitions     ---------------------------------*/


div.page div.menu {
    padding-top: 11px;
}


div.page div.menu ul {
    list-style-type: none;
    float: right;
    margin-right: 20px;
}

div.page div.menu ul li {
    float: left;      
    margin-left: 2px; 
}

div.page div.menu ul li a {
    color: #ffffff;
    text-decoration: none;
    
    width: 97px;
    height: 25px;
    
    background-image: url('../images/bg-menu-normal.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    
    text-align: center;
    padding-top: 9px;
}

div.page div.menu ul li a:hover {
    background-image: url('../images/bg-menu-hover.png'); 
}

div.page div.menu ul li a.selected {
    background-image: url('../images/bg-menu-active.png'); 
    font-weight: bold;
    color: #000000;
    
}





/*---------------------------   Content definitions     ---------------------------------*/

div.content-container {
    background-color: #ffffff; 
}

div.content-container div.logo h1 {
    background-image: url('../images/img-header.png'); 
}

div.content-container div.logo h1 a {
    display: block;
    width: 170px;
    height: 81px;
}

span.seo-hidden {
    display: none;
}

div.content-container2 div.logo {
    background-image: url('../images/img-header2.png'); 
}

div.content-container2 div.logo strong a {
    display: block;
    width: 170px;
    height: 87px;
}

div.content-container div.logo strong a span.seo-hidden {
    display: none;
}


div.boxes {
    background-image: url('../images/bg-content-boxes.png');
    background-repeat: repeat-x;
    background-position: bottom;
    
    padding: 0px 11px 11px;
}

div.boxes div.main-box {
    background-repeat: no-repeat;
    width: 470px;
    height: 268px;
    position: relative;
}

div.main-box div.box-links {
    position: absolute;
    bottom: 9px;
}

div.box-links a {
    display: block;
    float: left;
}

div.boxes div.main-box div.link {
    cursor: pointer;
    height: 220px;
}


div.boxes div.blue-box {
    background-image: url('../images/img-blue-box.jpg');
    float: left;
}

div.blue-box ul {
    margin-left: 40px;
    margin-top: 10px;
}

div.blue-box ul li {
    list-style-image: url('../images/img-list-blue.png');
    color: #d9f3ff;
    margin-top: 4px;
}

div.blue-box ul li a {
    color: #f6fdf0;
	text-decoration: none;
}


div.blue-box a.blue-link {
    color: #edf0f5;
    font-weight: bold;
    height: 24px;
    padding-top: 8px;
    padding-left: 38px;
    background-repeat: no-repeat;
    background-position: left center;
}

div.blue-box a.blue-link:hover {
    color: #ffffff;
}

div.blue-box a.box-download-blue {
    background-image: url('../images/icon-download-blue.png');
    margin-left: 20px;
}

div.blue-box a.box-download-blue:hover {
    background-image: url('../images/icon-download-blue-a.png');
}

div.blue-box a.box-order-blue {
    background-image: url('../images/icon-order-blue.png');
    margin-left: 70px;
}

div.blue-box a.box-order-blue:hover {
    background-image: url('../images/icon-order-blue-a.png');
}





div.boxes div.green-box {
    background-image: url('../images/img-green-box.jpg');
    float: right;
}

div.green-box ul {
    margin-left: 45px;
    margin-top: 25px;
}

div.green-box ul li {
    list-style-image: url('../images/img-list-green.png');
    color: #f6fdf0;
    margin-top: 4px;
}

div.green-box ul li a {
    color: #f6fdf0;
	text-decoration: none;
}

div.green-box a.green-link {
    color: #c6ff59;
    font-weight: bold;
    height: 24px;
    padding-top: 8px;
    padding-left: 38px;
    background-repeat: no-repeat;
    background-position: left center;
}

div.green-box a.green-link:hover {
    color: #ffffff;
}

div.green-box a.box-download-green {
    background-image: url('../images/icon-download-green.png');
    margin-left: 25px;
}

div.green-box a.box-download-green:hover {
    background-image: url('../images/icon-download-green-a.png');
}

div.green-box a.box-order-green {
    background-image: url('../images/icon-order-green.png');
    margin-left: 70px;
}

div.green-box a.box-order-green:hover {
    background-image: url('../images/icon-order-green-a.png');
}

div.main-box a.box-more-blue {
    background-image: url('../images/icon-search-blue.png');
    margin-left: 70px;
}

div.main-box a.box-more-blue:hover {
    background-image: url('../images/icon-search-blue-a.png');
}

div.main-box a.box-more-green {
    background-image: url('../images/icon-search-green.png');
    margin-left: 70px;
}

div.main-box a.box-more-green:hover {
    background-image: url('../images/icon-search-green-a.png');
}



div.content {
    padding: 30px 10px 10px;
}

div.content div.left-column {
    float: left;
    width: 470px;
}

div.content div.right-column {
    float: right;
    width: 470px;
}

div.divider {
    background-image: url('../images/img-divider.png');
    height: 1px;
    clear: both;
    margin: 15px 0px;
    background-repeat: no-repeat;
}

div.no-margin {
    margin: 0px;
}
   

div.news-container {
    padding-bottom: 10px;
}


div.news {
    padding: 15px; 
}

div.news-title h3 {
    color: #f96900;
    font-size: 13px;
}

div.news-text {
    color: #4b6270;
    font-size: 12px;
    text-align: justify;
    margin: 10px 0px;
}

div.news-more a {
    float: right;
    display: block;
    
    background-image: url('../images/icon-more-link.png');
    background-repeat: no-repeat;
    background-position: left center; 
    
    color: #f96900;
    font-weight: bold;
    padding-left: 22px;
}

div.news-more a:hover {
    color: #ff8a00;
}


div.about-us {
    padding: 15px;
    text-align: justify;
    line-height: 18px;
}

div.about-us ul {
    margin-top: 10px;
}

div.about-us a {
    float: right;
    display: block;
    
    background-image: url('../images/icon-more-link.png');
    background-repeat: no-repeat;
    background-position: left center; 
    
    color: #018fb5;
    font-weight: bold;
    padding-left: 22px;
}

div.about-us a:hover {
/*    color: #0fCFFF;*/
    color: #00ABD6;
}

ul.blue li {
    list-style-image: url('../images/img-list-blue.png');
    color: #018fb5;
    font-weight: bold;
    margin-top: 4px;
    margin-left: 15px;
}

ul.green li { 
    list-style-image: url('../images/img-list-green.png');
    color: #2cb103;
    font-weight: bold;
    margin-top: 4px;
    margin-left: 15px;
}


div.about-us a.contact {
    display: block;
    float: left;
    
    background-image: url('../images/icon-contacts.png');
    background-position: left center;
    background-repeat: no-repeat;
    
    color: #0084a1; 
    font-weight: bold;
    padding: 3px 0px 3px 30px;   
}

div.about-us a.contact:hover {
    color: #00badb;
}



/*---------------------------   Products page definitions     ---------------------------------*/

div.content-product {
    min-height: 700px;
}

div.content-product div.left-block {
    float: left;
    width: 210px;
}

div.left-block div.submenu-blue {
    background-image: url('../images/bg-left-blue-menu.png');
    background-repeat: repeat-y;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

div.left-block div.submenu-green {
    background-image: url('../images/bg-left-green-menu.png');
    background-repeat: repeat-y;
    padding-bottom: 5px;
}

div.left-block div.product-title {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 0px 10px 30px;
}

div.left-block ul li {
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 4px 30px;
}

div.left-block ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

div.left-block ul li a:hover {
    font-weight: bold;
    text-decoration: underline;
}

div.left-block div.submenu-blue ul li {
    background-image: url('../images/img-blue-divider.png');
}

div.left-block div.submenu-green ul li {
    background-image: url('../images/img-green-divider.png');
}


div.block-box {
    background-image: url('../images/bg-box-divider.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

div.block-box div.hotline-header {
    color: #595959;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    
    margin-top: 30px;
    padding: 0px 30px;
}

div.block-box div.hotline {
    padding: 10px 30px 30px;
    color: #595959;
    font-size: 14px; 
}

div.block-box div.hotline img {
    position: relative;
    top: 5px;
}

                             

div.content-product div.center-block {
    float: right;
    width: 730px;
	padding-bottom: 15px;
}

div.center-block div.left-info {
    float: left;
    width: 350px;
    margin-top: 30px;
}


div.center-block div.right-image {
    float: right;
    width: 290px;
    margin-right: 20px;
    background-image: url('../images/img-ucetnictvi-photo.png');
    background-repeat: no-repeat;
    padding-top: 225px;
    text-align: right;
    padding-right: 65px;
        
    color: #848484;
    font-weight: bold;
}

div.right-image2 {
    float: right;
    width: 290px;
    margin-right: 20px;
    background-image: url('../images/img-ucetnictvi-photo2.png');
    background-repeat: no-repeat;
    padding-top: 225px;
    text-align: right;
    padding-right: 65px;
        
    color: #848484;
    font-weight: bold;
}


div.right-image span.price {
    font-size: 18px;
    color: #018fb5;
}

div.right-image2 span.price {
    font-size: 18px;
    color: #2CB103;
}


div.center-links {
    margin-top: 45px;
}

div.center-links-green {
    margin-top: 45px;
}

.center-links a {
    color: #018fb5;
    font-weight: bold;
    height: 24px;
    
    padding-top: 8px;
    padding-left: 38px;
    
    background-repeat: no-repeat;
    background-position: left center;
    
    display: block;
    float: left;
}

.center-links-green a {
    color: #2CB103;
    font-weight: bold;
    height: 24px;
    
    padding-top: 8px;
    padding-left: 38px;
    
    background-repeat: no-repeat;
    background-position: left center;
    
    display: block;
    float: left;
}

.center-links a:hover {
    color: #00badb;
}

.center-links-green a:hover {
    color: #38d508;
}

.center-links a.block-download-link, .center-links-green a.block-download-link {
    background-image: url('../images/icon-download-gray.png');
}

.center-links a.block-order-link, .center-links-green a.block-order-link {
    background-image: url('../images/icon-order-gray.png');
    margin-left: 70px;
}

.center-links a.block-download-link:hover, .center-links-green a.block-download-link:hover {
    background-image: url('../images/icon-download-gray-a.png');
}

.center-links a.block-order-link:hover, .center-links-green a.block-order-link:hover {
    background-image: url('../images/icon-order-gray-a.png');
    margin-left: 70px;
}

div.description div.desc-text {
    padding-right: 35px;
    text-align: justify;
}

/*---------------------------   Obrazovky definitions     ---------------------------------*/

div.photos {
    margin-top: 40px;
}

div.photo {
    float: left;
    width: 240px;
}

div.photo div.photo-title {
    font-weight: bold;
    color: #018fb5;
    width: 150px;
    margin-top: 15px;
}  

div.photo h2.photo-title-black {
	font-size: 13px; 
    font-weight: bold;
    width: 150px;
    height: 35px;
    margin-top: 15px;
    margin-bottom: 10px;
}  

div.photo div.photo-desc {
    font-size: 11px;
    width: 150px;
    display: none;
}
  
  
  

/*---------------------------   Pricelist definitions     ---------------------------------*/  
                                            
div.pricelist div.description {
    padding-left: 25px;
    width: 700px;
} 


table.gradient-table {
    border-spacing: 10px;
}

table.gradient-table td {
    background-image: url('../images/bg-table-gradient.png');
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 15px 10px;    
}

table.gradient-table td.big {
    width: 550px;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
}

table.gradient-table td.big a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #018fb5;
    margin-bottom: 10px;
}

table.gradient-table td.big a:hover {
    color: #00badb;
}

table.gradient-table td.small {
    width: 150px;
    text-align: center;
}

table td.table-price {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}


td.center-links a.block-order-link {
    margin-left: 30px; 
}

td.center-links a.block-order-link:hover {
    margin-left: 30px; 
}

div.tables {
    margin: 20px 10px;
}


table.products-table {
    border-spacing: 0px;
    border-collapse: collapse;
    margin-left: 10px;
}

table.products-table td {
    padding: 15px 10px;  
    border: 1px solid #aeaeae;  
}

table.products-table th {
    padding: 7px 10px;  
    border: 1px solid #aeaeae;
    background-color: #018fb5;  
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

table.products-table td.big {
    width: 539px;
    text-align: left;
    font-size: 12px;
    line-height: 17px;
}

table.products-table td.big a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #018fb5;
    margin-bottom: 10px;
}

table.products-table td.big a:hover {
    color: #00badb;
}

table.products-table td.small {
    width: 155px;
    text-align: center;
}

/*---------------------------   Downloads definitions     ---------------------------------*/

table.gradient-table td.download-link {
	width: 170px;
}

div.dowloads-tables {
    margin: 20px 10px 0px 0px;
}

/*---------------------------   Order form definitions     ---------------------------------*/

div.order div.description {
    padding-left: 25px;
} 

div.gradient-form {
    background-image: url('../images/bg-form-gradient.png');
    background-repeat: repeat-x; 
    background-position: bottom;   
    margin: 30px 10px;
    padding: 13px 15px;
}

select.select {
    border: 1px solid #a5acb2;
    width: 400px;
    padding: 2px;
}

input.mini {
    width: 85px;
}

input.product {
    width: 400px;
}

div.order textarea.area {
    width: 500px;
    height: 50px;
}

div.gradient-form table th {
    text-align: left;
    padding-top: 10px;
}

div.gradient-form table th.product-th {
    width: 570px;
}

div.gradient-form table th.other-th {
    width: 170px;
}

div.gradient-form table td {
    padding: 1px 0px;
}


div.address-form {
    margin-top: 10px;
    padding-left: 25px;
}

div.left-address {
    margin-top: 20px;
    float: left;
    width: 400px;
}

div.left-address table {
    margin-top: 10px;
}

div.address-form table td {
    min-width: 70px;
    padding: 1px;
}

div.left-address input{
	width:200px;
}

div.message {
    float: left;
    width: 635px;
    margin-top: 25px;
    margin-left: 5px;
}

div.send-button {
    float: left;
    width: 200px;
    margin-top: 70px;
}

div.order-confirmation {
    padding-top: 10px;
    padding-left: 25px;
}
 
div.order-confirmation table td.col2 {
    padding-left: 25px;
	/*font-weight: bold;*/
}

/*---------------------------   Contact form definition     ---------------------------------*/  
  
div.content-contact {
    padding: 40px 50px 150px;
}

div.content-contact table td.col1 {width: 100px}

/*---------------------------   Message form definition     ---------------------------------*/  
  
div.content-message {
    padding: 70px 0px 100px;
}

div.content-message  table td {
	text-align: left;
    padding-right: 10px;
}

div.content-message  input.message-subject {
	width: 400px;
}

div.content-message  textarea {
	width: 400px;
	height: 200px;
}

div.message-send-button {
    float: left;
    padding: 30px 50px 0px 0px;
    text-align: center;
}


/*---------------------------   Lickey form definition     ---------------------------------*/  

div.lickey-form  {
    padding: 30px 30px 100px 30px;
}


div.lickey-form table td {
    text-align: left;
}

div.lickey-form table td.note {
	font-style: italic;
	padding-left: 50px;
}

div.lickey-form input.submit {
    margin-top: 20px;
}


/*---------------------------   Email form definition     ---------------------------------*/  

div.content-email  {
    padding: 100px 0px 200px 0px;
}

/*---------------------------   Vedeni účetnictví form definition     ---------------------------------*/  
           
div.content-ucetnictvi {
    padding: 20px 20px 10px 30px;
}

/*---------------------------   Bottom definitions     ---------------------------------*/

div.footer {
    text-align: center;
    color: #848898;
    font-size: 12px;
    
    background-image: url('../images/bg-footer.png');
    background-repeat: repeat-x;
    
    height: 22px;
    padding-top: 8px;
}

div.footer a {
    color: #848898
}

div.bottom {
    font-size: 10px;
    color: #c4c4c4;
    padding: 5px 0px 20px;
}

div.bottom a {
    color: #c4c4c4;
}


/*---------------------------   Main and Micro classes definitions     ---------------------------------*/ 


.end {
    clear: both;
    float: none;
    font-size: 0px;
}

.end-IE-fix {
    height: 0px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------------------------------------*/ 

.counter {
  /*position: absolute; bottom: 10px;*/
  display: none;
}


