@media screen {
  ul.mktree li { 
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
  }
  ul.mktree, ul.mktree ul, ul.mktree li { 
    padding: 0px;
    margin-left: 8px;
  }
  ul.mktree li .bullet { 
    padding-left: 15px;
  }
  ul.mktree li.liOpen .bullet { 
    background: transparent url(minus.gif) no-repeat scroll left center;
    cursor: pointer;
  }
  ul.mktree li.liClosed .bullet { 
    background: transparent url(plus.gif) no-repeat scroll left center;
    cursor: pointer;
  }
  ul.mktree li.liBullet .bullet { 
    background: transparent url(bullet.gif) no-repeat scroll left center;
    cursor: default;
  }
  ul.mktree li.liOpen ul { 
    display: block;
  }
  ul.mktree li.liClosed ul { 
    display: none;
  }
  ul.mktree li { 
    font-size: 12pt;
  }
  ul.mktree li ul li { 
    font-size: 10pt;
  }
  ul.mktree li ul li ul li { 
    font-size: 8pt;
  }
  ul.mktree li ul li ul li ul li { 
    font-size: 6pt;
  }
  #pgOpen {
    color: red;
  }
  * { 
    margin: 0;
    padding: 0;
  }
  html { 
    height: 100%;
    font-size: 62.5%;
  }
  body { 
    background: white;
    height: 100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 1.2em;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    text-align: center;
    padding-bottom: 60px;
  }
  #obal { 
    border: 1px solid #ff6600;
    margin: 50px auto 0;
    background: transparent url(pozadi.gif) repeat-y scroll 25% 0;
    width: 90%;
    max-width: 1000px;
    min-width: 500px;
    text-align: left;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
  }
  #hlavicka { 
    border-bottom: 1px solid black;
    padding: 10px;
    /* background: black none repeat scroll 0% 50%; */
    color: white;
    background: #45484d;
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
  }
  #sloupec1 { 
    float: right;
    width: 75%;
  }
  #sloupec2 { 
    float: left;
    width: 24%;
    text-align: left;
  }
  #sloupec1-in, #sloupec2-in { 
    margin: 0.8em 1.2em;
  }
  .cleaner { 
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
  }
  #paticka { 
    /* border-top: 1px solid #666666; */
    padding: 10px;
    color: white;
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #141516 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#141516));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#141516',GradientType=0 );
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
  }

  h2, h3 {
    margin-bottom: 5px;
    text-shadow: 2px 2px 2px #aaa;
  }

  h4 { 
    margin-bottom: 5px;
  }

  p { 
    line-height: 1.5;
    margin-bottom: 14px;
    text-align: justify;
  }
  
  p.pic {
    font-style: italic;
    padding-left: 5px;
    padding-bottom: 10px;
    text-align: left;
  }
  
  ul li { 
    margin-bottom: 3px;
  }
  ul.pr {
    padding-left: 15px;
    text-align: justify;
  }
  .noscreen { 
    display: none;
  }
  a {
    text-decoration: none;
    color: black;
  }
  a:hover {
    text-decoration: none;
    color: #cc0000;
  }
  .shadow {
    -moz-box-shadow: 0px 0px 15px #222;
    -webkit-box-shadow: 0px 0px 15px #222;
    box-shadow: 0px 0px 15px #222;
  }
  img.in {
    border:2px solid #aaa;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
  }

  p.ram {
    border:2px solid #aaa;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    background-color:#FFF1AA;
    padding:10px;
  }

  ul.bodik {
    padding-left: 17px;
    text-align:justify;
  }

/*dva obrazky s popisky pod sebou*/
  #dvaobr { 
    width: 90%;
    max-width: 700px;
    min-width: 620px;
    text-align: left;
  }
  #obrazky { 
    padding: 10px;
  }
  #obr1 { 
    float: left;
    width: 50%;
    text-align: left;
  }
  #obr2 { 
    float: right;
    width: 49%;
    text-align: left;
  }
  #obr1-in, #obr2-in { 
    margin: 0.8em 1.2em;
  }



/* player container */
  div.player {
	height: 373px; 
	width: 665px; 
	border: 2px solid #aaa;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:15px;
  }

  /* play button */
  div.player img {
	margin-top:150px;
  }

  /* info area */
  div.player div.info {
	height:40px;
	background:#000 url(h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top: 91px;
	text-align: left;
	padding:3px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
  }

/* duration data inside info area */
  div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
  }

  /* styling of the container. */
  a.myplayer {
	display:block;
	width: 665px;
	height:373px;
	text-align:center;
	margin:0 0 0 0;
	float:left;
	border:2px solid #aaa;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
  }

  /* play button */
  a.myplayer img {
	margin-top:150px;
	border:0px;
  }

  /* info area */
  a.myplayer div.info {
	height:40px;
	background:#000 url(h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top: 91px;
	text-align: left;
	padding:3px 15px;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
  }

/* duration data inside info area */
  a.myplayer div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
  }

}

@media print {
  body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #595959;
  }

  h1 {
    font-size: 15pt;
  }

  h2 {
    font-size: 13pt;
  }

  h3, h4, h5, h6 {
    font-size: 11pt;
  }

  p {
    line-height: 1.3; 
    font-size: 11pt;
    text-align: justify;
  }
  
    p.pic {
    font-style: italic;
    padding-left: 5px;
    margin-top: 0;
  }
  
  a:link, a:visited {
    text-decoration: underline;
    font-weight: bolder;
    color: #000000;
  }

  ul.pr {
    text-align: justify;
    font-size: 11pt;
  }

  img {
    border: 1px solid #595959;
  }

  #menu, .login-area, .hidden, form.searching, #footer, #lmenu, .player {
    display: none;
  }
}
