/* Základní definice */
body {
  color: #666666;
  background-color: #F2F2F2;
  background-image: URL('img/pozadi.png');
  background-repeat: repeat-x;
  font-size: 10pt;
  font-family: arial;
  text-align: center;
}

a,a:link,a:active,a:visited,a:hover {
  color: #FB663E;
  font-weight: normal;
}

/* Nadpisy */
h1 {
  font-size: 130%;
  font-weight: normal;
  text-align: center;
  color: #448CCA;
}

h2 {
  font-size: 110%;
  font-weight: bold;
  color: #448CCA;
}

h3 {
  font-size: 110%;
  font-weight: normal;
  text-align: center;
  color: #448CCA;
}

/* Design stránky */
#dokument {
  position: relative;
  width: 0px;
  text-align: left;
  margin: auto;
}

#hlavicka {
  position: absolute;
  top: 0px;
  left: -300px;
  z-index: 1;
}

#menu {
  position: absolute;
  top: 153px;
  left: -290px;
  z-index: 1;
}

/* Pozadí (bílé, stíny, obsah) */
#podklad {
  position: absolute;
  top: 153px;
  left: -300px;
  z-index: 0;
  background-color: #FFFFFF;
  width: 600px;
  height: 518px;
}

#stin_levy {
  position: absolute;
  top: 175px;
  left: -313px;
  z-index: 1;
  background-image: URL('img/shadow_left.png');
  background-repeat: no-repeat;
  width: 13px;
  height: 493px;
}

#stin_pravy {
  position: absolute;
  top: 175px;
  left: 300px;
  z-index: 1;
  background-image: URL('img/shadow_right.png');
  background-repeat: no-repeat;
  width: 13px;
  height: 493px;
}

#stin_dole {
  position: absolute;
  top: 670px;
  left: -290px;
  z-index: 1;
  background-image: URL('img/shadow_bottom.png');
  background-repeat: repeat-x;
  width: 580px;
  height: 8px;
}

#obsah_pozadi {
  position: absolute;
  top: 210px;
  left: -290px;
  z-index: 1;
  background-image: URL('img/obsah.png');
  background-repeat: repeat-x;
  width: 440px;
  height: 430px;
}

/* Levé menu */
#l_menu_pozadi {
  position: absolute;
  top: 210px;
  left: 160px;
  z-index: 1;
  background-image: URL('img/menu.png');
  background-repeat: repeat-x;
  width: 130px;
  height: 430px;
}

#l_menu_prihlasit {
  position: absolute;
  top: 220px;
  left: 170px;
  z-index: 1;
  width: 110px;
  height: 410px;
  color: #503000;
}

#l_menu_novinky {
  position: absolute;
  top: 380px;
  left: 170px;
  z-index: 1;
  background-image: URL('img/novinky.jpg');
  background-repeat: no-repeat;
  width: 111px;
  height: 220px;
}

#l_menu_novinky_nadpis {
  position: absolute;
  top: 381px;
  left: 170px;
  z-index: 1;
  width: 111px;
  height: 15px;
  color: #FFFFFF;
  text-align: center;
}

#l_menu_novinky_text {
  position: absolute;
  top: 401px;
  left: 176px;
  z-index: 1;
  width: 101px;
  height: 195px;
  color: #448CCA;
  text-align: center;
  font-size: 80%;
}

/* Patička */
#paticka {
  position: absolute;
  top: 650px;
  left: -290px;
  z-index: 1;
  background-image: URL('img/paticka.png');
  background-repeat: repeat-x;
  width: 580px;
  height: 20px;
}

#paticka_text {
  position: absolute;
  top: 653px;
  left: -290px;
  z-index: 1;
  width: 580px;
  height: 17px;
  font-size: 80%;
  color: #999999;
  text-align: center;
}

/* Zobrazení stránek */
#obsah {
  position: absolute;
  top: 215px;
  left: -275px;
  z-index: 1;
  width: 410px;
  height: 420px;
  text-align: left;
}

#admin_obsah {
  position: absolute;
  top: 175px;
  left: -290px;
  z-index: 1;
  width: 580px;
  height: 465px;
  text-align: left;
}
