@CHARSET "utf-8";

/********** contains general styles concerning the page construction ************/

html { padding:0; margin:0; background:transparent; }
body {
    /* background-color:#96c0aa; */
    background-color:#eee;
    /* background-image: url('../img/bg.png');
    background-repeat: repeat-x; */
    color:#333;
    font-family:geneva,verdana,arial,helvetica,sans-serif;
    font-size:0.93em;
    line-height:1.2em;
    padding:0;
    margin:0;
}
#top {
    max-width:1024px;
    background-color:#ccc;
    text-align:center;
    height:150px;
    margin:auto;
    background:
        /* url('../img/noten_kopf.jpg') top center no-repeat, */
        url('../img/querfloete150.png') center left no-repeat,
        /* url('../img/huebner_leyh_perpetua.png') center center no-repeat, */
        /* url('../img/huebner_leyh_castellar.png') center center no-repeat, */
        /* url('../img/huebner_leyh_castellar_rot.png') center center no-repeat, */
        /* url('../img/huebner_leyh_castellar36_rot.png') center center no-repeat, */
        url('../img/huebner_leyh_castellar32_rot.png') center center no-repeat,
        /* url('../img/huebner_leyh_castellar_2.png') center center no-repeat, */
        /* url('../img/huebner_leyh_centaur.png') center center no-repeat, */
        /* url('../img/huebner_leyh_open_sans.png') center center no-repeat, */
        url('../img/gitarre150.png') center right no-repeat
        ;
    opacity:0.7;
}
#main {
    font-size:0.93em;
    max-width:1000px;
    min-height:600px;
    /* background-color:#c8e3d5; */
    background-color:#eee;
    margin:auto;
    padding:1em;
    border-radius:10px;
}

