@charset "utf-8";

*
{
  padding: 0;
  margin: 0;
}
body
{
	font-family: Calibri, Arial, sans-serif;
	/* font-family: arial, sans-serif;\9; */
	font-size: 12px;
	text-align: center;
	color: #2C3D52;
	line-height: 1.4em;                                 
  	background: #334A6A url(bg1.jpg) no-repeat center top;   
/*   	background: url(cerc-web.png) no-repeat 83px top; */

}
.editor
{
   background-color: #ffffff;
}  

/* ---------------------------------obecné------------------------------------------- */
.left { float: left; }
.right { float: right; }
.cl { clear: both; height: 1px;margin: 0;padding: 0; }
.center { text-align: center; }

.mb10 { margin-bottom: 10px;}
.mr15 { margin-right: 15px;}

/* font */
.b { font-weight: bold; font-family: Calibri, Arial, sans-serif; }
.i { font-style: italic; font-family: Calibri, Arial, sans-serif; }
.white { color: #ffffff; }
.hidden { display: none;}
.gallery-items .itm.hidden {display: none;} 
h1{  }
h2{  }
h3{  }
h4{  }
h5{  }
h6{ font-size: 12px; }

a { text-decoration: underline; color: #2C3D52;}

hr 
{
   border: 0;
   border-bottom: 1px solid #4A4D5B;
   height: 1px;

}

a:hover { text-decoration: none; }
a img{ border: none; } /* , a:link img */

p { margin: 0 0 5px 0; }

h1, h2, h3, h4, h5, h6
{
   font-weight: bold;
   
}


h1, .editor h1
{
   padding: 10px 20px 10px 23px;
   font-size: 18px;
   line-height: 21px;
   font-weight: normal;
   background: url(hp-content.png) repeat left top;
   color: #990033;
}
.label-left
{
   float: left;
   background: none;
   padding-right: 7px;
}

h2, .editor h2
{
   padding: 12px 0 8px 0;
   font-size: 16px;
   color: #990033;
}
h3, .editor h3
{
   padding: 12px 0 8px 0;
   font-size: 14px;
   color: #990033;
}
h4, .editor h4
{
   font-size: 13px;
   padding: 12px 0 8px 0;
   color: #990033;
}
h5, .editor h5
{
   font-size: 12px;
   padding: 12px 0 8px 0;
   color: #990033;
}
h6, .editor h6
{
   font-weight: normal;
   font-size: 11px;
   padding: 12px 0 8px 0;
   color: #990033;
}
ul, .editor ul
{
   padding-bottom: 10px;
   list-style: none;
   padding-left: 6px;
}
ol, .editor ol
{
   padding-bottom: 10px;
   padding-left: 25px;
}
ul ul, .editor ul ul
{
   padding: 0;
}
ul li, .editor ul li
{
   padding-left: 14px;
   background: url(list.gif) no-repeat left 5px;
}
ul ul li, .editor ul ul li
{
   padding-left: 20px;
   background: url(list2.gif) no-repeat left 5px;
}

ol li, .editor ol li
{
   padding-left: 0;
}

.col-middle a
{

}
.col-middle a:hover
{

}




table{ font-size: 100%; 	margin: 10px 0;}
table td, table th { padding: 4px; text-align: left; }

input.field, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px;
	border: 1px solid #00306e;
}
input
{

}
textarea
{

}
input.checkbox,
input.radio
{
	border: none;
	background: none;
	width: auto;
}



/* tabulky */
table.cms-editor-table.standard
{
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
   border: 0;
   border-bottom: 1px solid #990033;
}
table.cms-editor-table.highlighted
{
	border-collapse: collapse;
	width: 100%; 
	margin: 10px 0;
	border: 0;
   border-bottom: 1px solid #990033;

}
table.cms-editor-table.standard th
{
   border: 0;
   border-top: 1px solid #990033;
   background: none;
   color: #2C3D52;
}
table.cms-editor-table.highlighted th
{
   border: 0;
   border-top: 1px solid #990033;
   color: #2C3D52;
}
table.cms-editor-table.standard th,
table.cms-editor-table.highlighted th
{
	padding: 6px 15px 3px 15px;
	text-align: left;
	font-weight: normal;
}
table.cms-editor-table.highlighted th 
{
   background: url(hp-content.png) repeat left top;
}

table.cms-editor-table.standard td,
table.cms-editor-table.highlighted td
{
	padding: 6px 15px 3px 15px;
	border: 0;
   border-top: 1px solid #990033; 
}
/* table.cms-editor-table.standard td { border-bottom: 1px solid #404040;}
table.cms-editor-table.highlighted td { border-bottom: 1px solid #404040;} */

.citace
{
   background:url("hp-content.png") repeat left top;
   color: #2c3d53;
   font-weight: bold;
   font-style: italic;
   font-size: 18px;
   width: 175px;
}
.citace-in
{
   padding: 13px 20px 25px 17px;
}
.citace h2, .citace h3, .citace h4
{
   padding: 8px 0;
}

.main
{
	width: 700px;
	text-align: left;
	margin: 0 auto; 
}

.main-in
{
   width: 700px;
   float: left;
	min-height: 100%;
	background: url(bg1.png) no-repeat left 33px;
}
.header
{
	width: 700px;
   height: 350px;
	position: relative;
	top: 33px;
	padding-bottom: 33px;
}


.cols
{
   width: 700px;
   float: left; 
   min-height:349px;  
}
.hp-cols
{

}
.hp-cols .col-left
{
   width: 350px;
   float: left;
   min-height: 100px;
   background: url(hp-content.png) repeat left top;
}
.hp-cols .col-left h1
{
   padding-left: 0;
   padding-bottom: 20px;
}
.hp-cols .col-left .in
{
   padding: 25px 20px 20px 25px;
   line-height:1.4em;
}
.hp-cols .col-middle
{
   width: 175px;
   float: left;
   min-height: 100px; 
   color: #990033;  
   background-color: #ffffff;
   height: 350px;
}
.hp-cols .col-middle .in
{
   padding: 25px 20px 20px 25px;
}

.hp-cols .col-right
{
   float: left;
   width: 175px;
   min-height: 100px;
   padding: 0;
   background: url(bg-darker.png) repeat left top;
}

.pg-cols .col-left
{
   width: 525px;
   float: left;
   background-color: #ffffff;
   position: relative;
}
.pg-cols .col-left .in
{
   padding-bottom: 30px;
   width: 525px;
   float: left;
}
.pg-cols .col-right
{
   float: left;
   width: 175px;
   min-height: 100px;
   padding: 0;

}
.pg-cols .col-right .in
{
   padding:25px 20px 20px;
   background: url(bg-darker.png) repeat left top;
}

.pg-cols .col-left .in .messages p
{
   margin-left: 0;
}

/* header */

.header-left
{
   width: 400px;
   height: 92px;
   position: relative;
   float: left;
}

.header-right
{
   width: 602px;
   height: 92px;
   float: left;  
}


.logo
{
   position: relative;
	left: 0px;
	top: 0px;
   width: 176px;
   height: 176px;
   cursor: pointer;
   float: left;
}

.homelink
{
   display: block;
   width: 176px;
   height: 176px;
   cursor: pointer;
   background: url(logo.gif) no-repeat left top;
}

.vh{display: none;}
.header-bg
{
   background: url(header.png) no-repeat right 0px;
   z-index: 9;
   position: absolute;
   right: 0;
   top: 50px;
   width: 759px;
   height: 279px;
}
.page .header-bg
{
   top: -73px;
}
.header-img
{
   background: url(header-img-green.jpg) no-repeat left top;
   width: 654px;
   height: 264px;
   float: left;
   position: relative;
}
/* .top-menu 
{
   position: absolute;
   right: 15px;
   top: 27px;
   z-index: 9999;
   width: 178px;
   height: 220px;
   overflow: hidden;
}
.top-menu li
{
   background: none;
   padding: 0 ;
}
.top-menu li a
{

	font-family: Calibri, Arial, sans-serif;
   font-weight: bold;
   font-size: 32px;
   line-height: 38px;
   color: #ffffff;
   text-decoration: none;
   z-index: 9999;
   position: relative;
}
.top-menu li a:hover
{

} */


.search-form
{
   width: 139px;
   height: 47px;
   position: absolute;
   right: 0;
   top: 176px;
   z-index: 200;
   background-color: #ffffff;
   padding: 20px 18px;
}
.search-form label
{
   color: #334A6A;
   clear: both;
   font-size: 11px;
   font-family: arial;
   float: left;
   width: 103px;
   padding-bottom: 6px;
}
.search-form .field
{
   width: 103px;
   height: 13px;
   padding: 4px 5px;
   float: left;
   font-size: 14px;
   background-color: #ffffff;
   border: 1px solid #334A6A;
}
*html .search-form .field
{
   height: 23px;
   width: 113px;
}
.search-form .submit
{   
   width: 23px;
   height: 23px;
   cursor: pointer;
   border: 0;
   float: left;
   color: #ffffff;
   font-family: arial;
   font-size: 11px;
   text-transform: uppercase;
   background-color: #334A6A;

}



.header-right
{
   float: left;
   width: 524px;
   height: 176px;
}
.lang-menu
{
   width: 525px;
   padding-top: 44px;
}

.lang-menu ul
{
   list-style: none;
   
}

.lang-menu a 
{
   color: #ffffff;
   text-decoration: none;
   width: 175px;
   display: block;
   float: right;
}
.lang-menu a:hover, .lang-menu a.active { color: #990033}


.lang-menu-claim
{
   width: 525px;
   padding-top: 28px;
}
.lang-menu-claim .col
{
   width: 175px;
   float: left;
   font-size: 17px;
   font-weight: bold;
   font-style: italic;
   min-height: 20px;
   letter-spacing: -1px;
}
.lang-menu-claim .col-1
{

}
.lang-menu-claim .col-2
{
   color: #ffffff;
}
.lang-menu-claim .col-3
{
   color: #A1ADBE;
}

.menu-top
{
   background-color: #334A6A;
   width: 524px;
   height: 33px;
   position: absolute;
   left: 176px;
   top: -33px;
}
.menu-top ul
{
   padding-top: 7px;
}
.menu-top li
{
   float: left;
   background: url(list-top.gif) no-repeat left 5px;
   padding-left: 17px;
   padding-right: 10px;
   font-size: 11px;
}
.menu-top li.first
{
   padding-left: 10px;
   background: none;
}
.menu-top li a
{
   color: #ffffff;
   text-decoration: none;
}
.menu-top li a:hover, .menu-top li a.active
{
   text-decoration: underline;
}





.menu-main
{
   margin-left: 176px;
   width: 184px;
   height: 174px;
   background: url(menu-main-bg.png) repeat-y left top;
   float: left;
}
.menu-main ul
{
   list-style: none;
   padding: 0;
   padding-top: 20px;
   
}
.menu-main ul li
{   
   padding: 0px 8px 1px 26px;
   font-size: 14px;
   background: none;
}
.menu-main ul li.active
{
   background: url(menu-active.png) no-repeat right 3px;
}
.menu-main li a
{
   text-decoration: none;
    color: #ffffff;   
}
.menu-main li a:hover, .menu-main li a.active
{
   text-decoration: underline;
}




/* .menu-main ul ul
{
   position: absolute;
   left: 0;
   top: 32px;
   background-color: #FF4E4E;
   padding: 10px 10px 15px 13px;
   width: 192px;
   display: none;
   z-index: 999;
}

.menu-main ul ul li
{
   float: none;
   background-color: #FF4E4E;
   padding-bottom: 5px;
   font-size: 14px;
   font-weight: normal;
} */



.submenu
{
   width: 165px;
   height: 174px;
   background: url(menu-main-bg.png) repeat-y right top;
   float: left;
}


.submenu ul
{
   list-style: none;
   padding: 0;
   padding-top: 20px;
}
.submenu ul li
{
   padding: 0 8px 1px 26px;
   background: none;
}
.submenu li a
{
   color: #ffffff;
   text-decoration: none;
}
.submenu li a:hover, .submenu a.active
{
   text-decoration: underline;
}
.submenu ul ul
{
   padding: 0;
}
.submenu ul ul li
{
   padding: 0 8px 1px 10px;
}
.submenu ul ul ul li a
{

}

.banner-img
{
   float:left;
   height:174px;
   width:174px;
   background: url(img.png) no-repeat left top;
}
.breadcrumb
{
   font-size: 11px;
   color: #2C3D52;
   font-family: arial;
   padding: 13px 23px;
}
.breadcrumb a
{
   color: #2C3D52;
   text-decoration: underline;
}
.breadcrumb a:hover { text-decoration: none;}







.article
{
   float: left;
   width: 477px;
   padding: 20px 24px 0 24px;
}
.article .item
{

   float:left;
   padding-bottom:15px;
   width:100%;  
}

.article .item .img
{
   float:left;
   margin: 6px 20px 20px 0;
   position:relative;
}

.article .item .text
{
   width: 181px;
   float: left;
}
.article .item.withoutImg .text
{

   padding-left: 0;
   width: 100%;
} 
.article .item h2.label
{
   color:#990033;
   font-size:16px;
   padding:0 10px 5px 0;
   float: left;
}
 .article .item h2.label a
{
   color: #990033;
   text-decoration: none;
}
.article .item h2.label a:hover{text-decoration: underline;}
.article .item .perex
{

}
.article .item .date
{
   font-size: 11px;
   background: url(dot.gif) no-repeat left 3px;
   padding-left: 17px;
   color: #2C3D52;
}
.article .item .more
{

}
.nav-article
{
   font-family: georgia;
   font-weight: bold;
}
.nav-article .date
{
   color: #000;
   padding-right: 5px;
}
.nav-article .rubric a
{
   text-decoration: none;
}
.nav-article .rubric a:hover {text-decoration: underline;}



.article-detail
{

} 
.article-detail .item
{

}
.article-detail .item .art-nav-top
{
   height: auto;
   padding-bottom: 10px;
}
.article-detail .item .label
{
font-size:14px;
padding:0 0 15px 0;
}
.item .date
{

}
.article-detail .item .date
{
   color:#000000;
   font-family:georgia;
   font-size:14px;
   font-weight:bold;
   padding-bottom:15px;
   padding-right: 10px;
}
.article-detail .item .rubric
{
   font-family:georgia;
   font-size:14px;
   font-weight:bold;
}
.article-detail .item .rubric a
{
   text-decoration: none;
}
.article-detail .item .rubric a:hover {text-decoration: underline;}
.article-detail .item .img
{
   float: left;
   margin:0 14px 8px 0;
}
.article-detail .item .perex
{
   color:#000000;
   font-size:14px;
   font-weight:bold;
   padding-bottom:15px;
   padding-top: 15px;
}
.article-detail .item.withoutImg .perex
{
   width: 100%;
}
.article-detail .item .content
{

}

.boxies-right
{
   padding-bottom: 25px;
}
.box
{
/*    padding: 15px 0 2px 0;   */
   padding-top: 15px;
}
.col-middle .box
{
   padding: 0 0 15px 0;
}

.box.banner, .box.banner .box-in
{
   background: none;
}
.box-in
{
   &padding-bottom: 2px;
}
.hp-cols .box .label
{   
/*    height: 26px; */
   color: #990033;
   font-size: 14px;
   padding: 0px 0px 30px 0px;
   line-height: 1.4em;
}

.hp-cols .box .content
{
   color: #990033;
}

.pg-cols .box .label
{   
/*    height: 26px; */
   color: #ffffff;
   font-size: 14px;
   padding: 0px 0px 30px 0px;
   line-height: 1.4em;
}

.pg-cols .box .content
{
   color: #ffffff;
}











.footer
{
   width: 700px;
   height: 205px;
   clear: both;
   color: #ffffff;
}
.footer-in
{

}
body .footer a
{
   color: #FFFFFF;  
}
.footer a:hover {text-decoration: none;}
.footer-in .left
{
   width: 620px;
}
.footer-in ul {list-style: none; padding: 0;}
body .footer-in ul li 
{
   display: inline;
   padding-left: 0;
   background: none;   
}
.footer-in li a
{
  
}
.footer-in li a:hover
{
  
}
.footer-in .left
{
   width: 525px;
   height: 170px;
   float: left;
   background: url(bg-footer.png) repeat left top;
}
.footer-in .right
{
   width: 155px;
   padding-top: 82px;
   padding-left: 20px;
}
.footer-in .right .claim
{
   padding-top: 23px;
}








.cal 
{

	padding: 0px 0 2px 0px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
   background:url("box-dot.png") repeat-x left bottom;
}
.cal-in
{
   background: #FFF1F1 url("box-bg-jurta.png") repeat left top;
}
/* mutace start */
.pradelna .cal-in { background: #F1FBFC url(box-bg-pradelna.png) repeat left top;}
.osmyDen .cal-in { background: #F1FBFC url(box-bg-osmyDen.png) repeat left top;}
.nebocady .cal-in { background: #FFF5EF url(box-bg-nebocady.png) repeat left top;}
/* mutace end */
.cal a
{

}
.cal table
{
	width: 100%;
	border-spacing: 0px;
	padding-bottom: 0px;
}

.cal table.select-date
{
	padding-bottom: 0;
	border: none;
	height: 39px;
}


.cal tr.day td
{
	text-align: center;
	color: #000;
	font-weight: bold;
	font-family: Calibri, Arial, sans-serif;
}
.cal tr.day td a
{
	text-decoration: none;
}
.cal tr.day td.event { background-color: #FFCACA;}
.cal tr.day td.event a { color: #000; }
.cal tr.day td.today { background-color: #FF7171;color: #ffffff;}
.cal tr.day td.today a { color: #ffffff; }
.cal tr.day td
{
	text-align: center;
	width: 28px;
	height: 27px;
	padding: 0;
}
.cal tr.days td
{
   background:url("box-dot-small.png") repeat-x left bottom;
   color: #878787;
   font-weight: bold;
   text-align: center;
	font-family: Calibri, Arial, sans-serif;
}
.cal td.months
{
	text-align: center;
	padding: 15px 0 15px 0;
	background:url("box-dot-small.png") repeat-x left bottom;
}

.prev-month span
{
   background: url(jurta-sipka-left.png) no-repeat left top;
   width: 19px;
   height: 18px;
   display: block;
   margin-left: 10px;
}
.next-month span
{
   background: url(jurta-sipka-right.png) no-repeat left top;
   width: 19px;
   height: 18px;
   display: block;
   margin-right: 8px;
}


.box-acts
{
   float: left;
   width:205px;
}
.box-acts .item
{
   padding: 13px 0 12px 0;
   border-bottom: 1px solid #CCCCCC;
}
.box-acts .item .date
{
   color: #999999;
   padding-bottom: 0px;  
   font-size: 12px; 
}
.box-acts .item h3.label
{
   font-size: 11px;
   font-weight: normal;
   padding: 0;
}
.box-acts .item h3.label a
{
   color: #333333;
}

.page-navigation
{
   float: right;
   margin: 35px 5px 0 10px;
}
.page-navigation .left
{
   width: 212px;
   height: 20px;
   border-top: 1px solid #333333;
   border-bottom: 1px solid #333333;
   padding: 9px 0px 11px 15px;
   float: left;
}
.page-navigation .left a
{
   display: block;
   float: left;
   margin-right: 15px;
}
.page-navigation a {text-decoration: none;}
.page-navigation a:hover {text-decoration: underline;}
.page-navigation .right
{
   margin-left: 11px;
   width: 433px;
   height: 20px;
   border-top: 1px solid #CCCCCC;
   border-bottom: 1px solid #CCCCCC;
   padding: 9px 0px 11px 15px;
   float: right;
}




.action
{
   float:left;
   padding:20px 24px 0 24px;
   width:477px;
}
.action .item
{
   float:left;
   padding-bottom:15px;
   width:100%;
}
.action .item.first{ margin-left: 0;}
.action .item h2.label
{
   color:#990033;
   float:left;
   font-size:16px;
   padding:0 10px 5px 0;
}
.action .item h2.label a {text-decoration: none;color:#990033;}
.action .item h2.label a:hover { text-decoration: underline;}
.action .item .img
{
   position: relative;
   margin: 9px 20px 15px 0;
   float: left;
}
.nav-action-top
{
   float: left;
   padding-top: 2px;
}
.action .item .date
{
   background:url("dot.gif") no-repeat left 3px;
   color:#2C3D52;
   font-size:11px;
   padding-left:17px;
   margin-right: 10px;
}
.action .item .place
{
   background:url("dot.gif") no-repeat left 3px;
   color:#2C3D52;
   font-size:11px;
   padding-left:17px;
}
.action .item .perex
{
   padding-top: 5px;
}

.action .item .more, 
.article .item .more
{
   float: right;
   padding-right: 21px;
   background: url(more-jurta.png) no-repeat right 3px;
   font-size: 11px;
   text-decoration: none;
   font-weight: bold;
   text-transform: uppercase;
}
.action .item .more:hover, 
.article .item .more:hover
{
   text-decoration: underline;
}
/* mutace start */
.pradelna .action .item .more, .pradelna .article .item .more  {background: url(more-pradelna.png) no-repeat right 3px;}
.osmyDen .action .item .more, .osmyDen .article .item .more { background: url(more-osmyDen.png) no-repeat right 3px;}
.nebocady .action .item .more, .nebocady .article .item .more { background: url(more-nebocady.png) no-repeat right 3px;}
/* mutace end */
.action .item .more:hover {text-decoration: underline;}


.pager
{

   color:#990033;
   position: absolute;
   bottom: 14px;
   right: 20px;
}
.attachment .pager
{
	position: static;
	float: right;
	margin-right: 25px;
}
.pager a
{
color: #990033;
}

.pager-lists a, .pager-lists span.active
{

   margin: 0 4px;
   font-size: 12px;
}
.pager-lists span.active { font-weight: bold;}
.pager-lists a {text-decoration: underline; }
.pager-lists a:hover {text-decoration: underline;}
.pager-lists a.active {font-weight: bold;}

.pager-first
{

}
.pager-first
{

}

.pager-prev
{

}
.pager-first
{
   top: 2px;
   position: relative;
}

.pager-last 
{
   top: 2px;
   position: relative;
}


.border
{
   margin-top: 25px;
   border-top: 1px solid #CCCCCC;
}

.action-detail, .gallery
{
   width: 100%;
   float: left;
/*    margin-bottom: 30px; */
}
.action-detail .item
{

}
.action-detail .item .img, .gallery .item .img
{
   float: left;
   margin: 0 20px 15px 0;

}

.action-detail .item-in
{
   background:url("hp-content.png") repeat left 3px;
}
.action-detail .item-in-in
{
   padding:20px 20px 20px 23px;
}
.action-detail .withImg .item-in-in
{

   min-height: 132px;
}
.action-detail .item h1.label
{
   background:none;
   float:left;
   padding-right:7px;
   color:#990033;
   font-size:18px;
   line-height:21px;
   padding:0px 20px 10px 3px;
}
.action-detail .item 
{

}
.action-detail .item .date
{
   background:url("dot.gif") no-repeat left 3px;
   color:#2C3D52;
   font-size:11px;
   margin-right:10px;
   padding-left:17px;
}
.action-detail .item .place
{
   background:url("dot.gif") no-repeat left 3px;
   color:#2C3D52;
   font-size:11px;
   padding-left:17px;
}
.action-detail .item .perex
{

}
.action-detail .nav-action-top 
{
   padding-top: 3px;
}
.action-detail .content
{
   padding:20px 20px 0px 23px;
}





.gallery
{
   margin-bottom: 10px;
   float: left;
}
.gallery .item
{
   width: 150px;
   float: left;
   margin-left: 13px;
   position: relative;
   margin-top: 21px;
   padding: 0px 0 0px 0;
}         
.gallery .item.first{ margin-left: 23px;}

.gallery .item .img
{
   float: none;
}
.gallery .item .img img
{
   vertical-align: middle;
}
.gallery .item .label
{
   font-size: 16px;
   height: 30px;
   overflow: hidden;
   padding: 15px 0 13px 0;
}
.gallery .item .label h2
{
   font-size: 12px;
}
.gallery .item .label a { text-decoration: none;}
.gallery .item .label a:hover { text-decoration: underline;}
.gallery .item .text
{

}

.gallery-items
{
   width: 100%;
   margin-left: 23px;
   float: left;
   padding-top: 12px;
}
.itm-pc
{
   float: left;
   margin-right: 13px;
   margin-top: 13px;
   width:150px;
}

.gallery-items .itm
{
   width:150px;
   height:150px;   
   display: block;
   /* padding-bottom: 20px; */
   position: relative;
   z-index: 9;
}
.gallery-items .itm.first {margin-left: 0;}

.gallery-items .itm:hover .img-hover
{
   background: url(img-hover.png) no-repeat left top;
   display: block;
   width: 150px;
   height: 150px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 99;
   cursor: pointer;
}

.gallery-items .audio .itm:hover .img-hover
{
   background: url(img-hover-audio.png) no-repeat left top;
}

.gallery-items .video .itm .img-hover
{
   background: url(video-img.png) no-repeat right bottom;
   display: block;
   width: 150px;
   height: 150px;
   position: absolute;
   left: 0;
   top: 0;
   z-index: 99;
   cursor: pointer;
}
.gallery-items .video .itm:hover .img-hover
{
   background: url(img-hover-video.png) no-repeat left top;
}
.gallery-items .itm img
{
   position: relative;
   z-index: 1;
}

.itm-pc .lb
{
   font-weight: bold;
   padding-bottom: 0px;
}
.itm-pc .desc
{

}

.news-detail
{
   width: 100%;
   float: left;
}
.news-detail .item
{
   margin-bottom:24px;
   float: left;
   width:686px;
}
.news-detail .item .label
{
   font-size:18px;
   font-weight:bold;
   padding-bottom:10px;
   padding-top:0;

}
.news-detail .item .perex {}
.news-detail .item .date
{
   font-size: 12px;
   padding-top:11px;
}
.news-detail .item .text
{
   border-bottom:1px solid #CCCCCC;
   float:left;
   padding:0px 0 8px 0px;
   position:relative;
   width:686px;
}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}

.messages
{
   margin: 15px 0 15px 0;
   color: #ffffff;
   font-weight: bold;
   font-size: 16px;

}
.messages .info, .messages .error, .messages .title
{
   margin-bottom: 0;
   margin-left: -23px;
   padding: 10px 15px 10px 15px;
   width: 495px;
}
.pg-cols .col-left .in .customForm .messages p
{
   margin-left: -23px;
}
.messages .info, .messages .title
{
   background: #469A00;
}
.messages .error
{
   background: #EE0000;
}
.customForm-content
{
   float: left;
   padding: 0px 24px 0 23px ;
   width: 477px;
}
.customForm
{
   width: 482px;
   float: left;
   padding-bottom: 20px;
}
.customForm-content th, .customForm-content td
{
   padding: 0;
}
.customForm td.label, .article-detail .customForm td.label 
{
   padding: 6px 0 15px 0;
}
.customForm td.field
{
   padding: 0 0 0 10px;
}

.customForm .customFormField
{
   border: 1px solid #990033;
   width: 295px;
   height: 19px;
   padding: 2px 10px;
   color: #000;
   margin: 1px;
   float: right;
}
.customForm .customFormField:hover,
.customForm .customFormField:focus,
.captcha .system-captcha-code:hover,
.captcha .system-captcha-code:focus,
.login-form .field:hover,
.login-form .field:focus
{
   border: 2px solid #990033;
   margin: 0;
}
.customForm .field-radio .customFormField { width: 200px;}
.customForm select
{

}
.customForm textarea.customFormField
{
   border: 1px solid #990033;
   width: 295px;
   height: 130px;
   padding: 5px 10px;
}
.customForm td
{
   vertical-align: top;
   padding: 4px 0;
}
.customForm .submit
{
   background-color: #990033;
   font-size: 14px;
   text-align: center;
   float: right;
   font-weight: bold;
   cursor: pointer;
   padding: 4px 10px;
   border: 0;
   color: #ffffff;
   margin: 0;
   margin-top: 31px;
   width: 176px;
   height:25px;
   /* width: 162px; */
}
.customFormNotice
{
   padding: 5px 0 5px 10px;
}
.field-radio, .field-select, .field-checkbox, .field-file
{
   padding-left: 11px;
}
.customForm .field-radio,  
.customForm .field-checkbox, 
.customForm .field-file,
.customForm td.field-select
{
   padding-left: 20px;
   &padding-left: 15px;
}


.captcha
{
   margin-left:162px;
   position:relative;
   height: 52px;
}
.captcha .system-captcha-image
{
   position: absolute;
   left: 10px;
   top: 54px;
}
.captcha .captcha-help
{
   position: absolute;
   left: 0;
   top: 5px;
   width:300px;
}
.captcha .system-captcha-code
{
   position: absolute;
   right: 0;
   top: 47px;
   border:1px solid #990033;
   height:19px;
   margin:1px;
   padding:2px 10px;
   width:153px;
}
.customForm .label
{
   font-size: 13px;
}


.gestbook
{
   width: 100%;
   float: left;
}
.gestbook .gestbook-content .item
{
   padding-top: 20px;
   float: left;
   width: 100%;
}             
.action-detail .gestbook-content .gestbook .item .date
{
   background:url("dot.gif") no-repeat left 5px;
   color:#2C3D52;
   font-size:11px;
   margin-right:10px;
   padding-left:17px;
   float: left;
}
.gestbook .item .autor
{
   font-weight: bold;
   padding-left: 15px;

}
.gestbook .item .txt
{
   float: none;
   border-top: 0;
   margin-bottom: 0;
   padding-top: 10px;
}
.gestbook .item .g-txt
{
   border-bottom:1px solid #000000;
   float:left;
   margin-bottom: 0px;
   padding:15px 0;
}

.sitemap
{
/*    border-bottom:1px solid #CCCCCC;
   padding-bottom: 30px;
   margin-bottom: 40px; */
}
/* 1.level */
.page-sitemap
{

}
.page-sitemap-content
{
   float:left;
   padding:0 24px 0 24px;
   width:477px;
}
.page-sitemap a {text-decoration: none;}
.page-sitemap a:hover { text-decoration: underline;}
.page-sitemap ul
{
   padding-bottom: 0;
}
.page-sitemap ul li
{
   padding:5px 0 0px 15px;
   background:url(list.gif) no-repeat 0 10px;
   font-weight: bold;
   font-size: 16px;
}
.page-sitemap li a
{
   color: 415065;
   text-decoration: none;
   
}
.page-sitemap li a:hover { }


/* 2.level */
.page-sitemap ul ul
{
   padding-left: 0px;
   padding-top: 3px; 
}
.page-sitemap ul ul li
{
   background:url(list2.gif) no-repeat 0 5px;
   padding-left:13px;
   padding-top: 0;
   font-size: 13px;
}
.page-sitemap ul ul li a
{
   color: #990033;
}
.page-sitemap ul ul li a:hover { }

/* 3.level */
.page-sitemap ul ul ul 
{
   padding-left: 2px;
}
.page-sitemap ul ul ul li
{
   background:url(list3.gif) no-repeat 0 7px;
   padding-left:13px;
   padding-top: 0;
   font-size: 13px;
   font-weight: normal;
}

.page-sitemap ul ul ul li a
{
   color: #990033;
}
.page-sitemap ul ul ul li a:hover { }


/* 4.level */
.page-sitemap ul ul ul ul
{

}
.page-sitemap ul ul ul ul li
{

}
.page-sitemap ul ul ul ul li a
{
   font-size: 12px;
}
.page-sitemap ul ul ul ul li a:hover {}


.reference
{
   width: 100%;
   float: left;
}
.reference .item
{
   background:url("box-dot.png") repeat-x left bottom;
   float:left;
   padding-bottom:15px;
   padding-top:12px;
   width:100%;
}
.reference.detail .item
{
   background: none;
}

.reference .item.second
{
   margin-left: 29px;
}              
.reference .item a.image
{

}
.reference .item img
{
   float: left;

}
.reference .item .txt
{
   color: #000;
}
.reference .item .txt .itm span
{
   font-family: georgia;
   font-weight: bold;
}
.reference .item .label
{
   color:#000000;
   font-size:15px;
   font-weight:bold;
   padding:0 0 5px 0;

}
.reference .item .label a
{
   color: #000;
}
.reference .item .img
{
   float:left;
   margin:6px 10px 10px 0;
   position:relative;
}
.reference .item .label a {text-decoration: none;}
.reference .item .label a:hover {text-decoration: underline;}
.reference .item .itm
{
   padding-bottom: 6px;
}
.reference .item .perex
{

}
.reference .item.withoutImg .perex
{

}
.reference.detail .item .perex
{
   height: auto;
   margin-bottom: 20px;
}
.reference.detail .item .content
{
   padding: 0px 0 12px 0;
/*    border-bottom: 1px solid #000000; 
   margin-bottom: 20px;
   padding: 25px 0;
*/
   width: 100%;
   float: left;
}
.box-article .news
{
   width: auto;
   margin-top: 0;
}
.news 
{
   width: 525px;
   float: left;
}
.news .item
{

   float: left;
   padding: 10px 25px 10px 25px;
   width: 475px;
}
.nav-news-top
{
   height: 57px;
}
.news .item h2.label
{
   font-size:16px;
   margin:0;
   color: #990033;
   float: left;
   padding:0 15px 5px 0;
}
.news .item h2.label a
{
   text-decoration: none;
   color: #990033;
}
.news .item h2.label a:hover
{
   text-decoration: underline;
}
.news .item .date
{
   background:url(dot.gif) no-repeat left 7px;
   color:#2C3D52;
   font-size:11px;
   padding-left:15px;
   padding-top: 2px;
   display: block;
   float: left;
}
.news .item .perex
{

}
.news .item .perex-in
{
   height: 53px;
   overflow: hidden;
}


.news.detail .item
{
   padding: 0;
   border: 0;
   width: 525px;
}
.news.detail .item .label
{
   background:none;
   color:#990033;
   float:left;
   font-size:18px;
   line-height:21px;
   padding:0 20px 10px 3px;
}
.news.detail .item .date
{

}
.news.detail .item .item-in
{
   background: url(hp-content.png) repeat left 3px;
}
.news.detail .item .item-in-in
{
   padding:20px 20px 20px 23px;

}
.news.detail .item .item-in .date
{
   padding: 3px 10px 0 23px;
   display: block;
   float: left;
   background:url("dot.gif") no-repeat 8px 8px;
}
.news.detail .item .perex
{

}
.news.detail .item .content
{
   padding: 20px 20px 0px 23px;
}

.f3-item
{
   padding: 10px;
}

.box-article
{
   padding:25px 20px 20px 20px;
   height:305px;
}
.box-article .news .item
{
   padding: 0 0 4px 0;
   width: 100%;
}
.box-article .news .item h2.label
{
   color: #ffffff;
   font-size: 14px;
   padding: 0 0 2px 0;
   line-height: 1.4em;
   float: none;
   font-weight: normal;
}
.box-article .news .item h2 a
{
   color: #ffffff;
}

.box-article .news .perex
{
   color: #ffffff;
/*    height: 68px;
   overflow: hidden; */
   display: none;
}
.box-article .news .date
{
   color: #990033;
   font-size: 12px;
   background: none;
   padding-left: 0;
}

.box-article .news .more
{
   text-decoration: none;
}




.box-kalendar,
.box-anketa
{
   background: #EBEBEB url("box-bg-silver.png") repeat left top; 
   margin-bottom: 20px;
}
.box-kalendar .label,
.box-anketa .label,
.loginForm .label
{
   padding: 2px 10px 5px 10px;
   text-transform: uppercase;
   font-size: 14px;
   color: #000;
}


.box-kalendar .in,
.box-anketa .in
{
   background: url(box-dot.png) repeat-x left bottom;
}
.box-kalendar
{

}
.box-anketa
{
   color: #333333;
}
.box-anketa .voting h3
{
   padding: 10px;
   padding-top: 12px;
   background: url(box-dot-small.png) repeat-x left bottom;
   color: #333333;
   font-size: 12px;
}
.box-anketa .item
{

}
.box-anketa .item .label
{
   padding: 5px 10px 5px 10px;
   background: url(box-dot-small.png) repeat-x left bottom;
   text-transform: none;
}
.box-anketa .item .label a
{
   color: #333333;
   text-decoration: none;
}
.box-anketa .item .label .number
{
   float: right;
   color: #FF4E4E;
   &padding-right: 10px;
   font-weight: bold;

}
.box-anketa .item .label a:hover {text-decoration: underline;}
.box-anketa .graph-border
{
   display: none;
}
.box-anketa .link-archiv
{
   font-weight: bold;
   padding: 5px 10px 7px 10px;
   display: block;
	font-family: Calibri, Arial, sans-serif;
}
.box-anketa .link-archiv a
{
   text-decoration: none;
   color: #FF4E4E;
/*    font-size: 13px; */
   font-family: georgia;
}
.box-anketa .link-archiv a:hover {text-decoration: underline;}

.box-kalendar .in
{
   padding-bottom: 2px;
}
.box-kalendar .item
{
   padding: 9px 10px 0 10px;
   
}
.box-kalendar .item .label
{
   font-weight: bold; 
   color: #000;
   text-transform: none;
   background: none;
   padding: 0;
   font-size: 12px;

}
.box-kalendar .item .label a {text-decoration: none; color: #000;}
.box-kalendar .item .label a:hover {text-decoration: underline;}
.box-kalendar .item .date
{
   font-weight: bold;
   font-size: 12px;
   padding: 0 8px;

}

.box-kalendar .item .perex
{
   color: #5c5c5c;
}
.box-kalendar .item .perex p { display: inline;}

.list-calendar
{
   padding: 10px 10px 0 10px;
}
.list-calendar .left,
.list-reference .left
{
   color:#FF4E4E;
   font-size:12px;
   font-weight: bold;
   font-family: georgia;
}
.list-calendar .left a, .list-reference .left a { text-decoration: none;}
.list-calendar .left a:hover, .list-reference .left a:hover { text-decoration: underline;}
.list-calendar .right
{

}
.list-calendar .next,
.list-reference .next
{
   margin-right: 10px;
}
.list-calendar .prev
{

}
.txt-page-content
{
   padding: 25px;

}
.page-content
{
   background:url("hp-content.png") repeat left top;
   padding: 0px 20px 10px 23px;
}
.page-content h1.label, .search-content h1
{

}

body .page-content .attachment h1.label 
{
   background: none;
   margin-bottom: 0;
   padding-bottom: 0;
   font-size: 18px;
} 

hr.dots, .editor hr.dots
{
   background:url("box-dot.png") repeat-x left bottom;
   border: 0;
   height: 2px;
}





.file-icon
{
   margin-right: 5px;
}  


.header-cross-menu
{
/*    background: url(cross-menu-bg.gif) no-repeat left top; */
   width: 940px;
   height: 11px;  /* all: 180px */
   position: absolute;
   left: 0;
   top: 0;
   z-index: 100;
   overflow: hidden;
}
.cross-menu
{

}
.cross-menu 
{
   height: 44px;
   list-style: none;
   padding: 0;
   position: relative;
   top: 0px;

}
.cross-menu li
{
   background-image: none;
   display: block;
   float: left;
   padding-left: 0;
}
.cross-menu li a
{
   color: #ffffff; 
   height: 44px;
   line-height: 44px;
/*    padding: 0 7px 0 8px; */
   font-weight: bold;
   display: block;
   float: left;
   text-decoration: none;
   font-size: 14px;
   text-align: center;
   width: 52px;

}

.cross-menu li.jurta a
{
   background-color: #ffffff;
   width: 51px;
   color: #ff4e4e;
}
.cross-menu li.osmyDen a
{
   background-color: #33A7EB;
   width: 85px;
}
.cross-menu li.pradelna a
{
   background-color: #55D0DF;
   width: 83px;
}
.cross-menu li.nebocady a
{
   background-color: #FF863A;
   width: 90px;
}

.seoBox
{
   width: 940px;
   height: 136px;
   background-color: #ffffff;
   color: #000;
} 
.seoBox.osmyDen
{
   background-color: #33A7EB;
   color: #ffffff;
}  
.seoBox.pradelna
{
   background-color: #55D0DF;
   color: #333333;
}
.seoBox.nebocady
{
   background-color: #FF863A;
   color: #ffffff;
}

.seoBox .seoBox-logo
{
   padding: 20px 10px 20px 30px;
   float: left;
   width: 185px;
}




.seoBox .right-item
{
   padding: 16px 54px 20px 15px;
   float: left;
   width: 644px;
}
.seoBox .right-item .text
{
   font-size: 14px;
   height: 65px;
   overflow: hidden;
}



.seoBox .quick-menu
{
   margin-top: 9px;
   height: 27px;
   background-color: #C2E5F9;
   width: 541px;
}



.seoBox .quick-menu .label
{
   float: left;
   font-family: georgia;
   color: #333333;
   background: url(quick-menu-label.png) no-repeat left top;
   width: 118px;
   height: 27px;
   line-height: 27px;
   text-align: center;
}



.seoBox .quick-menu ul
{
   list-style: none;
}
.seoBox .quick-menu li
{
   background: none;
   margin-left: 0;
   float: left;
   height: 27px;
   line-height: 27px;
   border-right: 2px solid #33A7EB;
   padding:0 7px 0 8px;
   letter-spacing: 1px;
}
.seoBox .quick-menu a
{
   color: #333333;
   font-size: 15px;
   text-decoration: none;
}
.seoBox .quick-menu a:hover
{

}

.seoBox 
{

}

.col-left .voting
{

}
.col-left .voting .label
{
   padding-bottom: 4px;
   font-weight: bold;

}
.col-left .voting .graph-border
{
   height: 15px;
   background-color: #D6D6D6;
}
.col-left .voting .graph
{
   height: 15px;
}



.reference-hp
{
   margin-top: -20px; 
   background: #EBEBEB url("box-bg-silver.png") repeat left top;
   margin-bottom:20px;
}
.en .reference-hp, .sk .reference-hp, .de .reference-hp
{
   margin-top: 0;
}
.reference-hp .label
{
   background-color: #D6D6D6;
}
.reference-hp .label h2
{
   color: #000;
   padding: 10px;
   font-size: 14px;
}
.reference-hp .item
{
   background: url("box-dot-small.png") repeat-x left bottom;
   padding: 5px 10px;
}                  
.reference-hp .item h3
{
   font-weight: normal;
   font-size: 13px;
   padding: 0;
}
.reference-hp .in
{
   padding-bottom: 2px;
   background: url("box-dot.png") repeat-x left bottom;
}
.reference-hp .list-reference
{
   padding: 10px 10px 0 10px;
}

.search-content
{
   float: left;
   padding: 0px 24px 0 23px ;
   width: 477px;
}
.search-content h5.fulltextFoundType
{
   font-size: 14px;
}
.search-content h3
{

}
.search-content h1
{
   margin-left: -23px;
   width: 482px;
   margin-bottom: 20px;
}
.tips li
{
   padding-bottom: 8px;
   background-position: left 5px;
}




.login-form
{
   padding:18px 0 0 160px;
}
.form-row-item
{
   border: 1px solid #ffffff;
   margin-bottom: 10px;
   width: 174px;
   height: 25px;
}
.login-form .lb
{
   width: 55px;
   float: left;
   padding: 5px 0px 0 10px;
}
.login-form .field
{
   border:0;
   height:18px;
   padding: 3px 10px 3px 10px;
   width:89px;
   color:#ffffff;
   background: transparent;
   padding: 5px 10px 1px 10px\9;
   &padding: 3px 10px 3px 10px;
}
.login-form .field:focus, .login-form .field:hover
{
   border: 0;
}
.login-form .forgot
{
   
}
.login-form .submit
{
   background-color:#990033;
   border:0;
   color:#FFFFFF;
   cursor:pointer;
   font-size:14px;
   font-weight:bold;
   margin:0;
   text-align:center;
   width: 174px;
   height: 25px;
   margin-bottom: 12px;

}
.loginForm
{
   background: #EBEBEB url("box-bg-silver.png") repeat left top;
   margin-bottom:20px;
}
.login-form .in
{
   padding: 9px 10px 10px 10px;
}

.logged
{
   color: #ffffff;
   font-size: 13px;
   padding-top: 75px;
}
.logged h2.label
{
   font-weight: normal;
   color: #ffffff;
   padding: 0;
   font-size: 12px;
}
.logged .in
{
   padding: 0;
}
.logged .in h3
{
   font-size: 13px;
   color: #ffffff;
   padding: 0;
   padding-bottom: 5px;
}
.logged .in p
{
   color: #990033;
}
.logged .in p a
{
   color: #990033;
}

.login-form .messages
{

}
.login-form .messages p
{
   margin-left: 0;
   width: 205px;
}
.box-article .messages p
{
   margin-left: -20px;
   width: 145px;

}
.pg-nav
{
   background:url(hp-content.png) repeat left top;
   color:#2C3D52;
   padding:13px 20px 7px 23px;
   height: 25px;
}

.navigation
{
   bottom:14px;
   color:#990033;
   position:absolute;
   right:20px;
   color:#990033;
}
.navigation a
{
   color:#990033;
}
.navigation .link-recommend
{
   margin-left: 20px;
}
.navigation .link-print
{
   margin-left: 20px;
}
.navigation-recommed .back, .navigation-gestbook .back
{
   margin-left: 20px;
}
.attachment h2.attach
{
   padding-left:23px;
}

.error-content
{
   padding: 0 23px;
}

.pg-nav-gallery
{
   position: absolute;
   bottom: 15px;
   left: 23px;
}

.pt20 {padding-top: 20px;}
.mt10 {margin-top: 10px;}
.fs11 { font-size: 11px;}