* {
	font-family: Arial, Helvetica, sans-serif !important;
	font-style: normal;
	font-size: 14px;
	margin: 0; 
	padding: 0;	
}
body {
	background: #1c1c1c url("../images/bgBody.png") top left repeat-x;  
	color: #777777;	
	height: 100%;  
	line-height: 1.5em;			
	overflow: hidden;
}
img, a img {
	border: 0;
}
#wrapper {	
	position:relative;
	margin: 10px auto 10px auto;
}
#bgWrapper {
	background:none;
	clear:both;
	float:left;		
	padding:3px;	
}
#contentWrapper {	
	background:#FFFFFF; /* none; */
	border-bottom-right-radius: 8px;	
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;	
	border-top-left-radius: 8px;
	float:left;
}
#header {
	clear:both;
	float:left;	
	height:60px;
	width:100%;	
}
#logoWrapper {
	clear:both;	
	float:left;	
	height: 40px;
	margin: 10px 0 0 10px;
	padding: 0;
	width: 120px;
}
#banner {	
	clear:both;
	float:left;
	background: url("../images/banner.jpg") top left no-repeat;
	background-size: 100%;
}
#content {	
	clear:both;
	float:left;
	border-radius: 8px;
	padding: 0 10px 10px 0;
}
#contentScrollable {
	clear:both;
	float:left;
	width:inherit;	
}
#backupWrapper {
	background-color: #BB0000 !important;
	position: relative;
	margin: 50px auto 0 auto;
}
#status, .backup {
	background: #F0F0F0 url("../images/bgVerlaufLarge.png") top left repeat-x;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	float:left;
	padding: 15px 20px 20px 20px;
}
#status {
	clear:both;
	margin-bottom: 20px;
	text-align:center;
}
.backup {
	clear:none;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 220px;
}
.backup img {
	clear:both;
	float:left;
	width:30px;
	height:40px;
	margin-right: 12px;
}
.backup .text {
	clear:none;
	float:left;
	text-align:left;
}
#footer {
	clear:both;
	float:right;
	font-size: 12px;
	text-align:right;
}
#footer a {
	font-size: 12px;
	text-decoration: none;
}
#footerMenu ul li {
	padding: 0 0 0 0.7em;		
}

/* jQuery-Scrolling
------------------- */
.jspContainer { overflow: hidden; position: relative; }
.jspPane { 
	position: absolute;
	padding: 0 !important; 
}
.jspScrollable .jspPane {
	padding-bottom: 12px !important;
}
.jspVerticalBar {background: transparent; width: 8px; right: 2px; position: absolute; top: 0; height: 100%;}
.jspHorizontalBar {background: transparent; width: 8px; bottom: 2px; position: absolute; left: 0; width: 100%;}
.jspVerticalBar *, .jspHorizontalBar * { margin: 0; padding: 0; }
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: transparent; position: relative; }
.jspDrag { 
	background: #E2E2E2; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	position: relative; 
	top: 0; 
	left: 0; 
	cursor: pointer; 
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; }
.jspArrow.jspDisabled { cursor: default; background: #80808d; }
.jspVerticalBar .jspArrow { height: 16px; }
.jspHorizontalBar .jspArrow { width: 16px; float: left; height: 100%; }
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner { background: #eeeef4; float: left; height: 100%; }
