@import url("prettyPhoto.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: #E4E4E4;
	background: #000;
	text-align: center;
	line-height: 1.5em;
}
/*table
{
	width: 100%;
}
table, th, td
{
	font-size: 100%;
}
td
{
	vertical-align: top;
}
*/

table {
	font-weight: bolder;
	font-size: 100%;
	border: 2px solid #606060;
	border-collapse: collapse;
	line-height:15px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
}

table a{text-decoration:none;}

table a:hover{text-decoration:none;}

 td {
	border-bottom: 1px solid #606060;
	border-collapse: collapse;
	padding: 5px;
	width:25%;
}
 th {
	font-weight: bolder;
	font-size: 115%;
	background-color: #39D2E2;
	padding:5px;
	border-collapse: collapse;
	border: 1px solid #212121;
	width:auto;
	color: #212121;
}

table img {
	border: 0 none !important;
	margin:0 !important;
	padding:0 !important;
}


h1
{
	font-size: 180%;
	margin: 15px 0 20px 0;
	padding-left: 25px;
	font-weight: normal;
	color: #5F5F5F;
	line-height:22px;
	background: url(../images/bcg-h1.png) no-repeat;
}
#IndexMain h1
{
	background: 0 none;
	padding-left: 0;
}
h2
{
	font-size: 130%;
	margin: 20px 0 5px 0;
  color: #00ADEE;
}
h3
{
	font-size: 110%;
	margin-top: 10px;
	padding: 0;
}
/* ... Links ... */
a{color: #00ADEE;}
a:hover{color: #F1DA56;}
.MoreLink
{
	text-indent: 10px;
	padding-right:10px;
	font-weight:  bold;
	text-decoration:  none;
	background:url(../images/bcg-more-link.png) no-repeat 100% 50%;
	text-decoration:underline !important;
	display:block;
	float:right;

}
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;
}
/* ... 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;
	border:  solid 2px #212121;
	padding:  5px;
}
.img-right
{
	float: right;
	margin-left: 15px;
	border:  solid 2px #212121;
	padding:  5px;
}
.ListBlock img
{
	float: left;
	margin-right: 15px;
}
#DetailBlock img
{
	float: left;
	margin-right: 15px;
}
/* //////////////////////////////// LAYOUT //////////////////////// */
#Page, #Header, /*#Navigation,*/ #Footer,#FooterText, #BottomBar
{
	width: 960px;
	margin: 0 auto;
}
/* ... Page ... */
#Page
{
	padding-bottom: 30px;
	background: #212121;
}
#PageIn
{
	text-align: left;
	margin: 0 0px;
	padding: 0px;
	background: #212121;
	
}
/* ... Top Bar ... */
#LangBar
{
	text-align:  right;
    margin-right: 20px;
}
#LangBar span
{
	padding-left: 20px;
}
#LangBar a, .CurLang
{
	text-decoration: none;
    color: #FFF;
}
#LangBar a:hover
{
	text-decoration: underline;
}
.CurLang
{
	font-weight:  bold;
    padding-right: 20px;
}
/* ... Header ... */
#Header
{
	height: 378px;
	text-align:  left;
	line-height: 33px;
	background-color: #212121 !important;
}
#HeaderLogo
{
	padding-left: 10px;
	padding-top:11px;
}
#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: 743px;
}
.Layout_web2 #ContentBox
{
	float: left;
	width: 760px;
}
#Content
{
	float: left;
	width: 539px;
}
.Layout_lc #Content
{
    width: 743px;
	float: right;
}
.Layout_cr #Content
{
    width: 756px;
	float: left;
}
.Layout_c #Content
{
	width: 960px;
	float: left;
}
#ContentIn
{
	margin: 0 2px;
	background-color: #2c2c2c;
	padding:10px;
	text-align:justify;
	height:auto;
}

#ContentIn img		/* pro všechny obr. vložené pres Tiny do ContentIn */
{
	border:  solid 2px #212121 !important;
	padding:  5px;
	/*margin:0px 0 10px 10px;*/
}
	


/* ... Bar ... */
#Bar
{
	float: left;
	width: 213px;
	background-color: #212121; /*2c2c2c*/
	margin:0px 2px 0px 2px;
}
.Layout_web2 #Bar
{
  float: right;
}

.Layout_lc #Bar
{
	width: 213px;
}

