body {
  background-image: url(../images/watermark.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F9F9F9;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
}

div.container {
  min-height: 100%;
  position: relative;
  /*overflow: hidden;*/
}

div.small {
  font-size: 18px;
}

div.footer {
  position: absolute;
  bottom: 0;
  width: 95%;
  height: 40px;
  text-align: right;
  color: #444444;
  z-index: 1;
}

div.footer a[data-title] {
  cursor: default;
}

div.footer a[data-title]:hover:before {
  content: url(/impressum.png);
  position: absolute;
  background-color: #ffffff !important;
  top: -172px;
  height: 138px;
  padding: 5px;
  white-space: nowrap;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  box-shadow: 0px 0px 20px #000222;
  -moz-box-shadow: 0px 0px 20px #000222;
  -webkit-box-shadow: 0px 0px 20px #000222;
  -o-box-shadow: 0px 0px 20px #000222;
}

div.footer a {
  left: 24px;
  right: 24px;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: -100px 20px 0px 20px;
  cursor: help;
  outline: 0;
  border: 1px solid #005c40;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 5px 5px 7px #999999;
  -moz-box-shadow: 5px 5px 7px #999999;
  -webkit-box-shadow: 5px 5px 7px #999999;
  -o-box-shadow: 5px 5px 7px #999999;
  /* fallback bg-color.. */
  background-color: #e3e3e3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f5f5f5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f5f5f5')";
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f5f5f5));
  background: -moz-linear-gradient(top, #a3a3a3, #f5f5f5);
}

a {
  text-decoration: none;
  color: #444444;
  font-weight: bold;
  font-size: 15px;
}

div.box {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  z-index: 2;
}

div.box fieldset {
  width: 300px;
  height: 100px;
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 5px 5px 7px #999999;
  -moz-box-shadow: 5px 5px 7px #999999;
  -webkit-box-shadow: 5px 5px 7px #999999;
  -o-box-shadow: 5px 5px 7px #999999;
  /* fallback bg-color.. */
  background-color: #e3e3e3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f5f5f5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f5f5f5')";
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f5f5f5));
  background: -moz-linear-gradient(top, #a3a3a3, #f5f5f5);
  border: 1px solid #005c40;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}

div.box fieldset legend {
  position: absolute;
  outline: 0 none;
  top: -25px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  color: #00d5ca;
  background-color: #003f5c !important;
  cursor: default;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 3px 3px 4px #999999;
  -moz-box-shadow: 3px 3px 4px #999999;
  -webkit-box-shadow: 3px 3px 4px #999999;
  -o-box-shadow: 3px 3px 4px #999999;
  border: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3 !important;
}

div.box fieldset legend[data-title]:hover:before {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: -40px;
  color: #003f5c;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 0px 2px #000222;
  -moz-box-shadow: 0px 0px 2px #000222;
  -webkit-box-shadow: 0px 0px 2px #000222;
  -o-box-shadow: 0px 0px 2px #000222;
  background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
  background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
}

div.box fieldset legend[data-title]:hover:after {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  border-top: 7px solid #cccccc;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

div.box fieldset table {
  text-align: center;
  width: 100%;
  padding-top: 25px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 25px;
  color: #222222 !important;
}

div.box fieldset table td {
  white-space: nowrap;
}
