* {
  padding: 0;
  margin: 0;
  font-family: arial,helvetica,sans-serif;
}
body {
  background: #fec;
  font-size: 11px;
  color: #000;
}

#netagent {
  display: none;
}

.cleaner {
  clear: both;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
h1 {
  font-size: 12px;
}

a {
  color: #050;
  padding: 0 1px;
}
a:hover {
 background: #fe0;
}

/****************************** L A Y O U T */
#stin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  height: 600px;
  margin: -297px 0 0 -347px;
  background: #999;
}

#container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 698px;
  height: 598px;
  margin: -300px 0 0 -350px;
  background: #fec url(img/bkg.jpg) no-repeat;
  border: 1px solid #ccc;
}

#adresa {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 145px;
  margin: 135px 0 0 -325px;
  font-size: 13px;
  color: #000;
  font-style: italic;
}
#adresa strong {
  font-size: 15px;
}


#odkazy {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 330px;
  height: 65px;
  margin: 215px 0 0 -150px;
  font-size: 12px;
  color: #000;
}


