body {
  margin: 0;
  padding: 0;
  color: #000;
  background : #5C5CA1 none;
  text-align: center;
}


#page {
  position: relative;
  align: center;
  width: 900px;
  z-index:5;
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border: 4px solid #4444BF;
  color: #000;
  background : #D2D2E6 none;
  text-align: left;
  font-family: verdana;
}

#nadpis {
  position: relative;
  padding: 2px;
  width: 890px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #4444BF;
  color: #000;
  background : black none;
  text-align: left;
}

#menu {
  position: relative;
  top: 3px;
  padding: 2px;
  width: 890px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #4444BF;
  color: #000;
  font-weight: bold;  
  background : #9696e6 none;
  text-align: center;
}




#napis {
  position: absolute;
  left: 250px;
  top: 30px;
  font-family: verdana;
  font-size: 24px;
  color: #D2D2E6;

}

#vlajky {
  position: absolute;
  left: 150px;
  top: 128px;
}


#prekryti {
  background-color: #494980;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 350px;
}  
A:link {text-decoration: underline; color: black;}
A:visited {color: black;}
A:active {color: black;}
A:hover {text-decoration: underline overline; color: blue;}

img{
	border-style:solid;
	border-color: black;
	border-width:2px;
      }

