@import url("jquery.fancybox-1.3.1.css");
/* ---------------------------------------------------------------
Default Style Sheet
author: Martin Vach
email: info@vades.cz
website: www.vades.cz
--------------------------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
} 
/* ... Body ... */
body
{
	font: 75%/1.5em 'Trebuchet MS', Verdana, Tahoma, arial, sans-serif;
	color: #333333;
	background: #E4DDCB url(../images/bcg-body.png) repeat-x;
	text-align: center;
	line-height: 1.5em;
}
table
{
	width: 100%;
}
table, th, td
{
	font-size: 100%;
}
td
{
	vertical-align: top;
}
h1
{
	font-size: 180%;
	margin: 15px 0 20px 0;
	padding-left: 25px;
	font-weight: normal;
	color: #5F5F5F;
	background: url(../images/bcg-h1.png) no-repeat 0 60%;
}
#IndexMain h1
{
	background: 0 none;
	padding-left: 0;
}
h2
{
	font-size: 130%;
	margin: 20px 0 5px 0;
  	color: #680207;
}

h2 a
{text-decoration:none;
}


h3
{
	font-size: 110%;
	margin-top: 10px;
	padding: 0;
}
/* ... Links ... */
a{color: #680207;}
a:hover{color: #97634E;}
.MoreLink
{
	padding-left: 10px;
	margin-left:  10px;
	font-weight:  bold;
	text-decoration:  none;
}
a.MoreLink:hover
{
	text-decoration:  underline;
	
}
/* ... Text ... */
#Content p
{
	margin-bottom: 10px;
}
.Perex, #CategoryPerex
{
	font-weight: bold;
}
.BoldText
{
	font-weight: bold;
}
.CenterText
{
	text-align: center;
}
/* ... List ... */
#Content ul li,#Content ol li
{
	margin-left: 15px;
	font-size:120%;
	line-height:30px;
}

#Content ul li{
	background: url(../images/bcg-bullet.png) no-repeat 0px 12px;
	list-style: none outside;
	text-indent: 20px;
	margin-left:5px;
}


/* ... Help ... */
.NoScreen
{
  display: none;
}
hr.Cleaner
{
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}
#Counter
{
	display: none;
	text-align: center;
}
/* ... Messages ... */
.ErrorMessage
{
	color: red;
    margin: 20px 0;
    font-size: 110%;
	font-weight: bold;
	padding: 17px 10px 17px 60px;
	border: solid 2px red;
	background: #FFF url(../images/message-error.png) no-repeat 10px 50%;
}
.WarMessage
{
	color: #FF9900;
    margin: 20px 0;
    font-size: 110%;
	font-weight: bold;
	padding: 17px 10px 17px 60px;
	border: solid 2px #FF9900;
	background: #FFF url(../images/message-war.png) no-repeat 10px 50%;
}
.OkMessage
{
	color: #009966;
    margin: 20px 0;
	font-size: 110%;
	font-weight: bold;
	border: solid 2px #009966;
	padding: 17px 10px 17px 60px;
	background: #FFF url(../images/message-ok.png) no-repeat 10px 50%;
}
.DeveloperMess
{
	margin: 20px 0;
	font-size: 150%;
	padding: 10px;
	border: 1px solid #CCC;
}
/* ... Images ... */
a img
{
	border: 0 none;
}
.img-left
{
	float: left;
	margin-right: 15px;
}
.img-right
{
	float: right;
	margin-left: 15px;
}

.mapka
{
	float: right;
	margin: 0 0 10px 15px;
	border:2px solid #EFCFC2;
}

.ListBlock img
{
	float: left;
	margin-right: 15px;
}
#DetailBlock img
{
	float: left;
	margin-right: 15px;
}

.loga
{
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
}

.loga a
{
	border:none;
}

/* //////////////////////////////// LAYOUT //////////////////////// */
#Page,/* #Header, #HeaderTop, #Navigation, #Footer, #FooterText,*/ #FooterIn, #BottomBar
{
	width: 980px;
	margin: 0 auto;
}
/* ... Page ... */
#Page
{
	padding-bottom: 30px;
    background: #F1ECDF;
	
}
#PageIn
{
	text-align: left;
	margin: 0 10px;
	padding: 20px 0;
	background: transparent url(../images/bcg-page-ina.jpg) repeat-x;
}

#ContentIn
{
	text-align:justify;
}

#ContentIn p
{
	font-size:110%;
}


/* ... Header ... */
#Header
{
	text-align:  left;
	line-height: 33px;
	width:960px;
	height:335px;
	margin: 0 auto;
}

#HeaderSlideshow {
  position:relative;
  border:3px solid #EFEADC;
  width:954px;
  height:310px;
  margin: 3px auto 0 auto;
}

#HeaderSlideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#HeaderSlideshow img.active {
    z-index:10;
    opacity:1.0;
}

