﻿
/* normal */
.TM0i0 {
	font-family: sans-serif, arial, helvetica, verdana;
	margin-left:5px;
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
   	background: #FFFFFF ;
}

/* hover, click */
.TM0i1 {
	font-family: sans-serif, arial, helvetica, verdana;
	margin-left:5px;
	color: #aa006b;
	font-size: 8pt;
	font-weight: normal;
    font-style: normal;
	text-decoration: none;
	padding: 4px;

    		background: #FFFFFF;
		filter: Alpha(opacity=95);
		-moz-opacity: 0.95;
}
/* hover für elemente mit nachfolger  */

.deep_hover {
	margin-left:5px;
	font-family: sans-serif, arial, helvetica, verdana;
	color: #aa006b;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
   		background: #FFFFFF url(/images/MENU_PFEIL_NAVI_RECHTS_09.gif)  156px 7px  no-repeat;
		filter: Alpha(opacity=95);
		-moz-opacity: 0.95;
}
/* box properties for states: normal, hover, click */
.TM0o0 {
	
	margin-left:5px;
	font-size: 8pt;
	border-right: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
    background: #FFFFFF url(/images/MMENU_BG_NAV_DOT_MAIN.gif) 0px BOTTOM no-repeat;
	filter: Alpha(opacity=95);
	-moz-opacity: 0.95;
}

.empty_items{
		margin-left:5px;
	font-family: sans-serif, arial, helvetica, verdana;
	font-size: 8pt;
    background: #FFFFFF;
	filter: Alpha(opacity=95);
	-moz-opacity: 0.95;
		border-right: 1px solid #FFFFFF;
}

