/* <style> */
  
    /* allgemeines */
    img       {border: none;}
    td        {vertical-align:top; font-family:arial; font-size:9pt; color:black; text-align:justify; }
    div       {vertical-align:top; font-family:arial; font-size:9pt; text-decoration:none; color:black; text-align:justify; }
    a         {text-decoration: none; color: #909090;}
    a:hover   {text-decoration: none; color: #606060; background-color: #E0D8DA; }
    body      {text-align: center; margin: 0px; background-color: #E5C0B1; width: 100%; }
    span.grau  {font-family: arial; color: #707070; }
    
    #obermenu {
        /* das menu ganz oben */
        width: 800px;
        height: 60px;
        margin: auto;
        margin-top: 10px;
        vertical-align: bottom;
    }
    #ober1 {
        /* der menupunkt ganz links*/
        float: left;
        width: 200px;
        height: 60px;
    }
    #ober2 {
        /* der menupunkt mitte links*/
        float: left;
        width: 200px;
        height: 60px;
    }
    #ober3 {
        /* der menupunkt mitte rechts*/
        float: left;
        width: 200px;
        height: 60px;
    }
    #ober4 {
        /* der menupunkt ganz rechts*/
        float: left;
        width: 200px;
        height: 60px;
    }



    #rahmen {
        /* umfasst die box */
        background-color: #E0DADA;
        width: 800px;
        height: 557px;
        margin: auto;
        margin-top: 30px;
        border: solid 0px;
        vertical-align: bottom;
    }
    div[id] #rahmen {padding-top: 100px; height: 550px;}
    /* nicht für internet explorer */
    #logo1 {
        /* das SILLY bild oben links*/
        float: left;
        width: 200px;
        height: 50px;
    }
    #logo2 {
        /* das POP &&&.. bild oben rechts*/
        float: right;
        width: 500px;
        height: 30px;
    }
    #logo3 {
        /* das PRANKS bild unten rechts */
        float: right;
        margin-bottom: -3px;
        width: 300px;
        height: 50px;
        position: absolute;
        left: 450px;
        top: 453px;
    }
 
    div[id] #logo3 {top: 456px;
    }
    /* nicht für internet explorer */
    #vertmenu {
        position: absolute;
        left: 53px;
        top: 455px;
    }
    #box {
        /* die box mit inhalt */
        background-color: #E5C0B1;
        width: 700px;
        height: 450px;
        margin: auto;
        border: solid 1px;
        vertical-align: bottom;
        position: relative;
    }
    *:first-child+html #box {top: 0px;}
    div[id] #box {top: 50px;}
    #inhalt {
        /* der seiteninhalt, scrollbar */
        float: left;
        width: 690px;
        height: 440px;
        padding: 5px;
        overflow: auto;
        position: absolute;
    }
  
/* </style> */

