body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-position: 0px top;
	background-repeat: repeat-x;
	/*  	overflow: hidden; */
}

#contentBg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-position: 0px bottom;
	background-repeat: repeat-x;
	background-color: #e0e0e0;
}

#div_toolbar_container {
	position: absolute;
	top: 85px;
	left: 0px;
	padding-left: 250px;
}

.jxBarContainer {
	width: auto;
	background-image: none;
	background-color: transparent;
}

#div_title {
	position: absolute;
	top: 14px;
	left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	z-index: 2;
	font-size: 24px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
}

#div_login_info {
	position: absolute;
	top: 44px;
	left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	z-index: 2;
	font-size: 11px;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
}

#div_ilu_logo {
	position: absolute;
	top: 14px;
	right: 14px;
}

#div_language {
	position: absolute;
	top: 65px;
	right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	z-index: 2;
	font-size: 11px;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
}
#div_tabs {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.tabContent {
	padding-top: 15px;
	padding-left: 14px;
	padding-bottom: 20px;
	/* display:block; visibility:hidden; */
}

/* !-------- Anpassungen bei JxLib-Elementen */
a.jxTab:hover {
	text-decoration: none;
}

/* Focus Active tab */
.jxBarTop a.jxTabActive:focus, .jxBarBottom a.jxTabActive:focus {
	background-position: left -72px;
}

.jxBarTop a.jxTabActive:focus span.jxTabContent, .jxBarBottom a.jxTabActive:focus span.jxTabContent {
	background-position: right -72px;
}

#loadingDiv {
	border: 16px solid #ffffff; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	left: 30%;
	top: 50%;
	position: absolute;
	animation: spin 2s linear infinite;
	z-index: 20;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#overlaySpinner {
	background: #e9e9e9;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
}

tr.hidden{
	display: none;
}