body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 14px;
	color: #333333;
	background-color: #FBFBFB;
/* 	background-color: white;
	
	
	 */
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

h1 {
	/* color: white;
	font-size: 24px;
	font-weight: normal; */
	margin: 0;
	padding: 0px;
}

h2 {
	font-size: 18px;
	/* color: #3581b3;
	
	font-weight: normal;
	margin-top: 0; */
}



/* @font-face {
	font-family: 'font2';
	src: url('steelfis-webfont.eot');
	src: url('steelfis-webfont.eot?#iefix') format('embedded-opentype'),
		url('steelfis-webfont.woff') format('woff'),
		url('steelfis-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} */

/*
barvy
cervena - #ed1c24;
*/

/* - - - obecne ------------------------------------------------------------------------*/

.float_left {
	float: left;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.margin_top_10px {
	margin-top: 10px;
}

.margin_top_20px {
	margin-top: 20px;
}

.margin_top_30px {
	margin-top: 30px;
}

.margin_top_40px {
	margin-top: 40px;
}

.margin_top_50px {
	margin-top: 50px;
}

.margin_top_40px {
	margin-top: 40px;
}

.margin_right_10px {
	margin-right: 10px;
}

.margin_right_20px {
	margin-right: 20px;
}

.margin_right_30px {
	margin-right: 30px;
}

.margin_right_40px {
	margin-right: 40px;
}

.margin_right_50px {
	margin-right: 50px;
}

.margin_right_90px {
	margin-right: 90px;
}

.margin_l_r_10px {
	margin-left: 10px;
	margin-right: 10px;
}

.margin_left_10px {
	margin-left: 10px;
}

.margin_bottom_10px {
	margin-bottom: 10px;
}

.margin_bottom_20px {
	margin-bottom: 20px;
}

.margin_l_r_20px {
	margin-left: 20px;
	margin-right: 20px;
}

.margin_20px {
	margin: 20px;
}

.margin_bottom_40px {
	margin-bottom: 40px;
}

.font_size_18px {
	font-size: 18px;
}

.text_align_right {
	text-align: right;
}

a > img {
	border: 0px solid white;
}

.background_color_red {
	background-color: #ED1C24;
}

.background_color_grey {
	background-color: #cccccc;
}

.background_color_transparent_balck {
	background-color: rgba(0, 0, 0, 0.64);
}



/* - - - Head --------------------------------------------------------------------------*/
.head {
	background-image: url("/images/head_bg.png");
	background-repeat: repeat-x;
	/* height: 410px; */
	width: 100%;
}

.head_content{
	/* height: 100%; */
	margin: auto;
	width: 960px;
	position: relative;
	margin-bottom: 20px;
}


.head_logo {
	margin-top: 20px;
	float: left;
	z-index: 2;
	position: relative;
	/* position: absolute;
	top: 20px; */
}

.head_banner {
	background-image: url("/images/head_banner_main_page.png");
	background-repeat: no-repeat;
	width: 960px;
	height: 316px;
	position: relative;
	clear: both;
}

.head_banner_min {
	background-image: url("/images/head_banner_other_page.png");
	background-repeat: no-repeat;
	width: 960px;
	height: 205px;
	position: relative;
	clear: both;
}

.head_banner .head_banner_title {
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: 450px;
}

.head_banner_min .head_banner_title {
	position: absolute;
	bottom: 50px;
	left: 20px;
	/* width: 396px; */
}

.head_banner_min .background_color_transparent_balck, .head_banner_min .head_banner_black_title_end {
	display: none;
}

.head_banner_title_body {
	padding: 15px 50px 15px 15px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}

.head_banner_title_body h1 {
	font-size: 18px;
	font-family: Century Gothic;
	font-weight: bold;
}

.head_banner_title_body_h {
	font-size: 18px;
	font-family: Century Gothic;
	font-weight: normal;
}

.head_banner_red_title_end {
	width: 0;
	height: 0;
	border-top: 50px solid #ed1c24;
	border-right: 25px solid transparent;
}

.head_banner_black_title_end {
	width: 0;
	height: 0;
	border-top: 50px solid rgba(0, 0, 0, 0.64);
	border-right: 25px solid transparent;
}

.background_color_red h1 {
	font-weight: normal;
}

/* - - - body ----------------------------------------------------------------------------*/

/* - - - MENU  - - - */

/* .head_menu_start {
	border-bottom: 49px solid #ED1C24;
	border-left: 24px solid transparent;
	height: 0;
	left: 350px;
	position: absolute;
	top: 50px;
	width: 0;
} */

.menu {
	background-color: #ED1C24;
	height: 60px;
	position: absolute;
	right: 0;
	top: 35px;
	width: 620px;
	z-index: 1;
	
	-webkit-border-top-right-radius: 7px;
	-khtml-border-radius-topright: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
}

.menu_line {
	background-color: #000000;
	height: 10px;
	position: absolute;
	right: 0;
	top: 95px;
	width: 620px;
	z-index: 1;
	
	-webkit-border-bottom-right-radius: 7px;
	-khtml-border-radius-bottomright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-right-radius: 7px;
}

#menu_container {
	display: table;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 10px;
	
}

#menu_container > li {
	display: table-cell;
	float: left;
	margin: 0;
	position: relative;
	z-index: 500;
	padding: 0 6px 0 6px;
	text-align: center;
}
	
.sub_menu {
/* 	display: list-item; */
	list-style: none;
	background-color: black;
	margin-top: 10px !important;
	
	text-align: left;
}

.sub {
	
	background-color: black;
	width: 419px;
}

