/* CSS Document */


    
p{
  font-family: Century Gothic, sans-serif;
  color: rgb(99,99,99);
  padding: 0px 10px 0px 10px;
  position: relative;
  left: 50px;
  } 
  
.ast{
  font-family: Century Gothic, sans-serif;
  color: rgb(99,99,99);
  position: relative;
  left: 10px;
  top: 10px;
  right: 10px;
  } 
  
.stin{
    position:relative;
    left: 20px;
    z-index: -1;
    }  

.dole {
    width:100%;
    height: 20px;
    z-index: -1;
    }

.tablety{
      text-decoration: none;
      }  
      
.obr{
     position: relative;
     left: 100px;
    }      

      
body{
  width: 70%;
  min-width: 1000px;
  margin: 0 auto;
  background-color:white
  }
  

h1{
  font-family: Century Gothic, sans-serif;
  width: 200px;
  height: 40px;
  position: absolute;
  left: 22%;
  }  
  
h1 a {display: block;
      color: rgb(99,99,99);
      text-decoration: none;}  
      
h1 a:visited {color: rgb(99,99,99);}
h1 a:hover {color: black; background: white;}
  
  
h2{
  font-family: Century Gothic, sans-serif;
  height: 70px;
  position: relative;
  top: 20px;
  left: 150px;
  color: rgb(99,99,99);
  }  
  
h3{
  font-family: Century Gothic, sans-serif;
  height: 50px;
  position: relative;
  top: 10px;
  left: 100px;
  color: rgb(99,99,99);
  }  
  
header {
  background-color: white;
  height: 50px;
  color: rgb(99,99,99);
  padding: 15px;
  text-align: center;
  z-index: -1; 
  }
  
nav {
  font-family: Century Gothic, sans-serif;
  position: relative;
  top: 0px;
  width: 200px;
  border: 1px solid rgb(99,99,99);
  float: left;
  background-color: white;
  }  
  
nav a {
  display: block;
  padding: 0px;
  color: black;
  text-decoration: none;
  text-align: center;
  }  
    

nav a:hover {color: white; background: rgb(99,99,99);}  
  
section {
  position: relative;
  top: 0px;
  vertical-align: top;
  float: left;
  width: 50%;
  min-height: 400px;
  min-width: 400px;
  margin-left: 20px;
  background-color: white;
  }  

    
footer{
  font-family: Century Gothic, sans-serif;
  clear: both;
  text-align: center;
  background-color: rgb(99,99,99);
  color: white;
  height: 20px;
  }    
  

aside{
  float: right;
  width: 20%;
  position: relative;
  top: 0px;
  min-height: 300px;
  background-color: white;
  z-index: -1;  
  } 

aside img {width: 100%}


ul {width: 200px;
    list-style: none;
    padding: 0px;
    border-bottom: 0px;
    border-right: 0px;
    }

ul li {position: relative;}

li ul {position: absolute;
      left: 200px;
      color: white;
      top: 0px;
      display: none;
      z-index: 1;
      background-color: rgb(210,210,210);
      }


a:hover {color: white; background: rgb(99,99,99);}

ul li a {display: block;
        text-decoration: none;
        color: rgb(99,99,99); 
        padding: 10px;
        border: 0px;
        border-bottom: 0px;
        border-right: 0px;
        }

li:hover > ul{display: block;}


.cara {
      min-height: 1px;
      background: rgb(99,99,99);
      }
      
.odkazy a{
          font-family: Century Gothic, sans-serif;
          font-size: 25px;
          text-decoration: none;
          position: relative;
          left: 200px;
          top: 20px;
          display: block
          padding: 10px 10px 10px 10px;
          background: rgb(99,99,99);
          color: white;
         }
         
.odkazy a:hover {color: rgb(99,99,99); background: white;}         

aside img {
          width: 100%;
          }