* { 
  font-family: Verdena, sans-serif;
  font-size: 10pt;
}

body {
	background-color: #6699CC;
}

.adresa {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}


#logo img{
 
  margin-left: 7em;
}

#archer img{
 
  margin-left: 6em;
  margin-top: 2em;
  border: 2px solid black;
}


.logom {
  background-color: #6699CC;
  text-align: center;
}


#menu {

  list-style-type: none;
  top: 0px;
  left: 0px;
  width: 11em;
  background: #CCFFCC;
  padding: 0.3em;
  } 
  .menu {float: left}

.polozky a {
  display: block;
  font-size: 1.5em;
  color: black;
  margin-top: 0.3em;
  padding: 0.3em;
  border-left: 0.5em solid #CCCCFF;
  background: #6699CC;
  text-decoration: none;
}

.polozky a:hover { background: #CCCCFF}


/* -------------------- vyskakovaci pejsan ------------------------ */

#idAlert {
  position: absolute;
  top: 20px; left: 20px;
  width: 700px;
  z-index: 0;
  padding: 10px;
  text-align: center;
  border: 5px dashed red;
  background-color: #DDFFDD;
  color: black;
  font-weight: bold;    
}

#idAlert h1 {
  font-size: 24px;
  color: red;
}
  
#idAlert img {
  border: 2px solid black;
}

#idAlert button {
  background-color: red;
  color: white;
  font-weight: bold;
  /*display: block;*/
  margin: 10px;
  width: 100px;    
}

/* ----------------------------------------------------------------- */
