body{
    
    margin: 0;
    padding: 0;
    
    background: url("../sysimg/bg_body.jpg");
    
    font-family: Tahoma;
    
}

td{
    vertical-align: top;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
}

img{
    border: none;
    text-decoration: none;
}

#header_outer{
    
    width: 100%;
    height: 210px;
    
    background: url("../sysimg/bg_header.png") repeat-x;
    
}

    #header_inner{
    
        width: 960px;
        height: 210px;
        
        background: url("../sysimg/header.jpg") no-repeat center;
        
        margin: 0 auto;
    
    }
    
        #header_featured, #header_featured h1 {
        
                width: 960px;
                height: 22px;
                
                margin: 0;
                padding-top: 3px;
               
                color: #fff;
                
                font-size: 13px;
                line-height: 1.6;
                text-shadow: #fff 1px 1px 1px ;   
                
        
            }
        
        
        
         #header_logo a {
        
                width: 205px;
                height: 130px;
                
                background: url("../sysimg/logo.png") no-repeat center;
                
                margin: 25px 0 0 50px;
                float: left;
                display: block;
        
            }
            
         #header_menu{
        
                width: 500px;
                height: 50px;
                
                               
                margin: 75px 50px 0 0;
                float: right;
                display: block;
                text-align: right;
        
            }
            
             #header_menu ul{
            
                    margin: 0  !important;
                    padding: 0  !important;
                    height: 33px  !important;
                    list-style: none  !important;
                    float: right  !important;
                    background: url("../sysimg/bg_nav.png")  !important;
            }
            
             #header_menu li{
            
                    
                    float: left !important;
                    padding-top: 2px !important;                    
                    text-align: center !important;
                    font-size: 20px !important;
                    line-height: 1.2  !important;
                    
            } 
            
             #header_menu li a{
            
                   color: #f1f1f1;
                   margin: 0 25px 0 25px;
                   
                   text-decoration: none;
                   
            }
            
            #header_menu li a:hover{
                font-size: 22px;
            }                            
            
            
