body {
  font-family: Verdana;
  font-size: 0.7em;
  margin: 0;
  padding: 0;
  background: #D4DBE1 url('pozadi-paticka.gif') left 540px repeat-x;
  color: #6F7477;
}
#editorbody {
  background: white;
  margin: auto;
}

a img {
  border-width: 0;
}

.text_center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }

.clear { clear: both; line-height: 1px; font-size: 1px; }

.w_33p { width: 33%; }
.w_50p { width: 50%; }

.float_right { float: right; }

#hlavicka {
  background: white url('pozadi-hlavicka.gif') center top repeat-x; 
  height: 110px;
  margin: 0;
  padding: 0;
}
#paticka {
  padding: 10px 0 20px 0;
}
#obsah {
  background: white url('pozadi-obsah.gif') left bottom repeat-x;
}
#obsah_vnitrni {
  background: white url('pozadi-obsah-vnitrni.jpg') left top no-repeat;
  height: 391px;
  padding-left: 340px;
  border-bottom: 1px solid silver;
  border-right: 1px solid #eee;
}
#obsah_scroll {
  height: 389px;
  overflow: auto;
  padding: 0 10px 0 0;
  margin: 1px 0 0 0;
}

#logo {
  margin-top: 14px;
  float: left;
}
#menu {
  background: white url('pozadi-menu.gif') left top repeat-x;
}
#menu_vnitrni {
  height: 47px;
  background: #eee url('pozadi-menu-vnitrni.gif') left top repeat-x;
  border-bottom: 2px solid #bebebe;
  text-align: center;
}
.sirka_stranky {
  width: 980px;
  margin: auto;
}

h1 {
  font-size: 1.9em;
  padding: 22px 0 0 8px;
  border-bottom: 1px solid silver;
  margin: 0;
}

a {
  color: #AA0202;
}

#menu ul {
  margin: 0; 
  padding: 18px 0 0 0;
}
#menu li {
  display: inline;
  width: 100px;
  margin: 0 10px;
  padding: 0;
}
#menu a {
  background: black;
  color: white;
  text-decoration: none;
  border-right: 20px solid #6CB2ED;
  font-weight: bold;
  padding: 3px 20px;
}

p {
  margin: 10px 0;
}

#paticka_odkazy {
  float: right;
}
#paticka_odkazy a {
  color: navy;
  text-decoration: none;
  margin-right: 30px;
}
