    /*ggbh-09 styles*/

    * {
    padding: 0;
    margin: 0;
    }

    body {
    border:0;         /* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:600px;  /* Minimum width of layout - remove line if not required. The min-width property does not work in old versions of Internet Explorer */
    background:#C1C8D5 url(../../../dateien/bilder/layout/bg-hoch.jpg);
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: #0050A0;
    }

    /*IE Hack Schriftgröße*/
    * html body {
    font-size:0.85em;
    }






    /* column container */
            .colmask {
            position:relative;
            width:100%;
            overflow:hidden;
            float:left;
            background:#FFF;
            padding-bottom:1em;
            }


            /* common column settings */
            .colright,
            .colmid,
            .colleft {
            float:left;
            width:100%;
            position:relative;
            }


            .col1,
            .col2,
            .col3 {
            float:left;
            position:relative;
            overflow:hidden;
            }

            .col1  {
            padding-top:0.5em;
            }



            /* 3 Column settings */
            .threecol {
            backgroundaus:#AF00FF;             /* right column background colour */
            width:100%;

            }

            .threecol .colmid {
            right:26%;                      /* width of the right column */
            backgroundaus:#FF7F00;             /* center column background colour */

            }

            .threecol .colleft {
            right:50%;                      /* width of the middle column */
            backgroundaus:#C1C8D5;             /* left column background colour */

            }

            .threecol .col1 {
            width:48%;                     /* width of center column content (column width minus padding on either side) */
            left:102%;                     /* 100% plus left padding of center column */
            }
            .threecol .col2 {
            width:24%;                     /* Width of left column content (column width minus padding on either side) */
            left:28%;                      /* width of (right column) plus (center column left and right padding) plus (left column left padding) */

            }
            .threecol .col3 {
            width:24%;                     /* Width of right column content (column width minus padding on either side) */
            left:80%;

            /* Please make note of the brackets here:
            (100% - left column width)
            plus (center column left and right padding)
            plus (left column left and right padding)
            plus (right column left padding) */

            }


    #fixed {
    margin:1em auto;
    width:96%;
    text-align:left;
    backgroundaus:#FFDF00;
    overflow:hidden; /*Wir clearen alle Container in dem Container #wrap*/
    clear:both;
    }





    #header {
    width:100%;
    background:#0090E0;
    padding:0.5em 0 0.5em;
    overflow:hidden; /*Wir clearen alle Container in dem Container #wrap*/
    clear:both;
    }

    /*######### Footer styles ####################*/
    #footer {
    background:#0090E0;
    width:100%;
    float:right;
    margin-bottom:1em;
    padding:0.2em;
    color:#FFFFFF;
    }
    #footer p.right {
    text-align:right;
    float:right;
    padding-right:1em;
    font-size:12px;
    }
    #footer p.left {
    text-align:left;
    float:left;
    padding-left:1em;
    font-size:12px;
    }
    #footer p.right a:link,
    #footer p.right a:visited {
    color:#FFFFFF;
    padding:2px 4px 2px 4px;
    text-decoration:none;
    font-size:12px;
    float:left;

    }
    #footer p.left a:hover {
    color:#fff;
    }
    #footer p.left a:current {
    color:#fff;
    }

    
