/* top elements */
* { padding: 0; margin: 0; }

body {
  margin: 0;
  padding: 0;
  font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
  color: #666666; 
  background: #F6F9FC url(img/bg.gif) repeat-x;
  text-align: center;
}

/* links */
a { 
  color: #568EB6;
  /*background-color: inherit;*/
  text-decoration: none;
}
a:hover {
  color: #003366;
  background-color: inherit;
}

/* headers */
h1, h2, h3 {
  font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
  color: #333;	
}
h1 { font-size: 1.5em; color: #83ACCA; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
  margin: 10px 0px 10px 10px; /*10,15*/
}
ul, ol {
  margin: 5px 15px; /* 10, 30*/
  padding: 0 15px;
  color: #777777;
}
ul span, ol span {
  color: #666666; 
}

/* images */
img {
  border: 0px solid #CCC;
}
img.no-border {
  border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #568EB6; /* 2px*/
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #568EB6; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
  margin: 15px;
  padding: 0 0 0 20px;  	
  background: #FAFAFA;
  border: 1px solid #f2f2f2; 
  border-left: 4px solid #568EB6;   
  color: #568EB6;
  font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
  margin:10px; padding: 0;
  border: 1px solid #f2f2f2; 
  background-color: #FAFAFA; 
  z-index: 1;
  overflow: hidden;
}
label {
  display:block;
  font-weight:bold;
  margin:5px 0;
}
input {
  padding: 1px;
  border:1px solid #cccccc;
  font: normal 1em Verdana, sans-serif;
  color:#777;
}
textarea {
  width:300px;
  padding:2px;
  font: normal 1em Verdana, sans-serif;
  border:1px solid #cccccc;
  height:100px;
  display:block;
  color:#777;
}
input.button { 
  margin: 0; 
  font: bold 1em Arial, Sans-serif; 
  border: 1px solid #CCC;
  background: #FFF; 
  padding: 0px 1px; 
  color: #568EB6;	
}

/* search form */
form.searchform {
  background: transparent;
  border: none;
  margin: 0; padding: 0;
}
form.searchform input.textbox { 
  margin: 0; 
  width: 120px;
  border: 1px solid #cccccc; 
  background: #FFF;
  color: #333; 
  height: 14px;
  vertical-align: top;
}
form.searchform input.button { 
  margin: 0; 
  padding: 2px 3px; 
  font: bold 12px Arial, Sans-serif; 
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  color: #777;	
  width: 60px;
  vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
  background: /*#FFF*/#F6F9FC;
  width: 1000px; height: 100%; /*820*/
  margin: 0 auto;	
  text-align: left;
}
#content-wrap {
  clear: both;
  margin: 0; padding: 0;	
  background: /*#FFF*/#F6F9FC;

}
#fles {
  text-align: center;
}
/* header */
#header {
  position: relative;
  height: 70px;	 /*85*/
  background: #000 url(img/headerbg.gif) repeat-x 0% 100%;	
}
#header #logo-0 {
  position: absolute;
  margin: 0; padding: 0;
  font: bolder 4.5em Tahoma, Arial, Sans-serif;
  letter-spacing: -2px;
  top: 0; left: 0px;
  color: #83ACCA;	

}
#header h1#logo {
  position: absolute;
  margin: 0; padding: 0;
  font: bolder 2.5em Tahoma, Arial, Sans-serif;
  letter-spacing: -2px;
  text-transform: lowercase;
  top: 8px; left: 108px;	
}
#header h2#slogan {
  position: absolute;	 
  top:30px; left: 99px;
  color: #666666;
  text-indent: 0px;
  font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
  text-transform: none;	
}
#header form.searchform {
  position: absolute;
  top: 0; right: 0px;	
}

/* main */
#main {
  float: left;
  margin-left: 10px;
  padding: 0;
  width: 61%;		
}
/* main */
#main-1 {
  float: left;
  margin-left: 15px;
  padding: 0;
  width: 73%;		
}
.post-footer {
  background-color: #FAFAFA;
  padding: 5px; margin: 20px 15px 0 15px;
  border: 1px solid #f2f2f2;
  font-size: 95%;	
}
.post-footer .date {
  background: url(img/clock.gif) no-repeat left center;
  padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
  background: url(img/comment.gif) no-repeat left center;
  padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
  background: url(img/page.gif) no-repeat left center;
  padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
  float: left;
  width: 18%;
  margin: 0;	padding: 0; 
  display: inline;		
}
#sidebar ul.leftmenu {
  list-style:none;
  margin: 0 0 0 15px;
  padding:0;		
}
#sidebar ul.leftmenu li {
  margin-bottom:1px;
  border: 1px solid #f2f2f2;
}
#sidebar ul.leftmenu a {
  display:block;
  font-weight:bold;
  color: #333;	
  text-decoration:none;	
  padding:1px 5px 1px 5px; /* 2,5,2,10*/
  background: #f2f2f2;
  border-left:4px solid #CCC;	

  min-height:18px;
}

