/* CSS Document */
body {
  background-color: black;
  color: black;
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px
  }
  
a {
  color: black;
  font-size: 16px;
  font-family: Verdana, Arial;
  text-decoration: none
  }
  
a:hover {
  font-family: Verdana, Arial;
  font-size: 16px;
  text-decoration: underline
  }
  
a:visited {
  color: gray;
  font-size: 16px;
  font-family: Verdana, Arial;
  text-decoration: none
  }
  
  
h1 {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 23px
  }
  
h2 {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 23px
  }

h3 {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 24px
  }
  
   
p {
  text-align: center
  }
      
#middle {
  background-color: rgb(231,245,10);
  position: absolute; 
  top: 260px; 
  width: 940px; 
  left: 50%;
  margin: 0px -470px 
  }

  
#obsah {
  width: 670px;
  margin: 0px 20px 20px 10px;
  float: right
  }

  
#levy {
  position: absolute;
  border-right: 6px ridge rgb(0,0,0);
  float: left;
  width: 220px;
  font-weight: bold
  }  
  
#hlavicka {
  background-color: rgb(231,245,10);
  position: absolute; 
  top: 20px; 
  width: 940px; 
  height: 240px; 
  left: 50%;
  margin: 0px -470px 
  }

#velosalon {
  font-size: 28px
  }


.rubriky {
  text-align: center;
  margin-top: 20px
  }
  
#obrazek {
  text-align: center
  }
  




