/* Zager made CSS document for photo detail */

/* main tags */

body {
  margin: 12px;
  padding: 0;
  background-color: #000;
  color: #ccc;
  font: small sans-serif;
}
img {
  border: 0;
}
form {
  margin: 0;
  padding: 0;
}
a {
  color: #999;
}
.ac {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  height: 0px;
}
h1 {
  font-size: medium;
  display: inline;
  padding-right: 12px;
}

/* multiple usage */


.size11 {
  font-size: 85%;
}
.note {
  text-transform: none;
  color: #ddd;
}
.text * span.note {
  font-size: x-small;
  font-family: tahoma, sans-serif;
}

/* page parts */

.foot {
  color: #777;
  padding: 12px 4px 12px 4px;
  text-align: center;
}
img.big {
  border: 1px #ccc solid;
}
.centerimg {
  text-align: center;
  width: 100%;
}
.prevnext a {
  padding: 4px;
  line-height: 20px;
  background-color: #5C4EBC;
  color: #fff;
  margin: 0 16px 0 0;
  text-decoration: none;
  font-size: 11px;
}


/* tiskovy styl */

@media print {

  body {
    background-color: #fff;
  }
  a, h1, h2, h3 {
    color: #000;
  }
  h4 {
    display: inline;
    font-size: large;
  }
  .width {
    width: 100%;
  }

}

