body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: #6B83A8;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #005A31;
}

a:hover {
	color: #005A31;
	text-decoration: underline;
}

h1{
	margin: 0px;
	padding: 8px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #F2B705;
	text-align:center;
	letter-spacing:3px;
}

img{
	border: 0px
}

pre{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

input,textarea,select{
	width: 12em;
	border: 1px solid #000;
	background: #FFF url(/data/Image/Design/frm_input.gif) repeat-x left top;
}

input.button{
	width: 8em;
	background: #DDD;
	cursor: pointer;
}
























/* ********** STRUCTURE ********** */
.cms_presentation {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: justify;
	background: url(/data/Image/Design/bg_main.gif) repeat-y;
	}

.cms_head {
	height: 105px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background: url(/data/Image/Design/bg_head_ko.gif);
}

.cms_left{
	float: left;	
	width: 200px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}


.cms_foot {
	clear:both;
	height: 10px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: url(/data/Image/Design/bg_foot.gif) no-repeat bottom;
}














/* CMS OBJECTS */
.CMSPage{
	float: right;
	/*_height: 500px;*/
	min-height: 500px;
	width: 800px;
	padding: 0px;
	margin: -28px 0px 0px 0px;
	overflow: hidden;
}

.CMSPage_in{	
	padding: 0px;
	margin: 20px 10px 0px 10px;

}

.CMSPage .CMSMenu
.CMSPage .CMSLink,
.CMSPage .CMSInclude,
.CMSPage .CMSTextHTML,
.CMSPage .CMSText,
.CMSPage .CMSBinary,
.CMSPage .CMSImage,
.CMSPage .CMSImageEx,
.CMSPage .CMSArticle,
.CMSPage .CMSCart,
.CMSPage .CMSForm,
.CMSPage .CMSFormAction,
.CMSPage .CMSSearchBox{
	padding: 0px;
	margin: 10px 5px;
	clear: both;
}

.CMSPage .CMSNavigator{
	float: left;
	width: 610px;
	padding: 0px;
	margin: 10px 0px 10px 5px;
	overflow: hidden;
}

.CMSPage ._Default_{
	float: left;
	width: 610px;
	padding: 0px;
	margin: 10px 0px 10px 5px;
	overflow: hidden;
}


/* MENU TOP */
.cms_menuTop{
	float:right;
	position: relative;
	top: 60px;
	width: 760px;
	height: 19px;
	line-height: 19px;
	margin: 0px;
	list-style:none;
	text-align: right;
	overflow: hidden;
}
.cms_menuTop li{
	display: inline;
	margin: 0px 14px 0px 0px;
	color: #FFF;
}

.cms_menuTop li a{
	color: #FFF;
}

.cms_menuTop li a:hover{
	color: #F8BF12;
	text-decoration: none;
}


/* MENU LEFT */
.cms_menu{
/*	_height: 200px;
	min-height:200px;*/
	padding: 10px 10px 50px 10px;
	margin: 0px;
	text-align: left;
	list-style:none;
	border-bottom: 2px solid #000;
	background: url(/data/Image/Design/bg_menu.gif) repeat-y;
	
}


.cms_menu li{
	color: #FFF;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px solid #FFF;
	background: url(/data/Image/Design/bg_menu_item.gif) no-repeat left;
	
}

.cms_menu li a{
	color: #FFF;
	font-weight: bold;
}

.cms_menu li a:hover{
	color: #F8BF12;
	text-decoration: none;
}



/* BANNERS */
.cms_banners_left{
	padding: 5px 1px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	border: 0px solid #000;
	overflow: hidden;
	border:1px solid;
	border-right:0;
}

.cms_banners_right{
	float: right;
	width: 165px;
	padding: 0px;
	margin: 10px 0px;
	overflow: hidden;
}

.cms_banners_left .CMSLink{
	float: left;
	margin: 3px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}

.cms_banners_right .CMSLink,
.cms_banners_right .CMSInclude{
	display: block;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	background-repeat: no-repeat;
	background-position: center top;

}

.banner_160x600 a{
	display: block;
	height: 600px;
	width: 160px;
}

.banner_120x600 a{
	display: block;
	height: 600px;
	width: 120px;
	margin: 1.6em 0px 0px 25px;
}


.banner_180x150 a{
	display: block;
	height: 150px;
	width: 180px;
}

.banner_125x125 a{
	display: block;
	height: 125px;
	width: 125px;
}

.banner_88x31 a{
	display: block;
	height: 31px;
	width: 88px;
}


.needFill{
	color: red;
	margin: 0px 3px 0px 0px;
}



/* SEARCH */
.cms_search_frm{
	margin: 0px;
	padding:0px;
}

.cms_search_frm_in{
	margin: 0px;
	padding: 10px;
	border: 1px solid;
	border-right: 0px;
}

.cms_search_frm .searchtext{
	width: 170px;
}

.cms_search_frm .submitbutton{
	width: 172px;
	margin: 2px 0px 0px 0px;
	cursor: pointer;
	background: #DDD;
}

.cms_search_block {
	float:left;
	width: 610px;
	padding: 0px;
	margin: 10px 0px 10px 5px;
	overflow: hidden;


}

.cms_search_block .outer_title,
.cms_search_block .CMSPage{
	display: none;
}

.navigation{
	text-align: center;
	font-weight: bold;
}

/* .cms_search_block .multi_items_in .CMSRecord{
border: inset;
} 

.cms_search_block .multi_items_in .outer_title{
	margin-top: 10px;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 3px red;
}

.cms_search_block .multi_items_in .outer_title a{
	font-weight: bold !important;
}
*/

.active_context_item{
	font-weight: bold;
	color: #F2B705;
}



/* KATALOG */
.cms_katalog_item{
	float: left;
	width: 608px;
	margin: 5px 0px;
	border: 1px solid #042E6E;
}

.cms_katalog_item .head{
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	padding: 2px;
	background: #6B83A8;
	letter-spacing: 0.2em;
}

.cms_katalog_item .descript{
	padding: 0px 5px 10px 5px;
}

.cms_katalog_item .hours{
	padding: 5px;
}

.cms_katalog_item .hour div{
	display: inline;
}

.cms_katalog_item .hour .DobaPopis{
	font-weight: bold;
}

.cms_katalog_item .address{
	float: left;
	width: 200px;
	padding: 0px 5px;
	font-weight: bold;

}

.cms_katalog_item .cotact{
	float: left;
	width: 375px;
	padding: 0px 5px;
	
}

.cms_katalog_item .cotact .phone div{
	display: inline;
}

.cms_katalog_item .cotact .phone .Telefon_Poznamka{
	font-size: 10px;
	font-style:italic;
	padding-left: 5px;	
}

.cms_katalog_item .plant .head{
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding: 0px 5px;
	background: #AFCCF8;
	letter-spacing: 0.1em;
}

.cms_katalog_item .plant{
	clear: left;
	float: left;
	width: 608px;
}

.cms_katalog_item .end{
	clear: left;
}

.cms_katalog_item .images .Image,
.cms_katalog_item .images .ImageEx{
	float: left;
	margin: 5px;
}

.cms_katalog_item .Logo{
	padding: 2px 0px 5px 0px;
	margin: 0px;
}

/* ARTICLE */

/* nenastylovane pocitadlo komentaru */
.articlecommentscounter{
display: none;
}


.CMSArticle{
	width: 760px;
	float:left;
	padding: 5px;
	margin: 0px 0px 10px 0px;	
}

.CMSArticle .articledate{
	font-weight: bold;
	font-size:7pt;
	margin: 0px; 
	padding: 0px;
}
.CMSArticle .articletitle{ 
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #F87002;
	font-size: 11pt;
}

.CMSArticle .articleperex{
	margin: 0px;
	padding: 2px 0px;
	font-weight: bold;
	color: #000;
	font-style: italic;
	font-size: 8pt;
}

.CMSArticle .articlebody{
	font-weight: normal;
	margin: 0px; 
	padding: 0px 0px 5px 0px;
}

.CMSArticle .attachment {
	float: left;
	margin: 0px;
	padding: 0px;
}

.CMSArticle .attachment img{
	margin: 0px 4px;
	padding: 1px;
	border:1px solid gray;
}

.CMSArticle .attachment_description{
	clear:left;
	width:100px;
	height: 30px;
	font-size:8pt;
	margin: 0px 5px;
	padding: 0px;
	overflow: hidden;
}

.CMSArticle .attachment_link  {
	width:560px;
	margin: 0px;
	padding: 2px 0px;
}


.Default .CMSLink  {
        display: block;
}

.CMSNavigator .CMSLink  {
        display: block;
}

.subgroup {
    width: 300px;
    float: left;
}

.navbar {
    margin: 10px 0;
}

.navbar .TextHTML {
        display: inline;
}

.navbar .Text {
        display: inline;
}