#template{
    
    clear: both;
    
    width: 100%;
    background: url("../sysimg/bg_template.png") no-repeat top;
    
    
}

    #temp_content{
    
        width: 960px;
        
        margin: 0 auto;
    
        background: url("../sysimg/content_bg_up.jpg") no-repeat top #fafafa;
    } 
    
        #temp_content_left{
    
            width: 600px;
            float: left;
            
            padding: 5px 0 0 20px;
      
      }
      
      #temp_content_left h2{
            color: #1d96dd;
        }
        
      #temp_content_left h2 strong{
            display: block;
            color: #aaa;
            padding-top: 5px;
            font-size: 20px;
        }  
      
        #temp_content_left h3{
            color: #1d96dd;
        }
        
        #temp_content_left_blog h3 a:hover{
          
            border: none !important;
        }
        
        #temp_content_left a{
            color: #1d96dd;
            text-decoration: none;
        }
        
        #temp_content_left a:hover{
            color: #1d96dd;
            border-bottom: 1px solid #1d96dd;
        }        
      
        #temp_content_left.featured img{
            margin-left: -20px;
        }
        
            #temp_content_left p{
                
                color: #191919;
                font-size: 13px;
                line-height: 2;
                
                text-align: justify;
            }
            
            #temp_content_left ul, li{
                
                color: #191919;
                font-size: 13px;
                line-height: 2;
                
                text-align: justify;
            }
            
        
        #temp_content_left_blog h2{
          
            height: 50px;
            text-indent: 60px;
            color: #e0b206;
            
            background: url("../sysimg/h_blog.png") no-repeat; 
        }
        
        

            #temp_content_left_blog h2 strong{
              
                display: block;
                text-indent: 65px;
                color: #aaa;
                font-size: 15px;
                padding-top: 2px;
                
            }      
            
                #temp_content_left_blog .article{
              
                    clear: both;
              
                    width: 100%;
                    
                   padding-bottom: 20px;
                    border-bottom: 1px solid #aaa;
                
                }
                
                    .article_header{
                  
                        width: 100%;
                    }
                    
                    .article_header a{
                        border: none;
                    }
                    
                        .article h3{
                      
                        }
                        
                        .article p{
                            margin: 0;
                            padding: 0;
                        } 
                        
                        .article h3 strong{
                            
                            display: block;
                            color: #aaa;
                            
                            padding-top: 3px;
                            font-size: 15px;
                                
                        } 
                        
                        
                 .article_body{
              
                    width: 100%;
                }         

                    .article_body_left{
              
                        width: 94px;
                        height: 94px;
                        
                        background-color: #ededed;
                        padding: 10px;
                        
                        float: left;
                        
                    }  


                    .article_body_right{
              
                        width: 75%;
                        
                        text-align: justify;
                        float: right;
                        
                    } 
                    
                    .article_body_right h4{
                        color: #191919;
                        font-size: 16px;
                        line-height: 1;
                        font-weight: normal;
                        text-align: justify;
                        margin: 10px 0 5px 0;
                        padding: 0;
                                
                    }
                    
                        #temp_content_left_blog .article_body_right_more a{
                            
                            width: 50px;
                            height: 15px;
                            color: #e0b206;
                            margin-top: 20px;
                            
                            float: right;
                            
                            background: url("../sysimg/blog_post_arrow.png") no-repeat right; 
                            
                        }
                        
                        #temp_content_left_blog a:hover{
                            
                            
                            border-bottom: 1px solid #e0b206;
                          
                        }
        
        #temp_content_right{
    
            width: 300px;
            float: right; 
            
     
        }  
                
                #temp_content_right h2{
                    
                    height: 35px;
                    
                    color: #e0b206;
                    padding-top: 15px;
                    margin-bottom: 10px;
            
                }
                
                    #temp_content_right h2.clients{
                        
                        text-indent: 60px;
                        background: url("../sysimg/h_clients.png") no-repeat;    
                    }
                    
                    #temp_content_right h2.work{
                        
                        text-indent: 60px;
                        background: url("../sysimg/h_work.png") no-repeat;    
                    }
                    
                    #temp_content_right h2.facebook{
                        
                        text-indent: 60px;
                        background: url("../sysimg/h_facebook.png") no-repeat;    
                    }
                    
                    #temp_content_right h2.question{
                        
                        text-indent: 60px;
                        background: url("../sysimg/contact/contact.png") no-repeat;    
                    }                    
                    
                    
                 .temp_content_right_featured{
                    
                                       
                    width: 260px;
                    height: 100px !important;
                    margin-bottom: 20px;
                    
                    border: 10px solid #ededed;
                    
                    
                 }
                 
                 .temp_content_right_featured_action{
                    
                                       
                    width: 262px;
                    height: 262px !important;
                    margin-bottom: 20px;
                    
                    border: 10px solid #ededed;
                    
                    cursor: pointer;
                 }
                 
                       
                 
                 .img_content_right_featured img{
                    
                    
                    
                 }
                 
                  #temp_content_right_facebook{
                    
                    background-color: #fafafa;
                    
                 }
                
                    
            #temp_content_footer{
    
                    width: 960px;
                    height: 200px;
                    
                    margin-top: -130px;
                    
                    background: url("../sysimg/content_bg_bottom.jpg") no-repeat;
            }                             
                 
 
    #temp_footer{
        
        width: 920px;
        height: 110px;
        margin: 0 auto;
        
        background: url("../sysimg/bg_footer.jpg");
        
    }
    
        #temp_footer_i{
        
            width: 19px;
            height: 65px;
            float: left;
            
            margin: 20px 20px 0 40px;
                    
            background: url("../sysimg/footer_icon.png") center ;
        
        }
        
         .temp_footer_menu{
        
            width: 250px;
            float: left;
            margin: 20px 0 0 0 ;
            font-size: 13px;
        }
        
            .temp_footer_menu ul{
        
                width: 200px;
                float: left;
                
                list-style-image: url("../sysimg/bullet.png");
            }
            
            .temp_footer_menu li{
                margin-bottom: 2px  !important;
                line-height: 1.5  !important;
            }
            
            .temp_footer_menu li p{
                margin-bottom: 2px  !important;
                line-height: 1.5  !important;
                margin: 0;
                padding: 0;
            }
            
            .temp_footer_menu li a{
        
                text-decoration: none;
                color: #000;
                
            }
            
            .temp_footer_menu li a:hover{
        
                border-bottom: 1px solid #000 ;
                
            }
            
         #temp_footer_networks{
        
            float: right;
            margin: 35px 40px 0 0;
            
        
            
        }   
           
            #temp_footer_networks img{
              
                    margin-left: 5px;
                    
                } 
                
            #temp_footer_networks img a{
            
                text-decoration: none;
                border: none;

                
            }              
    
     #temp_footer_down{
        
        width: 960px;
        height: 74px;
        margin: 0 auto;
        
        background: url("../sysimg/bg_bottom.jpg");
        
    } 
        
