html, body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  color:white;
  font-size: 8pt;
  font-family: 'verdana', 'arial';
}

table {
  border-collapse: collapse;
  border: none;
}

a {
  text-decoration: none;
  color: white;
}

table td {
  border: none;
  padding: 0px;
  margin: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul li {
  padding: 0px;
  margin: 0px;
}



#page {
  height: 100%;
  width: 100%;
}

#page table {
  width: 100%;
  height: 100%;
}

#page table td {
  height: 99%;
  width: 99%;
}

#page table td.menu {
  height: 20px;
  background-color: #000;
}

/********************
 * Top menu
 ********************/

#page table * {
  font-size: 8pt;
  font-family: 'verdana', 'arial';
}

#page table td#menu {
  height: 20px;
  background-color: #000;
}

#menu table {
  width: 100%;
}

#menu table td {
  width: 33%;
}


#menu .menu-item {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

#menu .menu-item a {
  display: block;
  width: 100%;
}

#menu .dropdown {
  position: absolute;
  padding: 10px 0px;
  z-index: 3;
  background-color: #000;
  visibility: hidden;
}

#menu .projects {
  margin-left: 10px;
  width: 100px;
  float: left;
  background: #000 url('img/projects.jpg') left center no-repeat;
}

#menu .projects:hover {
  background: #000 url('img/projects-hv.jpg') left center no-repeat;
}

#menu .select {
  width: 160px;
  float: right;
  background: #000 url('img/select.jpg') center center no-repeat;
}

#menu .select.chronology {
  background: #000 url('img/select-chronology.jpg') center center no-repeat;
}

#menu .select.typology {
  background: #000 url('img/select-typology.jpg') center center no-repeat;
}

#menu .select.size {
  background: #000 url('img/select-size.jpg') center center no-repeat;
}

#menu .news {
  width: 160px;
  float: left;
  background: #000 url('img/news.jpg') center center no-repeat;
}

#menu .news:hover {
  background: #000 url('img/news-hv.jpg') center center no-repeat;
}

#menu .team {
  width: 160px;
  float: left;
  background: #000 url('img/team.jpg') center center no-repeat;
}

#menu .team:hover {
  background: #000 url('img/team-hv.jpg') center center no-repeat;
}

#menu .contact {
  width: 180px;
  float: left;
  background: #000 url('img/contact.jpg') center center no-repeat;
}

#menu .contact:hover {
  background: #000 url('img/contact-hv.jpg') center center no-repeat;
}

#menu .home {
  margin-right: 10px;
  width: 100px;
  float: right;
  background: #000 url('img/home.jpg') right center no-repeat;
}

#menu .home:hover {
  background: #000 url('img/home-hv.jpg') right center no-repeat;
}

#menu .dropdown li {
  text-align: center;
  margin: 3px 10px;
  text-transform: uppercase;
}

#menu strong {
  font-size: 9pt;
}

#menu .select .dropdown {
  width: 160px;
}

#menu .news .dropdown {
  width: 500px;
}

#menu .news .dropdown li {
  text-align: left;
}


#menu .contact .dropdown {
  width: 200px;
  margin-left: -10px;
}


#menu .team .dropdown {
  width: 160px;
}

#menu .menu-item {
  text-align: left;
}

#menu .menu-item .caption {
  display: block;
  visibility: hidden;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

#menu .menu-item:hover .dropdown {
  visibility: visible;
}

#menu .dropdown li:hover, #menu .dropdown a:hover {
  color: #0f0;
}

/********************
 * Projekty
 ********************/

#projects {
  position:absolute;
  left:0px;
  top: 20px;
  z-index:2;
  float:left;

  width: auto;

  background-color: #000;
  overflow: auto;
}

#projects ul {
  margin: 10px;
}

#projects ul li {
  font-size: 9pt;
  color: white;
  font-weight: bold;
  text-transform: uppercase;

  white-space: nowrap;
}

#projects ul li a {
  font-size: 8pt;
  color: white;
  font-weight: normal;
  
  white-space: nowrap;
}

#projects ul li a:hover {
  color: #0f0
}

/********************
 * Okno & mapa
 ********************/

#okno {
  position: relative;
  width: auto;
  height: 100%;
  background-color: #333;
  z-index:0;
  color: black;
  overflow: hidden;
}

#mapa {
	position: absolute;
	height: 2500px;
	width: 2500px;
	z-index:1;
  background: white url('img/mapa-bg.gif') left top repeat;
}

#mapa .text {
  padding-top: 19px;
  position: absolute;
  font-weight: bold;
}

#mapa .pomarch-logo {
  width: 501px;
  height: 331px;
  background: transparent url('img/pom-arch.gif') center center no-repeat;
  position: absolute;
  top: 1086px;
  left: 1001px;
}

#mapa .thumb {
  position: absolute;
  width: 30px;
  height: 30px;
}

#mapa .thumb img {
  margin: 0px;
  padding: 0px;
}

#mapa .thumb .size-1 {
  height: 10px;
  width: 10px;
/* margin: 10px; */
  margin: 20px 10px 0px 10px;
}

#mapa .thumb .size-2 {
  height: 20px;
  width: 20px;
/*  margin: 5px; */
  margin: 10px 5px 0px 5px;
}

#mapa .thumb .size-3 {
  height: 20px;
  width: 20px;
/*  margin: 5px; */
  margin: 10px 5px 0px 5px;
}

#mapa .thumb .size-4 {
  height: 30px;
  width: 30px;
/*  margin: 0px; */
  margin: 0px;
}

#mapa .thumb .size-5 {
  height: 30px;
  width: 30px;
/*  margin: 0px; */
  margin: 0px;
}

#thumbnail {
  position: absolute;
  visibility: hidden;
  z-index: 5;
}

#thumbnail #popisek {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}