/*
 * Wrappers
 ***************************************************************/
.container_wrapper {width: 100%; margin: 0; padding: 0; clear: both;}
.container_canvas {width: 1000px; margin: 0 auto; padding: 0; position: relative;}
.container_960 {width: 960px; margin: 0 auto; padding:0;}

/*
 * Layout
 ***************************************************************/
#page {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
  margin-bottom:20px;
}

    #header {}
    
        #header .container_canvas {}
        
            #header .container_960 {
                height: 195px;
            }
	        
	            #logo {
	                top: 65px;
	                position: absolute;
	                background: transparent url(../../logo.png) no-repeat center center;
	            }
	            
	                #logo a {
	                    width: 300px;
	                    height: 81px;
	                    display: block;
	                    border: none;
	                }
	                
	            #navbar {
                    bottom: 10px;
                    position: absolute;
                    height: 35px;
                    width: 960px;
                    
                    z-index: 998;
                    opacity: 1; /* Fixes bug FF2 with Superfish menus */ 
                    background: transparent url(../../images/page/navbar.png) no-repeat center bottom;
                    
                }
	
	

  #masthead {}
	
        #masthead .container_canvas {}
	   
            #masthead .container_960 {
                height: 285px;
            }
		
				#billboard {
	                   position: absolute;
	                   top: 0px;
	                   height: 285px;
	                   width: 960px;
	                   display: block;
	                   background: #000000 url(../../images/billboard/default.png) no-repeat center top);
	                   
	                   
	               }
	               
	                   #billboard-inner {
	                    height: inherit;
	                    width: 100%;
	                    display: block;
	                    
	                }
		     
    #messages {}
    
        #messages .container_canvas {}
        
            #messages .container_960 {}
    	
	#main {}
	
	    #main .container_canvas {}
	   
            #main .container_960 {
               padding: 0px 0px 20px 0px;
              
                position: relative;
                
                 
            }
				
            #content {
                    margin: 0;
				    padding: 10px 10px 10px 10px;
				    border-left:2px solid black;
            border-right:2px solid black;
            border-bottom:2px solid black;
				    min-height: 280px;
            			
					clear: both;
				}
				
				#tabs-wrapper {
	                top: 0;
	                right: 0;
	                position: absolute;
	                width: auto;
	                height: 30px;
	                margin: 0;
	                padding: 0;
	                display: block;
	            }
	
    #footer {
	   padding: 10px 0 0;
	}
	
        #footer .container_canvas {}
	   
            #footer .container_960 {
                height: 70px;
            }
	       
                #kickplate {
                    height: 5px;
                    
                }
               
                    #footer-logo {
                        position: absolute;
						top: 10px;
						right: 0px;
						height: 47px;
						width: 50px;
						
                    }
               
	                    #footer-logo a {
	                        height: inherit;
	                        width: inherit;
	                        display: block;
	                    }
               
					#footer-txt {
						font: 12px/20;
						color: #cccccc;
						text-align: right;
						position: absolute;
						top: 15px;
						right: 26px;
						width: 600px;
						height: 40px;
					}
               
						#footer-txt a {
						    color: #ffffff;
					}

          /* upravy */
#obsah{
 width:600px;
 float:left;        
}

#right{
 width:200px;
 float:right;        
}


#block-block-2{
 margin-top:20px;
 border-top:2px solid black;
}

ul .menu{
 background-color:black;
 opacity:0.8;
 
 
}

ul .menu:hover{
    opacity:0.6;
}

 

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;   
}
  
#boxes .window {
   
  position:absolute;
 
  width:550px;
  height:777px;
  z-index:9999;
  display:none;
  padding:20px;
                  
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  position:absolute;
  position: absolute; top: 0px; right: 400px;
  
}

.flash{
 width:960px;
 height:285px;
}

.oramuj{
 border:3px solid white;
}

#forum-0{
 width:600px;
}

#navbar ul.sf-menu{
 height:14px;
 margin-top:10px;
}

