@charset "UTF-8";
/* CSS Document */

.floatL {
	display:block;
	float:left !important;
	clear:none !important;
}
.floatR {
	display:block;
	float:right !important;
	clear:none !important;
}
.noFloat {
	float:none !important;
}
.clearL {
	clear:left !important;
}
.clearR {
	clear:right !important;
}

div.half {
	width:49%;
}
.cleaner {
	clear:both !important;
	float:none !important;
}

.noclear {
	clear:none !important;
}
div.filetree {
	font-size:10px;
}

.H { display:none !important; }
.H2 { visibility:hidden !important; width:0px; height:0px; }
.H3 { display:none; }
.H4 { visibility:hidden; }
.V { display:block !important; }
.V2 { visibility:visible !important; width:auto; height:auto; }
.V3 { display:block; }
.V4 { visibility:visible; }

.nolist {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.nowidth {
	width:auto !important;
}
.noMargin, .nomargin {
	margin:0px !important;
}
.noborder {
	border:none !important;
}
.block {
	display:block !important;
}

.smaller {
	font-size:80%;
}

hr.style1 {
	height:1px;
	width:75%;
	border-color:#999;
	background-color:#999;
	margin-bottom:0.3em;
	margin-top:0.3em;
}

.click {
	cursor:pointer;
}

.move {
	cursor:move;
}

.numeric {
	text-align:right;
}
input.numeric {
	width:8em;
}

.indent {
	margin-left:210px !important;
}
.center {
	text-align:center !important;
}
.maxwidth {
	max-width:50em !important;
}
.descr {
	float:left;
	margin-left:0.5em;
	margin-right:0.5em;
	font-size:90%;
	padding-top:0.5em;
	font-style:italic;
	width:auto;
	max-width:30em;
}

.info {
	font-size:90%;
	margin:0px;
	margin-bottom:0.7em;
	color:#ccc;
	font-style:italic;
}

.spacer {
	clear:both;
	float:none;
	width:80%;
	margin:auto;
	height:2px;
	padding-top:0.5em;
	padding-bottom:0.5em;
	background-image:url(../backoffice/images_standard/spacer.png);
	background-position:left 0.5em;
	background-repeat:repeat-x;
}
.spacer.dark {
	background-image:url(../images_standard/spacer_dark.png);
}

.teaser {
	font-size:120%;
	color:#A4AEAE;
	margin-bottom:0.8em;
}

.az1 {
	font-weight:bold;
}

/* ---- BACKOFFICE: ---- */
div#LStatus2 {
	position:fixed;
	width:280px;
	height:auto;
	padding:10px;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-150px;
	z-Index:100;
	/*
	background-image:url(../images/hg_status.png);
	background-repeat:no-repeat;
	*/
	background-color:#000;
	background:rgba(0,0,0,0.9);

	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    -webkit-box-shadow: 0px 0px 5px #666;
    -moz-box-shadow: 0px 0px 5px #666;
    box-shadow: 0px 0px 5px #666;

	border:none !important;
	display:none;
	color:#fff;
	text-align:center;
}
	div#LStatus2 img.LoaderPic {
		width:16px;
		height:16px;
		padding:8px;
		background-image:url(../images/hg_statusloader.png);
		background-repeat:no-repeat;
	}
	div#LStatus2 img.symbol {
		margin-bottom:0.2em;
	}
	
	div#LStatus2 h1 {
		margin-top:0px;
		margin-bottom:0.3em;
		color:#fff;
	}
	div#LStatus2 p {
		text-align:left;
	}

fieldset.BOBtn2FS {
	text-align:center;
	border:none;
}

input[type=button].BOBtn2, button.BOBtn2 {
	width:50px;
	height:50px;
	margin:5px;
	padding:0px;
	background:none;
	border:none !important;
	cursor:pointer;
}
/* ENDE BACKOFFICE: ---- */