/* @override 
	http://mrkmln/_css/rte.css
	http://mrkmln.nl/_css/rte.css
*/

/*body{
    margin:0;
    padding: 0;
    width:100%;
    height:100%;
    position: relative;
	background-color: #ebebeb;
}*/

.frameBody{
	font-size: 11px;
/*	line-height: 18px;
*/	font-family: Arial, Helvetica, Verdana, Sans;
    margin:0;
    padding: 2px 5px 6px 5px;
    position: relative;
    display: block;
	background-color: rgb(252,252,252);
}

.frameBody p{
	position: relative;
	line-height: 14px;
	display: block;
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	word-spacing: 0;
}
a{
	color: black;
	}
h1{
	margin: 4px 0 4px 0;
	padding: 0;
	font-family: "Arial";
	color: black;
	font-weight: normal;
	font-size: 17px;
	}
h2{
	margin: 7px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: black;
	font-size: 14px;
	}

.rte-zone
{
	width:350px;
	margin:0;
	padding:0;
	height:160px;
	border:1px #999 solid;
    clear:both;
}

.rte-toolbar{
	position: absolute;
	/*display: block;*/
/*	overflow: hidden;
	padding-left: 5px;
	padding-top: 10px;*/
	/*padding-bottom: 0px;*/
	/*border-bottom: 1px dashed black;*/
	/*border-color: #252525;*/
	/*border-style: double;*/
	height: 23px;
	}


.rte-toolbar a, .rte-toolbar a img {
	/*position: relative;*/
	/*border:0;*/
}

/*.rte-toolbar div {
	position: relative;

	background: red;
	display: inline;
    margin:0;
    padding: 0;
}
.rte-toolbar p {
	position: relative;
	float: ;
	display: block;
    margin:0;
    padding: 0;
}*/
.textarea-edit{
	margin: 0;
	top: 0;
	left:  0;
	right: 0;
	bottom: 0;
	position: absolute;
	display: block;
	height: 100%;
	border: none;
	}
