body {
  background: #000 url('/obrazky/pozadi-stranka.jpg') no-repeat center top;
  padding: 0px;
  margin:0px;
  width: 100%;
  font-family: Calibri, Tahoma, Arial, sans-serif;
  color: #FFF;
  font-size:100%;
}

p {
  padding: 0 0 10px 0;
  margin: 0;
}

p a img { border: none; }
div#pravy p, div#pravy ul li { text-align: justify; }

div#pravy ul {
  margin: 0;
  padding: 0 0 0 25px;
}

div#pravy ul li {
  margin-left: 5px;
  padding: 0px 0px 15px 0px;
  margin: 0; 
}

div#pravy ul li strong {
  color: #B0DDFD;
}

div#stranka .padding-dole-20 {
  padding-bottom: 20px;
}

div#odehrano {
  font-size: 80%;
  padding-top: 15px;
  border-top: 1px solid #484848;
}

div#odehrano h2 {
  color: #FFC;
  font-size: 150%;
  
}

div#odehrano h3 {
  color: #BBB;
}

a:link {
  color: #D15252;
}

a:visited {
  color: #E08B8B;
}

a:hover {
  color: #A91212;
}

h1,h2,h3,h4 {
  margin: 0;
}



h1 {
  padding-bottom: 10px;
  color: #FFFFCC;
}

h2 {
  color: #61BCFC;
  padding-bottom: 5px;
}

h2.datum {
  font-size: 110%;
  padding-left: 20px;
  background-image: url('../obrazky/ikona-kalendar-barevny.gif');
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

h2.novinky-datum {
  background-image: url('../obrazky/ikona-info.gif');
}

p.novinka {
  border-bottom: 1px solid #484848;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

form {
  margin: 0;
  padding: 0;
}

form label {
  margin-bottom: 5px;
  display: block;
  color: #FFCC99;
}

form label span {
  font-size: 75%;
  color: #929292;
}

/* IKONKY */

form label.ikonka {
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

form label.label-uzivatel {background-image: url('../obrazky/ikona-uzivatel.gif');}
form label.label-email {background-image: url('../obrazky/ikona-mail.gif');}
form label.label-text {background-image: url('../obrazky/ikona-tuzka.gif');}

form p input.input_text, form p textarea {
  width: 160px;
  padding: 5px;
  border: 1px solid #FFF;
  color: #FFF;
  background: #3B3B3B url('../obrazky/pozadi-input.gif') repeat-x left bottom;
}

form p textarea {
  width: 723px;
}

.skryty {
  display: none;
}

.na-stred {
  text-align:center;
}

.cleaner {
  clear: both;
}

.mezera {
  width: 100%;
  height: 15px;
}

div#stranka .bez-ohraniceni {
  border: none;
}

div#stranka .bez-paddingu {
  padding: 0;
}

div#stranka {
  width: 990px;
  margin: 0 auto;
}

h1#hlavicka, p#hlavicka {
  display: block;
  width: 100%;
  height: 216px;
  padding: 0;
  background: url('/obrazky/pozadi-hlavicka.jpg') no-repeat 0 0;
}

h1#hlavicka a, p#hlavicka a {
  display: block;
  width: 585px;
  height: 72px;
  position: relative;
  top: 144px;
  left: 0px;
  background: #000 url('/obrazky/ready-kirken.jpg') no-repeat 0 0;
}

h1#hlavicka a span, p#hlavicka a span {
  display: none;
}

div#obsah {
  padding: 15px 15px 0px 15px;
  background: #252525 url('/obrazky/pozadi-obsah-nahore.gif') no-repeat 0 0;
}

div#obsah div#pravy {
  float: right;
  width: 735px;
}

div#obsah div#levy {
  width: 200px;
}

div#obsah-bg {
  background: url('/obrazky/pozadi-obsah.jpg') no-repeat right bottom;
}


/* == MENU ================================================================== */

ul#menu, ul#menu li ul {
  display: block;
  width: 200px;
  margin: 0;
  padding: 0 0 0px 0;
  list-style: none;
}

ul#menu li {
  display: inline;
  width: 100%;
}

