
body {
  background-image: url(../images/zie_background.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #000;
  /*font-family: Georgia, 'Bitstream Vera Serif', 'Times New Roman', Times, serif;*/
  font-family: Verdana, 'Bitstream Vera Sans', Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 170%;
  margin: 0;
  padding: 0;
}

body.front {
  background-image: url(../images/zie_background_front.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#container {
  width:900px;
  position: absolute;
  left: 65px;
  margin: 0;
  height: 100%;
  /* background: top center url(../images/white_background.png) no-repeat; */
}

#page {
  margin: 38px 170px 0 130px;
  position: relative;
  padding: 50px;
  background-color: #FFF; /* Important when images are disabled */
}

body.front #page {
  background: transparent;
  margin: 380px 20px 0 430px;
  padding: 0;
  height: 260px;
  min-height: 260px;
}

body.front #container {
  background: transparent;
}

#page div {
  padding: 0;
}

#page p {
  padding-right: 100px;
}

body.front #page img {
  width: 450px;
  height: 260px;
  margin: 0;
}

#navigation {
  position: absolute;
  top: 240px;
  left: 10px;
  width: 100px;
  color: #FFF;
  font-style: italic;
  line-height: 16px;
}
#navigation a {
  color: #FFF;
}

ul#navigation, ul#navigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul#navigation li {
  margin-bottom: 10px;
}

#logo {
  position: absolute;
  top: 20px;
  left: -20px;
}

#logo img {
  width: 150px;
  height: 200px;
}

img, a img {
  border: none;
}

a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, 'Bitstream Vera Serif', 'Times New Roman', serif;
  font-style: italic;
  font-size: 28px;
  margin: 0 0 30px 0;
  line-height: 1em;
  width: 500px;
}
h2 {
  font-size: 11px;
  margin: 10px 0 0 0;
}

p {
  margin: 4px 0 12px 0;
}

.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;

  font-size: 28px;
}

ul.gallery, ul.gallery li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.gallery li {
  float: left;
  width: 125px;
  height: 150px;
}

#gallery-detail {
  position: absolute;
  left: 130px;
  top: 38px;
  width: 600px;
  font-size: 11px;
  background: #FFF;
  display: none;
  text-align: center;
}
#gallery-detail img {
  margin: 40px 0 10px 0;
}
#gallery-detail .controls {
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 12px;
  font-size: 10px;
}
#gallery-detail .controls a {
  line-height: 11px;
  margin-left: 8px;
}
a#controls-left {
  padding-left: 12px;
  background: url(../images/controls_left.png) left no-repeat;
}
a#controls-right {
  padding-right: 12px;
  background: url(../images/controls_right.png) right no-repeat;
}
a#controls-overview {
  padding-left: 12px;
  background: url(../images/controls_overview.png) left no-repeat;
}
#gallery-detail .caption {
  margin: 10px 50px 20px 50px;
  padding: 0 0 20px 0;
  line-height: 140%;
  text-align: left;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */
