/*výšky, šířky --------------------*/
.w_100_pr {
	width:100% !important;
}
.lh_22 {
	line-height:22px;
}

/*floaty---------------------------*/
.fl_right {
	float:right !important;
}
.fl_left {
	float:left !important;
}
/*marginy -----------------------*/
.m_t_10 {
	margin-top:10px !important;
}
.m_t_15 {
	margin-top:15px !important;
}
.m_t_20 {
	margin-top:20px !important;
}
.m_t_30 {
	margin-top:30px !important;
}
.m_t_35 {
	margin-top:35px !important;
}
.m_t_40 {
	margin-top:40px !important;
}
.m_r_0 {
	margin-right:0px !important;
}
.m_r_15 {
	margin-right:15px !important;
}
/*elementy ----------------------*/
a.big_gref {
	float:left;
	display:inline;
	color:#FF0000;
	text-decoration:none;
	background:transparent url(../images/backs/r-arrow-1.gif) 0px 5px no-repeat;
	padding-left:10px;
}
a.big_gref:hover {
	background:transparent url(../images/backs/r-arrow-2.gif) 0px 5px no-repeat;
}
.href_sel a {
	color:#FFFFFF !imoprtant;
}
a.left_arrow {
	float:left;
	width:4px;
	height:7px;
	line-height:7px;
	font-size:7px;
	background:transparent url(../images/backs/l-arrow-1.gif) left top no-repeat;
	margin:6px 20px auto auto;
}
a.left_arrow:hover {
	background:transparent url(../images/backs/l-arrow-2.gif) left top no-repeat;
}
a.right_arrow {
	float:right;
	width:4px;
	height:7px;
	line-height:7px;
	font-size:7px;
	background:transparent url(../images/backs/r-arrow-1.gif) left top no-repeat;
	margin:6px auto auto 0px;
}
a.right_arrow:hover {
	background:transparent url(../images/backs/r-arrow-2.gif) left top no-repeat;
}
