/* @override 
	http://mrkmln/_css/rte.css
	http://dev.metmijallesgoed/www/_css/rte.css
*/

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

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

.frameBody p{
	position: relative;
	line-height: 16px;
	font-size: 12px;
	display: block;
	margin: 0;
	padding: 0;
	word-spacing: 0px;
	margin-bottom: 15px;
}
.frameBody img{
	position: relative;
	margin: 4px 10px 2px 0;
	float: left;
	}

a{
	color: black;
	}
h1{
	margin: 4px 0 8px 0;
	padding: 0;
	font-family: "Arial";
	font-weight: bold;
	font-size: 18px;
	}
h2{
	margin: 7px 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 17px;
	}

.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;
	}
.n_title{
	position: relative;
	margin: 1px 0 1px 0;
	padding: 6px 0 2px 0;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	display:  none;
	clear: left;
	border-top: 2px solid;
	}
.button .n_title{
	border-bottom: 2px solid;
	}

.n_title.active{
	display: block;
	}
.news-date{
	font-weight: normal;
	font-size: 9px;
	margin-top: 2px;
	left: 1px;
	bottom: -22px;
	position: absolute;
	white-space: nowrap;
	letter-spacing: 1px;
	text-transform: lowercase;
	}
.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;
	}

