body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 11px;
    color: #707070;
    background: url(pg/bg_verlauf.jpg) repeat-x;
}

h1 {
    font-size: 15px;
    font-style: bold;
    color: #303030;
    line-height: auto;
}

h2 {
    font-size: 13px;
    font-style: bold;
    color: #505050;
    line-height: auto;
}

h3 {
    font-size: 11px;
    font-style: bold;
    line-height: auto;
}

#container {
    width: 653px;
    text-align: left;
    margin: 0 auto;
}

#verlauf {
    position: relative;
    border: solid 1px #CCCCCC;
    top: 0px;
    left: 0px;
}

#headercontent {
    position: relative;
    width: 651px;
    background-color: #FFFFFF;
}

#headergfx {
    position: relative;
    width: 651px;
    height: 100px;
    padding: 10px 0px 0px 0px;
    text-align: right;
}

#contentarea {
    position: relative;
    width: 651px;
    background-color: #FFFFFF;
}

#content {
    position: relative;
    clear: none;
    left: 0px;
    top: 0px;
    padding: 1px 10px 10px 10px;
    line-height: 140%;
    height: auto !important;
    min-height: 420px;
    height: 420px; /* min-hight hack for IE */
    overflow: auto;
}

* html #content {
    overflow: visible;
}

#footerarea {
    position: relative;
    width: 651px;
    height: 40px;
    background: url(pg/bg_footer_02.jpg) repeat-x;
}

#footercontent {
    position: relative;
    width: 623px;
    padding: 5px 10px 5px 10px;
}

#terms {
    position: relative;
    float: right;
    top: 0px;
    left: 10px;
    width: 300px;
    text-align: right;
    line-height: 140%;
    font-size: 9px;
}

.minPrice {
    margin-top: 5px;
}

.aktPos {
    margin-top: 5px;
}

#minPrice {
    color: red;
}

.info {
    display: none;
}

#map {
    height: 600px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

#result {
    color: red;
}

.bottom {
    display: flex;
}

.more {
    width: 50%;
    display: inline-flex;
    justify-content: flex-start;
}

.lastupdate {
    width: 50%;
    display: inline-flex;
    justify-content: flex-end;
}

.lastupdate span::before {
    content: "\00a0";
}

/* HTML marker styles */
.price-tag-green {
    border-color: #007502;
}
.price-tag-green::after {
    border-top-color: #007502;
}

.price-tag-yellow {
    border-color: #bdc235;
}
.price-tag-yellow::after {
    border-top-color: #bdc235;
}

.price-tag-red {
    border-color: #8f0000;
}
.price-tag-red::after {
    border-top-color: #8f0000;
}

.price-tag {
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 6px;
    position: relative;
    color: black;
    background-color: white;
}
  
.price-tag::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top-style: solid;
    border-top-width: 8px;
}