
body {
  background-color: #ffffff;
}

div#page {
  position: relative;
  z-index: 1;
  width: 100%;
}

div#head {
  position: relative;
  z-index: 2;
  background-image: url(../grafik/bg_top.gif);
  background-color: #4370ac;
  background-repeat: repeat-y;
  background-position: 0 0;
  padding: 6px 32px 6px 32px;
  height: 94px;
}

div#logo {
  position: absolute;
  z-index: 1;
  margin: 12px 0 0 0;
}

div#navigation {
  position: absolute;
  z-index: 2;
  right: 32px;
}

div#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#navigation ul li {
  margin: 0 0 0 17px;
  padding: 0;
  float: left;
}

div#navigation ul li a {
  display: block;
  height: 22px;
  width: 99px;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  padding: 70px 0 0 0;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  background-color: #71A8E0;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

div#navigation ul li.but1 a {
  background-image: url(../grafik/but1.gif);
}

div#navigation ul li.but1 a.active,
div#navigation ul li.but1:hover a {
  background-image: url(../grafik/but1_.gif);
  background-color: #09367B;
}

div#navigation ul li.but2 a {
  background-image: url(../grafik/but2.gif);
}

div#navigation ul li.but2 a.active,
div#navigation ul li.but2:hover a {
  background-image: url(../grafik/but2_.gif);
  background-color: #09367B;
}

div#body {
  position: relative;
  z-index: 1;
  padding: 32px;
}

div#map_canvas {
  position: relative;
  margin: 0 -32px 0 -32px;
  background-color: #f0f0f0;
  height: 667px;
  z-index: 1;
}

div#map_button-list {
  position: relative;
  margin: -32px -32px 0 -32px;
  background-color: transparent;
  z-index: 2;
  background-image: url(../grafik/bg_info.gif);
  background-position: right 0;
  background-repeat: repeat-y;
  background-color: #6A8DBE;
  height: 37px;
  padding: 5px 0 19px 0;
  border-top: 1px solid #0A3F86;
  border-bottom: 1px solid #0A3F86;
}

div#map_button {
  position: relative;
  padding: 9px 0 0 32px;
  float: left;
}

div#map_button_back {
  position: relative;
  padding: 9px 32px 0 0;
  float: right;
  margin: 2px 0 0 0;
}

div#map_button a {
  display: block;
  width: 197px;
  height: 23px;
  background-image: url(../grafik/bg_map_but.gif);
  background-repeat: no-repeat;
  background-color: #A9181D;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 0 0;
}

div#map_button a:hover,
div#map_button a.active {
  background-image: url(../grafik/bg_map_but_.gif);
  background-color: #800002;
}

div#map_button_back a {
  display: block;
  background-image: url(../grafik/bg_info_but.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
  width: 115px;
  height: 25px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 0 0 0;
  background-color: #4B76B0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: -1px 0 0 0;
}

div#map_button_back a:hover,
div#map_button_back a.active {
  background-image: url(../grafik/bg_info_but_.gif);
  background-color: #0A3F86;
}

