/* CSS Document */
   body {
font-family: calibri, sansSerif;
    background: transparent;
    margin: 0em 0;
    padding: 0em;
  }

#download {
 position:fixed;
 _position:absolute;
 _position:relative;
top:30px;
left:160px;
background:red;
border:black solid 1px;
height:100px;
width:100px;
z-index: auto;
z-index: 2;
}


#navigace {
_position:fixed;
position:absolute;
_position:relative;
top:80px;
left:540px;
background:transparent;
border:black solid 1px;
height:160px;
width:330px;
z-index: auto;
text-align: left;
}

  ul.navbar {
    position: relative;
    _top: 0em;
    _left: 0em;
    _width: 0em;   
	  display: none;
  }
    
  ul.navbar li {
    _background: transparent;
    _margin: 0em 0;
    _padding: 0em;
	  list-style-type: none;
  }
  ul.navbar a {
    text-decoration: none }
  a:link {
    color: blue }
  A:hover { background: cyan }
  a:visited {
    color: purple }
    
div.download {
  float: right;
  _width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
  display: none;
}
div.download p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  display: none;  
}