/* Selectors for the content area of the htmlArea RTE editor */
.htmlarea-content-body {
		font-family: 		Arial,Verdana,sans-serif; 
		font-size:		90%; 
}
 
/* Selectors for the Table Operations plugin */
/* Make borders visible */
/* Make sure we can click in empty cells without too much difficulty */
.htmlarea-showtableborders  {
        padding: 	1px; 
	border:		1px dashed #000000 !important;
	background-color: #ffffff;	
}
.htmlarea-showtableborders th {
        padding: 	1px; 
	border:		1px dashed #000000 !important;
	background-color: #ffffff;	
}
.htmlarea-showtableborders td {
        padding: 	1px; 
	border:		1px solid #000000 !important;
	background-color: #ffffff;	
} 

/* Selectors for the Abbreviation plugin */
abbr, acronym, span.abbr {
        width:18px;
        height:18px;
        background-image:url("images/Acronym/ed_acronym.gif");
        background-repeat:no-repeat;
        background-position:left top;
        white-space:nowrap;
        cursor:help;
        border-bottom:1px dashed #000;
        padding-left:19px;
}

/* Link styles for RTE created Links */
.externer-link	{

}
	.externer-link img {
		width: 	10px;
		height:	10px;
		border: 0;
	}

.externer-link-in-neuem-fenster	{

}
	.externer-link-in-neuem-fenster img {
		width: 	10px;
		height:	10px;
		border: 0;
	}

.interner-link	{

}
	.interner-link img {
		width: 	10px;
		height:	10px;
		border: 0;
	}

.interner-link-in-neuem-fenster	{

}
	.interner-link-in-neuem-fenster img {
		width: 	10px;
		height:	10px;
		border: 0;
	}

.download {

}
	.download img {
		width: 	10px;
		height:	10px;
		border: 0;
	}

.mail {

}
	.mail img {
		width: 	10px;
		height:	10px;
		border: 0;
	}

p 	{
	font-size:	1em;
}

.rte_hl1 { 
	font-weight: 	bold;
	}
.rte_hl2 { 
	font-weight: 	bold;
	}
.rte_hl3 { 
	font-weight: 	normal;
	}

.rte_b1 { 
	font-size:	1.1em;
	}
.rte_b2 {
	font-size:	1em;
	}
.rte_b3 { 
	font-size:	0.85em;
	}
.rte_c1 {
	color: #666666;
	font-size: 1em;
}
.rte_c2 {
	color: #E20A16;
	font-size: 1em;
}
.rte_c3 {
	color: #999999;
	font-size: 1em;
}
