/* CSS Document */

/* SUBMENUE */
.menue  { list-style-type:none; display:block; margin-top:0px;  }

.m1		{ list-style-type:none; height:22px;line-height:22px; background-image:url(/images/bg_menue_level_1.jpg); background-repeat:no-repeat;
		  margin-left:-40px; padding-left:15px; margin-bottom:3px; font-weight:bold; margin-top:-1px; color:#3e3e3e; }
.m1_sel	{ list-style-type:none; height:22px;line-height:22px; background-image:url(/images/bg_menue_level_1_sel.jpg); background-repeat:no-repeat;
		  margin-left:-40px; padding-left:15px; margin-bottom:3px; font-weight:bold; color:#FFFFFF; margin-top:-1px; }

.m2		{ list-style-type:none; height:26px;line-height:26px; margin-left:-19px; padding-left:2px; border-bottom:1px dotted #626262; color:#3e3e3e; }
.m2_sel	{ list-style-type:none; height:22px;line-height:22px; margin-left:-32px; padding-left:15px; margin-top:-1px; 
		  background-image:url(/images/bg_menue_level_2_sel.jpg);background-repeat:no-repeat; color:#FFFFFF;margin-bottom:4px;  }
		  
.m3		{ list-style-type:none; height:22px;line-height:22px; margin-left:0px; padding-left:7px; border-bottom:1px dotted #626262; color:#3e3e3e; }
.m3_sel	{ list-style-type:none; height:22px;line-height:22px; margin-left:0px; padding-left:7px; margin-top:-1px; border-bottom:1px dotted #626262; 
		  color:#FFFFFF;  }

.menu-top	{ float:left; height:67px; background-image:url(/images/menu_del.jpg); background-repeat:no-repeat; background-position:right;
		      padding-right:5px; padding-left:5px; font-weight:bold;position:relative; }

.menu-top2	{ float:left; height:67px; padding-right:5px; padding-left:5px; font-weight:bold; }

.menu-text	    { text-transform: uppercase; position:relative; top:55px; }
.menu-text-2 	{ text-transform: uppercase; position:relative; top:41px;  }