#HeaderSlideshow img.last-active {
    z-index:9;
}

#HeaderTop
{
	height:107px;
	width:960px;
	margin: 0 auto;
	background: transparent url(../images/bcg-header-top.png) no-repeat 20px 0;
}

#HeaderLogo
{
	padding-left: 50px;
}
#NoLogo
{
	height: 50px;
}
#HeaderName
{
	font-size:  30px;
	padding-left: 50px;
	width: 80%;
}
#HeaderSlogan
{
	font-size:  18px;
	padding-left: 50px;
	font-style:  italic;
	width: 80%;
}


/* ... Content layout ... */
#ContentBox
{
	float: right;
	width: 760px;
}
.Layout_web2 #ContentBox
{
	float: left;
	width: 760px;
}
#Content
{
	float: left;
	width: 560px;
}
.Layout_lc #Content
{
  	width: 700px;
	float: right;
}
.Layout_cr #Content
{
  	width: 700px;
	float: left;
}
.Layout_c #Content
{
	width: 960px;
	float: left;
}
#ContentIn
{
	margin: 0 20px;
}

/* ... Bar ... */
#Bar
{
	float: left;
	width: 200px;
}
.Layout_web2 #Bar
{
  float: right;
}

.Layout_lc #Bar
{
	width: 260px;
}

#BarIn
{
	padding: 0 10px;
}

/* ... Secondary ... */
#Secondary
{
	float: right;
	width: 200px;
}
.Layout_cr #Secondary
{
	width: 260px;
}

#SecondaryIn
{
	padding: 0 10px;
}
/* ... Content items ... */
#BreadCrumb
{
	font-size: 80%;
	text-transform:lowercase;
	line-height: 15px;
	font-weight: bold;
	color: #8F8F8F;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #EFCFC2;
}

/* ... Search result page ... */
.SearchTerm
{
	padding: 5px;
	margin: 10px 0;
	background: #E0E0E0;
}

.ListBlock
{
	border-bottom:  solid 1px #EFCFC2;
	margin-bottom:  20px;
	padding-bottom:  10px;
}
.ListBlock img, .DetailBlock img
{
	border:  solid 2px #EFCFC2;
	padding:  5px;
}

/* ... Catalog and Gallery ... */
.CatalogGallery img,.ListGallery img
{
	margin: 6px;
	margin-left:0px;
	border:  solid 2px #EFCFC2;
	padding:  5px;
}