ul#menu li a {
  text-decoration: none;   
}

ul#menu li a {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #252525;
  color: #FAD5D5;
  background-color: #630A0A;
  background-image: url('/obrazky/pozadi-menu-uprostred.gif');
  background-repeat: repeat-x;
}

ul#menu li a span {
  display: block;
  padding: 10px 15px 11px 15px;
}

ul#menu li a:hover, ul#menu li a.aktualni {
  background-color: #8E2D2D; 
  color: #FFF;  
  background-image: url('/obrazky/pozadi-menu-uprostred-hover.gif');
  background-repeat: repeat-x;
}

ul#menu li.prvni a {
  background-image: url('/obrazky/pozadi-menu-nahore.gif');
  background-repeat: no-repeat;
}

ul#menu li.prvni a:hover, ul#menu li.prvni a.aktualni {
  background-color: #8E2D2D;
  background-image: url('/obrazky/pozadi-menu-nahore-hover.gif');
  background-repeat: repeat-x;
}

ul#menu li.posledni a {
  border: none;
  background-image: url('/obrazky/pozadi-menu-dole.gif');
  background-repeat: no-repeat;
}

ul#menu li.posledni a:hover, ul#menu li.posledni a.aktualni {
  background-color: #8E2D2D;
  background-image: url('/obrazky/pozadi-menu-dole-hover.gif');
  background-repeat: no-repeat;
}

ul#menu li h2, ul#menu li h3, ul#menu li h4 {
  font-size: 100%;
}

ul#menu li a.aktualni span {
  background: url('/obrazky/pozadi-menu-sipka.gif') no-repeat right center;
  
}


/* == BOX =================================================================== */

div.box {
  padding: 10px 15px 5px 15px;
  background: #610A0A url('/obrazky/pozadi-box-nahore.gif') no-repeat 0 0;
}

div.box h3 {
  color: #BD4646;
  font-size: 150%;
  padding-bottom: 10px;
}

div.box-konec {
  height: 9px;
  background: #610A0A url('/obrazky/pozadi-box-dole.gif') no-repeat 0 0
}


/* == ANKETA ================================================================ */

div.box p.odpoved a:link, div.box p.odpoved a:visited {
  color: #FFF;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
}

div.box p.odpoved a:hover {
  color: #D7C2C2;
}


div.box p.pocet-hlasu {
  font-size: 70%;
  color: #D7C2C2;
  padding-bottom: 0px;
}

div.box p.odpoved span {
  display: block;
  height: 15px;
  background-color: #BD4645;
  cursor: help;
}

div.box p.ukazat-vysledky {
  padding: 70px 0 0 0;
}


/* == COPYRIGHT ============================================================= */

p#copyright {
  display: block;
  padding: 18px 0 15px 0;
  font-size: 80%;
  text-align: right;
  color: #FFF;
  background: #000 url('/obrazky/pozadi-obsah-dole.gif') no-repeat right top;
}

p#copyright span {
  cursor: help;
}

p#copyright a:link, p#copyright a:visited {
  color: #888E93;
  text-decoration: underline;
}

p#copyright a:hover {
  color: #FFF;
}


/* == KNIHA NAVSTEV ========================================================= */

div.guestbook-prispevek {
  margin-bottom: 15px;
}

div.guestbook-prispevek p {
  background-repeat: repeat-y;
}

div#obsah div.guestbook-prispevek p span.guestbook-od {
  display: block;
  float: left;
  padding-left: 20px;
  background-image: url('../obrazky/ikona-uzivatel.gif');
  background-repeat: no-repeat;
  background-position: left center;
  color: #68BEBE;
}

div.guestbook-prispevek p span.guestbook-datum {
  padding-left: 20px;
  float: right;
  background-image: url('../obrazky/ikona-kalendar.gif');
  background-repeat: no-repeat;
  background-position: left center;
  color: #666;
}

div#obsah div.guestbook-prispevek p span.guestbook-oddelovac {
  display: block;
  border-bottom: 1px solid #666666;
  width: 100%;
  height: 1px;
  margin: 5px 0;
}

