/* CSS Document */
body { behavior:url("csshover.htc"); }
body, html  {
/*  overflow: hidden;*/
  height: 100%;
}
body {
	color: #333333;
	font: normal 0.8em/1.3em Trebuchet MS, "Arial CE", Arial, Verdana, sans-serif;
	background: #f6f6f6;
  margin: 0; 
}
body.menu {
	background: #d2d2d2;
}
div {
  width:100%;
}

h3 {
  display: block;
  margin: 0px;
  padding: 7px 0px 0px 5px;
  font-size: 1.1em;
  font-weight: normal;
  /*line-height:20px;*/
  /*white-space: nowrap;*/
}

strong {
  font-weight:bold;
}


/*SEKCE NAVIGACE*/
ul { 
  padding: 0 0 0 0px;
  margin: 10px 0 0 6px;
  list-style: none;
}

ul li {
  display: block;
  float: left;
  clear: both;  
  margin: 0px;
  white-space: nowrap;
  /*list-style-image: url(list-item.gif);*/
  line-height: 1.5em;
  list-style: none;
}

ul li ul {
  margin: 2px 0 2px 15px;
  list-style: none;
  padding: 0;
  background: transparent;
}

a:link {
  display: inline-block;
  padding: 2px 5px 2px 20px;
  color: #3B3B3B;
  text-decoration: none;
  height: 20px;
  background: url(list-item.gif) no-repeat;
  background-position: 5px 4px; 
  
  outline: none;
}
a:visited {
  display: inline-block;
  padding: 2px 5px 2px 20px;
  color: #3B3B3B;
  text-decoration: none;
  height: 20px;
  background: url(list-item.gif) no-repeat;
  background-position: 5px 4px; 
}
a:hover {
  display: inline-block;
  padding: 2px 5px 2px 20px;
  /* border: 1px solid #C0C0C0;*/
  background: url(list-item-on.gif)  no-repeat;
  color: #3B3B3B;
  background-position: 5px 4px; 
  text-decoration: underline;
  outline: none;
}
a:active {
 text-decoration: underline;
 outline: none;
}

span {
  display: block;
  padding: 2px 5px 2px 21px;
  margin: 0;
  background: url(list.gif) no-repeat;
  background-position: 5px 4px; 
  cursor: pointer;
}
* html span {
  cursor: hand;
}
span:hover {
  padding: 1px 4px 1px 20px;
  border: 1px solid #C0C0C0;
  background: url(list.gif) #ffffff no-repeat;
  background-position: 5px 4px; 
  color: #3B3B3B;
  cursor: hand; 
}
/*KONEC NAVIGACE*/

#logo {
  color: #5F5F5F; 
  font-weight: bold;
}
#logo span {
  display: inline;
  padding: 0;
  margin: 0;
  background:none;
  color: #EA660F;
  font-weight: bolder;
}


