/*<![CDATA[*/




/* Verhalten des Body-Bereichs
*/

body{
    font-size:smaller;
    font-family:verdana,arial,helvetica,sans-serif;
    background-color:#f1f1f1;
    margin:10px;
}

h1					{  font-family: Verdana, Arial, sans-serif; font-size: 20px; font-weight: bold; color: #000000}
h2					{  font-family: Verdana, Arial, sans-serif; font-size: 18px; font-weight: bold; color: #000000}
h6					{  font-family: Verdana, Arial, sans-serif; font-size: 30px; font-weight: bold; color: #000000}

    /* Die ganze sichtbare Website
    */
    #website{
        padding:10px;
        border:1px solid green;
    }
        /* Kopfbereich (Header)
        */
        #header{
        padding:0px;
        border:1px solid blue;
        background-color:white;
        margin-bottom:10px;
        height:154px;
        background: #FFFFFF url(hbackground.jpg) repeat-y;
        }

        /* Navigation
        */
        #navigation{
            float:left;
            width:200px;
            padding:0px;
            border:1px solid black;
            background-color:white;
            margin-bottom:5px;
        }

                /* Navigation Linkverhalten
                */
                #navigation li a                {color:#870036;text-decoration:none;display: block;background-color:transparent;width:100%;font-weight: bold}
                #navigation li a:hover          {color:#870036;display: block;background-color:#e1e1e1;width:100%;border-left:10px;text-decoration:none;font-weight: bold}
                #navigation li a:active,#active {
                								color:#870036;
                                                display: block;
                                                cursor:default;
                                                background-color:#78D2FF !important;
                                                width:100%;
                                                border-left:10px;
                                                text-decoration:none;
						font-weight: bold
                                                }
                #navigation li a:visited        {}


        /* Der eigentliche Inhalt der Sites
        */
        #inhalt{
            margin-left:210px;padding:5px;line-height:150%;
            border:1px solid green;
            background-color:white;
        }
        /* Der Fußbereich (Footer)
        */
        #footer{
        margin-top:5px;
        border:1px solid blue;
        background-color:white;
        padding:5px
        }


/* Verhalten bei bestimmten Tags
*/
ul,li{list-style:none;margin:0;font-size: 12px;font-family: Verdana, Arial, sans-serif;padding:5px;font-weight: bold;}
h1{margin-top:2px;}

/*]]>*/