
.invisible {
	display: none !important;
	}
	
#navigation{
/* width:100%; */
background-color: #fff;
}
#lx-m #navigation h2 {
	margin: 0;
	padding: 0;
	/* display: inline; */
}

#register {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	left: 550px; 
	top: 91px;
	height: 50px;
	/* border-top: 1px solid white; */
	z-index: 100;
	}
	
#register a {
	color:#FFF;
	text-decoration:none;
}	
#register a:hover {
	color:#000;
	text-decoration:none;
}


.registerItem, .registerItemSelected {
	line-height: 12px;
	text-align: center;
	float: left;
	/* background-color: #B80000; */
	border-left: 1px solid #FFF;
	/* border-bottom: 1px solid white; */
	padding-top: 2px;
	padding-left: auto;
	padding-right: auto;
	width: 95px; 
    w\idth: 94px;
	height: 18px;
	he\ight: 18px;
	}

.r1{
	/* border-left: 1px solid white; */
	width: 70px; 
    w\idth: 69px;
}
.r2{
	width: 90px; 
    w\idth: 89px;
}
.r3 {
	width: 70px; 
    w\idth: 69px;
}

/*.r4 {
	width: 95px; 
    w\idth: 94px;
}

.r5 {
	width: 138px; 
    w\idth: 137px; */
}

.registerItemSelected {
	color: #000;	
	background-color: #e1e1e1;
	}
		
#register a.registerItemSelected {
	color: #B80000;	
	}
	
#register a.registerItem {
	color: #FFF;	
	}
#register a.registerItemSelected:hover {
	color: #000;	
	}

.registerItem:hover, .registerItem:focus {
	background-color: #e1e1e1;
	}

#headmenu1, #headmenu2, #headmenu3, #headmenu4, #headmenu5, #headmenu6, #headmenu7 {
	display: inline;
	padding: 0;
	margin: 0;
	visibility: hidden; /* MOVE SIZES TO JS CAUSE OF ACCESSIBILITY AND DELETE VISIBILITY!!!! */
	z-index: 500;
	position: absolute;
	left: 0px;
	top: 25px;
	border: 1px solid;
	border-color: white Black Black white;
	width: 159px;
	w\idth: 167px;
	}
#headmenu1 {  } 
#headmenu2 { left: 70px; width: 159px; } 
#headmenu3 { left: 214px; }
#headmenu4 { left: 343px; width: 180px; }
#headmenu5 { left: 438px; width: 137px; }
/* #headmenu6 { left: 442px; } */
#headmenu1 li, #headmenu2 li, #headmenu3 li, #headmenu4 li, #headmenu5 li {
	display: inline;
	padding: 0;
	margin: 0;
	}

.headmenuItem {
	display: block;
	background-color : #f90;
/* 	width: 167px;  */
	padding: 0.4em 2px 0.3em 10px;
	border: 0;
	border-bottom: 1px solid white;
/*  w\idth: 155px;    */
	}

.headmenuItem:hover, .headmenuItem:focus {
	background-color: #FBF4EE;	
	}

#headmenuItem span {
	display:none;
}
#headmenuItem ul span.trennstelle {
	display:inline;
	margin-left:-14px;
	color:#000;
	border-bottom:none;
}