/* DATEI: style.css */
/* Stylesheet-Angaben */

a:link { color:#0033CD; }
a:visited { color:#0033CD; }
a:hover { color:#FF6501; }
a:active { color:#81007F; }

body { font-family:Arial,Helvetica,sans-serif;
       color:#000000;
}

.background {
            background-color:#FFFFFF;
            background-image:url(ph_bck5.jpg);
            background-repeat:no-repeat;
            background-position:bottom right;
            background-attachment:fixed;
}

.background_main {
            background-color:#FFFFFF;
            background-image:url(ph_bck5.jpg);
            background-repeat:no-repeat;
            background-position:bottom right;
            background-attachment:fixed;
}

.background_main_test {
            background-color:#FFFFFF;
            background-image:url(test03.jpg);
            background-repeat:no-repeat;
            background-position:top right;
            background-attachment:fixed;
}

.background_werke1 {
                  background-image:url(../hoch1.jpg);
                  background-repeat:no-repeat;
                  background-position:bottom right;
                  background-attachment:fixed;
}

.background_werke2 {
                  background-image:url(../hoch2.jpg);
                  background-repeat:no-repeat;
                  background-position:bottom right;
                  background-attachment:fixed;
}

.ueberschrift {
              font-weight:bold;
              text-align:left;
              font-size:12pt;
              margin-top:30px;
}

.ueberschrift_werke {
                    font-weight:bold;
                    text-align:left;
                    font-size:12pt;
                    margin-top:30px;
}

.text_werke {
            margin-top:30px;
            text-align:left;
}

.text_eingerückt {
      margin-top:30px;
      margin-left:100px;
      margin-right:100px;
      font-size:10pt;
      text-align:justify;
}

.text_normal {
      margin-top:30px;
      font-size:12pt;
}
