/* Seitenüberschrift Musikverein Wollbach e.V.*/
h1 {
       color: black;
       font-family: arial;
       font-size: 50pt
}


/* Überschriften */
h2 {
       color: black;
       font-family: arial
       font-size: 40pt
}


/* Überschriften */
h3 {
       color: black;
       font-family: arial;
       font-size: 30pt

}


/* Überschriften */
h4 {
       color: black;
       font-family: arial;
       font-size: 20pt
}


/* Überschriften */
h5 {
       color: black;
       font-family: arial;
       font-size: 14pt
}


/* Hintergrundbild */
body {
        background-image: url("Test6.jpg");
        background-repeat: repeat;
        background-attachment: fixed

}


/* Absaetze */
p { font-family: arial }
p.margin { margin-left: 2cm }
div { font-family: arial }



/* Links gelb hinterlegt */
a:hover {
           background-color: #F0C020
}

/* Links in schwarz */
a {
     color: #000000
}



/*Frames */

border: {
          padding: 20%;
          width: 20%;
          margin-left: 20%;
          margin-right: auto;
          margin-top: 5cm;
          margin-bottom: 5cm;
}



/* Tabellen */
table {
          border: 0;
          padding: 0;
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          margin-top: 2px;
          margin-bottom: 5px;
}


/* linkes Menü */
#menue {
          position: fixed;
          width: 50px;
          height: 30px;
          top: 15px;
          right: auto;
          bottom: auto;
          left: 0px;
          border-width: 0px;
          border-style: none;
          border-spacing: 0px;
          margin: 0px;
          border: none;
          padding: 0px;
          }


/* Mitte */
#zentrum {
          position: static;
          left: 100px;
          width: 750px;
          height: auto;
          top: 15px;
          right: auto;
          padding: 0px
}


/* Mitte Hauptseite */
#zentrumstart {
          position: static;
          left: 100px;
          width: 750px;
          height: 370px;
          margin-bottom: 5px;
          background-image: url("xxx.gif")

          
}
