@charset "utf-8";
/* CSS Document */

.greyframe {
    background-color: #6b6b6b;
}
.bottom {
    background-color: #c3c3c3;
    text-align: center;
    font-size: large;
    padding-top: 5px;
    padding-bottom: 5px;
    a:link {
        color: black;
        text-decoration: none;
    }
    a:visited {
        color: black;
        text-decoration: none;
    }
    a:hover {
        color: #61a5f4;
        text-decoration: underline;
    }
    a:active {
        color: black;
        text-decoration: underline;
    }                                     
}
.top {
    background-color: #c3c3c3;
    font-size: large;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    a:link {
        color: black;
        text-decoration: none;
    }
    a:visited {
        color: black;
        text-decoration: none;
    }
    a:hover {
        color: #61a5f4;
        text-decoration: underline;
    }
    a:active {
        color: black;
        text-decoration: underline;
    }                                 
}
.header {
    background-image: url('https://apartment-an-der-piste.at/imgweb/headerbg.jpg');
    height: 308px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xxx-large; 
    color: #ffffff;
    text-align: center;
    vertical-align: text-top;
}
.description {
    text-align: center; 
    vertical-align: text-top;
    font-size: large; 
    color: #000000;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
}
.sites {
    text-align: left; 
    vertical-align: text-top;
    font-size: large; 
    color: #000000;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #ffffff;
}
.table01 {
    padding: 0 !important;
    border-spacing: 0 !important;
    max-width: 1024px !important;
    margin-left: auto;
    margin-right: auto;
}
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 957px;
  }