/* default subclass */
p.moreInfoImage {
  position: relative; width: 215px; text-align: right; font-size: 11px;
}
p.moreInfoImage a {
  color: #fff; background-color: #bf4118;
}
p.moreInfoImage a span {
  left: 100%; width: 109px; height: 18px; margin-left: -109px;
  background: url("/media/images/vice_informaci_tlacitko.gif") no-repeat;
}
p.moreInfoImage a:hover span {
  background-position: 0 -18px;
}
p.moreInformationTxt {
  text-align: right; margin-top: -5px;
}
p.designText {
  text-align: justify;
}
p.headlineLink {
  margin: -29px 0 14px 15px;
}
p.headlineLink a {
  text-decoration: none;
}
p.headlineLink a:hover {
  text-decoration: underline;
}
hr.separator {
  clear: both; visibility: hidden; padding-top: 5px;
}
.none {
  display: none;
}
p#page404 {
  width: 515px; height: 50px; overflow: auto; font-size: 150%; color: red; margin: 20px 0 20px 20px;
}
ul.errorMessage, ul.successMessage { 
  margin: 0 0 25px 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 140px; border: 1px solid #333;
}
form.form ul {
  float: left; width: 550px; 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: 120px; margin: 0 20px 0 0; text-align: left;
}
form.form textarea {
  width: 380px; height: 120px; 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: 545px; text-align: center;
}
div.photoBox img, div#detailPhotoBox img {
  display: inline; border: 2px solid #db5025; 
}
p#lastNextPhoto {
  text-align: center;
}

/* default */
a span {
  position: absolute; left: 0; top: 0; display: block; cursor: pointer;
}
a {
  text-decoration: underline; color: #7d8f9b;
}
a:hover, a:active {
  text-decoration: none; color: #DB5025
}
h1 {
  font-size: 150%; color: #333; margin: 0 0 8px 0; padding: 0 0 19px 15px;
  background: url("/media/images/nadpis_bod.gif") 0 2px no-repeat;
}
h2 {
  font-size: 120%; color: #4c7aae; margin: 10px 0 12px 0;
}
h3 {
  font-size: 120%;
}
p {
  line-height: 1.4em; margin: 0 0 10px 0;
}
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 {
  padding: 5px; border: 1px solid #afafaf; border-collapse: collapse;
}
table tr td p {
  margin: 0;
}
table.noBorder, table.noBorder tr td {
  border: none;
}
table.noBorder, table.noBorder tr td {
  border: none;
}
form {
  margin: 0;
}