div#obsah p.strankovani {
  text-align: center;
  padding-bottom: 0;
  color: #FFC;
}


/* == FOTOGALERIE =========================================================== */

p#fotogalerie a img {
  display: block;
  border: 1px solid #FFF;
}

p#fotogalerie a {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

p#fotogalerie a.fotky-posledni {
  margin-right: 0;
}

div#fotogalerie a img {
  float: left;
  margin-right: 10px;
  border: 1px solid #FFF;
}

div#fotogalerie ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#fotogalerie ul li {
  padding: 0;
}

div#fotogalerie ul li strong {
  color: #FFF;
}

div.fotoalbum {
  padding-bottom: 10px;
}


/* == MULTIMEDIA ============================================================ */

div#text-vpravo, div#text-vlevo {
  float: left;
  width: 360px;
}

div#text-vpravo {
  float: right;
}

div#text-vpravo h2, div#text-vlevo h2 {
  font-size: 110%;
  padding-bottom: 10px;
  color: #FFF;
}

div#text-vpravo p, div#text-vlevo p {
  padding-bottom: 20px;
}

h2.nazev-pisne {
  font-size: 110%;
  padding-left: 20px;
  font-weight: normal;
  background-image: url('../obrazky/ikona-hudba.gif');
  background-repeat: no-repeat;
  background-position:0 5px;
}

p.text-pisne {
  margin-top: 5px;
  color: #FFC;
}


/* == PIROBOX =============================================================== */

/*::::: PIROBOX SHADOW RULES::::::::*/
.piro_overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:#000; display: none; z-index:99997; }
body>.piro_overlay {position: fixed;} 
.loading span{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-15px;width:30px;height:30px;display:block;z-index:100008; background:url('/obrazky/pirobox/bg_load.png') center no-repeat!important;background:url('/obrazky/pirobox/bg_load.gif') center no-repeat }
.loading span span{position:absolute; display:block; width:30px;height:30px; z-index:100009;background: url('/obrazky/pirobox/ajax-loader.gif') center center no-repeat!important;background: url('/obrazky/pirobox/ajax-loader_b.gif') center center no-repeat;}

