@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,300&subset=latin,latin-ext);

body { 
  font-family: 'Roboto', sans-serif;
  color: #000;
  background-color: #FFF;
  padding: 0px;
  margin: 0px;
}

#leva {
	width: 290px;
	float: left;
	background-color: #768581;
	position: fixed;
	height: 100%;
	width: 100px;
	text-align: center;
	margin-top: 0px;
	z-index: 100;
	color: #FFF;
	font-weight: 400;
}

#leva #eng {
	margin-top: 10px;
	text-align: center;
	width: 100px;
	}

#leva #eng a{
	color: #e5effa;
	text-decoration: overline underline; 
	}
	
#leva #eng a:hover{
	text-decoration: none;
	}

#leva a{
	color: #FFF;
	text-decoration: underline;
	}
	
#leva a:hover{
	text-decoration: overline;
	}

#vrsek {
	width: 100%;
	height: 200px;
	background-color: #FFFFFF;
	float: right;
	position: fixed;
	z-index: 30;
}

#header {
	position: fixed;
	margin-left: 360px;
	}
	
#header h1 {
	font-weight: 300;
	font-size: 45px;
	}
	
#cvnav {
	font-weight: 400;
	}

	
#header #podnadpis {
	font-weight: 300;
	margin-top: -35px;
	background: #FFF;
	}

#stred {
	width: 240px;
	height: 100%;
	float: left;
	position: fixed;
	margin: 0px 0px 0px 100px;
	background-color: #caebe2;
	z-index: 50;
	text-align: center;
}

#stred p {
	font-weight: 400;
	text-align: justify;
	padding: 10px;
	}

#prava p {
	font-weight: 400;
	}
	
#odsazeni {
	position: absolute;
	margin-top: -200px;
	}
	
#italicp {
	font-weight: 300;
	font-style: italic;
	}

#foto {
	margin-top: 5px;
	border: 5px solid #444;
	border-radius: 120px;
	}
	

#prava {
	float: left;
	position: absolute;
	margin: 260px 40px 0px 360px;
	z-index: 0;
}

#vrsek a{
	color: #000;
	text-decoration: underline; 
	}
	
#vrsek a:hover{
	text-decoration: overline;
	}

#prava #pozice {
	font-weight: 500;
	}
	
#prava #pozice i {
	font-weight: 300;
	}

#home {
  position: fixed;
  background-color: #768581;
  top: 230px;
  height: 84px;
  width: 84px;
  left: 0;
  z-index: 100;
}

#email {
  position: fixed;
  background-color: #768581;
  top: 314px;
  height: 84px;
  width: 84px;
  left: 0;
  z-index: 100;
}

#phone {
  position: fixed;
  background-color: #768581;
  top: 398px;
  height: 84px;
  width: 84px;
  left: 0;
  z-index: 100;
}

#linkedin {
  position: fixed;
  background-color: #768581;
  top: 482px;
  height: 84px;
  width: 84px;
  left: 0;
  z-index: 100;
}

/* pro 980px a méně */
@media screen and (max-width: 980px) {

	
#vrsek {
	width: 100%;
	background-color: #FFFFFF;
	float: right;
	position: relative;
	z-index: 0;
}

#header {
	position: relative;
	margin-left: 110px;
	margin-top: 130px;
	}
	
#prava {
	float: right;
	position: relative;
	z-index: 0;
	margin-left: 110px;
	margin-top: 200px;
}

#stred {
	width: 100%;
	height: 100px;
	float: right;
	position: fixed;
	margin: 0px;
	background-color: #caebe2;
	z-index: 50;
	text-align: center;
	font-size: 12px;
}

#stred img {
	margin-left: 100px;
	}
	
#stred #zmizet {
	visibility: hidden;
	}

#stred img {
	width: 110px;
	height: 110px
	}
	
}
	
@media print
{    
    #prava
    {
    	position: relative;
        margin: 0px;
    }
    
    #leva
    {
        display: none !important;
    }
    
    #header
    {
    	position: relative;
        margin-left: 0px;
    }
    
    #stred
    {
        display: none !important;
    }
}

.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;