
         .headline { color:#333333; font-weight:bold; margin-top:20px; font-size:1.2em; }
         .standard { color:#000000; margin-top:20px; line-height: 20px; }
         .impressum { color:#000000; margin-top:20px; line-height: 20px; font-size:0.9em; }
         .header_red {color:#000000; font-weight:bold; margin-top: 40px; font-size: 1.8em; }
         .header_blue {color:#000000; font-weight:bold; margin-top: 40px; font-size: 1.8em; }
         .header {color:#000000; margin-top: 20px; font-size: 1.4em; }


         a:link { color:#808080;  text-decoration:none; }
         a:visited { color:#808080;  text-decoration:none; }
         a:focus { color:red;  text-decoration:none; }
         a:hover { color:red; text-decoration:none; }
         a:active { color:red; text-decoration:none; }


        body
        {
                margin: 1;
                padding: 0;
                font: 85% arial, hevetica, sans-serif;
                text-align: center;
                color: #000;
                background-color: #CDCDCD;
        }

        #container
        {
                margin: 1em auto;
                width: 800px;
                text-align: left;
                background-color: #EEEEEE;
        }

        #header_l
        {
                float: left;
                background-color: #EEEEEE;
                height: 80px;
                text-align: left;
                width: 400px;
         }

        #header_r
        {
                float: right;
                background-color: #EEEEEE;
                height: 80px;
                text-align: right;
                width: 400px;
         }

        #header
        {
                clear: both;
                background-color: #EEEEEE;
                height: 80px;
                text-align: center;
                width: 800px;
         }

        #separator
        {
                clear: both;
                height: 20px;
                background-color: #CDCDCD;
        }

         #menu
        {
                float: left;
                width: 178px;
                background-color: #EEEEEE;
                color: #000000;
                padding-left: 20px;
                padding-top: 8px;
                padding-bottom: 8px;
                line-height: 25px;
        }

        #contents
        {
                float: right;
                width: 568px;
                background-color: #EEEEEE;
                padding-left: 0px;
                padding-top: 0px;
                padding-bottom: 20px;
                padding-right: 30px;
                color: #D71440;
        }

        #footer
        {
                clear: both;
                background-color: #EEEEEE;
                color: #84878C;
                padding-left: 15px;
                padding-top: 2px;
                padding-bottom: 2px;
                font-size: 0.8em;
         }