
/************************************************** PISMO A VELIKOST */

body, input, select, textarea, th, td {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; /* Trebuchet MS (sofistikovanější bezpatkové písmo) */
}


/************************************************** ZÁKLADY */


body, html, .page {
  background: white;
  color: black;
}

/* zarovnani textu */
p { margin: 0.8em 0; padding: 0; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
p.noindent { text-indent: 0 !important; }


/* titulky */
h1, h2, h3 {
  text-indent: 0px;
  margin: 0.8em 0;
}
h1 { font-size: 150%;  }
h2 { font-size: 122%; }
h3 { font-size: 110%;  }



/************************************************** SEZNAMY */


dd { }
dt { font-weight: bold; }

ul { margin: 0 0 20px 20px; padding: 0; }
ul li { margin-left: 20px; margin-bottom: 8px; }
ul.nodots { list-style: none; }




/************************************************** OBRÁZKY */

img { border: none; }


img.left, img.right {
  float: left;
  margin: 5px 10px 5px 0;
  padding: 0;
  text-align: center;
  font-size: 84%;
}

img.right {
  float: right;
  margin: 5px 0 5px 10px;
}




/************************************************** HLAVICKA */


#logo {
  float: right;
}

#headimage {
 position: absolute;
 left:70px; top:40px;
 width:220px; height:170px;
}

/************************************************** OBSAH */


#main { width: 100%; }  /* IE natahne výšku */
#main:after {           /* Mozilla natahne výšku */
 content: ".";
 display: block;
 line-height: 1px;
 visibility: hidden;
}


#content p {
  text-indent: 1em;
}

/************************************************** PATICKA */

#footer {
  clear: both;
  margin-top: 70px;
  padding: 5px 20px 10px;
  font-size: 84%;
  color: gray;
  text-align: center;
}


#footer img {
  float: left;
}


/************************************************** MENU */

#menu { display: none; }





/************************************************** DEFINICE PRO RUZNE STRANKY */


#page-index  {  }


.rozpis {
  width: 80%;
}

.datum {
  font-size: 80%;
  font-weight: bold;
}