.CatalogListImg
{
  float: left;
  text-align: center;
 	border:  solid 2px #EFCFC2;
  margin: 6px;
}
.CatalogListImg p
{
  margin-top: 5px;
}
.CatalogListImg a
{
  text-decoration: none;
  font-weight:  bold;
}
.CatalogListImg a:hover
{
  text-decoration: underline;
}
.CatalogGallery img:hover, .ListGallery img:hover,.CatalogListImg:hover {border: solid 2px #97634E;}
/* ... Download ... */
#DownloadTable .EvenRow
{
	background: #F0F0F0;
}
#DownloadTable td
{
	padding:  10px;
	border:  solid 1px #E2E2E2;
}
#DownloadTable tr:hover
{
	background: #D5FFBF;
}
#DownloadTable td h3
{
	margin-top: 0 !important;
	margin-bottom:  5px;
	background: url(../images/bcg-download.png) no-repeat;
	line-height: 32px;
}
#DownloadTable td h3 a,#DownloadTable td .DownloadDes
{
	padding-left: 40px;
}

/* ... Comments... */
.CommentBlock
{
	padding:  10px;
	border:  solid 1px #E2E2E2;
}
.CommentBlock:hover
{
	background: #D5FFBF;
}
.CommentEvenRow
{
	background: #F0F0F0;
}

/* ... Sitemap... */
.SiteMap
{
	padding:  10px;
	border:  solid 2px #EFCFC2;
  	margin-bottom: 20px;
	background:#FFF7DF;
}
.SiteMap ul li
{
  list-style: none;
  font-weight: bold;
  line-height:20px;
  font-size:100% !important;
  background:none !important;
}

.SiteMap ul.SmSubcat li
{
  font-weight: normal;
}

/* ... Pagination ... */
.Pagination
{
  margin-top: 20px;
  text-align: center;
}
.Pagination a
{
	text-decoration: none;
}
.Pagination a:hover
{
	text-decoration: underline;
}
.Pagination .pagenumlink
{
	padding: 3px;
	border: solid 1px #680207;
}
.Pagination span
{
	padding: 3px;
	color: #fff;
	background: #680207;
  	border: solid 1px #680207;
	font-weight:bold;
}
.Pagination p
{
	margin-bottom: 10px;
}

/* ... Bar, Secondary  ... */
#Bar .BlockDiv, #Secondary .BlockDiv
{
	margin-bottom: 15px;
}

#Secondary h4,#Bar h4
{
	font-size: 110%;
	margin-bottom: 5px;
	background: #680207 url(../images/bcg-gradient-color.jpg) repeat-x;
	line-height: 30px;
	padding-left: 40px;
	color:#FFFFFF;
}

#Bar .BlockType_box, #Secondary .BlockType_box
{
	padding:  7px;
	border:solid 1px #EFCFC2;
}
#Bar #BlockSearch, #Secondary #BlockSearch
{
	padding:  0 !important;
	border: 0 none;
}

.NewsTitle
{
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
	background: url(../images/bcg-panel-date.png) no-repeat 0 40%;
	text-indent: 20px;
}

.NewsSummary
{
	margin-bottom: 15px;
}

/* ... Footer ... */
#Footer
{
	font-size: 11px;
	clear: both;
	height: 83px;
	background: #333333 url(../images/bcg-footer.png) repeat-x;
  }
#Footer, #FooterText, #Created
{
	color: #E2DBC8;
}

#Footer a, #FooterText a, #Created a
{
	color: #E2DBC8;
	text-decoration:none;
}

#Footer a:hover, #FooterText a:hover, #Created a:hover
{
	color: #680207;
	text-decoration:none;
}

#FooterIn
{
	text-align: left;
	padding: 5px 0px;
}

#FooterText
{
	margin-top: 12px;
	font-size:  12px;
	text-align:left;
	font-weight:bold;
}

#FooterTextWrap
{
	width: 45%;
	float: left;
	padding-left:10px;
  	line-height: 30px;
 }
#FooterLinks
{
  width: 35%;
  float: right;
  text-align: right;
   margin:30px 10px 0px 0;
}

#Created
{
	clear:  both;
  	font-size:  11px;
   	text-align: left;
  	color: #999;
  	padding-left:10px;
}

#Created a
{
	color: #680207;
}


#Created a:hover
{
	color: #999;
}

/* ... Form ... */
.ContentForm
{
  border: solid 2px #EFCFC2;
  padding: 10px;
  background:#FFF7DF;
  margin:40px 0 0 0;
 }
.LoginF
{
  width: 300px;
  margin: 0 auto;
}
.CheckinF
{
  width: 500px;
  margin: 0 auto;
}
fieldset
{
  border: 0 none;
  padding:  10px;
}
.ContentForm label
{
  display: block;
   width: 98%;
  margin-top: 10px;
}
.ContentForm fieldset input,.ContentForm fieldset textarea
{
  display: block;
   width: 98%;
  border: solid 1px #EFCFC2;
  padding: 5px;
}

.ContentForm fieldset input:hover,.ContentForm fieldset textarea:hover,.SearchInput:hover {border: solid 1px #680207;}
.CheckBox
{
	display: inline !important;
	width: 20px !important;
	border: 0 none;
}
.InlineLabel
{
	display: inline !important;
	
}
.BtnSubmit,.BtnSearch
{
	background: url(../images/bcg-btn.png) repeat-x;
	height: 30px;
	padding: 0 5px;
	color:  #FFF;
	font-weight:  bold;
	cursor:  pointer;
	border:1px solid #680207;
	margin-top: 10px;
}
.BtnSubmit:hover,.BtnSearch:hover
{
	background: url(../images/bcg-btn.png) repeat-x center -30px;
	border:1px solid #680207;
}

.IsRequired
{
  font-weight: bold;
}
label.error {
  color: red !important;
  font-weight: bold;
  background: url(../images/iconCaution.gif) no-repeat;
  padding-left: 20px;
  margin-top: 0 !important;
}
.SearchInput
{
  border: solid 1px #EFCFC2;
  color: #5F5F5F;
  padding: 3px;
  width: 130px;
  background: #F6F6F6 url(../images/bcg-input.jpg) repeat-x;
}

.Loading_ 
{
	margin: 0 auto;
	background: #D5FFBF url(../images/ajax-loader.gif) no-repeat 50% 50%; 
	width: 200px;
	height: 100px;
	display:none;
	text-align: center;
	line-height: 50%;
	padding: 20px;
}
.Loading
{
  background: #D5FFBF url(../images/ajax-loader.gif) no-repeat 50% 50%; 
	position: fixed;
	width: 200px;
	height: 100px;
  top: 50%;
	left: 30%;
	z-index: 1000;
	text-align: center;
	line-height: 50%;
	padding: 20px;
	display:none;
}
.Done
{
	display:none;
}

/* ... Homepage ... */
#IndexMain
{
  font-size: 120%;
  line-height:30px;
  text-align:justify;
  padding: 10px;
}

#IndexMain img
{
  padding: 5px;
}

#IndexMain h1, #IndexMain h2, #IndexMain h3, #IndexMain h4, #IndexMain a{color: #680207;}
#IndexMain a:hover{color: #97634E;}
#IndexMain img{padding: 5px; border: solid 1px #EFCFC2; background: #fff;}
