/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* product menu 0 level - outer*/
.pm1oover {
	background: #eeeeee;
}
.pm1oout {
	color: #007ac9;
}

/* product menu 0 level - inner*/
.pm1iover {
	font-size: 12px;
	font-family: arial, sans;	
	text-decoration: underline;
	padding: 4px;
}
.pm1iout {
	font-size: 12px;
	font-family: arial, sans;	
	text-decoration: none;
	padding: 4px;
}

/* product menu 1+ level - outer*/
.pm2oover {
	padding: 0px;
	border: 1px solid #007ac9;
	background: #1B79BF;

}
.pm2oout {
	padding: 0px;
	border: 1px solid #eeeeee;
	background: #eeeeee;

}

.pm2iout {
	font-size: 12px;
	font-family: arial, sans;	
	padding: 3px;
	color: #007ac9;
	text-decoration: none;
}
.pm2iover {
	font-size: 12px;
	font-family: arial, sans;
      color: #ffffff;
	padding: 3px;
	text-decoration: none;
}
.ProduktTitel {
	font-size: 13px;
	font-weight: 800;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: both;
}
