/* CSS Document */

body {
  margin: 0;
  padding: 0;
  color: #000;
  background : white none;
}

a {
  background-color: white;
	text-decoration: none;
	color:black;
	margin:20px;
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
  }
  
a:hover {
  
  background-color: gray;
  color: white;
    
}

#super_div{
  width: 80%;
  height: 70%;
  padding: 2%;
  border: 2px solid white;
  position: absolute;
  top: 15%;
  left: 10%;
  overflow: auto;
  color: #000;
  background : white none;
  /*
  voice-family: "\"}\"";
  voice-family: inherit;
  top: 13%;
  left: 8%; */
  top: 13%;
  left: 8%;
}

.top {

  background-image: url(../obrazky/ramecek_top.gif);
  background-repeat: no-repeat;
  width: 801px;
  height: 28px;


}

.bottom {

  background-image: url(../obrazky/ramecek_bottom.gif);
  background-repeat: no-repeat;
  width: 801px;
  height: 28px;

}

.stred {

  background-image: url(../obrazky/ramecek_stred.gif);
  background-repeat: repeat-y;
  width: 801px;
  height: auto;
  margin 0;
  padding 0;
    

}


