#frame_nav_01 a {
	text-decoration:none;
         color:#797977;
         font-size:11px;
         }

         #frame_nav_01 a:hover {
         	text-decoration:underline;
                }



#frame_nav_01 table tr.nav_02 td a {
	color:black;
         }

#frame_nav_01 a.active {
	color:black;
         }

#frame_nav_01 table {
	background:yellow;
         min-width:1000px;
         }

#frame_nav_01 table tr.nav_01 {
	background:#EFEFED;
         height:20px;
         }

tr.nav_01 td a.active {
         /*
         margin:0;
         padding:0;
         display:block;
         border:1px solid red;
         */
         height:20px;
	font-weight:bold;
         background-image:url(../images/nav/square_01.gif);
	background-repeat:no-repeat;
         background-position:10px center;
         
         padding-left:20px;
         padding-right:10px;
         margin-left:0px;
         padding-top:3px;
	}

#frame_nav_01 table tr td.active_home a.active_home {
	color:black;
	height:20px;
	font-weight:bold;
         background-image:url(../images/nav/square_01_home.gif);
	background-repeat:no-repeat;
         background-position:10px center;
         padding-left:20px;
         padding-right:10px;
         margin-left:0px;
         padding-top:3px;
	}
	
	#frame_nav_01 table tr td.active_home {
		padding-right:67px;
		width:133px;
		}

tr.nav_01 td a {
	font-weight:bold;
         background-image:url(../images/nav/pfeil_01.gif);
	background-repeat:no-repeat;
         background-position:10px center;
         padding-left:20px;
         padding-right:10px;
         margin-left:0px;
         }

tr.nav_01 td a.ersatz {
	font-weight:bold;
         background-image:url(../images/nav/ersatz_01.gif);
	background-repeat:no-repeat;
         background-position:10px center;
         padding-left:22px;
         padding-right:10px;
         margin-left:0px;
	}



#frame_nav_01 table tr.nav_02 {
	background:white;
         height:20px;
         }

tr.nav_02 td a.active {
	font-weight:bold;
         background-image:url(../images/nav/square_02.gif);
	background-repeat:no-repeat;
         background-position:10px center;
         padding-left:20px;
         padding-right:10px;
         margin-left:0px;
	}

tr.nav_02 td a {
         background-image:url(../images/nav/pfeil_01_sub.gif);
	background-repeat:no-repeat;
         background-position:10px center;
         padding-left:20px;
         padding-right:10px;
         margin-left:0px;
         }

#frame_nav_01 table tr td.active {
	background:white;
         }