/* RTE STYLESHEET */

/*
** #############################
** ### classesAnchor ###########
** #############################
*/

a.external-link {
}

a.external-link-new-window {
}

a.internal-link {
}

a.internal-link-new-window {
}

a.download {
}

a.mail {
}


/*
** #############################
** ### classesParagraph ########
** #############################
*/

p.texteinfaerben {
	font-weight:bold;
	color:#0072BA;
}

/*
** #############################
** ### classesTable ############
** #############################
*/

/* Table: normales Design ohne Auswahl */

.htmlarea-content-body table { width: 100%; }
.htmlarea-content-body table { border-collapse: collapse; margin: auto; }
.htmlarea-content-body table th { text-align:left; border: 1px dashed #B0B0B0; color:#949494; padding: 0.5em 0.5em 0.5em 0.6em; }
.htmlarea-content-body table td { text-align:left; border: 1px dashed #C0C0C0; padding: 0.5em 0.5em 0.5em 0.6em; }

/* Table: contenttable-1 (Layout 1) */

table.contenttable, .htmlarea-content-body table {
	border-collapse: collapse;
	margin:1em 0;
	font-size:0.92em;
}

table.contenttable td, .htmlarea-content-body table td {
	padding: 2px;
}

table.contenttable td p {
	/*display: inline;*/
}

table.contenttable tr:first-child td, table.contenttable .tr-0 td {
}



/* Table: mit ohne borders */

.htmlarea-content-body table.no_borders, .htmlarea-content-body table.no_borders td, .htmlarea-content-body table.no_borders th { 
	border:1px dashed #316ac5;
}

table.no_borders {
	border-collapse: collapse;
	border: 0px;
	margin: 1px;
}

table.no_borders td {
	border: 0px;
	padding: 2px;
}



/* Table: mit horizontalen linien */

.htmlarea-content-body table.lines, .htmlarea-content-body table.lines td, .htmlarea-content-body table.lines th { 
	border-left: 1px dashed #316ac5;
	border-right: 1px dashed #316ac5;
}

table.lines {
	border-collapse: collapse;
	margin: 1px;
}

table.lines td {
	padding: 2px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}



/*
** #############################
** ### classesTableCells #######
** #############################
*/

td.header {
	background-color: #dddddd;
	font-weight: bold;
}


/*
** #############################
** ### classesCharacter ########
** #############################
*/
/* Character: Keyword */

span.keyword {
	font: 12px Courier;
}


/* Character: Keyboard */

span.keyboard {
	font: 12px Courier;
	border: 1px solid #000000;
}
