body, p, div {
padding: 0;
margin: 0;
}

body {
padding: 0px;
background-color: black;
}

body, table {font-family: Arial, Verdana, Sans-serif; font-size: 12px; color: #ffffff;}

#container {
  width: 813px;
  margin-left:10px;
  margin-top: 151px;
  height: 1%;
}

#main {
  width: 377px;
  background-color: rgb(229, 0, 0);
  min-height: 440px;
  height: 1%;
}

#main #text {
  margin-left: 109px;
  padding-top: 20px;
  height: 1%;
}

#jazyky {
  position: absolute;
  left: 803px;
  top: 0px;
  width: 20px;
  height: 15px;
  background-color: #ffffff;
  font-size: 10px;
  text-align: center;
}

#jazyky a {
  color: #000000;
  text-decoration: none;
}

#main #text,  #main #text table {
  font-size: 11px;
  padding-bottom: 10px;
  padding-right: 10px;
}

#main #text p{
  font-size: 11px;
}

#main #menu {
  float: left;
  margin: 0px;
  padding-top: 20px;
  width: 89px;
  height: 1%;
}

#main #menu ul {
 padding: 0px;
 margin: 0px;
}

#main #menu ul li {
  font-weight: bold;
  color: #000000;
  list-style: none;
  text-align: right;
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid black;
  border-collapse : collapse;
}

#main #menu ul li.last {
  border-bottom: 1px solid black;
}

#main #menu ul li a {
  font-weight: bold;
  color: #000000;
  text-align: right;
  text-decoration: none;
}

#main #menu ul li.selected a {
  font-weight: bold;
  color: #ffffff;
  text-align: right;
  text-decoration: none;
}


#gallery {
  float: right;
  width: 436px;
  background-color: rgb(45, 45, 45);
  height: 100%;
}

#gallery #types {
  float: left;
  width: 90px;
  min-height: 420px;
  padding-top: 20px;
  background-image: url('/img/back_grey_short.gif');
  background-repeat: repeat-y;
  height: 100%;
}

#gallery #types ul {
 padding: 0px;
 margin: 0px;
}

#gallery #types ul li {
  font-weight: bold;
  color: #000000;
  list-style: none;
  text-align: right;
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid black;
  border-collapse : collapse;
  padding-right: 10px;
}

#gallery #types ul li a {
  font-weight: bold;
  color: #777777;
  text-align: right;
  text-decoration: none;
}

#gallery #types ul li.selected a {
  font-weight: bold;
  color: #BBBBBB;
  text-align: right;
  text-decoration: none;
}


#gallery #picture{
  float: right;
  width: 243px;
  min-height: 420px;
  padding-top: 20px;
  background-image: url('/img/back_grey_long.gif');
  background-repeat: repeat-y;
  padding-left: 18px;
}

#gallery #thumbs {
  width: 90px;
  margin-left: 90px;
  padding-top: 20px;
  text-align: center;
  background-image: url('/img/back_grey_short.gif');
  background-repeat: repeat-y;
  min-height: 420px;
  padding-left: 5px;
}

#gallery #thumbs img {
  border: 0px black solid;
  padding-bottom: 5px;
}


#top-red {
  z-index: 5;
  position: absolute;
  top: 30px;
  left: 10px;
  height: 121px;
  width: 142px;
  background-color: rgb(229, 0, 0);
}

#top-purple {
  z-index: 4;
  position: absolute;
  top: 10px;
  left: 66px;
  height: 141px;
  width: 142px;
  background-color: #ff00b7;
  text-align: right;
}

#top-green {
  z-index: 2;
  position: absolute;
  top: 81px;
  left: 121px;
  height: 70px;
  width: 142px;
  background-color: rgb(166, 111, 0);
  text-align: right;
}

#top-blue {
  z-index: 3;
  position: absolute;
  top: 103px;
  left: 177px;
  height: 48px;
  width: 142px;
  background-color: rgb(166, 230, 255);
  text-align: right;
}

#top-red a, #top-purple a, #top-green a, #top-blue a {
  text-decoration: none;
  color: #000000;
}

div.topInside {
  padding: 3px;
  padding-top: 2px;
  font-weight: bold;
  color: #000000;
  font-size: 11px;
}

div.topInside a {
  text-decoration: none;
  color: #000000;
}

#arrows {
  margin-top: 350px
}

