html, body {
		scroll-behavior: smooth;
        margin: 0 auto;
}

#content {
    margin-top: 65px; 
}

#content img {
    border:  1px solid #696969;
}

#content :target:before {
	content: "";
	display: block;
	height: 65px; /* same as your fixed header height */
	margin: -65px 0 0; /* negative fixed header height */
}

#menu {
     position: fixed;
     width: 100%;
     top: 0px;
     height: 60px;
     text-align: center;
     display: flex;
     background-image: url(bilder/menu_bg.png);
     background-repeat:repeat-x;         
     margin: 0 auto;
     font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
     font-size: 24px;
     border-bottom: 1px solid white;
     text-shadow:2px 2px 2px #111;
}
 
#menu ul {
     position: relative;
     margin: 0 auto;
     list-style: none;
     padding-top:  15px;
}
 
#menu ul li {
     float: left;
     margin: 0 80px 0 20px;
     color: white;
}

#flyer {
    padding-bottom: 20px;
    border-bottom: 2px solid white;
}

#programm {
    padding-bottom: 100px;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 24px;
    text-shadow:2px 2px 2px #111;   
    color: white;
    border-bottom: 2px solid white;
}

#programm h1 {
    text-decoration: underline;
}

#programm h3 {
    text-decoration: underline;
}

#teilnehmer {
    padding-bottom: 100px;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 24px;
    text-shadow:2px 2px 2px #111;    
    color: white;
    border-bottom: 2px solid white;
}

#teilnehmer h1{
    text-decoration: underline;
}

#ablauf {
    padding-bottom: 100px;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 24px;
    text-shadow:2px 2px 2px #111;
    text-decoration: underline;
    color: white;
    border-bottom: 2px solid white;
}

#karte {
    padding-bottom: 100px;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 24px;
    text-shadow:2px 2px 2px #111;
    text-decoration: underline;
    color: white;
    border-bottom: 2px solid white;
}

#kontakt {
    padding-bottom: 100px;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 24px;
    text-shadow:2px 2px 2px #111;    
    color: white;
    border-bottom: 2px solid white;
}

#kontakt h1{
    text-decoration: underline;
}

#kontakt a {
    color: darkgreen;
}

#sponsor {
    padding-bottom: 100px;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 24px;
    text-shadow:2px 2px 2px #111;
    color: white;
}

#sponsor_h1 {
    text-decoration: underline;
}