
/* ==============================================
   Formatiert das Aussehen für alle Seiten gleich
   ==============================================
*/

/* Schriftart für Überschrift, Tabellen, Links usw. */

h1,h2,h3,h4,p,ul,ol,li,div,td,address,blockquote,nobr,b,i {
 font-family:Hellvecia,sans-serif;
 font-weight:bold;
 color: #FFFFFF;
 }

/* Body */

body {
         background-color:#000000;
         font-weight:bold;
         font-family:Helvecia;
         font-size:120%;
/*       background-image: url(../pix/bgpic-blue.png);

         background-repeat: y-repeat;
         background-attachment:fixed;                   */
}

.bildhintergrund {
         background-image: url(../pix/hintergrund.png);

         background-repeat: no-repeat;
}
.band {
         background-image: url(../pix/hintergrund-Band.png);

         background-repeat: repeat-y;
}
.bilder {
         background-image: url(../pix/hintergrund-Bilder.png);

         background-repeat: no-repeat;
}
.links {
         background-image: url(../pix/hintergrund-Links.png);

         background-repeat: no-repeat;
}
.album {
         background-image: url(../pix/hintergrund-Album.png);

         background-repeat: no-repeat;
}
.kontakt {
         background-image: url(../pix/hintergrund-Kontakt.png);

         background-repeat: no-repeat;
}
.impressum {
         background-image: url(../pix/hintergrund-Impressum.png);

         background-repeat: no-repeat;
}


/* mit class="rosa" im HTML-Tag definieren */
.rosabox { background-color:#FFDDDD; padding:6px; margin:0px; }
.rosa { background-color:#FFDDDD; }
.gelbbox { background-color:#FFFF66; padding:6px; margin:0px; }
.gelb { background-color:#FFFF66; }

 /* Überschrift */
h1 {
         font-size:26px;
         color:#C00040;
         margin-bottom:16px;
         text-align ="center";
   }

h2 { font-size:21px; color:#FFBF00; margin-bottom:18px; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; }

/* Tabellenüberschrift */

th     {
         font-size:16px;
         color:#ffffff;
         text-align ="center";
       }

.breit {
         width: 325px;
         text-align ="center";
       }

th[id]breit {
         width: 5px;
         text-align:"center";
       }

ul,ol,li,div,td,address,blockquote { font-size:13px; }

p {
         margin-bottom:1px;
  }
p
.#ueberschrift {

         font-size:26px;
         color:#FF0040;
         margin-bottom:16px;
         font-weight:bold
   }
p[id]#ueberschrift {

         font-size:26px;
         color:#FF0040;
         margin-bottom:16px;
         font-weight:bold;

   }

li { margin-top:3px; }

pre { font-family:Courier New,Courier; font-size:13px; color:#0000C0; }

code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }

.xmpcode { border-width:10px; border-style:solid; border-color:#EEEEEE; background-color:#FFFFE0; }

.code { background-color:#FFFFE0; }

.tabxpl { background-color:#E4EEFF; }

.doc { background-color:#EEEEEE; }

.nav { background-color:#FFEEDD; }

.qbar { background-color:#FFFFE0; font-size:13px; font-family:Arial,sans-serif; }

.blue { color:#0000C0; }

pre.normal { color:#000000; }

a:link { color:#FFF;
         text-decoration:none;
}

a:visited { text-decoration:none;
         color:#FFF;
}

a:hover {
         text-decoration:none;
 /*        background-color:#FF7F00;*/
         color:#ccc;

}

/*a:active { color:#E06000; text-decoration:none; }*/

a.an { text-decoration:none; }

.unicode { font-size:15px; font-family:Arial Unicode MS,Arial,sans-serif }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }

.minimini {
          font-size: 12px;
          color: #0000ff;
          }
/*  ==============
    ENDE
    ==============
*/