/*********************************/
/**** Oberes menu            *****/
/*********************************/

#main_navi table {
	border-collapse: collapse;
	margin-top:3px;
	border:none;
	height:23px;
}

#main_navi table td {
	border:none;
	color:#FFFFFF;
}

#main_navi table td.level_1_opener {
	background:url(../../layout/main_menu_opener_out.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width:7px;
}

#main_navi table td.level_1 {
	background:url(../../layout/main_menu_background_out.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align:center;
	padding:0;
}

#main_navi table td.level_1_closer {
	background:url(../../layout/main_menu_closer_out.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width:8px;
}

#main_navi table td.level_1_opener_active {
	background:url(../../layout/main_menu_opener_over.gif);
	width:7px;
}

#main_navi table td.active {
	background:url(../../layout/main_menu_background_over.gif);
}

#main_navi table td.level_1_closer_active {
	background:url(../../layout/main_menu_closer_over.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width:8px;
}




/***************************/
/* Links der ersten Ebene  */
/***************************/

#main_navi table td.level_1 a {
	display:block;
	font-weight:600;
	font-size:12px;
	border:none;
	height:auto;
	margin:0 2px 0 2px;
}

#main_navi table td.level_1 a,
#main_navi table td.level_1 a:link,
#main_navi table td.level_1 a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:600;
}

#main_navi table td.level_1 a.active,
#main_navi table td.level_1 a.active:link,
#main_navi table td.level_1 a.active:visited {
	text-decoration:none;
	color:#FFF;
	font-weight:600;
}