.separator_line {
	background-color: #292929;
	height: 2px;
	margin: 0 13px;
	width: 93%;
}

.sub > a {
	text-decoration: none;
	margin-left: 20px;
}

.sub:hover {
	background-color: #2a2a2a;
}

.spliter {
	background-color: black;
	height: 2px;
	width: 419px;
}

.prefix {
	background-color: #FFFFFF;
	height: 5px;
	left: 13px;
	position: relative;
	top: 24px;
	width: 5px;
}

#menu_container > li > a {
	display: block;
	font-weight: 700;
	padding: 17px 10px 17px 10px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}

#menu_container ul {
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0 0 -1px;
	padding: 0;
}

#menu_container > ul > li:not(.sub) {
	width: 100px;
	float: left;
}

#menu_container ul a {
	display: block;
	height: 15px;
	padding: 14px 10px;
}
	
/* #menu_container ul {
	margin:0 0 0 -2px;
} */

.marker_active {
	position: relative;
/* 	right: 59px; */
	top: -13px;
}

.marker {
	display: none;
}

/* - - - MENU  - - - */


.body {
	width: 100%;
	/* min-height: 600px; */
}


.body_content {
	margin: auto;
	width: 960px;
	position: relative;
	min-height: 600px;
	/* 
	padding: 0 0 20px 0;
	
	 */
}

.vertical_selector {
	background-image: url("/images/body_vertical_selector.png");
	width: 14px;
	height: 243px;
}

.vertical_selector_longer {
	background-image: url("/images/body_vertical_selector_longer.png");
	width: 14px;
	height: 732px;
}

.body_category {
	width: 282px;
	height: 280px;
	position: relative;
}

.body_category_title {
	color: #ED1C24;
	font-size: 18px;
	padding: 8px 0 8px 10px;
}

.body_btn_info {
	background-image: url("/images/body_btn_info.png");
	height: 32px;
	width: 102px;
	position: absolute;
	bottom: 0px;
	cursor: pointer;
}

.body_btn_info:hover {
	background-image: url("/images/body_btn_info_hover.png");
}

.body_news_title, .body_coop_title {
	font-size: 18px;
}

.red_line {
	width: 135px;
	height: 4px;
}

.grey_line_news {
	height: 2px;
	margin: 1px 0;
	width: 100%;
	width: 455px;
}

.grey_line_coop {
	height: 2px;
	margin: 1px 0;
	width: 100%;
	width: 165px;
}

.body_news {
	width: 600px;
}

.body_news_date {
	background-image: url("/images/body_new_date.png");
	width: 40px;
	height: 48px;
	position: relative;
}

.body_news_date_day {
	color: #333333;
	font-size: 18px;
	left: 9px;
	position: absolute;
	top: 3px;
}

.body_news_date_month {
	color: #333333;
	font-size: 10px;
	left: 9px;
	position: absolute;
	top: 31px;
}

.body_news_text > span {
	font-size: 14px;
	color: #666666;
}

.body_news_text {
	margin-left: 15px;
	width: 540px;
}

.body_news_text a {
	color: #ed1c24;
}

.body_coop {
	width: 300px;
	height: 200px;
}

#mapa1 {
	border: 5px solid #CCCCCC;
	height: 414px;
	width: 590px;
}

.contact {
	width: 200px;
}

.body_contact_adress {
	width: 595px;
}

.body_contact_line {
	background-image: url("/images/icon_line.png");
	background-repeat: no-repeat;
	height: 43px;
	width: 309px;
}

.body_contact_line > span {
	display: block;
	float: left;
	padding: 12px 0 12px 10px;
}

.body_contact_line > img {
	clear: left;
	float: left;
	padding: 4px 0;
}

.body_support_line {
	border-bottom: 1px solid #cccccc;
	height: 112px;
	position: relative;
	width: 100%;
	padding: 20px 0;
}

.body_support_line > div {
	color: #242021;
	font-size: 18px;
	margin: 20px 0;
}

.body_support_line img {
	position: absolute;
	right: 0;
}

.body_support_line a {
	color: red;
}

.body_service_description li ul {
	list-style: square outside none;
}

.body_service_description > li{
	font-weight: bold;
}

.body_service_description > li > ul >li{
	font-weight: normal;
}

.body_other_services {
	width: 290px;
	padding: 0px;
	/*background-image: url("/images/icon_line.png");*/
}

.body_other_services  TR {
	height: 40px;
	/*padding: 9px 1px 8px 5px;*/
	background-image: url("/images/icon_line.png");
}

.menu_item {
	display: inline;
}

.body_other_services a {
	color: black;
}

.small_sub {
	font-size:8px;
}

.body_other_services a:hover {
	color: red;
	
}

.body_other_services a:hover > .small_sub {
	font-size: 14px !important;
}

#site_map a {
	color: black;
}

td > img {
	margin-bottom: 3px;
	margin-right: 10px;
	margin-left: 10px;
}

/* .clear_left.float_left.margin_top_50px.margin_right_50px.body_news > div {
	clear: left;
} */

.body_content a {
	color: black;
}

/* - - - footer ---------------------------------------------------------------------------*/

.footer {
	background-image: url("/images/footer_bg.png");
	background-repeat: repeat-x;
	/* background-color: #666666;
	color: #cccccc; */
}

.footer_content {
	height: 59px;
	margin: auto;
	width: 960px;
	position: relative;
	color: #FFFFFF;
	/* padding: 20px 20px 10px 20px;
	width: 960px; */
}

.footer_copy {
	padding: 20px 0;
}

.footer_links {
	padding: 20px 0;
	position: absolute;
	right: 0px;
}


