/* AKKUs Namvi-CSS für die Salzburg-Klassiker-Seite */


A:link {
	background-color : transparent;
	color : #00F;
	text-decoration : none;
}
A:visited {
	background-color : transparent;
	color : #008;
	text-decoration : none;
}
A:hover {
	background-color : transparent;
	color : red;
	text-decoration : none;
}
A:active {
	background-color : transparent;
	color : red;
	text-decoration : none;
}



.menu1-level1-no {
	border-bottom: 1px solid black;
	padding: 2px;
}

.menu1-level1-act {
	border-bottom: 1px solid black;
	padding: 2px;
	background: #007;
	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: #007;
	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: #007;
	color: white;

}

.menu1-level4-no {
	border-bottom: 1px solid black;
	padding: 2px;
	padding-left: 2.5em;
	background: white;

}

.menu1-level4-act {
	border-bottom: 1px solid black;
	padding: 2px;
	padding-left: 2.5em;
	background: #007;
	color: white;

}

.menue-logout {
	border-top: 1px solid black;
	border-bottom: 2px solid black;
        background: #FDD;
	padding: 10px;
}

#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 : #222;
}
#leftmenu A:hover {
	color : #007;
    background-color : #99F
}
#leftmenu A:active {
	color : #00f;
}



/* End of NAVI */

