/* dhl 06.02.2004 */

@import url("../christian.css");

.code { color:#AA3333;
        font-family:monospace;
        /*font-size:10pt;/*12pt*/
      }

.scriptkopf { font-size:x-large; }


blockquote { font-size:smaller; }


/******************************************************************************
* Codeeinfaerbung:                                                            *
******************************************************************************/
span.perlkeyword      {
                        color:#0000FF;
                        font-weight:bold;
                        font-style:normal;
                      }
span.perlspecialvar   {
                        color:#000000;
                        font-weight:bold;
                        font-style:normal;
                      }
span.perlcomment      {
                        color:#808080;
                        font-weight:normal;
                        font-style:normal;/*italic;*/
                      }
span.perlvariable     {
                        color:#004080;
                        font-weight:normal;
                        font-style:normal;
                      }
span.perlnormal       {
                        color:#800080;
                        font-weight:normal;
                        font-style:normal;
                      }
span.perldata         {
                        color:#000000;
                        font-weight:normal;
                        font-style:normal;
                      }
span.perlempty        {
                        color:#FFFFFF;
                        font-weight:normal;
                        font-style:normal;
                      }
span.perlre           {
                        color:#FF0000;
                        font-weight:normal;
                        font-style:normal;
                      }
span.perlcommand      {
                        color:#0000FF;
                        font-weight:normal;
                        font-style:normal;
                      }
span.perlnumericvalue {
                        color:#008000;
                        font-weight:normal;
                        font-style:normal;
                      }
span.perlstringvalue  {
                        color:#008080;
                        font-weight:normal;
                        font-style:normal;
                      }

.codetitel { background-color:#FE7;/*#cedeee;*/ }
.codeblock { background-color:white;/*#FFFFEE;*/ }
.ausgtitel { background-color:#EDF;/*#FEEEEE;*/ }
.ausgblock { background-color:white; }


/******************************************************************************
* CSS-Menues:                                                                 *
******************************************************************************/
.menu1 {
    width:140px;
    margin:10px 0;
    /*float:left;*/
    }
.menu1item {
    background-color:#FEC;
    border:1px solid #E44;
    color:#C60;
    font:bold smaller Verdana,Arial,sans-serif;
    text-decoration:none;
    width:140px;
    }
.menu1item a {
    display:block;
    text-decoration:none;
    color:#C60;
    padding:4px 2px;
    }
.menu2 {
    /*
    position:absolute;
    top:115px;
    left:30px;
    width:125px;
    border:1px solid #E44;
    */
    position:relative;
    width:138px;

    background-color:#FFD;
    /*display:none;*/
    color:#C60;
    font:normal smaller Verdana,Arial,sans-serif;
    text-decoration:none;
    z-index:20;
    }
head:first-child+body div.menu2 {
    display:none;
    /*font-weight:bold;*/
    }
div.menu1item a:hover {
    background-color:#fff;
    color:#E44;
    }
div.menu1item:hover div.menu2 {
    display:block;
    }

/******************************************************************************
* Für GED:                                                                    *
******************************************************************************/
.clr { clear:both; }

div.l2er {
    /*border:1px solid red;*/
    width:615px;
    float:left;
    }
div.r2er {
    /*border:1px solid green;*/
    margin-left:725px;
    }
table.stat {
    table-layout:auto;
    /*border-collapse:collapse;*/
    empty-cells:show; /*hide;*/
    }
caption.stat {
    caption-side:bottom;
    }
tr.statline {
    font-weight:normal;
    text-align:right;
    }
tr.statsum {
    background-color:#E44;
    text-align:right;
    font-weight:bold;
    }


