.t_left{
	text-align: left;
}
.t_right{
	text-align: right;
}
.t_justify{
	text-align: justify;
}
.nowrap{
	white-space: nowrap
}
.obrazek_vlevo{
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
}
.obrazek_vpravo{
	float: right;
	margin-left: 6px;
	margin-bottom: 5px;	
}
.konec_obtekani{
	clear: both;
}
.tabulka_s_rameckem{
    border-spacing: 0;
	border-top: 1px solid #5C2820;
	border-left: 1px solid #5C2820;
}
.tabulka_s_rameckem td{
	border-right: 1px solid #5C2820;
	border-bottom: 1px solid #5C2820;
	padding: 4px;
}
.tabulka_s_pozadim{
	border: none;
	
}
.tabulka_s_pozadim td{
	border: none;
	background-color: #E3E4E9;
	padding: 4px;
}
.ven{
	background: url(../images/ven.gif) no-repeat right center;
	padding-right: 13px;
}
cite{
	padding: 8px 0 20px 0;
	display: block;
	font-style: normal;
	font-size: 145%;
	color: #6b7d88;
}
