/*###############################################################
Navigation Left
################################################################
*/

/* Level 1 */

.navLeftLevel1 {
	width:235px;
	height:16px;
	text-align:right;
	padding-right:5px;
}


/* Level 2 */

.navLeftLevel2 {
	width:235px;
	height:16px;
	text-align:right;
	padding-right:5px;
}

/*
################################################################
Formatierung der Links in Navigation Left
################################################################
*/

/* Level 1*/

.aNavLeftLevel1 {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	background:none;
}

.aNavLeftLevel1:hover {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#941516;
	background:none;
}

.aNavLeftLevel1Selected {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#941516;
	background:none;
}

.aNavLeftLevel1Selected:hover {
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#941516;
	background:none;
}


/* Level 2*/

.aNavLeftLevel2 {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#999999;
	background:none;
}

.aNavLeftLevel2:hover {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#941516;
	background:none;
}

.aNavLeftLevel2Selected {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#941516;
	background:none;
}

.aNavLeftLevel2Selected:hover {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#941516;
	background:none;
}