#BarIn
{
	padding: 0 0px;
	border-top:4px solid #606060;
	border-bottom:4px solid #606060;
}

/* ... Secondary ... */
#Secondary
{
	float: right;
	width: 200px;
	background-color: #2c2c2c;
	margin-right:2px;
}
.Layout_cr #Secondary
{
	width: 200px;
}

#SecondaryIn
{
	padding: 0 5px;
	height:1000px;
}

#SecondaryIn .BlockType_box img, #BarIn .BlockType_box img

{
	display:block;
	margin:5px auto 5px auto;
	border:none;

}	/*  pro reklamu */


/* ... 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 #C5C5C5;
}
#BreadCrumb a
{
	font-weight: normal;
	color: #8F8F8F;
}
#BreadCrumb a:hover{color: #00ADEE;}

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

/* ... Articles ... */
.ArticlePanel
{
  margin: 10px 0;
  border-bottom: solid 1px #5F5F5F;
  padding: 5px;
}
.CommentsCnt
{
	padding-top: 5px;
	border-top: solid 1px #5F5F5F;
}
.CommentPanel
{
  margin-bottom: 10px;
  border-bottom: solid 1px #5F5F5F;
  padding: 5px;
}

.ArticlePanel span, .CommentPanel span
{
  padding-left: 15px;
  margin-right: 15px;
  font-style: italic;
  color: #5F5F5F;
}
span.CommentNum
{
	padding-left: 0 !important;
	font-style: normal;
	font-weight:  bold;
}
.ArticlePanel a, .CommentPanel a
{
  	text-decoration:  none;
}
.ArticlePanel a:hover, .CommentPanel a:hover
{
  		text-decoration:  underline;
}
.ArticlePanelDate, .CommentDate
{
  background: url(../images/bcg-panel-date.png) no-repeat 0 50%;
}
.ArticlePanelAuthor,.CommentName
{
  background: url(../images/bcg-panel-author.png) no-repeat 0 50%;
}
.ArticlePanelCategory
{
  background: url(../images/bcg-panel-category.png) no-repeat 0 50%;
}
.ArticlePanelVisit
{
  background: url(../images/bcg-panel-visit.png) no-repeat 0 50%;
}
.ArticlePanelComments
{
  background: url(../images/bcg-panel-comment.png) no-repeat 0 50%;
}

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

/* ... Catalog and Gallery ... */
.CatalogGallery img,.ListGallery img
{
	margin: 6px 6px 6px 0;
	border:  solid 2px #212121;
	padding:  5px;
}
.CatalogGallery img:hover, .ListGallery img:hover{border: solid 2px #5F5F5F;}
/* ... 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
{
	
}

/* ... Sitemap... */
.SiteMap
{
	padding:  10px;
	border:  solid 2px #212121;
    margin-bottom: 20px;
}
.SiteMap ul li
{
  list-style: none;
  font-weight: bold;
}

.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 #00ADEE;
}
.Pagination span
{
	padding: 3px;
	color: #FFF;
	background: #00ADEE;
    border: solid 1px #00ADEE;
}
.Pagination p
{
	margin-bottom: 10px;
}

/* ... Bar, Secondary  ... */
#Bar .BlockDiv, #Secondary .BlockDiv
{
	margin-bottom: 0px;	/*15  pro jednolité menu z jednotlivých boxu */
}

#Secondary h4,#Bar h4
{
	font-size: 110%;
	margin-bottom: 0px;
	background: url(../images/bcg-gradient-color.jpg) repeat-x;
	line-height: 30px;
	padding-left: 10px;
	background-color: #212121; 
	color:  #FFF; 
	border-top:  solid 1px #000;
	border-bottom: solid 1px #000;
}

#Bar .BlockType_box, #Secondary .BlockType_box
{
	padding:4px;
}
#Bar #BlockSearch, #Secondary #BlockSearch
{
	padding:  0 !important;
	border: 0 none;
}
.NewsDate
{
	font-weight:  bold;
	padding-left: 20px;
	background: url(../images/bcg-panel-date.png) no-repeat 0 50%;
}
.NewsTitle
{
	font-weight: bold;
	margin-top: 7px;
}

.NewsSummary
{
	margin-bottom: 15px;
}


