body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Tahoma, Arial;
  font-size: small;
  overflow: hidden;
}

A {
  text-decoration: none;
}

.odkaz {
  cursor: pointer;
  cursor: hand;
  text-decoration: none;
  font-size: x-small;
  font-weight: bold;
  color: black;
}

.table-td-small {
  font-size: xx-small;
  font-weight: bold;
}

.odkaz:hover {
  color: red;
}

.odkaz: link {
  color: black;
}

.odkaz: visited {
  color: black;
}

#main {
  width: 96%;
  padding: 20px;
  overflow-x: hidden; overflow-y: auto;
  bottom: 120px;
  top: 110px;
  height: 400px;
}

#pozadi1 {
  background-image: url("./images/pozadi1.png");
  background-repeat: no-repeat;
  background-position: center center;
}

#pozadi1 a {
  color: #00F;
}

#pozadi1 a:hover {
  color: #F00;
}

#boxs {
  float: right;
  padding-left: 1em;
}

#box {
  border: 1px solid #000;
  width: 150px;
  right: 0px;
  font-size: x-small;
  background: #F6F6F6;
}

#box_nadpis {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  background: #0066cc;
  background-image: url("./images/boxheader.gif");
  background-repeat: repeat-x;
  height: 20px;
}

#box_zvyraznit {
  text-align: center;
  color: #FFF;
  background: red;
  font-weight: bold;
  font-size: 16px;
}

#box_text {
  margin: 1em;
  background: #F6F6F6;
  line-height: 1.2em;
}

#box_text a {
  color: #F00;
}

#box_text a:hover {
  color: #0FF;
}

#text-red {
  color: #F00;
}

#logo {
  position: absolute;
  left: 50px;
  top: 10px;
}

#freespace {
  height: 7px;
}

#header {
  width: 100%;
  height: 70px;
  background: #909090;
}

#header2 {
  width: 100%;
  height: 15px;
  background-image : url("./images/header1_1.gif");
  background-repeat : repeat-x;
  line-height: 150%;
}

#footers {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
}

#buttons {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

#inzerce-text {
  position: absolute;
  bottom: 40px;
  right: 250px;
  color: #FFF;
  font-weight: bold;
}

#buttons img {
  border: 0px solid #FFF;
}

#footer {
  position: relative;
  top: 0px;
  width: 100%;
  height: 89px;
  background: #8F8F8F;
}

#footer2 {
  position: relative;
  top: 0px;
  width: 100%;
  height: 11px;
  background-image : url("./images/header1_1.gif");
  background-repeat : repeat-x;
}

#nadpis {
  font-size: large;
  font-weight: bold;
  text-align: center;
}

#hlavicka {
  border-bottom: 1px dotted #000;
  margin-bottom: 20px;
}

#hlavicka img {
  float: left;
}

#kategorie {
  font-size: small;
  font-weight: bold;
  left: 1000px;
  clear: left;
  width: 300px;
  margin-left: 40%;
}

#kategorie a {
  color: #000;
}

#kategorie a:hover {
  color: red;
}

#rubriky {
  font-size: xx-small;
  font-weight: normal;
}

#inzeraty {
  width: 490px;
  margin-left: 30%;
}

#inzerat {
  border: 1px solid #000;
  background: #EEE;
  text-align: left;
  margin-bottom: 10px;
  width: 450px;
  text-align: left;
}

#inzerat-hlavicka {
  background: #FF8C8F;
  font-size: xx-small;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

#inzerat-paticka {
  background: #EEE;
  font-size: xx-small;
  text-align: left;
  width: 100%;
  margin-top: 20px;
  border-top: 1px dotted #000;
}

#inzerat-vymazat {
  right: 5px;
}

#inzerat-detail1 {
  left: 0%;
}

#inzerat-detail2 {
  left: 30%;
}

#inzerat-detail3 {
  left: 60%;
}

#inzerat-vlozit {
  position: absolute;
  border: 1px solid #F00;
  padding: 5px;
  margin: 10px;
  top: 300px;
  left: 10px;
}

