@media screen,projection {
* {
  margin: 0px;
  padding: 0px;
}
body 	{
	font-family: Verdana, 'Arial CE', Arial, sans-serif; 
	font-size: 75%;
	background : #002857 url("bg.jpg");
	text-align : center;
	color: #333;
}
/*--- layout stranky ---*/
#stranka {
  position: relative;
  width: 750px;
  margin: 0 auto;
  text-align : left;
  background: #FFFFFF url("doc.jpg") repeat-y;
}
#dokument {
  position: relative;
  top: -3px;
	background: transparent url("header.jpg") no-repeat;
}	   
#zahlavi {
  position: relative;
  height: 360px;
  background: transparent;  
}
#upoutavka {
  position: absolute;
  top: 215px;
  right: 14px;
  width: 217px;
  height: 130px;
  background: url("upoutavka.gif") no-repeat right bottom;
}
#upoutavka a {
  display: block;
  height: 130px;
}
#upoutavka span {
  display: none;
}
#text {
  float: right;
  margin: 26px 30px 30px auto;
  width: 450px;
}
*html #text {
  position: relative;
  margin: 26px 15px 30px auto;  
}
#submenu {
  float: left;
  width: 222px;
  margin: 0 auto 0 30px;
}
*html #submenu {
  position: relative;
  margin: 0 auto 0 15px;  
}
#zapati {
  clear: both;
  text-align: left;
  padding-left: 45px;
  padding-bottom: 20px;
  padding-right: 250px;
  font-size: 0.9em;
  background: transparent url("zapati.jpg") no-repeat;
  color: #333333;
}
#kontakt {
  position: absolute;
  top: 18px;
  left: 35px;
  width: 520px;
	font-size: 0.9em;
}
#jazyky {
  position: absolute;
  top: 8px;
  right: 23px;
  width: 160px;
}
/*--- jazyky ---*/
#jazyky ul li {
  float: left;
  list-style-type: none;
  width: 33.3%;
}
#jazyky ul li a {
  display: block;
  height: 30px;
}
#jazyky ul li span {
  display: none;
}
/*--- záhlaví ---*/
#logo {
  display: none;
}
#logo a img{
  border: none;
}
/*--- index boxy ---*/
#cz, #en, #pl, .box, box1 {
  width: 193px;
  margin: 30px 10px 20px 0;  
  padding: 10px;
  border: 2px solid #336699;
  background: #E9EDF3;
}
.bg1 {
  background: #F8F5CD;
}
#cz, #en, #pl {
  float: left;
  min-height: 335px;
  _height: 355px;
  background: #E9EDF3 url("sipky.jpg") no-repeat right bottom;
}  
*html #cz, *html #en, *html #pl, *html .box, *html .box1 {
  position: relative;
  width: 217px;
}
#cz {
  margin-left: 40px;
}
*html #cz {
  margin-left: 20px;
}
#cz h2, #en h2, #pl h2 {
  font-family: Georgia, serif;
  font-size: 140%;
  color: #336699;
  background:;
  text-decoration: none;
}
#cz ul, #en ul, #pl ul, #cz p, #en p, #pl p {
  margin: 0 0 1em 0;
  line-height: 1.2em;
  list-style-position: inside;    
}
#cz li a, #en li a, #pl li a {
  font-weight: bold;
  font-size: 100%;
  color: #336699;  
}
/*--- typografie v divu text ---*/
#text p, #text ul, #text ol, #text address {
  margin: 0 0 1em 0;
  line-height: 1.6em;
  text-align: left; 
}
#text li {
  margin-bottom: 0.5em
}
#text ul li {
  list-style-position: inside;
  list-style-type: disc;
}
#text ol li {
  list-style-position: inside;
}
#text table {
  width: 450px;
  margin: 0 0 1em 0;  
}
/*--- obrazky ---*/
#text .obr {
  text-align: center; 
  background: #EFEFEF; 
  padding: 10px;
  margin: 10px 0;
  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;
}
/*--- typografie v divu submenu ---*/ 
.box1 {
  width: 193px;
  padding: 10px;
  border: 2px solid #336699;
  margin: 30px 10px 10px 0;
  background: #E9EDF3 url("sipky.jpg") no-repeat right top;
}
ul.menu {
  list-style-position: inside;
  list-style-type: square;
  font-size: 120%;
  font-weight: bold; 
}
#submenu h3 {
  font-family: Georgia, serif;
  font-size: 1.4em;  
  color: #002857;  
}
#submenu p {
  margin: 0 0 1em 0;
  line-height: 1.6em;
}
/*--- typografie v divu zapati ---*/
#zapati address {
	font-variant: normal;
	font-style: normal;  
}
/*--- obecne tagy (typografie) ---*/
hr  {
  display: none;
}
h1, h2, h3, h4, h5, h6  {
  margin: 0 0 0.15em 0;
  line-height: 1.5em;
  font-family: Georgia, serif;   
}
h1 {
  font-size: 1.6em;
  color: #002857;
}
h2 {
  font-size: 1.4em;
  color: #57787F;
}
h3 {
  font-size: 1.2em;
  color: #000;  
}
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;	
}
textarea {
	width: 300px;
}
label span {
	display: block;
	float: left;
	width: 170px;
	clear: inherit;
	font-size: 0.9em;
}
table {
  border-collapse: collapse;
  font-size: 1em;
}
td {
  border: 1px solid #CCCCCC;
  padding: 5px 5px;
}
th {
  border: 1px solid #CCCCCC;
  padding: 5px 5px;
  background: #EBEBEB;
}
caption {
  padding-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
/*--- obecne tridy ---*/
div.clear {
  clear: both; 
  margin-bottom: 5px;
}
div.ukonceniobtekani {
  clear: both; 
  font-size:1px; 
  height: 1px;
}
.mezera_dole {
  padding-bottom: 2em;
}
.skryt {
  display: none;
}
a.skryty {
  text-decoration: none;
  color: #333;
}
.tip {
  padding: 10px;
  border: 1px solid #EFEFEF;
  background: ;
}
.postel {
  padding: 10px 10px 150px 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: url("postel.jpg") no-repeat right bottom;
}
*html .postel {
  height: 200px;
}
.bar {
  padding: 10px 120px 10px 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 100px;
  background: url("bar.jpg") no-repeat right bottom;
}
.jidlo {
  padding: 10px 160px 10px 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 120px;
  background: url("jidlo.jpg") no-repeat right bottom;
}
/*--- clanek (weto publikator) ---*/
p.abstract {
  color: ;
  border: ;
  backgroung: ;
}
.alignL {
  float:left;
  margin: 0 10px 10px 0;
}
.alignC {
  clear: right;
  width: 100%;
  text-align: center;
}
.alignR {
  float:right;
  margin: 0 0 10px 10px;
}
a.ico-pdf, a.ico-xls, a.ico-ppt, a.ico-doc, a.ico-audio, a.ico-image, a.ico-video, a.ico-zip {
	padding: 2px 0 2px 17px;
	height:1%;
}
a.ico-pdf {
	background: url("ico-pdf.gif") no-repeat left center;
}
/*--- tridy a barvy ---*/
a {
  color: #002857;
}
a:hover {
  text-decoration: none;
}
table.menu-dny tr td strong a {text-decoration:none;}
table.menu-dny tr td.den {width:50%;text-align:center;}
.den-ne {display:none}

.myvs {display:none;}
}
