/*výšky, šířky --------------------*/
.w_100_pr {
	width:100% !important;
}
.w_50_pr {
	width:50% !important;
}
.lh_22 {
	line-height:22px;
}
.h_20 {
	height:20px !important;
}

.h_50 {
	height:50px !important;
}
.h_200 {
	height:200px !important;
}
/*bordery ----------------*/
.no_brdr {
	border:none !important;
}


/*floaty - displaye ---------------------------*/
.fl_right {
	float:right !important;
}
.fl_left {
	float:left !important;
}
.vis_none {
	display:none !important;
}
.vis_inline {
	display:inline !important;
}
.txt_right {
	text-align:right !important;
}
/*marginy -----------------------*/
.p_t_10 {
	padding-top:10px !important;
}
.m_t_3 {
	margin-top:3px !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_l_14 {
	margin-left:14px !important;
}
.m_l_9 {
	margin-left:9px !important;
}
.m_b_3 {
	margin-bottom:3px !important;
}
.m_b_10 {
	margin-bottom:10px !important;
}

/*elementy ----------------------*/
.week_event {
	float:left;
	display:inline;
	width:165px;
	padding:10px;
	margin-top:10px;
	background:#fdb813;
}
.week_event h2 {
	margin:0 0 10px auto !important;
	padding:0 !important;
	font-size:11px !important;
	color:#900 !important;
}
.home_link {
	position:absolute;
	width:608px;
	height:129px;
	left:365px;
	top:20px;
}
.home_link img {
	float:left;
	width:100%;
	height:100%;
}
.table_line {
	background:transparent url(../images/pictures/blue-pix.gif) left center repeat-x;
	line-height:5px;
	font-size:5px;
}
.field {
	border:solid 1px #999;
	background:#fff;
	font-size:12px;
	line-height:16px;
	height:16px;
}
.radio {
	display:inline; float:left; margin:1px 5px auto 5px;
}
.butt1 {
	border:solid 1px #000;
	background:#fdb813;
	color:#000;
	cursor:pointer;
	padding:0 10px 0 10px;
}