ul.result-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li.result-list {
  margin: 0 0 26px 0;
  padding: 0;
  list-style-type: none;
  background-image: url(../grafik/bg_result_li.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #F0F4F8;
}

li.result-list:last-of-type {
  margin: 0;
}

li.result-list div.detail {
  position: relative;
}

li.result-list div.detail-left {
  float: left;
  width: 380px;
  padding: 28px 16px 15px 16px;
}

li.result-list div.detail-left h3 {
  font-size: 30px;
  color: #003D8F;
  line-height: 30px;
  font-weight: bold;
  margin: -10px 0 10px 0;
}

li.result-list div.detail-left h3 a {
  font-size: 30px;
  color: #003D8F;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}

li.result-list div.detail-left p {
  margin: 0;
  color: #747474;
  line-height: 20px;
  font-size: 15px;
}

li.result-list div.detail-right {
  float: right;
  padding: 16px 16px 0 0;
}

li.result-list div.detail-right div.quantity {
  float: right;
  margin: 0 0 0 3px;
  padding: 5px;
  width: 79px;
  background-color: #3A3730;
  color: #FFFF00;
  font-weight: bold;
  font-size: 27px;
  line-height: 27px;
  height: 27px;
  text-align: right;
  background-repeat: no-repeat;
  background-position: 6px 15px;
}

li.result-list div.detail-right div.up {
  background-image: url(../grafik/trend_up.gif);
}

li.result-list div.detail-right div.middle {
  background-image: url(../grafik/trend_middle.gif);
}

li.result-list div.detail-right div.down {
  background-image: url(../grafik/trend_down.gif);
}

li.result-list div.detail-right div.signal {
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

li.result-list div.detail-right div.green {
  background-image: url(../grafik/signal-green.gif);
  background-color: #5FC136;
}

li.result-list div.detail-right div.yellow {
  background-image: url(../grafik/signal-yellow.gif);
  background-color: #D2A800;
}

li.result-list div.detail-right div.red {
  background-image: url(../grafik/signal-red.gif);
  background-color: #DB1211;
}

li.result-list div.detail-right div.overall {
  margin: 17px 0 0 0;
  font-size: 13px;
  line-height: 13px;
  color: #3A3730;
  text-align: right;
}

li.result-list div.detail-right div.date {
  margin: 5px 0 0 0;
  font-size: 11px;
  line-height: 11px;
  color: #747474;
  text-align: right;
}

li.result-list div.info {
  position: relative;
  margin: -2px 0 0 0;
  padding: 10px 16px 10px 16px;
  background-image: url(../grafik/bg_info.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-color: #92ABCF;
  height: 24px;
}

li.result-list div.info div.button-list {
  float: left;
}

li.result-list div.info div.button-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li.result-list div.info div.button-list ul li {
  margin: 0 0 0 12px;
  padding: 0;
  float: left;
}

li.result-list div.info div.button-list ul li:first-of-type {
  margin: 0;
}

li.result-list div.info div.button-list ul li a {
  display: block;
  background-image: url(../grafik/bg_info_but.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
  width: 115px;
  height: 23px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  background-color: #4B76B0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: -1px 0 0 0;
}

li.result-list div.info div.button-list ul li:hover a {
  background-image: url(../grafik/bg_info_but_.gif);
  background-color: #0A3F86;
}

li.result-list div.info div.facilities-list {
  float: right;
  margin-right: -7px;
}

li.result-list div.info div.facilities-list ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none;
}

li.result-list div.info div.facilities-list ul li {
  margin: 0 0 0 4px;
  padding: 0;
  float: left;
}

li.result-list div.info div.facilities-list ul li:first-of-type {
  margin: 0;
}

div.details-tables {
  position: relative;
  margin: 0;
  padding: 10px 16px 16px 16px;
  background-image: url(../grafik/bg_info.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-color: #92ABCF;
}

div.details-table:last-of-type {
  margin: 0;
}

div.details-table {
  position: relative;
  margin: 0 0 16px 0;
  padding: 0;
}

div.details-table h4 {
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

div.details-table table {
  width: 100%;
  background-color: #F2F5F8;
  color: #3A3730;
  font-size: 13px;
}

div.details-table table th {
  width: 135px;
  border-right: 1px solid #7E9CC7;
  border-bottom: 1px solid #7E9CC7;
  padding: 5px 10px 5px 10px;
  font-weight: normal;
}

div.details-table table td {
  border-bottom: 1px solid #7E9CC7;
  padding: 5px 10px 5px 10px;
}

div.details-table table.tarife th {
  background-color: #4471AD;
  border-right: none;
  width: auto;
  color: #ffffff;
}

div.details-table table.tarife tr th:last-of-type {
  width: 157px;
  text-align: right;
  border-left: 1px solid #7E9CC7;
}

div.details-table table.tarife tr td:last-of-type {
  width: 157px;
  border-left: 1px solid #7E9CC7;
  text-align: right;
}

div.card-button-list {
  background-color: #92ACCF;
  margin: 0 -10px -10px -10px;
  padding: 10px 10px 8px 10px;
}

div.card-button-list a {
  display: block;
  background-image: url(../grafik/bg_info_but.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
  width: 106px;
  height: 23px;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0 0 0;
  background-color: #4B76B0;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: -1px 0 0 0;
}

div.card-button-list a:hover {
  background-image: url(../grafik/bg_info_but_.gif);
  background-color: #0A3F86;
}
div.card-quantity div.quantity {
  float: right;
  margin: 0 0 0 3px;
  padding: 5px;
  width: 79px;
  background-color: #3A3730;
  color: #FFFF00;
  font-weight: bold;
  font-size: 27px;
  line-height: 27px;
  height: 27px;
  text-align: right;
  background-repeat: no-repeat;
  background-position: 6px 15px;
}

div.card-quantity div.up {
  background-image: url(../grafik/trend_up.gif);
}

div.card-quantity div.middle {
  background-image: url(../grafik/trend_middle.gif);
}

div.card-quantity div.down {
  background-image: url(../grafik/trend_down.gif);
}

div.card-quantity div.signal {
  float: right;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 37px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

div.card-quantity div.green {
  background-image: url(../grafik/signal-green.gif);
  background-color: #5FC136;
}

div.card-quantity div.yellow {
  background-image: url(../grafik/signal-yellow.gif);
  background-color: #D2A800;
}

div.card-quantity div.red {
  background-image: url(../grafik/signal-red.gif);
  background-color: #DB1211;
}

div#foot {
  position: relative;
  z-index: 1;
  background-image: url(../grafik/bg_bottom.gif);
  background-color: #4370ac;
  background-repeat: repeat-y;
  background-position: 0 0;
  padding: 6px 32px 6px 32px;
}

div#foot ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#foot ul li {
  margin: 0 0 0 17px;
  padding: 0 0 0 17px;
  float: right;
  font-size: 22px;
  line-height: 22px;
  border-left: 1px solid #ffffff;
}

div#foot ul li:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}

div#foot ul li a {
  color: #ffffff;
  font-size: 22px;
  font-weight: normal;
}

@media only screen and (max-device-height: 320px) { 
  div#map_canvas {
    height: 184px;
  }
}

@media only screen and (max-device-height: 480px) { 
  div#map_canvas {
    height: 364px;
  }
}

@media only screen and (max-device-height: 600px) {
  div#map_canvas {
    height: 464px;
  }
}

@media only screen and (max-device-height: 800px) {
  div#map_canvas {
    height: 664px;
  }
}
