/* CSS www.prinzenraub.de */

 /* Allgemeine Grundeinstellungen */
                html, body {
                margin: 0;
                }

                body {
                        background-color:#333333;
                        text-align: center;
                        color:#000000;
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:12px;
                        font-weight:normal;
                        font-style:normal;
                }
  /* Positionierer*/
                .centerbox {
                        position:absolute;
                        width:990px;
                        height:517px;
                        left:50%;
                        top:50%;
                        margin-left: -495px; /* Hälfte der Breite */
                        margin-top: -258px;  /* Hälfte der Höhe */
                }
                .top {
                        float:left;
                        width: 990px;
                        height: 48px;
                        background-image:url(../images/hg_top.jpg);
                        background-repeat:no-repeat;
                }

                .haupt {
                        float:left;
                        width: 990px;
                        height:469px;
                        overflow: hidden;
                }






 /* Links */

                a {
                        background-image:none;
                        text-decoration:none;
                }
                .boxkategorie a {
                        color:#979797;
                        padding: 15px 0px 0px 0px;
                }
                .MenuLinks a {
                        color:#979797;
                        padding: 15px 0px 0px 0px;
                }
                .MenuLinksUnten a {
                        color:#979797;
                        padding: 15px 0px 0px 0px;
                }
                .boxkategorie a:hover {
                        color:#303D96;
                        padding: 15px 0px 0px 0px;
                }
                .MenuLinks a:hover {
                        color:#303D96;
                        padding: 15px 0px 0px 0px;
                }
                .MenuLinksUnten a:hover {
                        color:#303D96;
                        padding: 15px 0px 0px 0px;
                }



                b {
                        font-weight:bold;
                }