img#imgButLogin {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;
	cursor: pointer;
	visibility: hidden;
}


div#divLogin {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;
	visibility: hidden;
	background-color: lightgrey;
}


th.plancmsLabel {
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	color: black;
}


body.toolbox {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background-color: white;
	margin: 0px;
}


img.imgEdit {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	cursor: pointer;
}


input.inpText {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background-color: white;
}


div#divEditorTools {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 40px;
	width: 40em;
	background-color: white;
}


div.plancms_tb_reiter {
	position: absolute;
	top: 10px;
	left: 0px;
	right: 0px;
	height: 30px;
}


div.plancms_tb_reiter0, div.plancms_tb_reiter0_active {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 75px;
	z-index: 2;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-width: 2px;
	border-color: black;
	border-radius: 5px 5px 0px 0px;
	padding-left: 15px;
}

div.plancms_tb_reiter0 {
	background-color: #c0c0e0;
	cursor: pointer;
}
div.plancms_tb_reiter0_active {
	background-color: #e0e0f0;
	cursor: crosshair;
}

div#plancms_tb_reiter1 {
	left: 10px;
}

div#plancms_tb_reiter2 {
	left: 110px;
}

div#plancms_tb_reiter3 {
	left: 210px;
}

div#plancms_tb_reiter4 {
	left: 310px;
}

div#plancms_tb_reiter5 {
	left: 410px;
}

div#plancms_tb_reiter6 {
	left: 510px;
}


div.plancms_tb_main {
	position: absolute;
	top: 40px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	background-color: #e0e0f0;
	padding: 10px;
}