#inzerat-vlozit:hover {
  background: #EEE;
  color: #123;
}

#inzerat-vlozit-upozorneni {
  border-top: 1px solid #F00;
  padding: 5px;
  width: 90%;
  font-size: xx-small;
  clear: both;
}

#inzerat-obrazek {
  font-size: xx-small;
  color: #999;
  border-top: 1px solid #999;
}

#inzerat-obrazek a:hover {
  color: #F00;
}

#centerBox {
  margin-left: 30%;
  font-size: 10px;
  padding: 10px;
  border: 1px dotted #DFDFDF;
  width: 400px;
}

#copyright {
  position: absolute;
  left: 10px;
  bottom: 5px;
  font-size: xx-small;
  color: #FFF;
}

#copyright a {
  color: #FFF;
}

#copyright a:hover {
  color: #000;
}

#kategorie-main {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #DFDFDF;
  width: 400px;
  background-color: #EAEAEA;
}

#kategorie-popis {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #DFDFDF;
/*  width: auto; */
  width: 70%;
  padding: 10px;
  background-color: #EAEAEA;
}

#kategorie-nadpis {
  font-size: large;
}

#kategorie-nadpis A {
  color: red;
}

#kategorie-nadpis A:hover {
  color: blue;
}

.kategorie-item {
  font-size: 16px;
  padding-bottom: 10px;
}

.kategorie-item A {
  color: red;
}

.kategorie-item A:hover {
  color: blue;
}

.kategorie-i {
  color: #408080;
}

#kategorie-admin-main {

}

#katalog-detail-levy {
  border: 1px solid black;
  width: 400px;
  height: 400px;
}

#katalog-detail-pravy {
  border: 1px solid black;
  width: 350px;
  height: 400px;
}

#kategorie-polozky {
  width: 70%;
  margin: 0px auto;
  border: 1px solid #EAEAEA;
}

.kategorie-polozky-nadpis {
  font-weight: bold;
  background-color: #EAEAEA;
}

.kategorie-polozky-odkaz A {
  color: blue;
}

.kategorie-polozky-odkaz A:hover {
  color: red;
}

#katalog-logo {
  background-image: url("./images/katalog_logo.gif");
  width: 230px;
  height: 57px;
  float: left;
  left: 4em;
  top: 1em;
  cursor: pointer;
}

#detail-nadpis {
  height: 30px;
  width: 300px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 100px;
  letter-spacing: 10px;
  color: #9E9E9E;
}

.detaily-tabulka td {
  border-bottom: 1px solid black;
  padding: 5px;
}

.katalog-input-text {
  width: 120px;
  height: 12px;
  font-size: xx-small;
  color: blue;
  background-color: #F6F6F6;
  border: 1px solid #C1C1C1;
  margin: 0px;
  padding: 0px;
}

.katalog-input-button {
  border: 1px solid #C1C1C1;
}

#main-main {
  top: 10px;
  font-size: 50px;
  font-weight: bold;
  position: relative;
  margin: 0 auto;
  width: 500px;
}

#main-main A {
 color: #C1C1C1;
}

#main-main A:hover {
 color: red;
}

#reklama {
  position: absolute;
  bottom: 18px;
  left: 12px;
}

#menu-left {
  width: 150px;
  border: 1px solid #8F8F8F;
}

#menu-left li{
  font-weight: bold;
  list-style-type: none;
  margin-bottom: 5px;
}

#menu-left ul {padding-left: 5px; margin-left: 0px;font-size: 11px;}

#menu-left li A {color: blue;top: -5px; }

#menu-left li img {margin-right: 5px;}

#menu-left li A:hover {
  color: red;
}

#clanky {margin: 10px;}

.clanek {

border: 2px solid #E9E9E9;

margin-bottom: 15px;}

.clanek-nadpis A {text-align: center; font-weight: bold; color: red; font-size: 14px;margin: 5px 0px 5px 0px;}

.clanek-detail-nadpis {font-weight: bold; color: red; font-size: 14px;}

.clanek-comment-detail {font-size: x-small;}

.clanek-comment {margin-bottom: 10px;}