/* AKKUs Namvi-CSS für die REN-Seite */


A:link {
	font: small Verdana, sans-serif;
	background-color : transparent;
	color : #green;
	text-decoration : none;
}
A:visited {
	font: small Verdana, sans-serif;
	background-color : transparent;
	color : green;
	text-decoration : none;
}
A:hover {
	font: small Verdana, sans-serif;
	background-color : transparent;
	color : red;
	text-decoration : none;
}
A:active {
	font: small Verdana, sans-serif;
	background-color : transparent;
	color : #F0F0F0;
	text-decoration : none;
}



.menu1-level1-no {
	border-bottom: 1px solid black;
	padding: 4px;
}

.menu1-level1-act {
	border-bottom: 1px solid black;
	padding: 4px;
	background: #e77817;
	color: white;
}

.menu1-level2-no {
	border-bottom: 1px solid black;
	padding: 4px;
	padding-left: 1em;
}

.menu1-level2-act {
	border-bottom: 1px solid black;
	padding: 4px;
	padding-left: 1em;
	background: #e77817;
	color: white;
}

.menu1-level3-no {
	border-bottom: 1px solid black;
	padding: 2px;
	padding-left: 2em;
	background: white;

}

.menu1-level3-act {
	border-bottom: 1px solid black;
	padding: 2px;
	padding-left: 2em;
	background: #e77817;
	color: white;

}



#leftmenu A {
	font: small Verdana, sans-serif;
	background-color : transparent;
	width: 100%;
	width: auto;
	color : black;
	text-decoration : none;
	font-weight : normal;
	display:block;
}

* html #leftmenu a {width: 150px;}
/* um dem blöden MSIE block-hoover beizubiegen */

#leftmenu A:visited {
	color : #262;
}
#leftmenu A:hover {
	color : red;
/*	background-color: #F0FFF0;
*/
/* to give hoover a slightly green background */
}
#leftmenu A:active {
	color : #000f00;
}



/* End of NAVI */

