*
{
	margin: 0px;
	padding: 0px;
}
*, ::after, ::before {
    box-sizing: content-box !important;
}


BODY
{
	background-color: #FFFFFF;
	background-image: url(/files/images/body.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #000000;
	font-size: 75%;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4;
	position: relative;
}
/*sirka webu, vycentrovani na stred*/
#page_container
{
	background-color: transparent;
	background-image: url(/files/images/page_top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	width: 1002px;
	margin: 0px auto;
	position: relative;
	z-index: 10;
	padding: 0 99px;
}
/*hlavicka*/
#head_container
{
	background-color: transparent;
	border: none;
	height: 136px;
	position: relative;
}
/*horni menu*/
#menu_top
{
	background-color: transparent;
	height: 40px;
	padding: 0px;
	float: right;
}
/*obsahova cast*/
#content_top
{
	background-color: transparent;
	background-image: url(/files/images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 13px;
}
#content
{
	padding: 0px 0px 20px;
	overflow: hidden;
}
#content_in
{
	background-image: url(/files/images/content_vlny.jpg);
	background-repeat: no-repeat;
	background-position: 0% 99.5%;
}
/*levy sloupec*/
#left_col
{
	background-color: transparent;
	float: left;
	width: 234px;
	padding: 0px 0px 0px 5px;
}
/*hlavni sloupec*/
#main_content
{
	height: auto;
	padding: 0px 0px 10px;
	text-align: left;
	color: #004F71;
	position: relative;
	overflow: hidden;
}
/*bottom*/
#bottom
{
	height: auto;
}
#bottom_cont
{
	background-color: #FFFFFF;
	background-image: url(/files/images/bottom_cont.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	min-height: 270px;
}
#bottom_cont #bottom_cont_in
{
	width: 1002px;
	margin: 0 auto;
}
#bottom_cont .col_box_title
{
	text-align: left;
	padding-left: 0;
}
/*paticka*/
#footer
{
	background-color: transparent;
	background-image: url(/files/images/footer.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #000000;
	min-height: 140px;
}
#footer_in
{
	width: 1002px;
	margin: 0 auto;
}
#footer_in .autor A, #footer_in .autor A:visited, #footer_in .autor A:hover
{
	color: #000000;
	text-decoration: none;
}
#footer_in .autor
{
	text-align: center;
	padding: 20px 0 0;
}
/*clear*/
.clear
{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/*********************************
KOMPONENTY
/********************************
hlavicka - odkaz logo*/
#head .link_logo
{
	float: left;
	width: 320px;
	height: 130px;
	display: block;
}
/*sloupec boxy*/
.col_box_title
{
	color: #014D6D;
	font-size: 10.5pt;
	font-weight: 700;
	padding: 10px 5px 5px;
	margin: 0px;
	text-align: center;
}
.col_box_content
{
	background-color: #035376;
	background-image: url(/files/images/box.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	height: auto;
	padding: 0px 10px;
	margin: 0px;
}
.rychly_kontakt
{
	background-color: transparent;
	background-image: url(/files/images/sluchatko.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	color: #FFF;
}
.sponzorujeme
{
	text-align: center;
}
.sponzorujeme IMG
{
	border: 3px solid #1D88B4;
	border-radius: 5px;
}
.rychly_kontakt P
{
	margin: 0;
	padding: 8px 0;
}
.box_top
{
	background-color: #5CB3D9;
	background-image: url(/files/images/box_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 14px;
}
.box_bottom
{
	background-color: #5CB3D9;
	background-image: url(/files/images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 14px;
	margin: 0px 0px 10px;
}
/*********************************
FORMULARE
/*********************************/
#form_main
{
	width: 450px;
	float: left;
}
.form_content FIELDSET
{
	background-color: transparent;
	margin: 0;
	padding: 1em;
	border: none;
}
.form_content FIELDSET LEGEND
{
	background-color: #AAAAAA;
	padding: 6px 12px;
	color: #000000;
	display: none;
}
.form_content INPUT, TEXTAREA
{
	border: 1px solid #AAAAAA;
	margin: 0px;
	padding: 0.25em;
	font-size: 1em;
	resize: none;
}
.form_content FIELDSET P LABEL
{
}
.form_content FIELDSET P
{
	position: relative;
}
.form_content FIELDSET P INPUT
{
	width: 50%;
	border-color: #2DACCC;
	position: absolute;
	right: 0px;
}
.form_content FIELDSET DIV TEXTAREA
{
	width: 50%;
	height: 100px;
	float: right;
	border-color: #2DACCC;
	font-size: 9pt;
}
.form_content FIELDSET P.submit
{
	margin: 6px 0;
	position: static;
	text-align: right;
}
.form_content INPUT.submit
{
	background-image: url(/files/images/button_send.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	border: none;
	color: #FFFFFF;
	width: 84px;
	height: 25px;
	cursor: pointer;
	position: static;
}
INPUT.alert, TEXTAREA.alert
{
	border: 1px solid #FF0000 !important;
	background-color: #FFC5C5;
}
P.red
{
	clear: right;
	display: none;
}
/*********************************
DEFAULTNI HODNOTY
/*********************************/
H1, H2, H3, H4
{
	line-height: 1.3em;
	margin: 0 0 3px;
}
H1
{
	color: #004F71;
	font-size: 16pt;
	font-weight: 400;
}
H2
{
	color: #D66517;
	font-size: 14pt;
	font-weight: 400;
}
H3
{
	color: #000000;
	font-size: 12pt;
	font-weight: 400;
}
H4
{
	color: #000000;
	font-size: 10pt;
	font-weight: 400;
}
P
{
	margin: 0 0 12px;
	line-height: 1.3em;
}
IMG
{
	border: none;
	margin: 0;
}
A, A:visited
{
	color: #035172;
	text-decoration: underline;
}
A:hover
{
	text-decoration: none;
}
TABLE
{
	border-collapse: collapse;
	border: none;
	margin: 0 0 12px;
}
TABLE TD
{
	vertical-align: top;
	text-align: left;
}
UL, OL
{
	list-style-position: outside;
	margin: 0 0 12px 18px;
}
/*********************************
FORMAT
/**********************************/
SPAN.red
{
	color: #FF0000;
}
/*********************************
KATEGORIE
/**********************************/
.category_top
{
	background-image: url(/files/images/category_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 15px;
}
.category_bottom
{
	background-image: url(/files/images/category_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 15px;
}
DIV#category
{
	visibility: visible;
	margin-bottom: 0px;
	padding: 0px;
}
DIV#category DIV
{
	margin: 0px;
}
DIV#category P
{
	padding: 0px;
	margin: 0px;
}
DIV#category P.close + DIV
{
	display: none !important;
}
DIV#category A
{
	background-image: url(/files/images/left_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	color: #FFFFFF;
	display: block;
	padding: 7px 5px 7px 30px;
	font-weight: 700;
	text-decoration: none;
}
DIV#category A:hover
{
	background-position: 0 0px;
}
DIV#category P A.selected, DIV#category P A:hover.selected
{
	background-position: 0 0px;
}
/*2. uroven*/
DIV#category DIV.item2 A
{
	background-color: #D56415;
	background-image: none;
	display: block;
	padding: 6px 5px 6px 40px;
	text-decoration: none;
}
DIV#category DIV.item2 A:hover
{
	color: #272261;
}
DIV#category DIV.item2 P A.selected, DIV#category DIV.item2 P A:hover.selected
{
	font-weight: bold;
}
/*3. uroven*/
DIV#category DIV.item3 A
{
	background-color: #D56415;
	background-image: none;
	display: block;
	padding: 6px 5px 6px 55px;
	text-decoration: none;
}
DIV#category DIV.item3 A:hover
{
	color: #272261;
}
DIV#category DIV.item3 P A.selected, DIV#category DIV.item3 P A:hover.selected
{
	font-weight: bold;
}
/*4. uroven*/
DIV#category DIV.item4 A
{
	background-color: #CCCCCC;
	border-bottom: 1px solid #444444;
	color: #000000;
	display: block;
	padding: 8px 5px 8px 60px;
	text-decoration: none;
}
DIV#category DIV.item4 A:hover
{
	color: #01923F;
}
DIV#category DIV.item4 P A.selected, DIV#category DIV.item4 P A:hover.selected
{
	font-weight: bold;
}
/**************************
AKTUALITY
/***************************/
.aktuality
{
	width: 450px;
	height: auto;
	
}
.aktuality_col_container
{
	background-color: #FFF;
	border: 1px solid #2DACCC;
	margin-top: 1em;
	padding: 1em;
}
.aktuality_col_container .aktuality_box
{
	width: auto;
	height: auto;
}
.aktuality_col_container .aktuality_date
{
	font-size: 8pt;
	color: #000000;
	font-weight: 700;
}
.aktuality_col_container H3
{
	padding: 0px 0px 3px;
}
.aktuality_col_container H3 A, .aktuality_col_container H3 A:visited
{
	color: #2FACCA;
	text-decoration: underline;
	font-size: 10pt;
}
.aktuality_col_container H3 A:hover
{
	color: #000000;
	text-decoration: none;
}
.aktuality_col_container .aktuality_text
{
	text-align: left;
}
.aktuality_col_container .aktuality_text A, .aktuality_col_container .aktuality_text A:visited
{
	color: #2FACCA;
	text-decoration: underline;
}
.aktuality_col_container .aktuality_text A:hover
{
	color: #000000;
	text-decoration: none;
}
.aktuality_col_container .aktuality_img
{
	float: left;
}
.aktuality_col_container .aktuality_img IMG
{
	width: 80px;
	margin: 5px 5px 2px 0px;
	border: 1px solid #4D4B4C;
}
.aktuality_col_container .aktuality_vice_odkaz
{
	text-align: right;
	margin-bottom: 0%;
}
/********************************
TOP PRODUKTY
/*********************************/
.top_produkty
{
	margin: 0;
	text-align: center;
}
.top_produkty .top_nazev
{
	font-size: 10.5pt;
	margin: 0 0 0.3em;
}
.top_produkty .top_img
{
	margin: 0;
}
.top_produkty .top_img IMG
{
	border: 3px solid #1D88B4;
	border-radius: 5px;
	margin: 0;
}
.top_produkty .top_buton
{
	margin: 0;
}
.top_produkty .top_buton INPUT
{
	margin: 8px 0px 0px;
	cursor: pointer;
}
/*sleva*/
.ico_sleva
{
	position: absolute;
	top: -8px;
	right: -30px;
}
/**************************
HORNI MENU
/***************************/
.ddmx
{
	background-color: transparent;
	display: block;
	position: relative;
	height: auto;
	margin: 0;
	padding: 0px;
	font-weight: normal;
}
.ddmx .ddmxlileftsel, .ddmx .ddmxlileft
{
	float: left;
	padding: 0;
	margin: 0;
}
.ddmx .ddmxitem1
{
	background-color: transparent;
	background-image: url(/files/images/top_menu_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-right: 2px;
}
.ddmx .ddmxitem1sel
{
	background-image: url(/files/images/top_menu_act_left.gif);
}
.ddmx .item1, .ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover
{
	background-color: transparent;
	background-image: url(/files/images/top_menu_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #FFFFFF;
	display: block;
	position: relative;
	padding: 12px 20px 11px;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
}
.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover
{
	color: #272261;
}
.ddmx .selected, .ddmx .selected:hover
{
	background-image: url(/files/images/top_menu_act_right.gif);
}
.ddmx .ddmxlileft:first-child A
{
}
.ddmx .ddmxlileftsel .item1
{
	color: #303030;
	background-color: transparent;
}
.ddmx .item2, .ddmx .item3, .ddmx .item4, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover, .ddmx .item3:hover, .ddmx .item3-active, .ddmx .item3-active:hover, .ddmx .item4:hover, .ddmx .item4-active, .ddmx .item4-active:hover
{
	background-color: #272261;
	border-bottom: 1px dotted #AFAFAF;
	color: #FFFFFF;
	display: block;
	position: relative;
	width: 160px;
	z-index: 5000;
	padding: 8px 10px 8px 8px;
	text-decoration: none;
	text-align: left;
	font-size: 9pt;
}
.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover, .ddmx .item3:hover, .ddmx .item3-active, .ddmx .item3-active:hover, .ddmx .item4:hover, .ddmx .item4-active, .ddmx .item4-active:hover
{
	background-color: #69BDE0;
	color: #000000;
}
.ddmx .item2 IMG, .ddmx .item2-active IMG
{
	position: absolute;
	top: 4px;
	right: 1px;
	border: 0;
}
.ddmx .section
{
	border-top: none;
	width: 160px;
	position: absolute;
	top: 41px !important;
	visibility: hidden;
	margin-left: 10px;
	z-index: 1000;
}
* HTML .ddmx DIV
{
	position: relative;
}
/*ie 5.0 fix
*************************
SPODNI MENU
/***************************/
.ddmx2
{
	background-color: transparent;
	display: block;
	position: relative;
	height: auto;
	margin: 0;
	padding: 0px;
	font-weight: normal;
}
.ddmx2 .ddmx2lileftsel, .ddmx2 .ddmx2lileft
{
	float: left;
	padding: 0;
	margin: 0;
}
.ddmx2 .item1
{
	background-color: transparent;
	color: #D98A51;
	display: block;
	position: relative;
	padding: 12px 45px 11px;
	text-decoration: underline;
	text-align: center;
	font-weight: 700;
	font-size: 1.1em;
}
.ddmx2 .item1:hover
{
	text-decoration: none;
}
/**************************
ROZCESTNIK
/***************************/
P.nabidka
{
	background-image: url(/files/images/nabidka-nadpis.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 11pt;
	font-weight: 700;
	color: #FFF;
	width: 210px;
	height: 34px;
	padding: 8px 0 0;
	text-align: center;
}
.banner
{
	width: 240px;
	height: 200px;
	float: left;
	text-align: center;
	margin: 10px 5px 10px;
}
.banner H2, .banner H1
{
	margin: 0px 0 4px;
	padding: 0px;
}
.banner .nazev A, .banner .nazev A:visited
{
	color: #D66517;
	font-weight: 700;
	font-size: 11pt;
	text-decoration: underline;
}
.banner .nazev A:hover
{
	text-decoration: none;
}
/**************************
SLIDESHOW
/***************************/
#slideshow
{
	background-color: transparent;
	background-image: url(/files/images/slideshow-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0px;
	width: 1002px;
	height: 429px;
}
#text_home
{
	margin-top: 430px;
}
#slideshow .slideimg
{
	width: 769px;
	height: 377px;
}
#slideshow .slideimg A
{
	background: transparent url(/files/images/backtext.png) no-repeat 0 310px;
	color: #FFF;
	text-decoration: none;
	font-size: 17pt;
	display: block;
	padding: 338px 0px 20px 15px;
	width: 720px;
}
#slideshow .slideimg H3
{
	padding: 0px;
	margin: 0px;
}
#slideshow .slideimg A SPAN
{
	background: transparent url(/files/images/backtextrepeat.png) repeat-x;
	padding: 11px 30px 9px 15px;
}
#slideshow .slideimg.s01
{
	background: transparent url(/files/images/slide_new/slide01.jpg) no-repeat right 0;
}
#slideshow .slideimg.s02
{
	background: transparent url(/files/images/slide_new/slide03.jpg) no-repeat right 0;
}
#slideshow .slideimg.s03
{
	background: transparent url(/files/images/slide_new/slide13.jpg) no-repeat right 0;
}
#slideshow .slideimg.s04
{
	background: transparent url(/files/images/slide_new/slide04.jpg) no-repeat right 0;
}
#slideshow .slideimg.s05
{
	background: transparent url(/files/images/slide_new/slide02.jpg) no-repeat right 0;
}
#slideshow .slideimg.s06
{
	background: transparent url(/files/images/slide_new/slide06.jpg) no-repeat right 0;
}
#slideshow .slideimg.s07
{
	background: transparent url(/files/images/slide_new/slide07.jpg) no-repeat right 0;
}
#slideshow .slideimg.s08
{
	background: transparent url(/files/images/slide_new/slide08.jpg) no-repeat right 0;
}
#slideshow .slideimg.s09
{
	background: transparent url(/files/images/slide_new/slide09.jpg) no-repeat right 0;
}
#slideshow .slideimg.s10
{
	background: transparent url(/files/images/slide_new/slide10.jpg) no-repeat right 0;
}
#slideshow .slideimg.s11
{
	background: transparent url(/files/images/slide_new/slide11.jpg) no-repeat right 0;
}
#slideshow .slideimg.s12
{
	background: transparent url(/files/images/slide_new/slide12.jpg) no-repeat right 0;
}
.gallery
{
	padding: 0px 30px 20px;
	width: 769px;
	position: relative;
	top: 11px;
	left: 95px;
	z-index: 2;
	overflow: hidden;
}
.gallery .holder
{
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	right: 5px;
}
.gallery .holder UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery .holder UL LI
{
	float: left;
	width: 769px;
	padding: 0 1px 1px 0;
}
.gallery .holder UL LI IMG
{
	display: block;
}
/*vertical mode*/
.gallery-vert
{
	width: 240px;
}
.gallery-vert .holder
{
	height: 362px;
}
.gallery-vert .holder UL
{
	width: auto;
}
.gallery-vert .holder UL LI
{
	float: none;
}
.gallery-vert .holder UL LI IMG
{
	vertical-align: top;
	display: inline;
}
/*one item*/
.gallery-one, .gallery-vert-one
{
	width: 240px;
}
.gallery-vert-one .holder
{
	height: 180px;
}
.gallery-vert-one .holder UL
{
	width: auto;
}
.gallery-vert-one .holder UL LI
{
	float: none;
}
.gallery-vert-one .holder UL LI IMG
{
	vertical-align: top;
	display: inline;
}
/*fade*/
.gallery-fade
{
	width: 240px;
}
.gallery-fade .holder UL
{
	width: 100%;
	height: 180px;
}
.gallery-fade .holder UL LI
{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	padding: 0;
}
/*gallery6*/
.gallery6
{
	width: 740px;
}
.gallery6 .thumbs
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 120px;
}
.gallery6 .thumbs LI
{
	padding: 0 0 1px;
}
.gallery6 .thumbs LI A
{
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}
.gallery6 .thumbs LI SPAN
{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: url(../images/fader.png);
	width: 100%;
	height: 90px;
	text-indent: -9999px;
	cursor: pointer;
}
.gallery6 .thumbs LI .active SPAN, .gallery6 .thumbs LI A:hover SPAN
{
	background: none;
}
.gallery6 .thumbs IMG
{
	vertical-align: top;
}
.gallery6 .holder
{
	float: left;
	width: 480px;
	margin: 0 10px;
	display: inline;
}
.gallery6 .holder UL
{
	width: 100%;
	height: 360px;
}
.gallery6 .holder UL LI
{
	height: 360px;
}
.gallery6 .control
{
	position: absolute;
	z-index: 2;
	top: -40px;
	left: 0;
	background-color: #FFF;
	padding: 5px;
	width: 70px;
}
.gallery6 .prev
{
	left: -50px;
}
.gallery6 .next
{
	right: -50px;
}
.gallery6 .title
{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	background-color: #000;
	color: #FFF;
	padding: 10px;
	width: 460px;
}
.paging
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.paging UL
{
	margin: 0;
	padding: 0;
}
.paging LI
{
	padding: 0 10px 0 0;
	float: left;
	list-style: none;
}
.paging LI A
{
	width: 14px;
	height: 14px;
	display: block;
	background-color: #FF0000;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
.paging LI A.active
{
	background-color: #FFFF00;
	color: #FF0000;
}
.next, .prev
{
	position: absolute;
	right: 0px;
	top: 180px;
	margin-top: -30px;
	width: 69px;
	height: 68px;
	background: url(/files/images/button-slide-right.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable
{
	background: url(/files/images/button-slide-left.png) no-repeat;
}
.prev
{
	background: url(/files/images/button-slide-left.png) no-repeat;
	right: auto;
	left: 0px;
}
.prev-disable
{
	background: url(/files/images/button-slide-right.png) no-repeat;
}
.stop, .start
{
	background: url(../images/btn-pause.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
	outline: none;
	cursor: pointer;
}
.stopped .start
{
	background: url(../images/btn-play.png) no-repeat;
}
.start, .no-active .start
{
	margin: 0;
	background: url(../images/btn-play-disable.png) no-repeat;
}
.stopped .stop
{
	background: url(../images/btn-pause-disable.png) no-repeat;
}
.control
{
	font-size: 18px;
	line-height: 21px;
	padding: 5px 0 0;
}
.nav
{
	position: fixed;
	top: 150px;
	left: 0;
	padding-left: 10px;
	z-index: 100;
	border-right: 1px solid #DDD;
	width: 115px;
	background: #F4F5F5;
}
.nav STRONG
{
	font-size: 14px;
	line-height: 17px;
	color: #686C70;
}
.nav UL
{
	margin: 0;
	padding: 14px 0 0;
	list-style: none;
}
.nav UL LI
{
	padding: 0 0 5px;
}


.close {
  float: none;
  font-size: inherit;
  font-weight: normal;
  line-height: normal;
  color: inherit;
  text-shadow: none;
  opacity: 1;
}

#btn-FormSendMail{
background-color: #D98A51;
}
