* {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: arial,helvetica,sans-serif;
}
.cleaner {
  clear: both;
}
body {
  background: #dc9;
}
h1 {
  font-size: 18px;
  margin: 0 0 15px 0;
  width: 90%;
}
h2 {
  font-size: 16px;
  margin: 30px 0 10px;
}
h3 {
  font-size: 14px;
  margin: 30px 0 10px;
}
h4 {
  font-size: 12px;
  margin: 0 0 10px;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.it {
  font-style: italic;
}
.border {
  border: 1px solid #540;
}
.predel {
  border-top: 2px solid #540;
}
/********** T I T U L K A **********/
#inzerat {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 300px;
  margin: -150px 0 0 -250px;
  text-align: center;
  color: #633;
  font-size: 12px;
  border: 0px solid red;
}
#dopis {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  height: 480px;
  margin: -240px 0 0 -330px;
  text-align: center;
  color: #633;
  font-size: 12px;
  border: 1px solid 999;
  box-shadow: 0 0 10px #666;
  background: #eda;
  padding: 0 30px;
}
#dopis a,
#inzerat a {
  color: #633;
  font-weight: normal;
}
#dopis a:hover,
#inzerat a:hover {
  color: #f9f5e6;
  background: #633;
  text-decoration: none;
}
#dopis p,
#inzerat p { margin-bottom: 10px; }

#inztext {
  border: 3px solid #633;
  background: #f9f5e6;
  padding: 15px 15px 0;
  margin: 0 0 15px;
}
.text22 {
  font-size: 22px;
  font-weight: bold;
}
#toplist {
  display: none;
}



