.nav_l
{
 	padding: 6px 0px 6px 15px;  /* die button Grafik ist hier 26px hoch */
	background-image: url("../CSS/nav1h26r6.gif");
	background-position:left;
	background-repeat:no-repeat;
	margin-right:15px;
}
a.nav_r,a.nav_r:hover,span.nav_r {
	padding: 6px 15px 6px 0px;
	background-image: url("../CSS/nav1h26r6.gif");
	background-position:right;
	color:maroon;
	font-weight:bold;
	text-decoration: none;
	background-repeat:no-repeat;
}
a.nav_r:focus{outline:none;}  /* Link Rahmen weg */
a.nav_r:hover{color:white;}
span.nav_r{color:white;}     /* aktuelle Seite ohne javascript */

span.aktp_l
{
 	padding: 6px 0px 6px 15px;  
	background-image: url("../CSS/nav2h26r6.gif");
	background-position:left;
	background-repeat:no-repeat;
	margin-right:15px;
	color:white;
	font-weight:bold;
}
span.aktp_r {
 	padding: 6px 15px 6px 0px; 
	background-image: url("../CSS/nav2h26r6.gif");
	background-position:right;
	background-repeat:no-repeat;
	color:white;
	font-weight:bold;
}


/*-------------- CSS 3 orientierte Navi-Elemente ----------*/

a.navi_schalte
{
color:maroon;
background-color:lightgrey;
font-weight:bold;
text-decoration:none;
outline:none;
margin-right:15px;        /* dies bestimmt den Abstand der folgenden Schaltfläche */
padding:6px;              /* dies bestimmt die Größe der Schaltfläche*/
padding-left:15px;        /* dies macht sie links größer */
padding-right:15px;       /* dies rechts */
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}

.navi_aktpage
{
color:white;
background-color:grey;
font-weight:bold;
margin-right:15px;        /* dies bestimmt den Abstand der folgenden Schaltfläche */
padding:6px;              /* dies bestimmt die Größe der Schaltfläche*/
padding-left:15px;        /* dies macht sie links größer */
padding-right:15px;       /* dies rechts */
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}

/*-------------- End CSS 3 orientierte Navi-Elemente ----------*/