.caption{position:absolute;bottom:0;left:0;margin:0;display:block; padding:2px; cursor:text; background:#222;}
.piro_nav{position:absolute;bottom:0;left:50%;margin:0;display:block; padding:0; background:black;}
.caption p{ display:block; margin:0;padding:4px 28px 4px 38px; text-align:center; font-weight:normal; background:black; color:white; font-size:12px;}

.piro_close{	position:absolute;top:-10px;right:-10px;height:35px;width:35px;background:url('/obrazky/pirobox/close_btn3.png') no-repeat;cursor:pointer;z-index:100006;}
a.piro_next{position:absolute;bottom:-33px;width:34px; height:35px;right:-37px;text-indent:-999em;outline:none; display:block;background:url('/obrazky/pirobox/next.png') no-repeat; border:none;cursor:pointer;}
a:hover.piro_next{position:absolute;height:35px;width:34px;display:block; background:url('/obrazky/pirobox/next_h.png') no-repeat; border:none;}

a.piro_prev{position:absolute;bottom:-33px;width:34px; height:35px;left:-35px; text-indent:-999em; outline:none;display:block;background: url('/obrazky/pirobox/prev.png') no-repeat;border:none; cursor:pointer;}
a:hover.piro_prev{position:absolute;height:35px;width:34px;display:block; background:url('/obrazky/pirobox/prev_h.png') no-repeat;border:none;}

a.piro_next_out{position:absolute; z-index:2000000;top:50%; width:100px; height:250px; right:0;text-indent:-999em;outline:none; display:block; background: url('/obrazky/pirobox/nextoutside.png') no-repeat; border:none;cursor:pointer;}
a:hover.piro_next_out{position:absolute;display:block; width:100px; height:250px;  background: url('/obrazky/pirobox/nextoutside_h.png') no-repeat; border:none;}

a.piro_prev_out{position:absolute;z-index:2000001; width:100px; top:50%; height:250px; left:0; text-indent:-999em; outline:none;display:block; background: url('/obrazky/pirobox/prevoutside.png') no-repeat;border:none; cursor:pointer;}
a:hover.piro_prev_out{position:absolute; width:100px; height:250px;  display:block; background: url('/obrazky/pirobox/prevoutside_h.png') no-repeat; border:none;}

.pirobox_content {position:absolute; top: 50%; left: 50%; padding:0; width: 400px; height: 200px; margin: -100px 0 0 -200px; display: block; z-index:99998;font-family:Calibri,'Trebuchet MS',Arial;}
.pirobox_content table,tbody,tr,th,td{margin:0;padding:0;border:none;}
.pirobox_content img{ margin:0; padding:0; border:none;}

.t_l{background:url('/obrazky/pirobox/t_l.png') no-repeat; width:10px; height:10px;}
.t_r{background: url('/obrazky/pirobox/t_r.png') no-repeat; width:10px; height:10px;}
.t_c{height:10px; background:url('/obrazky/pirobox/t_c.png') repeat-x;}

.c_l{width:10px; background: url('/obrazky/pirobox/c_l.png') repeat-y;}
.c_c{background:url('/obrazky/pirobox/img_bg.png') repeat; margin:0; padding:0;}
.c_c div{width:380px; height:180px; margin:0; padding:0;}
.c_r{width:10px; background: url('/obrazky/pirobox/c_r.png') repeat-y;}

.b_c{height:10px; background:url('/obrazky/pirobox/b_c.png') repeat-x;}
.b_l{background:url('/obrazky/pirobox/b_l.png') no-repeat; width:10px; height:10px;}
.b_r{background:url('/obrazky/pirobox/b_r.png') no-repeat; width:10px; height:10px;}

.box_img{ position:absolute; z-index:99995; background: url('/obrazky/pirobox/img_bg.png');width: 100%; top:30px; left:30px; height: 100%; padding:0;}
.err_mess{ bottom:30px; color:#fff; display:block; padding:0; position:absolute; text-align:center; width:100%;}
.err_mess a{color:red; font-weight:700;}
.number{position:absolute;margin-left:3px;height:18px;width:30px; padding:5px 3px 3px 3px;left:0;color:#666;top:2px; font-size:11px;}
a.link_to {position:absolute;margin-right:6px;height:21px;width:21px;right:0;color:#999;top:4px; background:url('/obrazky/pirobox/link_out.png') no-repeat!important;background:url('/obrazky/pirobox/link_out.gif') no-repeat; text-indent:-999em;}
a:hover.link_to { background:url('/obrazky/pirobox/link_out_h.png') no-repeat!important;background:url('/obrazky/pirobox/link_out_h.gif') no-repeat; border:none;}
a.play{position:absolute;bottom:10px!important;bottom:2px;right:10px!important;right:2px;width:40px; height:40px; margin:0; outline:none; display:block;background:url('/obrazky/pirobox/play.png') no-repeat; text-indent:-999em; border:none;cursor:pointer;}
a:hover.play{background:url('/obrazky/pirobox/play_h.png') no-repeat;}
a.stop{position:absolute;bottom:10px!important;bottom:2px;right:10px!important;right:2px;width:40px; height:40px; margin:0; outline:none; display:block;background:url('/obrazky/pirobox/pause.png') no-repeat;text-indent:-999em; border:none;cursor:pointer;}
a:hover.stop{background:url('/obrazky/pirobox/pause_h.png') no-repeat;}

/* == TISK ================================================================== */

@media print {

  body {
    font-size: 1.3em;
    background-image: none;
    background-color: #FFF;
  }

	div#levy, p#hlavicka, form {
		display:none
	}
	
	div#stranka p.text-pisne {
    display: block;
  }
	
	div#stranka div#pravy {
    float: left;
    width: 100%;
  }
  
  div#stranka div#obsah {
    padding: 0;
  }
  
  div#stranka h1 {
    color: #610A0A;
  }
  
  div#stranka h2 {
    padding-left: 0px;
    background-image: none;
  }
  
  div#stranka p#copyright {
    border-top: 1px solid #000;
    padding-top: 5px;
    margin-top: 10px;
  }
  
}
