.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: 1px solid #666;
}
.tabulka_s_rameckem td{
	border: 1px solid #666;
	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;
}
#content .stranky ul.seznam_s_linkou_na_konci {
  padding-bottom: 27px;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 18px;
  background: url('../images/dotted.gif') bottom repeat-x;
}
cite{
	padding: 8px 0 20px 0;
	display: block;
	font-style: normal;
	font-size: 145%;
	color: #6b7d88;
}

