/* zvyraznovaci styly pro editory stranek */
.terminal {
	margin: 20px;
	padding: 5px;
	border: 5px solid gray;
	font: bolder 10px "Courier New", Courier, mono;
	color: #009900;
	background: #000000;
}
.tabulka td{  background: steelblue;
	          color: black;
			  font-size: 10pt;
}
.tabulka th{  background: #99CCFF url('img/th_modry2.gif') right top repeat-y;
	          color: black;
	          font-weight: bold;
	          padding: 5px;
	          text-align: left;
			  font-size: 10pt;
			  border-bottom: 1px solid #6699cc;

}

.tabulka2 td{ font-size: 10pt;
}
.tabulka2 th{ background: #99CCFF ;
	          color: black;
	          font-weight: bold;
	          padding: 5px;
	          text-align: left;
			  font-size: 10pt;
}

.podklad{  background: #DCDCB8}
.dopis{  
background: #ffffcc;
border: 1px solid black;}

