@media screen,projection {
* {
  margin: 0px;
  padding: 0px;
}
body 	{
	font-family: Verdana, 'Arial CE', Arial, sans-serif; 
	font-size: 75%;
	background: #840607 url("bg.gif");
	text-align: center;
	color: #000000;
}
/*--- layout stranky ---*/
#stin {
  width: 100%;
  margin: 0 auto;
	background: transparent url("stin.gif") repeat-y center;    
}
#page {
  position: relative;
  width: 725px;
  margin: 0 auto;
  text-align: left;
	background: #CBE4E9 url("bg-page.gif");
	border: 7px solid #FFF;
	border-top: 0 none;
	border-bottom: 0 none;
}
#dokument {
  background: transparent;
}   
#zahlavi {
  position: relative;
	background: url("head.jpg");
  clear: both;
  height: 117px;
}
#menu {
  width: 100%;
  min-height: 66px;
  background: url("menu.jpg");
  text-align: center;
}
*html #menu {
  height: 66px;
  text-align: left;  
}
#text {
  position: relative;
  min-height: 400px;
  background: transparent url("bg-text.jpg") no-repeat center top;
  padding: 30px 20px 50px 20px;
}
*html #text {
  padding: 30px 5px 50px 20px;
  height: 400px;
}
#znacky {
  clear: both;
  text-align: left;
  height: 66px;
  padding-top: 10px;
  background: #EFEFEF url("bg-loga.png");
}
*html #znacky {
  height: 76px;
}
#znacky img {
  padding: 0;
  margin: 0;
}
#zapati {
  position: relative;
  padding: 10px 20px 10px 20px;
  font-size: 0.8em;
  height: 45px;
  text-align: right;
  background: #840607 url("paticka.gif") repeat-x;
  color: #FFF;
}
*html #zapati {
  height: 65px;
}
/*--- page ---*/
#page h2 {
  margin-left: 20px;
  font-weight: bold;
  font-family: Trebuchet MS;
  font-size: 1.2em;
  color: #FFFFFF;
}
/*--- jazyky ---*/
#jazyky li {
 float: right;
 list-style-type: none;
 padding: 0 5px;
 }
#jazyky li.cz {
  border-left: 2px solid #FFFFFF;
}
/*--- zahlavi ---*/
#logo {
  position: relative;
  top: 10px;
  left: 10px;
  width: 137px;
  height: 71px;
  z-index: 2;
  border-color: blue;
  display: block;
}
*html #logo {
  z-index: 99;
}
/*--- menu ---*/
#menu ul {
  position: relative;
  top: 17px;
  width: 675px;
  list-style-type: none;
  margin: 0 auto;
}
*html #menu ul {
  text-align: left;
  width: 675px;
  margin: 0 10px 0 20px;
}
#menu li {
  float: left;
  text-align: center;
  text-transform: uppercase;
}
#menu a {
  display: block;
  margin: 5px 7px;
  padding: 0 0 5px 0;
  white-space: nowrap;
  text-decoration: none;
  font-weight : bold; 
  color: #FFF; /* #FFF */
}
#menu li.first {
  background: url(li.gif) no-repeat left bottom;  
}
#menu li.active a, #menu li a:hover {
  border-bottom: 5px solid #FFF;
}

