* {
  margin: 0;
  padding: 0; 
}
html, body {
  text-align: center; /* IE6 - nastavime vsechno doprostred */
}
html {
  background-color: rgb(224,224,224);
  background-image: url("obr/pozadi.jpg");
  background-repeat: repeat-x;
}
#page {
  width: 898px;
  border: 1px solid rgb(103,0,117);
  margin: 10px auto 20px auto; /* margin: top right bottom left; margin: x (top+bottom) y (right+left); margin: 0 auto; */
  text-align: left; /* IE6 text pak zarovname zase doleva */
}
#header {
 width: 898px;
 height: 89px;
 background-color: rgb(103,0,117);
 background-image: url("obr/hlavicka.jpg");
 background-repeat: no-repeat;
 position: relative;
}
#header h1 {
  display: none;
}
#text {
  text-align: center;
  background-color: #FFFFFF;
  background-repeat: repeat-y; /* opakuje se na ose y */
  background-position: 50% 50%; /* pozice x, pozice y */
  padding: 10px;
  color: rgb(103,0,117);
  font-family: Verdana;
  font-size: 80%;
}
#text p {
  margin-bottom: 10px;
}
#text h2 {
 top: -30px;
 margin-right: auto;
 width: 250px;
 margin-left: auto;
 height: 30px;
 position: relative;
}
#menu {
  background-color: #FFFFFF;
  background-image: url("obr/menu.jpg");
  height: 32px;
  list-style-type: none;
  text-align: center;
  font-size: 100%;
  line-height: 1.8;
  font-family: Verdana;
 border-top: 10px solid rgb(103,0,118);
}
#menu a {
  color: rgb(103,0,117);
  text-decoration: none;
}
#menu a:hover {
  color: rgb(103,0,117);
  text-decoration: underline;
}
#menu li {
  display: inline;
}
#menu li.nov a {
  display: block;
  float: left;
  margin-right: 45px;
  margin-left: 45px;
}
#menu li.foto a {
  margin-left: 320px;
  margin-right: 25px;
}
#menu li.last a {
  margin-left: 10px;
}
#footer {
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 50% 50%; /* pozice x, pozice y */
  height: 40px;
  line-height: 40px;
  text-align: right;
  padding-right: 20px;
  color: rgb(103,0,117);
  font-family: Verdana;
  font-size: 80%;
}
#footer a {
  color: rgb(103,0,117);
}
#footer a:hover {
  color: rgb(103,0,117);
}
#text a {
  color: rgb(103,0,117);
}
#text h2 {
  margin-bottom: 10px;
}
#text a:hover {
  color: rgb(103,0,117);
}
table {
  text-align: left;
 font-size: 90%;
 font-family: Verdana;
	border-collapse: collapse;
	border: 0px solid rgb(103,0,117);
	margin: 10px auto;
	color: rgb(103,0,117);
}
table td, table th {
	padding: 3px;
}
