html {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-size: 10pt;
	color : black
}

body {
  background-image: url("../img/podklad.png");
  background-color: white;
  position: absolute;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
	}
	
h2 {
  font-size: 12pt;
  font-weight: bold;
  color: #6A7998;
  }

h1 {
  font-size: 14pt;
  font-weight: bold;
  color: #6A7998;
  margin-top: 0px;  
  margin-bottom: 20px  
  }

a {
  text-decoration: none;
  color: navy
  }

ol a:hover {
  color:white;
  background: navy
  }
  
a:hover h3 {
  text-decoration: underline
  } 

ul {
  position: relative;
  left: -20px;
  list-style-image: url("../img/sipka.gif")
  }

ol {
  position: relative;
  left: -8px;
  }
  
#headtxt {
  position: absolute;
  top: 12px;
  left: 250px;
  color: White;
  white-space: nowrap
  }
  
#patickatxt {
  position: absolute;
  top: 68px;
  left: 250px;
  color: navy;
  z-index: 9;
  white-space: nowrap
  }
  
#text {
  position: absolute;
  top: 115px;
  left: 200px;
  width: 380px;
  }
  
#textsir {
  position: absolute;
  top: 115px;
  left: 200px;
  width: 580px;
  }
  
#pictures {
  position: absolute;
  top: 115px;
  left: 580px;
  width: 195px;
  }
  
#pictures a {
  color: white;
  }

#dotc {
  position: absolute;
  top: 520px;
  left: 200px;
  width: 580px;
  text-align: center;
  }

#dotx {
  position: absolute;
  top: 115px;
  left: 200px;
  width: 580px;
  text-align: left;
  }

#dotx div{
  height: 150px;
  }

#dotx img{
  float: right;
  clear: both;
  height: 100%;
  }

#nahledy img{
  position: relative;
  top: 10px;
  height: 130px;
  float: none;
  clear: both;
  }

div#menu {
  position: absolute;
  top: 147px;
  left: 9px;
  }
  
div#menu ul {
  position: relative;
  left: -40px;
  list-style-image: none;
  }
  
div#menu li {
  list-style: none;
}

div#menu a{
  position: relative;
  left: 0px;
  width: 140px;
  color: white;
  display: block;
  background: #6A7998;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  padding: 4px;
  text-decoration: none;
  }
  
div#menu a:hover {
  background: navy
  }

div#lngmenu {
  width: 150px;
  padding: 0px;
  }
  
div#lngmenu a{
  position: relative;
  top: 5px;
  left: 4px;
  z-index: 9;
  display: inline;
  border-width: 0px;
  border-color: #6A7998;
  padding: 0px;
  }
  
div#lngmenu img {
  border-color: #6A7998;
  border-width: 2px;
  padding: 0px;
  }

  div#lngmenu a:hover{
  color: red;
  }

