/*===================================================================*/
/*       CSS - Main Stylesheet für die Navigation der Page           */
/*===================================================================*/


/*-----------------------------*/
/*  Navigationsleiste          */
/*-----------------------------*/

         .sitemap-in {
                 font-size:		9pt;
                 font-weight:		bold;
                 padding-left:		152px;
		}

	.nav_img {
		border:0px;
	}
	ul#nav-head {
   		list-style: none;
    		font-family:Arial,sans-serif;
    		font-size:10pt;
    		width:113px;
    		padding-left:0px;
    		margin-top:24px;
    		margin-left:17px;
    		margin-bottom:0px;
                 background-color:#2961AD;
    		}

	ul#nav-head li {
    		list-style: none;
    		width:113px;
    		}

	ul#nav-head a{
                 display:block;
    		color:white;
                 padding-top:1px;
    		padding-bottom:1px;
                 margin:0px;
    		}

	ul#nav-list {
    		list-style: none;
    		font-family:Arial,sans-serif;
    		font-size:10pt;
    		padding-top:10px;
    		padding-left:10px;
    		margin-top:6px;
    		margin-left:7px;
    		}

         ul#nav-list li {
    		list-style: none;
    		width:113px;
    		}

	ul#nav-list a {
    		display: block;
    		padding-top: 1px;
    		padding-bottom: 1px;
                 margin:0px;
    		}

         ul#nav-sub-list {
    		list-style: none;
    		font-family:Arial,sans-serif;
    		font-size:8pt;
    		margin-top:0px;
    		padding-left:11px;
    		}

	ul#nav-sub-list li {
    		list-style: none;
    		width:102px;
                 height:18px;
    		}

	.nav_aktiv {
    		background-color:#A5BEEF;
    		}

	ul a:link {
    		color:#000000;
  		}

         ul a:visited {
    		color:#000020;
  		}

	ul a:hover {
    		color:#0000A0;
    		background-color:#A5BEEF;
                 text-decoration: none;
  		}

	ul a:active {
    		color:#0000A0;
    		background-color:#A5BEEF;
  		}









