/**
 * Box zum Editieren von Layoutbereichen
 */
div.edit:hover {
	margin-top: -1px;
	margin-left: -6px;
	border: 1px solid #9DBCE1;
	-moz-box-shadow: -5px 5px 5px #888;
	padding-left: 5px;
	background-color:#cbdbef;
}
div.edit:hover div{
	
}
/**
 * Header
 */
div.edit div.edit-header {
	display: none;
}
div.edit:hover div.edit-header {
	display: block;
	position: absolute;
	margin-top: -1px;
	margin-left: -34px;
	-moz-border-radius: 5px 0px 0px 5px;
	border: 1px solid #9DBCE1;
	border-right: none;
	-moz-box-shadow: -5px 5px 5px #888;
	padding: 8px;
	width: 17px;
	background-color:#cbdbef;
}
/**
 * Bearbeiten Button
 */
div.edit div.edit-header div.edit-button{
	margin: 0px 0px 8px 0px;
	background-color:#cbdbef;
	font-size: 9px;
	text-decoration: underline;
}
div.edit-button-alt{
	display: none;
}
div.edit div.edit-header div.edit-button:hover div.edit-button-alt {
	display: block;
	position: absolute;
	margin-bottom: -40px;
	margin-left: 20px;
	border: 1px solid #999;
	padding: 3px;
	background-color:#ff0;
}