#backgrd {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	z-index: 3;
	cursor: wait;
	display: none;
	position: absolute;
	background-color: #CCC;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* ab IE8 */
	filter: alpha(opacity=50) /* bis IE7 */
}
#whDialog {
	z-index: 4;
	height: auto;
	display: none;
	color: #505050;
	font-size: 13px;
	line-height: 1.1em;
	text-align: center;
	position: absolute;
	border: 2px #7f7f7f solid;
	font-family: "Trebuchet MS";
	background-color: gainsboro;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 10px 10px 5px #333;
	-khtml-box-shadow: 10px 10px 5px #333;
	-moz-box-shadow: 10px 10px 5px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#333333,offx=10,offy=10)"; /* ab IE8 */
	 filter: progid:DXImageTransform.Microsoft.DropShadow(color=#333333,offx=10,offy=10); /* bis IE7 */
	-webkit-box-shadow: 10px 10px 5px #333
}
#kbDialog, #gbDialog, #lbDialog, #erDialog, #quDialog, #adDialog, #nkDialog,
#dpDialog, #abDialog, #wnDialog, #arDialog, #vsDialog, #lmDialog, #baDialog,
#ydDialog, #gsDialog, #bgDialog, #sfDialog, #wrDialog, #stDialog, #hwDialog,
#inDialog, #elDialog, #ksDialog, #bfDialog, #azDialog, #feDialog, #beDialog,
#cbDialog, #geDialog, #gaDialog {
	z-index: 4;
	width: 284px;
	height: auto;
	display: none;
	color: #505050;
	text-align: center;
	position: absolute;
	background-color: gainsboro;
	border: 2px #7f7f7f solid;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 10px 10px 5px #333;
	-khtml-box-shadow: 10px 10px 5px #333;
	-moz-box-shadow: 10px 10px 5px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(color=#333333,offx=10,offy=10)"; /* ab IE8 */
	 filter: progid:DXImageTransform.Microsoft.DropShadow(color=#333333,offx=10,offy=10); /* bis IE7 */
	-webkit-box-shadow: 10px 10px 5px #333
}
#erDialog, #quDialog, #adDialog, #dpDialog, #wrDialog, #arDialog, #baDialog,
#inDialog, #geDialog, #gaDialog {
	width: 324px;
	height: auto;
}
#sfDialog {
	width: 332px;
	height: auto;
}
#bgDialog, #ksDialog {
	width: 400px;
	height: auto;
}
#vsDialog, #gsDialog, #ydDialog {
	width: 648px;
	height: auto;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #000;
	background-color: darkgray;
	padding: 0px 0px 0px 8px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-radius-topleft: 4px;
	-webkit-border-radius-topright: 4px
}
input[type="button"].cbt {
	width: 22px;
	height: 22px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	border: 1px double #e35061;
	margin: 4px 4px 4px 0px;
	padding: 0px 5px 4px 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #c50a1f;
	background: -moz-linear-gradient(top, #e1001a, #c50a1f);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1001a), color-stop(1, #c50a1f));
	-moz-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f, 0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
	-webkit-box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f, 0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
	box-shadow: 1px 0 0 #c50a1f, -1px 0 0 #c50a1f, 0 1px 0 #c50a1f, 0 -1px 0 #c50a1f, 0 5px 10px -5px #666;
	text-shadow: 1px 1px 3px #333
}
input[type="button"].cbt:hover {
	text-shadow: none;
	background: #c50a1f;
}
input[type="button"].bbt {
	width: 22px;
	height: 22px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 15px;
	border: 1px double PaleGreen;
	margin: 4px 4px 4px 0px;
	padding: 0px 5px 4px 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: ForestGreen;
	background: -moz-linear-gradient(top, LimeGreen, ForestGreen);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, LimeGreen), color-stop(1, ForestGreen));
	-moz-box-shadow: 1px 0 0 ForestGreen, -1px 0 0 ForestGreen, 0 1px 0 ForestGreen, 0 -1px 0 ForestGreen, 0 5px 10px -5px #666;
	-webkit-box-shadow: 1px 0 0 ForestGreen, -1px 0 0 ForestGreen, 0 1px 0 ForestGreen, 0 -1px 0 ForestGreen, 0 5px 10px -5px #666;
	box-shadow: 1px 0 0 ForestGreen, -1px 0 0 ForestGreen, 0 1px 0 ForestGreen, 0 -1px 0 ForestGreen, 0 5px 10px -5px #666;
	text-shadow: 1px 1px 3px #333
}
input[type="button"].bbt:hover {
	text-shadow: none;
	background: ForestGreen;
}
.paste {
	display: none;
	width: 26px
}
.close {
	width: 26px
}
.back {
	display: none;
	width: 26px
}
.dialog {
	color: #555;
	font-size: 12px;
	line-height: 1.1em;
	text-align: justify;
	margin-bottom: 14px;
	border-collapse: collapse;
	padding: 0px 14px 5px 14px;
	font-family: "Trebuchet MS";
	background-color: gainsboro;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
table.dialog td {
	padding: 7px;
	border-bottom: thin solid grey;
}
.par, .par1, .par2, .text {
	color: #555;
	font-size: 13px;
	line-height: 1.1em;
	text-align: justify;
	padding: 0px 14px 5px 14px;
	font-family: "Trebuchet MS";
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
input[type="button"].button {
	color: #555;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	margin: 0px 0px 10px 0px;
}
.we {
	display: none
}
textarea[name="info"] {
	width: 300px;
	height: 100px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
div#btns {
	padding: 0;
	width: 645px;
	height: 493px;
	margin-left: auto;
	margin-right: auto;
}
#current, #planning, #clients, #ordering, #rentcraft, #statistic, #training, #users, #grants {
	padding: 6px;
	position: relative;
	margin: 0 3px 8px 0;
}
#current > p, #planning > p, #clients > p, #ordering > p, #rentcraft > p, #statistic > p, #training > p, #users > p, #grants > p {
	margin: 0;
	padding: 0;
}
