/* default subclass */

p.moreInfoImage1 {
  position: relative; width: 480px; text-align: right; font-size: 11px;
}
p.moreInfoImage2 {
  position: relative; width: 230px; text-align: right; font-size: 11px; margin-bottom: 25px;
}
p.moreInfoImage1 a span, p.moreInfoImage2 a span {
  left: 100%; width: 118px; height: 26px; margin-left: -118px;
}
p.moreInfoImage1 a span {
  background: url("/media/images/vice_informaci_tlacitko1.jpg") no-repeat;
}
p.moreInfoImage2 a span {
  background: url("/media/images/vice_informaci_tlacitko1.jpg") no-repeat;
}
p.moreInfoImage1 a:hover span, p.moreInfoImage2 a:hover span {
  background-position: 0 -26px;
}
p.moreInfoImage1 a, p.moreInfoImage2 a {
  color: #fff;
  text-decoration: none;
}
p.moreInfoImage1 a:hover, p.moreInfoImage1 a:active, p.moreInfoImage2 a:hover, p.moreInfoImage2 a:active {
  text-decoration: underline;
}
p.designText {
  text-align: justify;
}
p.headlineLink {
  margin: -7px 0 10px 2px;
}
p.headlineLink a {
  text-decoration: none;
}
p.headlineLink a:hover {
  text-decoration: underline;
}
hr.separator {
  clear: both; visibility: hidden; padding-top: 5px;
}
p#page404 {
  width: 440px; height: 50px; overflow: auto; font-size: 150%; color: red; margin: 20px 0 20px 20px;
}
ul.errorMessage, ul.successMessage { 
  margin: 0 0 10px 0; padding: 10px 10px 10px 27px; font-weight: bold;
}
ul.errorMessage { 
  background: #feebeb; color:#c80000; border: 1px solid #ffd9d9; 
}
ul.successMessage { 
  background: #ecffe9; color: #40852b; border: 1px solid #abef96;  
}
ul.errorMessage li, ul.successMessage li { 
  list-style-type: square;
}
p.note {
  font-style: italic; margin-bottom: 5px;
}
span.required {
  color: #d54617;
}
span.highlight {
  font-size: 130%; color: #ff8c00;
}
form.form input {
  float: left; width: 190px; padding: 4px 10px 4px 10px; border: 1px solid #c2c0c1;
  background-image: url("/media/images/input_button/input_pozadi.png");
}
form.form input.submitButton {
  float: left; width: 212px; font-weight: bold; margin: 0 0 0 150px; border: 1px solid #333;
}
form.form ul {
  float: left; width: 470px; margin: 0 0 10px 0; padding: 0;
}
form.form ul li {
  float: left; list-style-type: none; padding-bottom: 6px;
}
form.form label {
  float: left; display: block; width: 130px; margin: 0 20px 0 0; text-align: left;
}
form.form textarea {
  width: 295px; height: 80px; padding: 4px 10px 4px 10px; border: 1px solid #c2c0c1;
  background-image: url("/media/images/input_button/input_pozadi.png");
}
div.photoBox {
  float: left; width: 100px; height: 105px; margin-left: 8px;
}
div#detailPhotoBox {
  width: 470px; text-align: center;
}
div.photoBox img, div#detailPhotoBox img {
  border: 2px solid #175e88; display: inline;
}
p#lastNextPhoto {
  text-align: center;
}

/* default */
a span {
  position: absolute; left: 0; top: 0; display: block; cursor: pointer;
}
a {
  color: #c73b06; text-decoration: underline;
}
a:hover, a:active {
  color: #222; text-decoration: none;
}
h1 {
  font-size: 160%; color: #200A00; margin: 13px 16px 10px 0; padding: 0;
}
h2 {
  font-size: 130%; color: #731D02; margin: 10px 0 12px 0; padding: 0 0 0 25px;
  background: url("/media/images/nadpis_bod.png") 0 2px no-repeat;
}
p {
  margin: 0 0 10px 0; line-height: 1.4em;
}
img {
  display: block; border: 0;
}
ul li {
  list-style-type: square; line-height: 1.3em; padding-bottom: 3px;
}
table {
  font-size: 100%; color: #555; border: 1px solid #afafaf; border-collapse: collapse;
}
table tr td {
  border: 1px solid #afafaf; border-collapse: collapse; padding: 5px;
}
table tr td p {
  margin: 0;
}
table.noBorder, table.noBorder tr td {
  border: none;
}
form {
  margin: 0;
}