/* CSS Document */
a.top_odkaz{
  border-left: 1px #ffffff solid;
  border-right: 1px #ffffff solid;
  background: #ffffff url(../images/pruh_odkaz.png) repeat-x 0 -22px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  font-family: arial;
  color: #000000;
  padding: 2px 10px 2px 10px; 
  position: relative;
  top: -3px;
}
a.top_odkaz:hover{
  background-position: 0 0;
}
.styl4 {
  color: #FF6600
}
.login{
  margin-top: 40px;
  color: #dddddd;
  display: block;
}
.content{
  font-family: arial;
  font-size: 80%;
  padding-left: 10px;
  padding-right: 10px;
}
.content table{
  border-collapse: collapse;
}
.content table td{
  border: 1px #008000 solid;
    font-size: 80%;
}
.content b, .content strong{
  font-weight: bold;
}
.content ul{
  margin-top: 5px;
  margin-bottom: 5px;
}
.content li{
  margin-top: 2px;
  margin-bottom: 2px;
}
.content ul, .content li{
  list-style-type: square;
}
.content ol,.content ol li{
  list-style-type: decimal;
}
.content hr{
  width: 90%;
  height: 1px;
  border: 1px dotted #008000;
}
.content a,.content a:link,.content a:visited{
  text-decoration: underline;
  font-weight: bold;
  color: #008000;  
}
.content a:hover{
  color: #007000;  
}
.content h1{
  font-variant: small-caps;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  color: #008000;
  font-size: 22px;
}
.content h2{
  background-color: #008000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px;
  color: #ffffff;
  
  font-size: 14px; 
}
