/* pcom.css */

/* Diese Datei enthaelt alle css-Angaben fuer die pcom-WebSite. */
/* http://www.pcom.de */


/* Hintergrundfarbe, -bild (weiss, Hintergrundbild) */
body { background-color: #FFFFFF;
     }

/* Links (schwarz, kein Unterstrich) */
a:link { color: #0000FF;
                   font-size: 10pt;
                   text-decoration: none;
       }
a:visited { color: #0000FF; 
            font-size: 10pt;
            text-decoration: none;
          }
a:active { color: #FF0000;
           font-size: 10pt;
           text-decoration: none;
         }

/* Standard-Schriftart, -Farbe (serifenlos, 8 Punkt, schwarz) */
p,ul,ol,li,td,th { font-family: Arial,Helvetica,sans-serif;
                   font-size: 10pt;
                   color: #000000;
                 }

/* Liste (viereckige Aufzaehlungszeichen*/
ul { list-style-type: square;
   }

/* Titel (12 Punkt, schwarz, fett, 10 Punkt Erstzeileneinzug) */
#titel { font-size: 12pt;
         color: #000000;
         font-weight: bold;
       }

/* Titel - klein (10 Punkt, rot, fett) */
#titelklein { font-size: 10pt;
              color: #F00050;
              font-weight: bold;
            }

/* Titel - gross (12 Punkt, rot, fett) */
#titelgross { font-size: 12pt;
              color: #F00050;
              font-weight: bold;
            }

/* Link-Pfeil (rot, fett, keine feste Schriftgroesse) */
#linkpfeil { color: #F00050;
             font-weight: bold;
           }

/* wichtige Texte (rot, fett, keine feste Schriftgroesse) */
#wichtig { color: #F00050;
           font-weight: bold;
         }

/* DHTML-Menues */
.menu {z-index: 1;
      }

.submenu { position: absolute;
           top: 30pt;
           z-index: 2;
           visibility: hide;
           visibility: hidden;
           /* evtl. mit Hintergrund, bei top 3pt weniger einstellen
           background-color: #FFFFFF;
           padding: 3pt;
           */
         }


/* ENDE der css-Angaben */