* {
    margin: 0;
    padding: 0;
}


        body
        {
            margin-top: 20px;
            margin-bottom: 40px;
            background-color: #00376F;
           /* align-items: center; */
            /*justify-content: center;*/
        }
        

         #MasterBox
        {
            width: 960px;
             margin: 0 auto;
            /*margin: 0;*/
            background-color: #D3D3D3;
            /*background-color: #000000;*/
            /*border: 1px */
            /*border-image-outset: #808080;*/
            height: 760px;
                    }



        #Header
        {
            background-color: #A0A0A4;
            background: url(../images/header0001.png);
            border-bottom: 0px;
            width: 960px;
            height: 150px;
            /*   padding: 1em;*/
        }

        #Sidebar
        {
            float: left;
            width: 171px;
            height: 610px;
            margin-left: 0;
         /*background-color: #00007F;*/
         /*background-color: black;*/
            background-color: navy;
            border: 1px  #00376F;
           /*border-left: 1 none; */
           /* border-top: 1 none; */
            margin-top: 0;
            padding-top: 0;
            margin-bottom: 0;
            overflow: hidden;
        }
        
        #SidebarContent
        {

        padding: 0px;
        margin-left: 0px;
            /*padding: 1em; */
            /* Navigation */
        }
 

         ul#navigation {
            clear: both;
            list-style-type: none;
            margin: 0;
            padding: 1px;
         }


        ul#navigation li   {
        padding: 0,5px;
        margin: 2px;
        width: 170px;
         }

        ul#navigation li a:link {
        display: block;
        border: 0px solid navy;
        background-color: #2448B5;
        color: white;
        font-family: arial, "lucida console", sans-serif;
        font-size: 13px;
        font-weight: lighter;
        text-decoration: none;
            }

        #li-11 a:link {
        text-indent:  5%;
        font-weight: bold;
        }

        #li-1 a:link {
        text-indent:  5%;
        }

        #li-2 a:link {
        text-indent:  12%;
        }


       ul#navigation li a:hover {
       clear: both;
        display: block;
        border: 0px solid silver;
        background-color: #727165;
        color: silver;
        font-weight: bold
        }



        ul#navigation li a:visited {
         clear: both;
        display: block;
        border: 0px solid navy;
        background-color: #2448B5;
        color: silver;
        }

        #li-11 a:link {
        text-indent:  5%;
        }

        #li-1 a:link {
        text-indent:  5%;
        }

        #li-2 a:link {
        text-indent:  12%;
        }


         /*li  nav-start, nav-nw, nav-de, nav-themen  {text-indent:  5%;}
         li  nav-nw1, nav-nw2, nav-de1, nav-de2  {text-indent:  10%;}*/



        #ContentBox
        {
            display: block;


            padding-right: 1em;
			padding-left: 1em;
            background-color:#D3D3D3;
             /*FONTS*/
            /*font-family: calibri, serif;
            font-size: 14px;
            font-weight:lighter;
            font-style: normal;
            text-decoration: none;
            color: #000000;*/
             /*FONTS*/
            height: 576px;
			/*height: 581px;*/
            /*overflow: scroll;*/
            overflow: auto;
        }
           /* h1 {
            color: black;
            font-size:20px;
            font-family: calibri, serif;
            font-weight: bold;
            font-style: normal;
        }


            h2 {
            color: black;
            font-size:18px;
            font-family: calibri, serif;
            font-weight: bold;
            font-style: normal;
        }



            h3 {
            color: black;
            font-size:16px;
            font-family: calibri, serif;
            font-weight: bold;
            font-style: normal;
        } */

        
        /*#ContentBoxWrapped
        {
            padding: 1em;
            background-color:#D3D3D3;

        } */


    #footer
        {
            clear: both;
            /*padding-bottom: 1em;
            border-top: 1px solid #00376F;
            text-align: center; */
        }


