.t_left{
	text-align: left;
}
.t_right{
	text-align: right;
}
.t_justify{
	text-align: justify;
}
.nowrap{
	white-space: nowrap
}
.obrazek_vlevo{
	display: block;
	float: left;
	margin: 2px 10px 6px 0px;
}
.obrazek_vpravo{
	display: block;
	float: right;
	margin: 2px 0px 6px 10px;
}
.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;
}
.ven:hover{
	background: url(../images/ven_pres.gif) no-repeat right center;
}
cite{
	padding: 8px 0 20px 0;
	display: block;
	font-style: normal;
	font-size: 145%;
	color: #6b7d88;
}

