/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.8.2015, 17:35:49
    Author     : Michal
*/
html {
  height: 100%;
   
}

body
{
/*  display: table ; 
  table-layout: fixed;*/
  width: 100%;
    background-color: #ffffff; 
    color: #666666;
    font-family: 'Open Sans', sans-serif;
	font-size:100%;
    margin: 0px;
    padding: 0px; 
    border:0px;   
    line-height:150%;
    text-align:justify;
  height: 100%;
}

 

#nav0  
{ 
/*	display: table-row;  */
position:fixed;
	text-transform:uppercase;
	background:#fff;
	color:#333;	
  /*	position:relative;*/
  width:100%;
 min-height:80px;
 z-index:100;
}

#nav1 
{ 
	width:100%;
 min-height:80px;
 height:100%;
display:block;
padding-top:10px;
 	position:relative;
	margin:auto;

	border:0px solid lime;
 	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 8px 2px #000000;
	-moz-box-shadow: 0px 0px 8px 2px #000000;
	box-shadow: 0px 0px 8px 2px #000000;
	z-index:2000;
}


#nav2  
{ 
	width:85%;
		height:100%;
	min-height:100%;
	border:0px solid red;
	margin:auto;
	vertical-align:bottom;

 position:relative;

}

#obsahcontainer
{
 
display: table ;
 width:100%;
  table-layout: fixed;
  height:100%;
   padding-top:90px;
  }

#swiper
{ display:block; width:100%;  height:500px; }


/*reference*/
#ref_detail_left
{width:50%;border:0px solid red; float:left;}
#ref_detail_right
{width:50%;border:0px solid red;float:left;}
 
#obsah /*ohraniceni textoveho obsahu stranky*/
{
display: table-row;   
height: 100%;
}        

.width60
{
width:85%;    
margin:auto;
 
}
    
#footer 
{      
	display: table-row;  
/*position: absolute;*/
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;

  
 
    background-color:#333;
}

 