/* CSS style, (c) Jan Holub, 2016 */

/* The wrapper centers the rest of the content */
div#wrapper {width:90%; margin: 10px auto;}

/* Next, we set explicitly the height of the header to 80 pixels, add some background color and padding. The margin values introduce top and bottom spacing of 10px. In addition all content will be centered with text-align:center. */
header#site {
    height:80px;
    padding:10px;
    margin:10px 0px;
    text-align:center;
}

footer {
    font-size:0.8em;
    clear:both;}

footer .col {
    width:20%;
    margin:1% 1.1%;
    padding:2px;
    height:100px;
    float:left;
}

body {
  font-family: sans-serif;
/*  background-image: none; */
/*  background: rgb(255, 255, 153) none; */
  background: #FFFF99 none;
  color: black;
}

/* nadpis pro jmeno */
h1.jmeno {
  font-family: "Luxi Sans";
/* color: white;
 text-shadow: black 1px 1px 5px; */
/*  font-family: sans-serif;*/
}

h1.pokus, h2.pokus { 
  text-align: left;
} 

/* specialni nadpis  */  
h1.zeleny { 
  color: #00FF00;
  background: #FFFF99 none;
} 

div.odsazene{
  margin-left: 2em;
/*  background: #AAAAAA none;*/
}


nav {
    padding:0px;
    float:left;
    width:20%;
    height:100%;
    float:left;
}

nav ul {
    padding:10px;
    list-style:none;}

nav ul li {
    padding:0px;
 }

nav ul li a {  
    padding:0px;
    margin:6px;
    display: block;  
}  

nav ul li a:hover {  
}  

article {
    float;right;
    width:79%;
    margin-right:10px;
    margin-left:20%;
}

article header {
    background-color:#F90;
    padding:15px;
}

img {
    border: 0;
    align: center;
}

img.fotka {
    border: 0;
    margin-top:17px;
    margin-left:17px;
    align: center;
    hspace: 20%;
    vspace: 0
}

table.jmeno {
    border: 0;
    cellpadding: 0;
    cellspacing: 0
}
