/* default subclass */
p.designText {
  text-align: justify;
}
p.headlineLink {
  margin: -25px 0 15px 16px;
}
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: 460px;
  height: 50px;
  font-size: 150%;
  color: red;
  margin: 20px 0 20px 20px;
  overflow: auto;
}
p.errorMessage {
  color: red;
  margin-top: 10px;
  background-color: #504f55;
  padding: 5px;
}
p.infoMessage {
  color: green;
  margin-top: 10px;
  background-color: #504f55;
  padding: 5px;
}
p.note {
  font-style: italic;
  margin-bottom: 5px;
}
span.highlight {
  color: #ff8c00;
  font-size: 130%;
}
table#tableForm {
  border: 0;
}
table#tableForm tr td {
  border: 0;
}
table#tableForm tr td.right {
  width: 150px;
  text-align: right;
  vertical-align: top;
}
div.photoBox {
  float: left;
  width: 100px;
  height: 105px;
  margin-left: 8px;
}
div#detailPhotoBox {
  width: 490px;
  text-align: center;
}
div.photoBox img, div#detailPhotoBox img {
  border: 2px solid #fff;
  display: inline;
}
p#lastNextPhoto {
  text-align: center;
}

/* default */
a {
  color: #00cce4;
  text-decoration: underline;
}
a:hover {
  color: #35a1ab;
  text-decoration: none;
}
h1 {
  font-size: 140%;
  margin: 5px 0 10px 0;
  background: url("/image/nadpis_pozadi.gif") 0 2px no-repeat;
  margin: 0 0 10px 0;
  padding: 2px 0 15px 16px;
}
h2 {
  font-size: 130%;
  color: #70644e;
  margin: 15px 0 10px 0;
}
h3, h4 {
  font-size: 120%;
  color: #70644e;
  margin: 15px 0 10px 0;
}
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: #fff;
  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;
}
textarea {
  width: 350px;
  height: 100px;
  color: #555;
  background-color: #ececea;
  border: 1px solid #fff;
}
input.input {
  width: 200px;
  color: #555;
  background-color: #ececea;
  border: 1px solid #fff;
}
form {
  margin: 0;
}
