body, a, button, input, textarea {
  color: #00248F; background-color: #BFCFFF;
  font-family: Verdana, Helvetica, Arial;
}
a, button {
  background-color: transparent;
}
input, textarea {
  background-color: white;
}
img {
  border: 0;
}
ul {
  clear: both;
}
a:hover {
  background-color: #00248F;
  color: #BFCFFF;
}
a.active {
  background-color: #809FFF;
}
a:hover.active {
  background-color: #00248F;
}

.clear {
  float: none;
  clear: both;
  visibility: hidden;
}
#header, #content, #footer {
  width: 60em;
  margin: auto;
}
#headerpro {
  width: 80em;
  margin: auto;
  text-align: center;
  font-size: 75%;
  font-weight: bold;
}
#headerpro .left {
  float: left;
}
#headerpro .right {
  float: right;
}
.ext {
  text-align: center;
}
.ext a {
  padding: 1em;
  font-weight: bold;
  white-space: nowrap;
}
.ext a span {
  line-height: 3em;
}

                                       /* common */
#header ul,
#footer ul {
  height: 3.8em;
  margin: 0; padding: 0;
}
#header ul li,
#footer ul li {
  float: left; display: inline;
  height: 3.8em;
}
#header ul li a,
#footer ul li a {
  float: left; display: inline;
  font-weight: bold;
  cursor: pointer;
}
#header ul li a span,
#footer ul li a span {
  float: left; display: inline;
  line-height: 3.8em;
  padding: 0 1em;
}
div#eXTReMe {
  text-align: center;
}

                                       /* page - default */
body#default .wDetails {
  list-style: none;
}
body#default .wDetails li {
  padding: 0.3em;
}
body#default li.active {
  font-weight: bold;
}
body#default .wDetails li.active {
  font-weight: normal;
  background-color: white;
  border: 1px solid black;
}
body#default .wDetails h2 {
  margin: 0.3em;
}
body#default .wDetails img {
  float: left;
  margin: 0.3em;
  border: 1px solid black;
}
                                       /* page - show */
body#show #content img {
  border: 1px solid black;
}
body#show #content table {
  width: 100%;
}
body#show #content th,
body#show #content tr.image,
body#show #content tr.descr,
body#show #content tr.reference,
body#show #content tr.shortdescr {
  display: none;
}
body#show #content tr.title td h1 {
  margin: 0;
  text-align: center;
}
body#show #content tr.manufacturer td h2 {
  margin: 0;
  text-align: center;
}
body#show #content tr.price td,
body#show #content tr.link td {
  background-color: #809FFF;
}
body#show #content tr.image td {
  text-align: center;
}
body#show #content em {
  font-style: normal;
}
body#show #content tr.image_descr td.image,
body#show #content tr.image_descr td.descr {
  vertical-align: top;
  padding: 0.5em;
}
body#show #content tr.image_descr td.image {
  text-align: center;
  min-width: 250px;
}
body#show #content tr.date td {
  text-align: right;
  font-size: small;
}
body#show #content tr.inactive td {
  text-align: center;
  font-style: italic;
  color: red;
}

                                       /* page - kontakt */
body#kontakt #content {
  text-align: center;
}
body#kontakt #content button {
  padding: 1em 3em;
}
body#kontakt #content table {
  width: 100%;
}
body#kontakt #content table th {
  text-align: right;
  white-space: pre;
  padding: 0.3em;
}
body#kontakt #content table td {
  text-align: left;
  padding: 0.3em;
}
body#kontakt #content table td input {
  width: 30em;
}
body#kontakt #content table td textarea {
  width: 30em;
  height: 10em;
}
body#kontakt #content .result {
  white-space: pre;
}

                                       /* generell paging */
ul#paging {
  margin: 0;
  padding: 0;
}
ul#paging li {
  float: left; display: inline;
}
ul#paging li a {
  white-space: nowrap;
  padding: 0 0.5em;
  font-size: 80%;
}
                                       /* generell - navigation */
ul#navigation {
  padding: 1em 0;
}
body#default ul#navigation {
  margin-left: 15%;
}
body#show ul#navigation {
  margin-left: 20%;
}
ul#navigation li {
  float: left; display: inline;
  border-top: 1px solid #809FFF;
}
ul#navigation li a {
  padding: 0.5em 2em;
  text-decoration: none;
  font-size: 80%;
}
ul#navigation li a span {
  line-height: 2em;
}
