/* styly (c)Pif */
/* zakladni styly
body {background-color: white; font-family: Verdana, sans-serif; font-size: 80%;}
td,th,input,select {font-family: Verdana;}
td,th {font-size: 80%;}
p {margin-top: 0.5em;}
a {color: blue; text-decoration: none;}
a:hover {text-decoration: underline;}
h1 {font-size: 150%;}
h2 {font-size: 130%;}
h3 {font-size: 110%;}
*/

/* styly pro cist.php*/
.prispevek {border-top: 1px #c0b76a solid; margin-top: 0.5em;}

.prispevek .hlavicka {background: #e6d8b5; padding: 0.1em 0.2em; white-space: nowrap;}
.prispevek .hlavicka a {color: gray; text-decoration: underline;}
.prispevek .hlavicka a:hover {color: black;}

.prispevek .id {float: left; margin-right: 0.5em; font-size: 85%; width: 40%;}
.prispevek .id a {color: black; text-decoration: none;}
.prispevek .predmet {float: left; font-weight: bold;}
.prispevek .reagovat {text-align: right; font-size: 85%; z-index: 1;}

.prispevek .autor {clear: left; float: left; width: 50%;}
.prispevek .autor strong {font-size: 110%;}
.prispevek .datum {text-align: right; margin-left: 0.5em;}

.prispevek .text {clear: both; padding-top: 0.2em;}

.odsazeni_re {margin-left: 1em;}
/* konec stylu pro cist.php*/

/* styly pro index.php*/
#temata {}
#temata p {margin: 0;}
#temata a {display: block; text-decoration: none; color: black; padding: 4px; margin: 0;}
#temata a.tdark {background: #e6d8b5;}
#temata a.tnodark {background: #f0ecdd;}

#temata a:hover {background: #ffff66;}

/* #temata a:link big {font-weight: bold; color: red;} */
#temata a:visited big {font-weight: none; color: black;}

#temata big {text-decoration: underline; font-size: 100%; display: block; float: left; clear: left; cursor: hand;}
#temata em {display: none;}
#temata span {display: block; text-align: right; font-size: 95%;}
/* konec stylu pro index.php*/

#form {margin-top: 2em;}
#form fieldset {border: 0; border-top: 1px #c0b76a solid; padding-bottom: 0.5em;}
#form legend {font-weight: bold; font-size: 120%;}
#form #tx {width: 95%; height: 10em;}
#form .label_tbl label {display: block; width: 6em; float: left; clear: left;}
#form p {margin-top: 0.1em;}
#form ul {font-style: italic; font-size: 90%;}


.zahlavi {font-size: 90%;}
.patka {text-align: right; font-size: 80%;}

/* tisk */
@media print {
  #form {display: none;}
  .prispevek .reagovat {visibility: hidden;}
}
