@media screen,projection {
* {
  margin: 0px;
  padding: 0px;
}
body 	{
	font-family: Verdana, 'Arial CE', Arial, sans-serif; 
	font-size: 75%;
	background: #EFEFEF  url("bg.jpg");
	text-align: center;
	color: #000000;
}
/*--- layout stranky ---*/
#page {
  position: relative;
  width: 731px;
  margin: 10px auto 20px auto;
  text-align: left;
	background: #FFF;
	border: 10px #FFF solid;
}
#dokument {
  background: transparent;
}   
#zahlavi {
  position: relative;
  background: #ff9900 url("header.jpg") no-repeat top left;
  height: 160px;
}
#menu {
  position: absolute;
  left: 19px;
  bottom: 0px;
}
#text {
  float: left;
  width: 399px;
  background: transparent;
  padding: 20px 30px 50px 10px;
}
*html #text {
  width: 419px;
}
#text2 {
  background: transparent;
  padding: 20px 10px 50px 10px;
}
#submenu {
  float: right;
  width: 278px;
  margin: 30px 10px 0 0;
  padding-bottom: 100px;
  background: #F0811D url("sub-end.jpg") no-repeat bottom;
}
*html #submenu {
  margin: 30px 5px 0 0;
}  
#zapati {
  clear: both;
  padding: 20px;
  font-size: 0.8em;
  text-align: center;
  background: #A9C6E8;
  color: #000;
}
#jazyky {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 223px;
  padding-bottom: 10px;
  background: #A9C6E8 url("jazyky.gif") no-repeat left bottom;
  text-align: center;
}
/*--- jazyky ---*/
#jazyky ul {
  margin: 0 25px 0 5px;
} 
#jazyky li {
  float: right;
  list-style-type: none;
  padding: 2px 5px;
}
#jazyky li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
}
#jazyky li.active {
  background: url("jazyk.gif") no-repeat center top;
} 
/*--- zahlavi ---*/
#logo {
  position: absolute;
  top: 35px;
  left: 19px;
  width: 137px;
  height: 71px;
  z-index: 2;
}
*html #logo {
  z-index: 99;
}
/*--- menu ---*/
#menu ul {
  list-style-type: none;
}
#menu li {
  position: relative;
  float: left;
  text-align: center;
  padding-bottom: 6px;
}
#menu a {
  display: block; 
  white-space: nowrap;
  padding: 1px 15px;
  text-decoration: none;
  font-weight : bold; 
  color: #333;
  border-left: 2px dotted #999;
}
#menu a.first {
  border-left: 0 none;
}
#menu a:hover {
  color: #000;
}
#menu li.active {
  background: url("active.gif") no-repeat center bottom;
}
unknown {
	width: auto
}
#menu span.mapa {
  position: absolute;
  top: 0;
  z-index: 1;  
}
/*--- typografie v divu text ---*/
#text h2 a, #text h2 a:hover {
  font-size: 100%;
  text-decoration: none;
  color: #333;
}
#text p, #text ul, #text ol, #text address {
  margin: 0 0 1em 0;
  line-height: 1.5em;
  text-align: justify; 
}
#text p {
  text-align: justify; 
}
#text li {
  margin-bottom: 0.2em
}
#text ul li {
  list-style-type: disc;
  list-style-position: inside;  
}
#text ol li {
  list-style-position: inside;
}
#text table {
  text-align: left;
  margin: 0 0 1em 0;  
}
a#mapa {
  display: block;
  width: 293px;
  height: 203px;
  background: url("mapka.jpg") no-repeat center bottom;
  border: 1px solid #CCC;
}
a:hover#mapa {
  background: url("mapka.jpg") no-repeat center top;
}
a#mapa span {
  display: none;
}
div.art-box-img {
    padding: 0 0 1em 0;
}
div.art-box-img div.img {
    border: 1px #cccccc solid;
    background-color: #efefef;
    margin-right: 10px;
    padding: 10px;
    float: left;
}
div.art-box-img h3{
    
}
div.art-box-img h3 a{
    text-decoration: none;
}
/*--- obrazky ---*/
#text .obr {
  width: 170px;
  text-align: center; 
  background: #EFEFEF;
  margin: 0 10px 10px 0; 
  padding: 7px;
  border: 1px solid #CCCCCC;
}
#text .obr img {
  margin: 0 auto;
}
#text .obr p {
  text-align: center;
	font-style: italic;  
  margin: 0 auto;
  font-size: 0.9em;
}
/*--- text 2 ---*/
#text2 p.fotoprohlizec-nenu {
    position: relative;
    text-align: center;
    margin-bottom: 1em;
}
#text2 p.fotoprohlizec-nenu a {
    margin: 0 0.5em 0 0.5em;
}
#text2 p.fotoprohlizec-nenu span {
    position: absolute;
    right: 20px;
    font-weight: 600;
}
#text2 h3.fotoprohlizec-foto {
    text-align: center;
}
#text2 p.fotoprohlizec-img {
    text-align: center;
}
/*--- typografie v divu submenu ---*/
#submenu .box {
  margin: 10px;
}
#submenu .box h3 a {
  background: url(sub-h3.gif) no-repeat left top;
  padding-left: 20px;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1em;
}
#submenu .box img {
  margin: 0 auto 10px auto;
}
#submenu .box a img {
  border: 0 none;
  text-decoration: none;  
}
/*--- typografie v divu zapati ---*/
#zapati a, #zapati a:hover {
  color: #333;
}
/*--- obecne tagy (typografie) ---*/
hr  {
  display: none;
}
h1, h2, h3, h4, h5, h6  {
  margin: 0 0 0.5em 0;
  line-height: 1.1em;
  font-family: ;
}
h1 {
  font-size: 1.5em;
  margin: 0 0 0.8em 0;
  font-weight: normal;  
}
h2 {
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  color: #333;  
}
h3 {
  font-size: 1.2em;
  color: #336699;
}
h4 {
  font-size: 1em;
}
caption, dfn, cite, q, em {
	font-style: italic;
}
dfn, abbr, acronym {
  border-bottom: 1px dotted;
	cursor: help;
	font-variant: normal;
	font-style: normal;
}
address {
	font-variant: normal;
	font-style: normal;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
legend {
	margin: 0 .5em;
	padding: .5em 0;
  color: #666;	
}
textarea {
	width: 300px;
}
label span {
	display: block;
	float: left;
	width: 170px;
	clear: inherit;
	font-size: 0.9em;
}
table {
  border-collapse: collapse;
  font-size: 1em;
}
th {
  border: 1px solid #CCCCCC;
  padding: 2px 5px;
  background: #EFEFEF;
}
td {
  border: 1px solid #CCCCCC;
  padding: 2px 5px;
}
#menu img {
  border: none;
}
/*---obecne tridy ---*/
div.clear {
  clear: both; 
  margin-bottom: 5px;
}
div.ukonceniobtekani {
  clear: both; 
  font-size:1px; 
  height: 1px;
}
.ukonceniobtekani {
  clear: both; 
}
.mezera_dole {
  padding-bottom: 1em;
}
.skryt {
  display: none;
}
a.skryty {
  text-decoration: none;
}
.border {
  border: 1px solid #333333;
}
.textL {
  text-align: left;
}
.textC {
  text-align: center;
}
.textJ {
  text-align: justify;
}
.textR {
  text-align: right;
}
/*--- titulka ---*/
#text.index {
  width: 682px;
}
div.img-index {
  text-align: center;
}
div.img-index div.produkt {
  float: left;
  width: 25%;
  margin-top: 20px;
  text-align: center;
  font-size: 0.8em;
}
#text div.img-index div.produkt p, #text div.img-index div.produkt li {
  text-align: center;
  margin: 0 auto;
}
#text div.img-index div.produkt ul li {
  list-style-type: none;
}
/*--- tridy a barvy ---*/
.alignL {
  float:left;
  margin: 0 10px 10px 0;
}
.alignC {
  text-align: center;
}
.alignR {
  float:right;
  margin: 0 0 10px 10px;
}
a {
  color: #0066cc;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}
}

