

/*  CSS-Formate für die Starseite*/

* {
        margin:0;
        padding:0;
        }

#zentrieren   {
        position: absolute;
        width: 410px;
        height: 260px;
        left: 50%;
        top: 50%;
        margin-left: -205px;
        margin-top: -130px;
        text-align:center;
        }

body {
        scrollbar-face-color:#D2E6C5;
        scrollbar-highlight-color:#16260C;
        scrollbar-darkshadow-color:#16260C;
        scrollbar-shadow-color:#16260C;
        scrollbar-3dlight-color:#16260C;
        scrollbar-arrow-color:#16260C;
        scrollbar-track-color:#D2E6C5;
        background-color:#D7E4C6;
        font-family:verdana,sans-serif;
        color:#16260C;
        }

#zentrieren p {
        font-size:14px;
        }
#zentrieren p a   {
        font-size:14px;
        font-weight:bold;
        text-decoration:underline;
        color:#2F3A29;
        }
