/* Selectors for the content area of the htmlArea RTE editor */
.htmlarea-content-body {
	/*font-family:Verdana, sans-serif;
	font-size:12px;
	margin:0;
	padding:3px;
	background-color:#fff;
	color:#666666;*/
}

/* Selectors for the Table Operations plugin */
/* Make borders visible */
/* Make sure we can click in empty cells without too much difficulty */
.htmlarea-showtableborders, .htmlarea-showtableborders td, .htmlarea-showtableborders th {
	padding: 3px; border:1px dashed #316ac5 ! important;
}

/* Selectors for the Abbreviation plugin */
abbr, acronym, span.abbr {
	white-space:nowrap;
	cursor:help;
	border-bottom:1px dotted #E28505;
	/*color:#E28505!important;*/
}

.pruefNach {
/*	color:						#23439E;*/
/*	color:						#008305;*/
	color:						#589458;
	font-weight:				bold;
	white-space:				nowrap;
}

/*
h1{font-size:110%; color:#E28505; border-bottom:1px solid #E28505; padding:0px 0px 2px 0px!important; margin:0px 0px 20px 0px!important;}
h2,
h3,
h4,
h5,
h6{font-size:100%; color:#E28505; margin:0px 0px 15px 0px; padding:0px;}

a{text-decoration:underline; color:#E28505!important;}
a:hover{color:#666666!important;}
p{margin:0px; padding:0px 0px 15px 0px; }


.align-left{text-align:left!important;}
.align-center{text-align:center!important;}
.align-right{text-align:right!important;}*/