/* ... Footer ... */
#Footer
{
	font-size: 11px;
	clear: both;
	height: 99px;
	text-align: right;
    line-height: 140px;
    background: url(../images/bcg-footer.jpg) no-repeat;
    color: #7F7F7F;
}
#Footer, #FooterText, #Created
{
	color: #7F7F7F;
}

#Footer a, #FooterText a, #Created a
{
	color: #5F5F5F;
}

#Footer a:hover, #FooterText a:hover, #Created a:hover
{
	color: #00ADEE;
}

#FooterIn
{
	text-align: right;
	padding: 0 30px;
}

#FooterText
{
	margin-top: 7px;
	font-size:  11px;
}

#Created
{
	margin-top: 7px;
	margin-bottom: 7px;
	font-size:  11px;
}
/* ... Form ... */
.ContentForm
{
  border: solid 2px #212121;
  padding: 10px;
}
.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 #212121;
  padding: 5px;
  background: #2C2C2C;
  color:#5F5F5F;
  font: 105%/1.5em 'Trebuchet MS', Verdana, Tahoma, arial, sans-serif;
}

/*.ContentForm fieldset input:hover,.ContentForm fieldset textarea:hover,.SearchInput:hover {border: solid 1px #00ADEE;}*/
.CheckBox
{
	display: inline !important;
	width: 20px !important;
	border: 0 none;
}
.InlineLabel
{
	display: inline !important;
	
}
.BtnSubmit,.BtnSearch
{
	background: #2C2C2C url(../images/bcg-btn.jpg) repeat-x;
	height:  26px;
	padding: 0px 5px;
	color: #CCCCCC;
	font-weight:  bold;
	cursor:  pointer;
	border:1px solid #000;
	margin-top: 10px;
}
.BtnSubmit:hover,.BtnSearch:hover
{
	border:solid 1px #5F5F5F;
}

#TopSearch
{
  float: right;
  width: 960px;
  padding:0 !important;
  margin:0 auto;
  text-align:right;
  background:#212121;
}

#TopSearch form
{
  margin: -5px 15px 3px 0px;
  padding:0 0 0px 0;
}


.SearchForm
{
  padding: 0 !important;

}

.SearchInput
{
  width: 180px;	
  border: solid 2px #2C2C2C !important;
  padding: 3px;
  background: #212121; /*2C2C2C*/
  color:#5F5F5F;
  } 



.IsRequired
{
  font-weight: bold;
}
label.error {
  color: #41D0E0 !important;
  font-weight: bold;
  background: url(../images/iconCaution.gif) no-repeat;
  padding-left: 20px;
  margin-top: 2px !important;
}

.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: 110%;
  padding: 10px;
  color: #5F5F5F !important;
  text-align:justify;
  border:1px solid #212121;
}
#IndexMain img
{
  padding: 5px;
  border:  solid 2px #212121;
}


#IndexMain h1, #IndexMain h2, #IndexMain h3, #IndexMain h4{color: #5F5F5F;}

.Subcat
{
  margin-bottom:10px;
}

/* ---------------------------------------------------------------
Subcategories
author: Martin Vach
email: info@vades.cz
website: www.vades.cz
--------------------------------------------------------------- */

/* ... Top Navigation... */

#Navigation
{
	width: 325px;
	height: 345px;
	line-height: 80px;
	background: #000;
	text-transform: uppercase;
	float:right;
}
div#Navigation ul 
{
  margin: 0; 
  padding: 0; 
  z-index: 1000; 
  
}
div#Navigation li 
{
  position: relative; 
  list-style: none; 
  margin: 0;
  float: right; 
  width: 312px;
  height:80px; 
  z-index: 1000; 
  white-space: nowrap;
  font-size: 135%;
  font-weight: bold;
  margin-bottom:4px;
  
}
div#Navigation li.Submenu 
{
  width: 160px !important;
}

