html{
    background:url(../images/hintergrund.jpg);
    background-repeat:repeat-x;
	overflow-y: scroll;
}

body {
position:absulute;
  width: 1024px;
  margin: 0 auto;
  font-family: "Trebuchet MS";
}

 .bilder{
     width: 800px;
     text-align: center;
    
 
}

@font-face {
    font-family: 'kg_dancing_on_the_rooftopRg';
    src: url('../font/kgdancingontherooftop-webfont.eot');
    src: url('../font/kgdancingontherooftop-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/kgdancingontherooftop-webfont.woff2') format('woff2'),
         url('../font/kgdancingontherooftop-webfont.woff') format('woff'),
         url('../font/kgdancingontherooftop-webfont.ttf') format('truetype'),
         url('../font/kgdancingontherooftop-webfont.svg#kg_dancing_on_the_rooftopRg') format('svg');
    font-weight: normal;
    font-style: normal;
      }

a {
    text-decoration: none;
    color: #000;
}

 .navigaton_button{
    text-align:center;
    width:100%;
    height: 15px;

    font-size: 12px; 
}

IMG.head_bild{

        display: block;
    margin-left: auto;
    margin-right: auto;
}

.top {
    width: 100%;
    height: 250px;
}


.button{
        width: 100%;
}
