/* CSS Document */
#main {
  font-family: Tahoma;
  font-size: small;
  background-color: rgb(174,201,255);
  color: rgb(0,51,153);
}
a {
  color: rgb(0,51,153);
}
a:hover {
  color: rgb(0,102,255);
  background-color: rgb(255,255,204);
}
.search {
  padding: 5px 5px 5px 5px;
  text-align: center;
/*  border-bottom: 1px #3366ff dotted; */
}
.bookmarks {
  list-style-type: square;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 5px 10px;
  line-height: 20px;
  border-left: 1px #3366ff dotted;
}
h4 {
  padding: 1px 1px 1px 1px;
  margin: 10px 0px 0px 0px;
  text-align: center;
}
#header {
  text-align: center;
}
.levy {
  float: left;
  width: 300px;
}
.pravy {
  float: right;
  width: 300px;
}
#first {
  clear: both;
  float: left;
  width: 140px;
}
.mezi {
  float: left;
  margin-left: 10px;
  width: 150px;
}
#last {
  float: right;
  width: 170px;
}
#footer {
  clear: both;
  text-align: right;
  border-top: #6666cc 1px dashed;
}
.bezmezer {
  margin: 0px;
  padding: 0px;
}
.w3c {
  background-color: white;
  font-size: xx-small;
  font-weight: bold;
  text-align: left;
  border-top: 1px black solid;
  border-left: 1px black solid;
  border-bottom: 1px black solid;
}
.spec {
  background-color: rgb(255,204,102);
  margin: 0px;
  font-size: xx-small;
  font-weight: bold;
  text-align: right;
  border-top: 1px black solid;
  border-right: 1px black solid;
  border-bottom: 1px black solid;
}
.posun {
  margin-top: 5px;
}

