 /* ----------- style-sheet nur für Kopf ------------ */
/* ------------------- Farben ----------------------------------------- */

/* dunkelblau:  #000080     Hintergrund   */
/* orange:  #FF8102         z.B. Schrift in den Schaltflächen */
/* hellblau:  #7575FF       z.B. "Telefon", Text blau in Schaltfläche  */
/* weiß:  #FFFFFF  */
/* gelb: #FFFF00             TEST: Links hover, active */
/* hellblau:  #A0D0FF       TEST: Hintergrundfarbe Links  */
/* graublau: #3868A0        TEST: Hintergrundfarbe Links  */
/* rot: #FF3400             TEST: Links hover, active */
/* rosa: #FF00FF            in BGK-Termine: Hintergrund */
/* giftgrün: #00FF00        in BGK-Termine: Schrift */
/* --------------------------------------------------------------------- */

body { background-color:#000080;
       font-family:Arial;
       color:#FFFFFF;
     }

/* --------------------------------------------------------------------- */
.uebersuni {margin:0px;
            line-height:100%;
            text-align:left;
            color:#ff8102;
            font:Garamond, Verdana, Arial, Helvetica, sans-serif;
            }

/* ----------------------    ------------------------------------------- */
h1 { text-align:center;
     font-size:36pt;
     font-weight:bold;
     }


p.margls1 { margin:0px;
           line-height:100%;
           }
/* ------------------ Eberhard Karl ------------------------------ */
.karl { font-family:Garamond;
        font-weight:bold;
        font-size:10pt;
        color:#FF8102;
        margin-bottom:0px;
        margin-top:0px;
        }

.karlkap { font-family:Garamond;
        font-weight:bold;
        font-size:11pt;
        color:#FF8102;
        margin-bottom:0px;
        margin-top:0px;
        }

/* ------------------ Universität ------------------------------------ */
.uni { font-family:Garamond;
        font-weight:bold;
        font-size:12pt;
        color:#FF8102;
        margin-bottom:0px;
        margin-top:0px;
        }

.unikap { font-family:Garamond;
        font-weight:bold;
        font-size:18pt;
        color:#FF8102;
        margin-bottom:0px;
        margin-top:0px;
        }

/* ------------------ Lehrstuhl 1 ------------------------------------ */
.ls1 { font-family:Garamond;
        font-weight:bold;
        font-size:10pt;
        color:#FF8102;
        margin-bottom:0px;
        margin-top:0px;
        }

.ls1kap { font-family:Garamond;
          font-weight:bold;
          font-size:14pt;
          color:#FF8102;
          margin-bottom:0px;
          margin-top:0px;
        }

/* ----------------------------------------------------------------- */