body {
        font-family: 'Courier New', Arial;
        font-size: 16px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        word-spacing: normal;
        line-height: 19px;
        text-align: left;
}
p {
        margin:0;
}
video {
  display: block;
  margin: 0 auto;
}
#frame {
        padding: 0px;
        width: 1024px;
        height: 680px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
        background-image: url(pics/backgroundJPG_01.jpg);
        background-repeat: no-repeat;
        position:relative;
}
#content{
        margin-right: 150px;
        margin-left: 250px;
        padding-top: 230px;
        padding-bottom: 0px;
}
#home{
         position:absolute;
         left: 17.5px;
         top: 107.5px;
         border: #000000 0px solid;
}
#kontakt{
         position:absolute;
         left: 17.5px;
         top: 194.5px;
         border: #000000 0px solid;
}
#anfahrt{
         position:absolute;
         left: 17.5px;
         top: 282.5px;
         border: #000000 0px solid;
}
#info{
         position:absolute;
         left: 17.5px;
         top: 369px;
         border: #000000 0px solid;
}
#pics{

         margin-left: 20px;
         margin-top: 0px;
         border: #000000 0px solid;
}
#names{
         position:absolute;
         left: 17.5px;
         top: 0px;
         border: #000000 0px solid;
}

a:link {
        color: #ce3023;
        text-decoration: none;
}
a:visited {
        text-decoration: none;
        color: #ce3023;
        border:0px;
}
a:hover {
        text-decoration: underline;
        color: #ce3023;
}
a:active{
        text-decoration: none;
        color: #000;
        border:0px;
}
ul {
        margin-left:15px;
        padding-left:9px;
        margin-top:15px;
        list-style-type: square;
        list-style-image:url(xxx.jpg);
}
li {
        margin: auto;
        padding: 0;
        text-align:left;
}
#foto{
         position:absolute;
         right: 220px;
         bottom: 92px;
         border: #000000 0px solid;
}

#logo{
         position:absolute;
         left: 480px;
         top: 80px;
         border: #000000 0px solid;
         width: 150px;
         height: 150px;


#map {
  height: 86%;
  width: 96%;
  padding: 0; margin: 0;
}
#osm {
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 20px;
}
.scroll-wrapper {
        -webkit-overflow-scrolling: touch;
          overflow-y: scroll;

        /* important:  dimensions or positioning here! */
}

.scroll-wrapper iframe {
        /* nada! */
}