/* CSS deutschland.smartboard.de */

        /* Allgemeine Grundeinstellungen */
                html, body {
                margin: 0;
                }
                body {
                        background-color:#FFFFFF;
                        text-align: center;
                        color:#000000;
                        font-family:Arial, Helvetica, sans-serif;
                        font-size:12px;
                }
        /* Positionierer*/
                #centerbox {
                        position:absolute;
                        width:1148px;
                        height:836px;
                        left:50%;
                        top:5px;
                        margin-left: -574px; /* Hälfte der Breite */
                        /*margin-top: -415px; */  /* Hälfte der Höhe */
                        border: 2px solid #79C042;
                }
                .startoben {
                        float:left;
                        width:1148px;
                        height:736px;
                        background-image:url(images/hg_start.jpg);
                        background-repeat: no-repeat;

                }
                .startunten {
                        float:left;
                        width:1148px;
                        height:57px;
                        background-color: #79C042;
                        color: #FFFFFF;
                        padding-top: 5px;
                        font-size:11px;
                }
                .startbox01 {
                        float:left;
                        width:483px;
                        height:170px;
                        border: 1px solid #BCC7CF;
                        background-color: #FFF;
                        position: absolute;
                        top: 557px;
                        left: 85px;
                        background-image:url(images/startbox01.gif);
                        background-repeat: no-repeat;
                        text-align: left;
                }
                .startbox01wm {
                        float:left;
                        width:320px;
                        height:170px;
                        border: 1px solid #BCC7CF;
                        background-color: #FFF;
                        position: absolute;
                        top: 557px;
                        left: 85px;
                        background-image:url(images/startbox01wm.gif);
                        background-repeat: no-repeat;
                        text-align: left;
                }
                .startbox02 {
                        float:left;
                        width:484px;
                        height:170px;
                        border: 1px solid #BCC7CF;
                        background-color: #FFF;
                        position: absolute;
                        top: 557px;
                        left: 577px;
                        background-image:url(images/startbox02.gif);
                        background-repeat: no-repeat;
                        text-align: left;
                }
                .startbox02wm {
                        float:left;
                        width:319px;
                        height:170px;
                        border: 1px solid #BCC7CF;
                        background-color: #FFF;
                        position: absolute;
                        top: 557px;
                        left: 413px;
                        background-image:url(images/startbox02wm.gif);
                        background-repeat: no-repeat;
                        text-align: left;
                }
                .startbox03 {
                        float:left;
                        width:320px;
                        height:170px;
                        border: 1px solid #BCC7CF;
                        background-color: #FFF;
                        position: absolute;
                        top: 557px;
                        left: 740px;
                        background-image:url(images/startbox03.gif);
                        background-repeat: no-repeat;
                        text-align: left;
                }
                .startbox03akt {
                        float:left;
                        width:319px;
                        height:170px;
                        border: 1px solid #BCC7CF;
                        background-color: #FFF;
                        position: absolute;
                        top: 557px;
                        left: 740px;
                        background-image:url(images/startbox03_2.gif);
                        background-repeat: no-repeat;
                        text-align: left;
                }
                .starttext {
                        float:left;
                        text-align: left;
                        width:200px;
                        height:100px;
                        padding: 50px 0px 0px 10px;
                }
                .starttext2 {
                        float:left;
                        text-align: left;
                        width:220px;
                        height:100px;
                        padding: 50px 0px 0px 10px;
                }
                .boxZusatz {
                        float:left;
                        width:970px;
                        height:30px;
                        background-color: #FFF;
                        padding-left: 80px;
                        margin: 5px;
                        text-align: left;
                }











        /* Links*/
                 a {
                        text-decoration:underline;
                        color:#466DF6;
                        font-weight:bold;
                 }
                 a:hover {
                        text-decoration:underline;
                        color:#79C042;
                        font-weight:bold;

                 }