/* specialni prvky na strance */
.logotyp {	  font-size: 12px;
	          color: #FFFFFF;
}


.tpadding td {padding-left: 5px; padding-right: 5px; padding-top:0; padding-bottom:0;}
.tpadding th {padding-left: 5px; padding-right: 0px; padding-top:0; padding-bottom:0;}
.tpadding p {padding:0; margin:0 0 1em 0;}


table#studenti, table#zamestnanci, table#vsichni, table#novinky, table#vypadky, table#spravci, table#odkazy 
			  {background: steelblue;
				border-right: 1px solid gray;
				border-bottom: 1px solid gray;
				margin-bottom:1em;}

table#aktualne, table#sborniky
 			   {background: #000000;
				border-right: 1px solid gray;
				border-bottom: 1px solid gray;
				margin-bottom:1em;}
table#aktualne td{

			background: steelblue url('img/td_aktualne.gif') repeat-x right bottom;
}
table#aktualne th{ background: steelblue;
	          color: white;
	          font-weight: bold; 
			  border: 2px solid steelblue;
}

table#sborniky td{
			padding-top:1em;
			background: white;
}
img.tlactiko {margin: 0;
			  padding-top: 2px;
			  padding-bottom: 2px;
			  float:right;
			  }
			  
.comment {
	font-size: xx-small;
	padding: 5px;
    margin: 5px;
}

.feedback{
	padding: .5em;
	margin-left: 180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: steelblue;

}
#profylaxe {
	display: block;
	background: #000000;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: blink;
	margin-bottom: .5em;
}
hr.cistic {
   clear: both;
   height: 1px;
   border: none;
   margin: 0;
   visibility: hidden;
}