.submitmenu {
	position:relative;
	width:100px;
	background:url(menumanager/savebutton.png);
	color: #000000;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #666666;
}
.hiddenArea {
	display: none;
}
.headerstyleDel {
	position:relative;
	left:10 px;
	top:0px;
	width:90px;
	padding:2px;
	border:1px solid #666666;
	background:#e55555 url(menumanager/deletehs.png);
	float: left;
	color: #FFFFFF;
}	
.headerstyle1 {
	position:relative;
	left:0px;
	top:0px;
	width:90px;
	padding:2px;
	border:1px solid #666666;
	background:url(menumanager/ebene1hs.png);
	float: left;
}
.headerstyle2 {
	position:relative;
	left:5px;
	top:0px;
	width: 90px;
	padding:2px;
	border:1px solid #666666;
	background:url(menumanager/ebene2hs.png);
	float: left;
}
.headerstyle3 {
	position:relative;
	left:10px;
	top:0px;
	width: 90px;
	padding:2px;
	border:1px solid #666666;
	background:url(menumanager/ebene3hs.png);
	float: left;
}
#fakeid {
	visibility: hidden;
}	
.liststyle1 {
	position:relative;
	left:0px;
	padding:3px;
	border:1px solid #666666;
	background:url(menumanager/ebene1.png) no-repeat;
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
	z-index: 1000;
}
.liststyle2 {
	position:relative;
	left:100px;
	width:180px;
	padding:3px;
	border:1px solid #666666;
	background:url(menumanager/ebene2.png) no-repeat;
	text-indent: 20px;
	overflow: hidden;
}
.liststyle3 {
	position:relative;
	left:180px;
	width:180px;
	padding:3px;
	border:1px solid #666666;
	background:url(menumanager/ebene3.png) no-repeat;
	text-indent: 20px;
	overflow: hidden;
}
.liststyleNew {
 
  position:relative;
  left:350px;
  top:80px;
  width:180px;
  hight:20px;
  padding:3px;
  border:1px solid #666666;
  background:#eeeeee url(menumanager/newpage.png);
}
.liststyleDelete {
	position:relative;
	left:400px;
	top:50px;
	width:180px;
	padding:3px;
	border:1px solid #666666;
	text-indent: 20px;
	color: #FFFFFF;
	background-color: #e55555;
	background-image: url(menumanager/delstyle.png);
	background-repeat: no-repeat;
}
.groupstyle1 {
	position:relative;
	left:0px;
}
#popwarn {
	font-size: 14px;
	font-weight: bold;
	visibility: hidden;
	padding: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FF0000;
	position: absolute;
	z-index: 9999;
	left: 10px;
	top: 10px;
	background-image: url(menumanager/stoppuhr.png);
	border: 1px solid #000000;
}
.liststyle1ex {
	color: #FFFFFF;
}