/* CSS Document */
.background_level_2 {
	display:block;
	width:auto;
	margin:0px;
	padding:0px;
	background-image:url(../img/grafik/menu_bar/fueller.gif);
	background-repeat:repeat-y;
}

.menu_header {
	display:block;
	width: 25px;
	margin:0px;
	padding:0px;
	height:5px;
	background-image:url(../img/grafik/menu_bar/header.gif);
	background-repeat:no-repeat;
}

.menu_footer {
	display:block;
	width: 25px;
	margin:0px;
	padding:0px;
	height:5px;
	background-image:url(../img/grafik/menu_bar/footer.gif);
	background-repeat:no-repeat;
}


/*level0*/
a.menu_level_0 {
	display:block;
	width:auto;
	background-image: url(../img/grafik/menu_bar/first_level_normal.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	font-weight:bold;
	text-align: left;
	vertical-align: middle;
}
a.menu_level_0:link {
	text-decoration: none;
}
a.menu_level_0:visited {
	text-decoration: none;
	color: #FF3300;
}
a.menu_level_0:hover {
	text-decoration: none;
	color: #000066;
	background-color:#FFFCFB;	
}
a.menu_level_0:active {
	text-decoration: none;
	color: #FF3300;
}	


a.menu_level_0_selected {
	display:block;
	width:auto;
	background-image: url(../img/grafik/menu_bar/first_level_selected.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	font-weight:bold;
	text-align: left;
	vertical-align: middle;
}
a.menu_level_0_selected:link {
	text-decoration: none;
}
a.menu_level_0_selected:visited {
	text-decoration: none;
	color: #FF3300;
}
a.menu_level_0_selected:hover {
	text-decoration: none;
	color: #000066;
	background-color:#FFFCFB;	
}
a.menu_level_0_selected:active {
	text-decoration: none;
	color: #FF3300;
}	


/*level1*/
a.menu_level_1 {
	display:block;
	width:auto;
	background-image: url(../img/grafik/menu_bar/second_level_normal.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	font-weight:normal;
	text-align: left;
	vertical-align: middle;
}
a.menu_level_1:link {
	text-decoration: none;
}
a.menu_level_1:visited {
	text-decoration: none;
	color: #FF3300;
}
a.menu_level_1:hover {
	text-decoration: none;
	color: #000066;
	background-color:#FFFCFB;	
}
a.menu_level_1:active {
	text-decoration: none;
	color: #FF3300;
}	


a.menu_level_1_selected {
	display:block;
	width:auto;
	background-image: url(../img/grafik/menu_bar/second_level_selected.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0px;
	padding:0px;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3300;
	font-weight:normal;
	text-align: left;
	vertical-align: middle;
}
a.menu_level_1_selected:link {
	text-decoration: none;
}
a.menu_level_1_selected:visited {
	text-decoration: none;
	color: #FF3300;
}
a.menu_level_1_selected:hover {
	text-decoration: none;
	color: #000066;
	background-color:#FFFCFB;	
}
a.menu_level_1_selected:active {
	text-decoration: none;
	color: #FF3300;
}

/*level2*/
a.menu_level_2_selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
	background-image: url(../img/grafik/menu_bar/third_level_selected.gif);
	background-repeat:no-repeat;
	width: auto;
	padding-left: 40px;
	display:block;
	padding-bottom: 10px;
}
a.menu_level_2_selected:link {
	text-decoration: none;
}
a.menu_level_2_selected:visited {
	text-decoration: none;
	color: #003366;
}
a.menu_level_2_selected:hover {
	text-decoration: none;
	color: #006699;
}
a.menu_level_2_selected:active {
	text-decoration: none;
	color: #003366;
}

a.menu_level_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: normal;
	background-image: url(../img/grafik/menu_bar/third_level_normal.gif);
	background-repeat:no-repeat;
	width: auto;
	padding-left: 40px;
	display:block;
	padding-bottom: 10px;
}
a.menu_level_2:link {
	text-decoration: none;
}
a.menu_level_2:visited {
	text-decoration: none;
	color: #003366;
}
a.menu_level_2:hover {
	text-decoration: none;
	color: #006699;
}
a.menu_level_2:active {
	text-decoration: none;
	color: #003366;
}

