body {
  margin: 0 auto;
  padding: 0;
  font-family: arial,helvetica,sans-serif;
  font-size: 70%;
  color: #000000;
  /*  background-color: #E36904;    background-image: linear-gradient(#04E369 0%, #4BFFAD 100%); */
  background-image: linear-gradient(transparent, #fff 0%, #FFAD4B 100%);
}


div#hg  {
  text-align:center;
  background-image: url(hg.jpg);
  background-repeat: repeat ;
}

.bild {
  max-width: 100%;
  height: auto;
}


.wrapper {
  border-radius:15px;
  box-shadow: 0px 2px 10px 6px #1F1F1F;
  width: 80%;
  margin: 15 auto;
  background-color: #fff;
}

div#top {
  margin: 0 auto;
  padding: 0;
  color: #FFAD4B;
  width: 80%;
  text-align: right;
}

hr {width:80%}

p {
  padding: 10px 4px 4px 4px;
  margin: 0;
}


#ueberschrifttop {
 background-color: #1526CB;
  background-image: url("gitarre.jpg");
  background-position:right;
  background-repeat: no-repeat;
  margin-top: 1px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  height: 134px;
  border-top-left-radius:15px;
  border-top-right-radius:15px;

}


#ueberschriftunten {
  font-size: 1.2em;
  background-color: #858585;
  background-image: linear-gradient(#858585 0%, #121212 100%);
  border-left:  1px solid #ffffff;
  border-right: 1px solid #ffffff;
}


.ueberschriftgross {
  color: #FFF;
  font-size: 2.4em;
  padding: 20px 0 0 10px;
  line-height: 1em;
  margin: 5px;
  font-family: verdana,arial,helvetica,sans-serif;
  text-align: left;
  font-style: bold;
}

.ueberschriftklein {
  color: #FFF;
  font-size: 1em;
  padding: 0px 0px 0px 10px;
  margin: 5px;
  text-shadow: 1px 1px 3px #5F5F5F;
  font-family: verdana,arial,helvetica,sans-serif;
  text-align: left;
}



/* Zentriert das Menü*/
#submenue {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}


.menue a:link, .menue a:active, .menue a:visited {
  color: #FFAD4B;
  text-decoration: none;
  padding: 5px 15px;
  margin: 0px;
  border-left: solid 1px #868686;
  border-right: solid 1px #ffffff;
  line-height:40px;
}

.menue a:hover, .menue a:focus {
  color: #CFCFCF;
  background-color: transparent;
  text-decoration: none;
}


a:link, a:visited, a:active {
  color: #FF7F00;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
}

a:hover, a:focus {
  color: #C20000;
  background-color: inherit;
  text-decoration: none;
  font-weight: bold;
}



/* ----------- Besonderheiten für Bildschirmgröße max. 768px ----------- */

@media (max-width:768px) {

  .wrapper {
    width: 95%;
  }

  div#top {
    width: 95%;
  }

  .ueberschriftgross {
    color: #5B4D1B;
    font-size: 2.4em;

  }

  .ueberschriftklein {
    color: #3B1D1B;
    font-size: 1.1em;

  }
  .menue a:link, .menue a:active, .menue a:visited {
    display: block;
    padding: 5px;
    border-top: solid 1px #868686;
    border-bottom: solid 1px #ffffff;
    border-left: none;
    line-height:25px;
  }

  #ueberschrifttop {
    background-image: url("gitarre-hell.jpg");
  }

}

/* ----------- Besonderheiten für Bildschirmgrösse max. 480px -------- */

@media (max-width:480px) {
  .headertextlarge {
    font-size: 1.500em;
    padding: 15px 0px 0px 0px;
    text-align: center;
  }
  .headertextsmall {
    font-size: 1em;
    line-height: 1em;
    text-align: center;
  }


}