/* ------- Width of the menu ------- */

.menutable {
	width: 190px;
}

.niveau2table {
	border-bottom:1px solid #74868B;
	width: 190px;
}

.niveau3table {
	width: 190px;
}

/*** CLASSES FOR INACTIVE MENU ITEMS ***/

/* Level 1 */

.menu1 {
	cursor: pointer;
	background-color: #B9CDD2;
	height: 24px;
	padding-top: 2px;
	padding-left: 12px;
	border-bottom:1px solid #74868B;
	text-decoration: none;
}
.menu1_hover {
	cursor: pointer;
	background-color: #ABBDC2;
	height: 24px;
	padding-top: 2px;
	padding-left: 12px;
	border-bottom:1px solid #74868B;
	text-decoration: none;
}
.menu1text {
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
.menu1text_hover {
	text-decoration: none;
	color: #000000;
}

/* Level 2 */

.menu2 {
	cursor: pointer;
	background-color: #B9CDD2;
	height: 20px;
	padding-left: 19px;
	text-decoration: none;
}
.menu2_hover {
	cursor: pointer;
	background-color: #B3C6CB;
	height: 20px;
	padding-left: 19px;
	text-decoration: none;
	color: #000000;
}
.menu2text, .menu2text:visited {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.menu2text:hover {
	color: #000000;
	text-decoration: none;
}

/* Level 3 */

.menu3 {
	cursor: pointer;
	background-color: #B9CDD2;
	height: 20px;
	padding-left: 29px;
}
.menu3_hover {
	cursor: pointer;
	background-color: #B3C6CB;
	height: 20px;
	padding-left: 29px;
	color: #000000;
}
.menu3text, .menu3text:visited {
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color: #000000;
}
.menu3text:hover {
	color: #000000;
	text-decoration: none;
}


/*** CLASSES FOR ACTIVE (SELECTED) MENU ITEMS ***/

/* Level 1 (active) */

.menuaktiv1 {
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #E7EEEF;
	height: 24px;
	padding-top: 2px;
	padding-left: 12px;
	border-bottom:1px solid #74868B;
}

/* Level 2 (active) */

.menuaktiv2 {
	height: 20px;
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color: #436577;
	font-weight: normal;
	background-color: #B9CDD2;
	padding-left: 19px;
}

/* Level 3 (active) */

.menuaktiv3 {
	height: 20px;
	font-family:Verdana;
	font-size:11px;
	text-decoration: none;
	color: #436577;
	font-weight: normal;
	background-color: #B9CDD2;
	padding-left: 29px;
}

/* Level1 headlines */

.level1TD {
	height: 24px;
	padding-left: 12px;
	color: #ffffff;
	font-weight: bold;
	border-bottom:1px solid #74868B;
}

.level1TD_6 {
	background-color: #F58220;
}

.level1TD_7 {
	background-color: #3FAE49;
}

.level1TD_8 {
	background-color: #00AEEF;
}

.level1TD_9 {
	background-color: #D2222A;
}

.level1TD_10 {
	background-color: #006992;
}

.level1TD_11 {
	background-color: #C30075;
}

.level1TD_12 {
	background-color: #231F20;
}

.level1TD_13 {
	background-color: #39C9A5;
}
