@charset "utf-8";

#topnav, #keyVisual, #navigation, #footer, #ariadne {
  display: none;
}

#logo img {
  border: 0;
  margin: 0 0 0 0;
}

/** Richtext-Output
------------------------------------------------------------- */
.float--right {
  float: right;
  padding: 5px 0 10px 10px;
}
.float--left {
  float: left;
  padding: 5px 10px 10px 0;
}

th { padding: 2px; border: 1px solid gray; }
td { padding: 2px; border: 1px solid gray; }
/**
* -------------------------------------------------------------
* @section Lightbox-Stylesheet
* -------------------------------------------------------------
*/

#lightbox{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#lightbox a img { 
  border: none; 
}
#outerImageContainer{
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#imageContainer{
  padding: 10px;
}
#loading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#hoverNav{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#imageContainer&gt;#hoverNav { 
  left: 0;
}
#hoverNav a { 
  outline: none;
}
#prevLink, #nextLink{
  width: 49%;
  height: 100%;
  background: transparent url(/binary.ashx?id=3740) no-repeat; /* Trick IE into showing hover */
  display: block;
}
#prevLink { 
  left: 0; 
  float: left;
}
#nextLink { 
  right: 0; 
  float: right;
}
#prevLink:hover, 
#prevLink:visited:hover { 
  background: url(/binary.ashx?id=3747) left 15% no-repeat; 
}
#nextLink:hover, 
#nextLink:visited:hover { 
  background: url(/binary.ashx?id=3745) right 15% no-repeat; 
}

#imageDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100% 
}
#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; } 
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }   
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; } 

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
} 
  
/* Teaser */
div.teaser {
  padding: 8px 0 6px 5px;
  font-size: .95em;
  margin: 1.5em 0;
  line-height: 140%;
  width: 80%;
  border-top: 1px dashed #dededc;
  border-bottom: 1px dashed #dededc;
}
#homepage div.teaser {
  width: 100%;
}

.teaser p.image {
  float: left;
  margin: 0;
  padding-right: 20px;
}

.teaser div.inner {
  padding: 0 20px 5px 0;
}

.teaser h2 {
  margin: 0;
}

.teaser h2 a:link,
.teaser h2 a:visited {
  text-decoration: none;
}
.teaser h2 a:hover,
.teaser h2 a:focus,
.teaser h2 a:active {
  text-decoration: underline;
}

.teaser div.footer {
  clear: both;
  margin-top: 17px;
}

#homepage .teaser h2 a:link,
#homepage .teaser h2 a:visited {
  color: #ee9e04;
}

#homepage .teaser h2 a:hover,
#homepage .teaser h2 a:focus,
#homepage .teaser h2 a:active {
  color: #ee9e04;
}

#homepage .teaser .inner p a:link, 
#homepage .teaser .inner p a:visited {
  color: #000;
}

#homepage .teaser .inner a:hover,
#homepage .teaser .inner a:focus,
#homepage .teaser .inner a:active {
  color: #000;
}

#homepage #contentBody .teaser p {
  border-bottom: none;
  padding-bottom: 0;
}
