@CHARSET "UTF-8";

.menuContainer {
	display: block;
	clear: both;
}

.menu {
}

.menuItem {
	margin: 0 0 1em 0;
	border: 1px solid #f7f7f7;
	background: url(../../img/mobile/bgMenu.jpg) repeat-x; 
}
.menuItem h1 {
	background: url(../../img/mobile/iconAusklappen.png) 98% 50% no-repeat;
	border: 1px solid #e2e2e2;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.5em;
	color: #939fa8;
}
.menuItem div.menuItemLogo11, div.menuItemLogo214, div.menuItemLogo217 {
	background: url(../../img/mobile/logoRM.png) 2% 50% no-repeat;
}
.menuItem div.menuItemLogo6, div.menuItemLogo215, div.menuItemLogo218, div.menuItemLogo223 {
	background: url(../../img/mobile/logoRM.png) 2% 50% no-repeat;
}
.menuItem div.menuItemLogo7, div.menuItemLogo216, div.menuItemLogo219, div.menuItemLogo224 {
	background: url(../../img/mobile/logoRM.png) 2% 50% no-repeat;
}
.menuItem div.menuItemLogo8, div.menuItemLogo220 {
	background: url(../../img/mobile/logoRM.png) 2% 50% no-repeat;
}
.menuItem div.menuItemLogo9, div.menuItemLogo221 {
	background: url(../../img/mobile/logoRM.png) 2% 50% no-repeat;
}
.menuItem div.menuItemLogo10, div.menuItemLogo222 {
	background: url(../../img/mobile/logoRM.png) 2% 50% no-repeat;
}

h1.menuItemH1open {
	background: url(../../img/mobile/iconEinklappen.png) 98% 50% no-repeat;
}
h1.menuItemH1noOpen {
	background-image: none;
}
h1.menuItemH1noOpen a {
	display: block;
	width: 100%;
	color: #939fa8;
}

.menuItem h1, .menuItem ul li a {
	display: block;
	margin: 0;
	padding: 0.5em 0 0.5em 0.5em;
}
.menuItem div.menuItemLogo h1, .menuItem div.menuItemLogo a {
	padding: 0.5em 0 0.5em 2.0em;
}

.menuItemSub {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	background-color: #f5f5f5;
}
.menuItemSubOpen {
	display: block;
}

.menuItemSub a {
	background: none;
	font-size: 1.5em;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	color: #000;
}

.footerContainer {
	display: block;
	border-top: 1px solid #e8e8e8;
}

.footerContainer a {
	color: #fff;
}

.footerMenu {
	margin: 1px 0 0 0;
	min-height: 6em;
	background: url(../../img/bgGray.jpg) repeat;
}
.footerMenuLeft {
	float: left;
	width: 50%;
}
.footerMenuRight {
	float: right;
	width: 50%;
}
.footerMenuItem {
	margin: 0 0 0.6em 0;
	background-position: 0.5em 0.1em;
}
.footerMenuItem a {
	display: block;
	padding: 1.4em 0.5em 0 3.8em;
	font-weight: bold;
}
.footerMenuItem a:hover {
	color: #fff;
}
.footerMenuItemL1 a {
	background: url(../../img/mobile/iconHome.png) no-repeat;
	background-position: 0.5em 0.1em;
}
.footerMenuItemL2 a {
	background: url(../../img/mobile/iconKlassisch.png) no-repeat;
	background-position: 0.2em 0.3em;
}
.footerMenuItemR1 a {
	background: url(../../img/mobile/iconSuche.png) no-repeat;
	background-position: 0.9em 0.1em;
}
.footerMenuItemR2 a {
	background: url(../../img/mobile/iconKontakt.png) no-repeat;
	background-position: 0.9em 0.25em;
}