/* body styles */

/*body.edit {
	padding-top: 120px;
	height: 100%;
	overflow: auto;
}*/

/* edit styles */

#editmenu {
	z-index: 99;
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(pix/onsibu_bg.png);
	background-repeat: repeat-x;
	height: 130px;
	width: 870px;
}
/* BRAUCHT STRICT-HTML */
*html div.editmenu {
	position: absolute;
}

#drag {
	width: 20px;
	height: 128px;
	float: left;
	cursor: move;
}

#editcontrol {
	float: right;
	margin-right: 5px;
}


.mainmenu {
	background-image: url(pix/menu_btn.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 35px;
	float: left;
	margin-top: 4px;
	margin-left: 9px;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
}

.mainmenu a {
	color: #888888;
	text-decoration: none;
	font-size: 14px;
}

.mainmenu a:hover {
	color: #000000;
}

.mainmenu#aktiv a {
	color: #477325;
}

.cmsform {
	float: left;
	margin-right: 40px;
	font-size: 12px;
}

.editor {
	margin-top: 44px;
	margin-left: 247px;
	z-index: 99;
	width: 606px;
	height: 76px;
	background-repeat: no-repeat;
	background-image: url(pix/onsibu_editor.png);
	overflow: hidden;
	padding-top: 3px;
	padding-left: 18px;
}

.editor img {
	border: 0px;
}

.editor hr {
	border: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.editor .colorfield {
	position: absolute;
	width: 26px;
	height: 18px;
	border: 1px solid #999999;
	margin-top: 7px;
	margin-left: 3px;
}

.editor .colors {
	position: absolute;
	margin-top: 7px;
	margin-left: 38px;
	border: 1px solid #999999;
	cursor: crosshair;
}

.editor a {
	padding: 16px 10px 5px 8px;
	border: 0px solid #cccccc;
	color: #000000;
	background-image: url(pix/edit_btn.png);
	width: 55px;
	height: 55px;
	margin-left: -3px;
	margin-right: 3px;
}

*+html .editor a {
	padding-top: 8px;
	padding-bottom: 12px;
}

.editor a:hover {
	background-image: url(pix/edit_btn_on.gif);
}

*html .editor a:hover {
}

.editor a.html {
	padding: 16px 15px 7px 17px;
	border: 0px solid #cccccc;
	color: #000000;
	background-image: url(pix/edit_btn_html.gif);
	width: 120px;
	height: 55px;
}

.editor a.html:hover {
	background-image: url(pix/edit_btn_html_on.gif);
}	

*+html .editor a.html {
	padding-top: 8px;
	padding-bottom: 12px;
}

.editor select {
	width: 97px;
	height: 18px;
	overflow: hidden;
	border: 1px solid #999999;
	margin-top: 7px;
	font-size: 12px;
	margin-right: 4px;
}

*+html .editor select {
	margin-top: -3px;
}

.editor input {
	width: 97px;
	height: 16px;
	overflow: hidden;
	border: 1px solid #999999;
	margin-top: 7px;
	font-size: 12px;
}

#insertlink {
	position: absolute;
	top: 80px;
	left: 120px;
	padding: 10px;
	z-index: 10;
	border: 1px solid #bbbbbb;
	background-color: #FFFFFF;
}

#editfield, #edithtml {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

/* interface */

#interface {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #666666;
	background-color: #dddddd;
}

#interface a {
	color: #333333;
	text-decoration: none;
}

#interface a:hover {
	text-decoration: underline;
}

#interface img {
	border: none;
}

#tableinsert input {
	border: 1px solid #888888;
	width: 26px;
}

#tableinsert #forecolor {
	width: 100px;
}

#tableinsert .colorfield {
	position: absolute;
	width: 26px;
	height: 18px;
	border: 1px solid #999999;
	margin-top: -10px;
}

#tableinsert .colors {
	position: absolute;
	border: 1px solid #999999;
	cursor: crosshair;
}

#linkinsert input {
	border: 1px solid #888888;
}

#linkinsert .long {
	width: 200px;
}
