body {
  height: 101%;
  margin-top:1%;

  font-family: Arial, Helvetica, sans-serif; 
  color: #000000;
}
h1, .stueckname {  
  font-weight: bold;
  font-size: 24px;
  text-decoration: none
}

.text { 
  font-size: small;
  font-weight: bold;
}

.text2 { 
  font-size: small;
  font-weight: normal;
}

.druckbar {  
  font-size: small;
  text-decoration: none
}

.stueckmenu {
  font-size: small;
  font-weight: bold;
  text-decoration: none;
}

.gross {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 36px;
}

.groesser {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.rechtliche_links {
  text-align: right;
  font-size: small;
}

.datenschutz {
  text-align: left;
}

img {
  border: 0;
}

A:link {
  text-decoration: none;
  color: #000000;
}

A:visited {
  text-decoration: none;
  color: #000000;
}

A:active {
  text-decoration: none;
}

A:hover {
  text-decoration: underline
}

.bild {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.grey {
  background-color: #f6f6f6;
}

#themen table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

#themen th {
  border-bottom: 3px solid #000;
}

#themen td {
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #000;
}

#themen td + td{
  text-align: center;
  font-weight: normal;
  border-right: 0px;
}

#js-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(bilder/js_popup/overlay.png);
}
#js-popup-box {
  position: absolute;
  padding: 3px;
  background: #ffffff;
  border: 2px ridge #8080ff;
  text-align: center;
  font-size: 80%;
}
#js-popup-image {
  margin: 0;
  padding: 0;
}
#js-popup-close {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
#js-popup-resize {
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
}