#sidebar ul.leftmenu a:first-letter {
  text-transform: capitalize;
}

* html body #sidebar ul.leftmenu a { height: 18px; }

#sidebar ul.leftmenu a:hover {
  padding:1px 5px 1px 5px;
  background: #f2f2f2;
  color: #006699;
  border-left: 4px solid #006699;
}

/* rightbar */
#rightbar {
  float: right;
  width: 18%;
  padding:0 10px 0 0;
  _padding:0 0 0 0;
  margin:0;		
}
#rightbar ul.leftmenu {
  list-style:none;
  margin:0 0;
  padding:0;		
}
#rightbar ul.leftmenu li {
  margin-bottom:1px;
  border: 1px solid #f2f2f2;
  margin-left:10px;
}
#rightbar ul.leftmenu a {
  display:block;
  font-weight:bold;
  color: #333;	
  text-decoration:none;	
  padding:2px 5px 2px 10px;
  background: #f2f2f2;
  border-left:4px solid #CCC;	

  min-height:18px;
}

* html body #rightbar ul.leftmenu a { height: 18px; }

#rightbar ul.leftmenu a:hover {
  padding:2px 5px 2px 10px;
  background: #f2f2f2;
  color: #006699;
  border-left: 4px solid #006699;
}

/* Footer */
#footer { 
  clear: both; 
  color: #83acca; 
  background: /*#A9BAC3*/#F6F9FC; 
  border-top: 3px solid /*#568EB6*/#83acca;
  margin: 0; padding: 0; 
  height: 50px;	  
  font-size: 95%;		
}
#footer a { 
  text-decoration: none; 
  font-weight: bold;	
  color: #83acca;
}
#footer .footer-left{
  float: left;
  width: 65%;
}
#footer .footer-right{
  float: right;
  width: 30%;
}

/* menu tabs */
#header ul {
  z-index: 999999;
  position: absolute;
  margin:0; padding: 0;
  list-style:none;
  right: 0; 
  bottom: 6px !important; bottom: 5px;
  font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
  display:inline;
  margin:0; padding:0;
}
#header a {
  float:left;
  background: url(img/tableft.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}
#header a span {
  float:left;
  display:block;
  background: url(img/tabright.gif) no-repeat right top;
  padding:6px 15px 3px 8px;
  color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
  color:#FFF;
}
#header a:hover {
  background-position:0% -42px;
}
#header a:hover span {
  background-position:100% -42px;
}
#header #current a {
  background-position:0% -42px;
  color: #FFF;
}
#header #current a span {
  background-position:100% -42px;
  color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.darkblue { color: #003366; }
.gray  { color: #BFBFBF; }

#obsah-path-links{
  font-size:11px; padding-left: 10px; padding-bottom: 3px
}
#obsah-path-links a { 
  color: #ADADAD;
  text-decoration: none;
  font-weight:bold;
}
#obsah-path-links a:hover {
  color:#568EB6;
  text-decoration:underline;
}
#obsah-path-links a.active {
  color:#568EB6;
  text-decoration:none;
}
.cleaner {	clear: both;}
.noscreen {
  display: block;
  position: absolute;
  margin-top: -1000px;
  background-color: transparent;
  font-size: 0px;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.hand { cursor: pointer;}
hr, .none, .invisible{
  display: none;
}

.date {background: url(img/clock.gif) no-repeat left center;
       padding-left: 20px; margin: 0 10px 0 5px; }

.posthead {
  background:#FAFAFA url(img/bullettitle.gif) no-repeat scroll 2px center;
  border-bottom:1px solid #A9BAC3;
  border-top:1px solid #A9BAC3;
  color:#006699;
  height:22px;
  line-height:22px;
  padding:0 0 0 17px;
}

.news_list_item-hp {
  margin:0;
  padding-bottom:10px;
  padding-left:10px;
  width:160px;
}
.news_list_item-hp-more {
  background:transparent url(img/tecky.png) repeat-x scroll left bottom;
  text-align: right; }

#logged-user {
  margin-left: 10px;
  font-size: 12px; color: #333333;
}
.right-basket {
  margin-left: 10px;
  width: 180px;
  font-size: 10px;
}
.right-basket td {
  font-size: 10px;
}
.input_1 {
  font-size: 10px;
}

#lang {
  text-align: center;
}
#stav {
  text-align: center; font-weight: bold;
}
#logo-left {
  text-align: center; font-weight: bold; margin-top: 15px;
}
input_1px_border {
  border: #CCCCCC;
}




