html {
  overflow-y: scroll;
}
body {
  background: #1e1e22;
}
body, div, p, ul, form, h1, h2, h3, th, td, table, input, select, textarea {
  font-family: Georgia, Times, serif;
  color: #666;
}
.pageContainer {
  max-width: none;
  border: none;
  padding: 0px 0px 0px;
}


/* -- Main -- */
.header .inner,
.main,
.footer {
  margin: 0px auto;
  padding: 0px;
  max-width: 960px;
}


/* -- Header -- */
.header {
  background: #6e7b94;
  background: linear-gradient(180deg, rgba(101,115,141,1) 0%, rgba(142,150,168,1) 100%);
  padding: 21px 0px 64px;
}
.header .inner {
  position: relative;
}
.header .pageTitle {
  position: absolute;
  right: 40px;
  bottom: 6px;
  text-align: right;
  z-index: 100;
}
.header .pageTitle a {
  color: white;
  font-size: 36px;
  font-weight: normal;
  text-shadow: 3px 3px 4px #555;
}
.header .pageTitle a:hover {
  text-decoration: none;
}
.header .logo {
  display: none;
}
.header #headerGallery {
  margin: 0px;
  max-height: 313px;
  overflow: hidden;
}
.header #headerGallery img {
  max-width: 100%;
}


/* -- Navigation -- */
.navigation {
  position: relative;
  float: left;
  width: 190px;
  margin: 0px 0px 0px 0px;
  padding: 30px 20px 20px;
}
.navigation .border {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 1px;
  background: #e6e6e6;
  background: linear-gradient(180deg, #e6e6e6 0%, #efefef 65%, white 100%);
}
.navigation .contact {
  border-bottom: 1px solid #e6e6e6;
}
.navigation .contact h3 {
  font-size: 13px;
  font-weight: bold;
  padding: 20px 0px 0px;
}
.navigation .contact p {
  font-size: 13px;
}
.navigation ul {
  list-style: none outside;
  margin: 0px 0px 10px 0px;
}
.navigation li {
  text-align: left;
  margin: 0px;
  padding: 8px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.navigation .activeChild,
.navigation li.active div {
  /*color: #474747;
  color: black;
  color: #717d97;
  font-weight: bold;*/
  color: black;
}
.navigation li a {
  display: block;
  color: #474747;
}
.navigation ul ul {
  padding: 4px 0px 0px;
  margin-bottom: 0px;
}
.navigation ul ul li {
  border: none;
  padding: 4px 0px 4px 15px;
}

.main {
  background: white;
  margin-top: -30px;
}
.content {
  padding: 30px 40px 20px 265px;
}

.main h1 {
  padding: 5px 0px 10px;
  color: #717d97;
}
.main h1,
.main h2,
.main h3 {
  font-family: Arial, Helvetica, sans-serif;
}
/*h2 {
  border-bottom: #997 1px solid;
}
h3 {
  font-variant: small-caps;
}
p.intro {
  text-align: justify;
  padding-right: 2px;
}*/
.main p {
  line-height: 130%;
}
a {
  color: #b40f16;
}
hr {
  border: none;
  background: #e6e6e6;
  height: 1px;
  margin: 20px 0px;
}
.pane,
.list table,
.recommendations .item,
.featured .items .item,
.internal .entity table {
  background:  #e6e6e6;
}

input, select, textarea, td {
  font-size: 15px;
}
input[type="submit"],
input[type="button"] {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  background:  #717d97;
  border: none;
  color: white;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #8d95a7;
}
input[type="radio"] {
  margin-top: 0px;
}

.blockText p {
  text-align: left;
}

.agb .disclaimer h2,
.agb .disclaimer h3.center {
  text-align: center;
}

.category p,
.keywords p,
.alphabet {
  font-size: 15px;
  padding: 4px 0px;
}
.alphabet {
  text-align: center;
}

.list thead th a:hover {
  background-color: #ffc;
}
.list tbody tr.even {
  background: #efefef;
}
.list tbody tr.odd {
  background: #fcfcfc;
}
.listView tbody tr.odd:hover,
.listView tbody tr.even:hover,
.list tbody tr.active {
  background: #ffc;
}
.list tbody .desc {
  text-align: left;
}

.listControl * {
  font-size: 15px;
}
.listControl .display {
  margin-bottom: 0px;
}

.detail td .description,
.detail td .comment {
  text-align: left;
}
.detail .picture img {
  max-width: 300px;
}

.hint {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}

.index a {
  font-weight: bold;
}
.index .aqInfo {
  text-align: center;
  padding: 10px 0px 20px;
}

.impressum {
  background: transparent;
  padding: 0px;
  margin: 15px 0px;
}

.news .newsItem .newsText {
  margin: 0px;
}

.booklistUpload table {
  margin: 10px 0px;
}

.booklistIntro {
  font-family: Arial, Helvetica, sans-serif;
  color: #888;
  margin: 10px 0px 20px;
}

.booklist p {
  padding: 0px;
  margin: 0px;
}
.booklist .__ooTab,
.booklist ._ooC27_5f_PREIS {
  float: right;
}
.booklist .__ooDocEmptyP {
  font-size: 12pt !important;
}


/* -- Footer -- */
.footer  {
  padding: 15px 20px 0px;
}
.footer .navigate {
  border: none;
  margin: 0px 0px 0px;
  color: #666;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 11px;
}
.footer .navigate a {
  color: #aaa;
}
.footer .shopInfo {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 9px;
  text-align: center;
  color: #666;
  background: none;
}
.footer .shopInfo a {
  color: #888;
}

.debugSession {
  display: none;
}