unknown {
	width: auto
}
/*--- typografie v divu text ---*/
#text h2 {
  margin-left: 0;
  font-size: 1.3em;  
  color:  #006699;  
}
#text h2 a, #text h2 a:hover {
  font-size: 100%;
  color:  #006699;
  text-decoration: none; 
}
#text p, #text ul, #text ol, #text address {
  margin: 0 0 1em 0;
  line-height: 1.6em;
}
#text p {
  /*text-align: justify;*/
}
#text li {
  margin: 0 10px 0.5em 0;
}
#text ul li {
  list-style-type: disk;
  list-style-position: inside;  
}
#text ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
#text table {
  text-align: left;
  margin: 0 0 1em 0;  
}
/*--- index ---*/
div.i-box {
  float: left;
  width: 167px;
  background: #fff url("zalozka.jpg") no-repeat;
  margin: 30px 0;
}
div.i-box div {
  border: 2px solid #830000;
  border-top: 0 none;padding: 0 10px;
  font-size: 0.9em;
  min-height: 160px;
}
*html div.i-box div {
  height: 160px;
}
div.i-box h3 {
  font-size: 0.9em;
  padding: 5px 10px 3px 10px;
}
div.i-box h3 a {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;  
}
div.i-box p {
  padding: 10px;  
}
#nove {
  background: #fff url("nove.gif") no-repeat bottom right;
}
#nakup {
  background: #fff url("nakup.gif") no-repeat bottom right;
}
#van {
  background: #fff url("van.gif") no-repeat bottom right;
}
#trasy {
  text-align: center; width: 685px; margin: 0 auto;
}
*html #trasy {
  position: relative;
  
  width: 665px;
} 
/*--- obrazky ---*/
#text .obr {
  float: left;
  whith: 120px;
  text-align: center; 
  background: #EFEFEF;
  background: #B3D3EF; 
  padding: 9px;
  margin: 10px 2px;
  border: 1px solid #FFF;
}
*html #text .obr {
  padding: 7px;
 margin: 10px 2px;
}
#text .obr img {
  border: 1px solid #CCCCCC;
  margin: 0 auto;
}
#text .obr p {
  text-align: center;
	font-style: italic;  
  margin: 0 auto;
  font-size: 0.9em;
}
/*--- znacky ---*/
#znacky img {
  margin: 10px 3px 0 3px;
}
/*--- typografie v divu navigace ---*/
#navigace a, #navigace a:hover  {
  color: #FFFFFF;
}
/*--- typografie v divu zapati ---*/
#zapati a, #zapati a:hover {
  color: #ff9933;
}
/*--- obecne tagy (typografie) ---*/
hr  {
  display: none;
}
h1, h2, h3, h4, h5, h6  {
  margin: 0 0 0.15em 0;
  line-height: 1.5em;
  font-weight: normal;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
  font-weight: bold;
}
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 {
	padding: 2px .5em;
  color: #666;
  background: #EFEFEF;
  border: 1px solid #CCCCCC;	
}
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, div.pager {
  clear: both; 
  margin-bottom: 5px;
}
div.ukonceniobtekani {
  clear: both; 
  font-size:1px; 
  height: 1px;
}
.mezera_dole {
  padding-bottom: 1em;
}
.skryt {
  display: none;
}
a.skryty {
  text-decoration: none;
}
.border {
  border: 1px solid #333333;
}

/*--- 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 ---*/
#text ol.zastupci {
 padding-left: 30px;
}
#text ol.zastupci li {
 padding-left: 10px;
 list-style-position: outside;
}
p.abstract {
  color: ;
  border: ;
  backgroung: ;
}
.alignL {
  float:left;
  margin: 0 10px 10px 0;
  width: 45%;
}
.alignC {
  text-align: center;
}
.alignR {
  float:right;
  margin: 0 0 10px 10px;
  width: 45%; 
}
a {
  color: #003366;
}
a:hover {
  text-decoration: none;
}
a img {
  border: none;
}

#upoutavka {
	position: relative;
	width: 487px;
	margin: 0 0 20px 0;
	}

#upoutavka h3 {
	background: transparent url(tiphead.gif) no-repeat left top;
	margin: 0 0px;
	padding: 0 10px;
	font-weight: bold;
	color: #ffffff;
	}

#upoutavka #pred {
	background: url(tiptop.gif) no-repeat left top;
	height: 24px;
	}

#upoutavka #za {
	background: url(tipbot.gif) no-repeat left bottom;
	height: 24px;
	}

#upoutavka #obsah {
	background: transparent url(tipbg.gif) repeat-y left top;
	font-size: 120%;
	font-weight: bold;
	color: #083a86;
	padding-bottom: 0;
	}

#upoutavka #obsah p {
	background: transparent;
	margin: 0 10px;
	padding: 0;

	width: 447px;
	}

#temp, nobr {
	color: #083a86;
	font-weight: bold;
	}


#taroclogo {
	width: 75px;
	float: left;
	}

#taroctext {
	width: 575px;
	float: left;
	text-align: center;
	clear: none;
	}

}
