
@charset "utf-8";

header,
.header {
}

#logo {
  position:absolute;
  top:0;
  left:0;
}

#logo img {
 border:none;
}

#login {
  position:absolute;
  background:transparent;
  top:0;
  right:0;
  text-align:right;
  padding:.5em;
  z-index:10001;
}

.searchform {
  margin-top:90px; /* height of logo:90px */
  border:.2em solid #577fbb;
  border-left:none;
  border-right:none;
  text-align:center;
  background:#eee;
  padding:.8em;
  -moz-box-shadow:0 8px 8px #666;
  -webkit-box-shadow:0 8px 8px #666;
  box-shadow:0 8px 8px #666;
  margin-bottom:2em;
}

#footer, #footerstart {
  background:#eee;
}

section, footer,
.section, .content,
#footer, #footerstart {
  padding:1em;
  line-height:1.3;
}

a:link, a:visited {
  color:#039;
}

.searchresults
{
  border-collapse:separate;
  margin:0 auto;
  text-align:left;
/*  border:1px solid #666; */
  width:95%;
  table-layout:fixed;
  -moz-box-shadow:8px 8px 8px #666;
  -webkit-box-shadow:8px 8px 8px #666;
  box-shadow:8px 8px 8px #666;
}

.topheader th:last-child {
  -moz-border-radius-topright:1em;
  -webkit-border-radius-topright:1em;
  border-radius-topright:1em;
}

.searchresults th,
.searchresults td {
/*  border:1px solid #fff; */
/*  background:#eee; */
  padding:.3em;
  vertical-align:middle;
}

.searchresults th
{
  background:#94C632;
  color:#000;
  letter-spacing:.1em;
}

.citation th {
  text-align: right;
  background:transparent; 
  color:#000;
}

/*.searchresults tr:hover td
{
  background:#fff;
}*/

.summary {
  margin: 1em;
}

.result.alt {
  background-color:#eee;
}

#similarheader {
  margin:2em 0 1em;
}

.filter th {
  background:#94C632;
  color:#000;
  letter-spacing:0em;
  text-align:left;
}

.pagination {
  font-size:90%;
  padding:1em 0 1em 0;
  margin:1.5em 0;
  text-align:center;
}
.pagination a {
  padding: .2em .3em;
  margin-right:.5em;
  border: 1px solid #fff;
}
.pagination a:hover {
  border: 1px solid #cccccc;
}
.pagination span {
  padding: .2em .3em;
  margin-right:.5em;
  font-weight:bold;
}

.footerstart div {
  margin-top:500px;
}

#imprint h3 {
  margin:1em 0 .5em;
}

.margin {
  margin-top:1em;
}

#products {
  text-align:center;
  line-height:1;
}
