/* Basisformatierungen für Navi-Seite */

Body {
         word-break: normal;
         font-variant: small-caps;
         font-style: normal;
         font-weight: normal;
         font-size: 20px;
         font-family: Arial;
         color: #881111;
	 background-color: #333333;
         margin-left: 15px;
}

#NaviPP li {
/* Farbe Hintergrund Navi-Box*/
/*      background-color: #392eff; */
	color: black;
	font-size: 15px;                             
	font-family: Arial;
}

 
#NaviPP li a {
	display: block;
         /* Abstand Text: oben-rechts-unten-links */
	padding: 0px 3px 0px 3px;
	/* Relative Textposition Navileiste zur Ueberschrift */
 	position: relative;
	left: -40px;
         /* Farbe Navi-Text */
         color: #CCCCCC;
}

#NaviPP li a:hover{
	background: #992222;
        text-decoration: none;
	/* color: #fff; */
        color: #cccccc;
}

#NaviPP li a.active {
	background: #668822;
	color: #225599;
	text-decoration: none;
}

a:link {
	color: #AA1B09;
	text-decoration: none;
}

a:visited {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


ul, li {
	list-style: none;
}
