/*
lenkakozuchova.cz
4.1.2014
*/

/* obecne_definice */

@font-face {
    font-family: csl;
    src: url(include/fonts/csl.otf) format(opentype);
}

* {
  margin:0;
  padding:0;
}
  
a:link {
  text-decoration: none; 
  color: #cccccc; 
}

a:visited {
  text-decoration: none;
  color: #cccccc;
}

a:active {
  text-decoration: none;
  color: #cccccc;
}
  
h1 {
  font-family: csl;
  font-size: 28px;
  color: #2b2b2b;
}

h2 {
  font-family: csl;
  font-size: 17px;
  color: #2b2b2b;
  text-align: justify;
  line-height: 1.5;
}

h3 {
  font-family: csl;
  font-size: 45px;
  color: #cccccc;
}

html {
  height: 100%;
  position: relative;
}

body{
  background: #ffffff;
	text-align: center;
  height: 100%;
  width: 100%;
}
/* /obecne definice */ 
  
#main {
  margin: 0 auto;
  position: relative;
  width: 1024px;
  height: 100%; 
}  
  
#header {
  width: 1024px;
  height: 50%;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  z-index: 999;
  
  /*
  position:absolute; 
  top:50%; 
  height: 300px; 
  margin-top: -150px;
  */
}

#cover_img {
  float: left;
}

#text {
  padding: 35 0 0 0;
  margin: 0 auto;
  position: relative;
  width: 624 px;
}

#ikony {
  width: 624 px;
  margin: 30 0 0 0; 
}

#mail_ikona {
  float: left;
}

#email {
  float: left;
  visibility: hidden;
}

#photos{
  background-color: #2b2b2b;
  width: 100%;
  height: 100%;
}

#photos img {
  float:left;
}

#photos img:hover {
 opacity:0.8;
 filter:alpha(opacity=80); /* For IE8 and earlier */
 -webkit-transition: all 0.3s ease-out; 
 -webkit-transition: all 0.3s ease-out;
 -moz-transition: all 0.3s ease-out;
 transition: all 0.3s ease-out;
} 

#nadpis {
 margin: 20;
 position: relative;
}   
