body {
        margin:0;
        padding: 0;
        background: #000000;
        text-align:center;
        color: #FFFFFF;
        font-family: Arial, Verdana;
        font-size: 11px;
}

#container {
        margin: 0 auto;
        text-align:left;
        width: 1000px;
}

/* HEADER CSS CODES */

                #spacer_01 {
                        width: 602px;
                        height: 55px;
                }


        #header_mitte {
                width: 1000px;
                height: 200px;
                background: url(Bilder/header_mitte.jpg);
        }

        #leiste {
                width: 1000px;
                height: 20px;
                background: url(Bilder/leiste.gif);
        }

        /* LINKE SPALTE */

        #left_col {
                width: 180px;
                background: #000000;
                vertical-align: top;
        }

                .boxen_head {
                        display:block;
                        width: 180px;
                        height: 20px;
                        background: url(Bilder/navigation2.jpg);
                        color: #FFFFFF;
                        font-size: 11px;
                        font-weight:bold;
                        font-family: Arial, Verdana;
                }
                        .bhead_subject {
                                padding-top: 3px;
                                padding-left: 5px;
                        }

                .boxen_body {
                        width: 180px;
                        background: #000000;
                }

                        .bbody_inhalt {
                                padding: 3px;
                        }

                a.button {
                        display:block;
                        width: 170px;
                        padding-left: 10px;
                        height: 18px;
                        line-height: 18px;
                        text-decoration: none;
                        background: url(Bilder/button.gif);
                        color: #FFFFFF;
                        font-size: 11px;
                        font-family: Arial, Verdana;
                }
                a.button:hover {
                        display:block;
                        width: 170px;
                        padding-left: 10px;
                        height: 18px;
                        background: url(Bilder/button_hover.gif);
                        color: #FFFFFF;
                        font-size: 11px;
                        text-decoration:none;
                        font-family: Arial, Verdana;
                }
        /* MITTLERE SPALTE */

        #content {
                width: 638px;
                background: #151414;
                vertical-align: top;
        }

                #content_head {
                        background: url(Bilder/bhead.gif);
                        width: 638px;
                        height: 20px;
                }

                        .chead_hmenu {
                                color: #FFFFFF;
                                font-size: 11px;
                                font-weight:bold;
                                font-family: Arial, Verdana;
                                padding-left: 5px;
                        }

                #content_inhalt {
                        width: 638px;
                        background: #1d1d1d;
                }

                        .padding_con {
                                padding: 5px;
                        }
        /* RECHTE SPALTE */

        #right_col {
                width: 180px;
                background: #000000;
                vertical-align: top;
        }

                .boxen_head {
                        display:block;
                        width: 180px;
                        height: 20px;
                        background: url(Bilder/navigation.jpg);
                        color: #FFFFFF;
                        font-size: 11px;
                        font-weight:bold;
                        font-family: Arial, Verdana;
                }
                        .bhead_subject {
                                padding-top: 3px;
                                padding-left: 5px;
                        }

                .boxen_body {
                        width: 180px;
                        background: #000000;
                }

                        .bbody_inhalt {
                                padding: 3px;
                        }

                a.button {
                        display:block;
                        width: 170px;
                        padding-left: 10px;
                        height: 18px;
                        line-height: 18px;
                        text-decoration: none;
                        background: url(Bilder/button.gif);
                        color: #FFFFFF;
                        font-size: 11px;
                        font-family: Arial, Verdana;
                }
                a.button:hover {
                        display:block;
                        width: 170px;
                        padding-left: 10px;
                        height: 18px;
                        background: url(Bilder/button_hover.gif);
                        color: #FFFFFF;
                        font-size: 11px;
                        text-decoration:none;
                        font-family: Arial, Verdana;
                }