body {
  padding-top: 23px;
}
body, 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 {
  color: #00248f; background-color: transparent;
}
a:hover {
  color: #bfcfff; background-color: #00248f;
}
a.active {
  color: #00248f; background-color: transparent;
}
a:hover.active {
  color: #bfcfff; background-color: #00248f;
}

.clear {
  float: none;
  clear: both;
  visibility: hidden;
}
#headerpro {
  margin: auto;
  width: 468px;
  height: 60px;
  padding: 5px;
  border: 1px solid #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgb(200, 200, 200);
}
.ext {
  text-align: center;
}
.ext a {
  padding: 1em;
  font-weight: bold;
  white-space: nowrap;
}
.ext a span {
  line-height: 3em;
}

                                       /* common */
#header, #content {
  width: 60em;
  margin: 0 auto;
}
#header ul {
  margin: 0; padding: 0;
}
#header ul li {
  float: left; display: inline;
  margin: 3px;
  border: 1px solid #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#header ul li a {
  float: left; display: inline;
}
#header ul li a:hover {
  background-color: #00248f;
  color: white;
}

#header ul li a span {
  float: left; display: inline;
  padding: 0 0.5em;
}

#header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 14px;
}
#header.fixed li {
  background-color: white;
  margin: 1px 0 0 1px;
}
#header.fixed li.secondary {
  float: right;
  margin: 1px 1px 0 0;
}
#header.fixed ul li a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#header.fixed ul.secondary {
  margin-left: 33%;
  max-width: 50%;
  position: relative;
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
}
#header.fixed ul.secondary li {
  background-color: #fcc;
}

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;
  text-shadow: gray 2px 2px 2px;
  letter-spacing: 3px;
}
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;
}

