/* inicializacni styly */

html, body, div, span, applet, ul, li, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{

  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

strong {font-weight: bold}
em {font-style: italic}
#obsah img {margin: 5px}

h2 {
  font-size: 20px;
  color: #000046;
  margin-top: 10px;
}

h3 {
  margin-top: 10px;
  font-size: 16px;
  color: #000046;
}

:focus {

  outline: 0;
}

ol, ul {

  list-style: none
}

table {

	border-collapse: separate;
	border-spacing: 0;
  vertical-align: middle;
}

caption, th {

  text-align: left;
  font-weight: normal;
}

/* hlavni styly */

body {

  background: url('grafika/pozadi.jpg') #000046 top center no-repeat;
  font-family: Arial;
}

#obal {

  width: 1000px;
  margin: auto;
}

#obal2 {

  width: 800px;
  margin: auto;
}

#logo_h1 {

  color: #eeebeb;
  float: left;
  font-family: Georgia;
  font-size: 25px;
  font-style: italic;
  position: absolute;
  top: 80px;
  margin-left: 150px;
  margin-bottom: 10px;
}

#logo {

  display: block;
  width: 130px;
  height: 74px;
  background: url('grafika/logo.gif') transparent;
  position: absolute;
  top: 40px;
  margin-left: 125px;
}

 #slogan {

  padding: 100px 110px 20px 0px;
  float: right;
  color: #eeebeb;
  font-family: Georgia;
  font-size: 17px;
  line-height: 17px;
  font-style: italic;
}

#menu {

  background: url('grafika/menu_pozadi.gif');
  height: 31px;
  clear: both;
  margin: auto;
  padding-top: 6px;
}

#menu ul {

  background-color: #ffffff;
  font-size: 18px;
  height: 31px;
  text-align: center;
  list-style-type: none;
}

#menu li {

  display: inline;
  line-height: 31px;
  height: 31px;
  padding: 5px 0px 5px 0px;
  background: url('grafika/menu_oddelovac.gif') transparent no-repeat;
}

#menu a, #menu a:link, #menu a:visited, #menu a:active {

  text-decoration: none;
  color: #000046;
  margin: 0px 20px 0px 23px;
}

#menu a:hover, #menu a:focus {

  text-decoration: underline;
}

#menu #active {

  color: #9a0c08;
}

#menu #prvni {

  background: none;
}

#hlavni {

  width: 800px;
  color: #636363;
  font-size: 11px;
  margin: auto;
  background: url('grafika/hlavni_pozadi.gif') #ffffff repeat-y;
  font-family: Tahoma;
}

#hlavni_horni {

  width: 801px;
  height: 6px;
  position: absolute;
  top: 174px;
  margin: auto;
  background: url('grafika/hlavni_horni_pozadi.gif') transparent repeat-x;
}

#hlavni_patka {

  width: 793px;
  height: 9px;
  margin: auto;
  margin-top: 15px;
  background: url('grafika/hlavni_patka_pozadi.gif') #eeebeb repeat-x;
  clear: both;
}


#hlavni a, #hlavni a:link, #hlavni a:visited, #hlavni a:active {

  color: #000046;
}


#hlavni a:hover {text-decoration: none}

#nadpis {

  width: 755px;
  margin: auto;
  background: url('grafika/nadpis_pozadi.gif') transparent repeat-x;
  padding: 16px 0px 0px 25px;
}

#nadpis h1, .administrace h1 {

  font-family: Tahoma;
  font-size: 28px;
  color: #000046;
  display: inline;
  background-color: white;
  padding: 0px 10px 0px 10px;
}

#obsah, .administrace {

  margin: 0px 25px;
}

.administrace ul {
    list-style-type: disc;
}

#obsah ul {
    margin-top: 10px;
  list-style-type: square;
  margin-left: 16px;
}

#obsah ul li, .administrace ul li {margin: 15px 0px 10px 15px}

p {

  text-align: justify;
  margin: 15px 0px 10px 0px;
}

#paticka {

  font-family: Arial;
  font-size: 14px;
  color: #ffffff;
  width: 771px;
  margin: auto;
  margin-top: 5px;
  height: 30px;
}

#paticka a, #paticka a:visited, #paticka a:link, #paticka a:active {

  color: white;
}

#paticka #leva {

  float: left;
}

#paticka #prava {

  float: right;
}

.delete{
background: url('grafika/smazat.gif') no-repeat left center;
padding-left: 20px;
}

.edit{
background: url('grafika/edit.gif') no-repeat left center;
padding-left: 20px;
}


ul.admin-list{
line-height: 20px;
}
ul.admin-list{
padding-left: 10px
}
ul.admin-list li a, ul.admin-list li strong, ul.admin-list li span{
display: inline-block;
min-width: 200px;
}
ul.admin-list li a.edit, ul.admin-list li a.delete{
min-width: 100px;
}

.admin-list {
    list-style-type: none;
}