.mr_proper{
    clear: both;
}                   



/** BLOG - CELY CLANEK */

#whole_article h2{
    font-size: 22px;
}

#whole_article h2 strong{
    font-size: 14px;
}

#whole_article h4{
    font-size: 14px;
}

#whole_article_perex{
    
    width: 100%;
    min-height: 62px;
    background-color: #ededed;
    
    

}

#whole_article_perex_bubble{
    background: url("../sysimg/blog/bubble.png"); 
    height: 62px;
    width: 32px;
    float: right;
    margin: 32px -32px 0 0;

}

#whole_article_perex p{
    padding: 10px 25px 10px 25px;
    text-align: justify;
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    float: left;
    
}

#whole_article ul{

    font-size: 13px;
    line-height: 1.5;

    
}
                
    #temp_content_right h2.blog_profile{
        
        text-indent: 60px;
        background: url("../sysimg/blog/profil.png") no-repeat;    
    }

#profile{
    margin-top: 20px;
    font-size: 13px;
    width: 90%;
    text-align: justify;
}
    
#profile img{
    float: left;
    margin-right: 20px;
    border: 10px solid #ededed;
}

#profile strong{
    color: #1d96dd;
    font-size: 13px;
}

#profile p{
    
    font-size: 13px;
    text-align: justify;
}

#profile h3{
    color: #1d96dd;
    font-size: 18px;
}

#profile .share{
    float: left;
    margin-right: 5px;
}

#profile a{
    color: #e0b206;
    text-decoration: none;
}

#profile a:hover{
    color: #000;
}

#profile .ok{
    width: 30px;
    height: 30px;
    text-decoration: none;
    border: none;
    margin : 0px 0 0 0;
    background: url("../sysimg/blog/submit.png") no-repeat;   
    display: block;
    float: right;
    
}

#profile .subscribe{

    height: 23px;
    width: 230px;
    float: left;
    font-size: 19px;
    cursor: pointer;
    
    
}

#contact{
    width: 90%;
}


#contact h3{
    color: #1d96dd;
    font-size: 18px;
}

#contact p{
    font-size: 14px;
}

#contact a{
    color: #e0b206;
    text-decoration: none;
}

#contact_people{
    border-top: 2px solid #ededed;
    padding-top: 10px;
    margin-top: 25px;
}

#contact_people img{
    border: 8px solid #ededed;

}

#contact_people td{
   padding: 0 30px 25px 0;
}

/** SLUZBY */

.services{
    width: 100%;
    height: auto;
    
    clear: both;
    
}

    .services_left{
        
        width: 165px;
        float: left;
        padding-top: 20px;
        
    }
    
    .services_right{
        
        width: 400px;
        float: right;
        
    }
    
        .services_right_tray{
            width: 100%;
            
            font-size: 15px;
            
            height: 50px;
        }
        
            .services_right_tray_item_left{
                width: 220px;
                float: left;
                
                color: #e83e28;
            }
            
            .services_right_tray_item_center{
                width: 80px;
                float: left;
                text-align: center;
                
                color: #e0b206;
            }

            .services_right_tray_item_right{
                width: 70px;
                height: 15px;
                float: right;
                
                text-align: right;
                
                color: #1d96dd;
                
            }
            
            
            
            .down{
                background: url(../sysimg/services/down.png) no-repeat right;
                padding-right: 60px;
                cursor: pointer;
               
            
            }
            
            .up{
                background: url(../sysimg/services/up.png) no-repeat right !important;
               
            }
                
                
            #temp_content_right h2.action{
                        
                        text-indent: 60px;
                        background: url("../sysimg/services/action_icon.png") no-repeat;    
                    }  

#help{
    width: 272px; 
    
    font-size: 13px; 
    text-align: center; 
    padding: 5px; 
    position: absolute; 
    top: 0; 
    left: 50%; 
    margin-left: -141px; 
    background-color: #fff; 
    display: none;
}

#help a{
    color: #000;
}

/** index inline fix */

.fb_main_index{
    border:none; overflow:hidden; width:292px; height:555px;
}

.fb_like_index{
    border:none; overflow:hidden; width:102px; height:21px;
}

sup.tray{
    font-size: 7px;
}

#index_text{
    margin-left: -9999px;
    position: absolute;
    bottom: 0;
    left: -9999px;

}