#Navigation li a
{
  width: 312px; 
  display: block;
  float: left;
  text-decoration: none;
  text-indent:15px;
  color:#230B0B;
  height: 80px;
  background: #3ACCDB url(../images/bcg-navi.jpg) no-repeat;
  }
  
 #Navigation li a#Menu_101
{ background: #BEDD15 url(../images/bcg-navi-green.jpg) no-repeat;}

 #Navigation li a#Menu_128
{ background: #F4D735 url(../images/bcg-navi-yellow.jpg) no-repeat;}

 #Navigation li a#Menu_102
{ background: #EE390C url(../images/bcg-navi-red.jpg) no-repeat;
  margin-bottom:0px;		
}

#Navigation li a:hover
{ color: #7A7A7A; }


#Navigation a.CurPage
{
  color: #4F4F4F;
  text-decoration:underline; 
}

div#Navigation ul.IsSubcat li a 
{
  border-right: 0 none !important;
}


div#Navigation ul ul 
{
  position: absolute; 
  width: 160px;
  display: none;
}
div#Navigation ul.IsSubcat 
{
  top: 50px; 
  left: 0;
}
div#Navigation ul.IsSubcat li
{
  background: #E9E9E9;
  border-bottom: solid #DFE1E0 1px;
  
}
div#Navigation ul.Level_1 li.Submenu:hover ul.Level_2,div#Navigation ul.Level_2 li.Submenu:hover ul.Level_3,div#Navigation ul.Level_3 li.Submenu:hover ul.Level_4, div#Navigation ul.Level_4 li.Submenu:hover ul.Level_5
{
  display:block;
} 
div#Navigation ul.Level_2 li.Submenu:hover ul.Level_3, div#Navigation ul.Level_3 li.Submenu:hover ul.Level_4, div#Navigation ul.Level_4 li.Submenu:hover ul.Level_5
{
  margin: -50px 0 0 160px;
  display:block;
} 


/* ... Bar and Secondary Menu... */

#Bar .NotSelect_2 , #Secondary .NotSelect_2
{
  display: none;
}

#Secondary li, #Bar li 
{
  list-style: none;
 /* text-transform:uppercase;*/
  font-size:105%;
}

#Secondary li a, #Bar li a
{
  list-style: none;
  line-height: 40px;
  display:block;
  width:213px;
  height:40px;
  color:#FFFFFF;
  border-bottom: solid 1px #212121;
  background: #2c2c2c;
}

#Bar a, #Secondary a
{
    text-decoration: none;
}

#Bar li a:hover, #Secondary li a:hover
{
    text-decoration: none;
	background-color:#383838;
	background:#383838 url(../images/bcg-menu.png) no-repeat 5px 50%;
	color:#FFFFFF;
}

#Bar .CurPage, #Secondary .CurPage
{
   
    font-weight: bold;
   background:#383838 url(../images/bcg-menu.png) no-repeat 5px 50%;
	color:#FFFFFF;
}

/*  vyjimky v barve pro 4 menu hl. služeb */

 #Menu_73.CurPage
 {
    background:#37D1E2 url(../images/bcg-menu.png) no-repeat 5px 50% !important;
	/*color:#666;*/
}

#Menu_75.CurPage
 {
    background:#BCDD08 url(../images/bcg-menu.png) no-repeat 5px 50% !important;
	/*color:#666;*/
}

#Menu_127.CurPage
 {
    background:#FFDF32 url(../images/bcg-menu.png) no-repeat 5px 50% !important;
	/*color:#666;*/
}
#Menu_79.CurPage
 {
    background:#FE3B08 url(../images/bcg-menu.png) no-repeat 5px 50% !important;
	/*color:#666;*/
}

#Secondary .IsSubcat li, #Bar .IsSubcat li
{
  border-bottom: 0 !important;
  padding-left: 0 !important;
}

#Secondary .IsSubcat li a, #Bar .IsSubcat li a
{
  line-height:25px;
  display:block;
  width:213px;
  height:25px;
  background:transparent url(../images/bcg-submenu.png) no-repeat 10px 50% !important;
}

#Secondary .IsSubcat li a:hover, #Bar .IsSubcat li a:hover
{color:#00ADEE; background:none;}

#Secondary .IsSubcat li .CurPage, #Bar .IsSubcat li .CurPage
{color:#00ADEE; font-weight: normal; background:none;}


#Secondary .Level_1 a, #Bar .Level_1 a {text-indent: 15px;}
#Secondary .Level_2 a, #Bar .Level_2 a {text-indent: 22px;}
#Secondary .Level_3 a, #Bar .Level_3 a  {text-indent: 30px; font-style: italic;}
#Secondary .Level_4 a, #Bar.Level_4 a {text-indent: 40px; font-style: italic;}
#Secondary .Level_5 a, #Bar.Level_5 a {text-indent: 50px; font-style: italic;}
