@charset "utf-8";

.navigation {
	width: 455px;
}

/* Level 1 --------------------------------------------- */
.navigation table {
	width: 455px;
}
	.navigation td {
		padding: 0px 2px;
		text-align:center;
	}
		.navigation td.firstsp {
			width: 1px;
		}
		.navigation td.sp, 
		.navigation td.lastsp {
			width: 30%;
			background: #fff url(../images/navi/L1_bg.gif) top repeat-x;
		}
	.navigation table a {
		text-decoration: none;
		color: #888888;
		font-size: 11px;
	}
	.navigation table a.aktiv,
	.navigation table a.selected {
		font-weight: bold;
		font-style: italic;
	}





/* Level 2 --------------------------------------------- */
.navigation table div {
	position: relative;
	top:0px;
	left:0px;
	background-color:#309;
}
	.navigation table table {
		position: absolute;
		width: 280px;
		top: +5px;
		left: -10px;
	}
		.navigation table table  td.sp, 
		.navigation table table  td.lastsp {
			background: #fff url(../images/navi/L2_bg.gif) top repeat-x;
		}
	.navigation table table a {
		text-decoration: none;
		color: #78c7ce;
		font-size: 11px;
	}
/* Level 3 --------------------------------------------- */

