/* CSS www.studiumplus-altenburg.de */

        /* Allgemeine Grundeinstellungen */
                html, body {
                margin: 0;
                }
                body {
                        background-color:#B10000;
                        text-align: center;
                        color:#000000;
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:12px;
                }
        /* Positionierer*/

                .boxAlle {
                        margin:auto;
                     /*   position:absolute;*/
                        height:615px;
                        width:100%;
                     /*   top:50%;*/
                     /*   margin-top: -308px;*/
                        background-image:url(images/hg.gif) ;
                        background-repeat:repeat;
                        margin-top: 20px;
                }
                .boxCenter {
                        margin:auto;
                        position:absolute;
                        height:615px;
                        width:910;
                        left:50%;
                        margin-left: -455px;
                }
                .boxTop {
                        float:right;
                        height:42px;
                        width:880px;
                        text-align: right;
                        padding: 0px 0px 0px 0px;
                }
                .boxPic {
                        float:left;
                        height:400px;
                        width:910px;
                        text-align: left;
                        background-image:url(images/startpic.jpg) ;
                        background-repeat:no-repeat;
                }
                .boxText {
                        float:left;
                        height:150px;
                        width:910px;
                        text-align: left;

                }
                .boxTop a {
                        color: #FFFFD6;
                        font-weight: bold;
                        font-size: 12px;
                        text-decoration: underline;
                }
                .boxTop a:hover {
                        color: #FFFFD6;
                        text-decoration: none;
                }

                .dick {
                       color: #000000;
                       font-size: 18px;
                       font-weight: bold;

                }
                .fett {
                       color: #FFFFD6;
                       font-size: 22px;
                       font-weight: bold;
                       line-height: 50px;
                }

                a {
                        color: #FFFFD6;
                        text-decoration: underline;
                }
                a:hover {
                        color: #FFFFD6;
                        text-decoration: none;
                }





        /* Sonderformate */

                td {
                        vertical-align:top;
                        text-align:left;
                        font-family:Arial, Helvetica, sans-serif;
                        font-size: 12px;
                        color:#FFFFD6;
                }
                b {
                        color:#000000;
                        font-weight: bold;
                }
                /* Ueberschriften */
                h1, h2, h3, h4, h5 {
                        text-align:left;
                        font-weight:bold;
                }
                h1 {
                        margin:0px 0px 58px 0px;
                        padding: 6px 10px 4px 10px;
                        border-top: 1px solid #FFC100;
                        line-height:18px;
                        font-size:13px;
                        color:#FFFFFF;
                        background-color:#000000;
                }

