/* --------------------------------------------------------------- */
/*                                                                 */
/*    RTE CSS-DATEI                                                */
/*    Webstobe GmbH, www.webstobe.ch                               */
/*                                                                 */
/* --------------------------------------------------------------- */



/* --- EIGENE CSS KLASSEN ---------------------------------------- */

/*
.link {
	padding: 0 0 0 20px !important;
	background-image: url(../images/icons/icon_internal-link.gif);
	background-repeat: no-repeat;
	background-position: 1px 0.4em;
}
*/

/* --- TABELLEN FORMATIERUNG ------------------------------------- */

/*
th.hintergrund_grau,
td.hintergrund_grau {
	background-color: #F2F2F2;
}
*/

/* --- ABSATZ FORMATIERUNG --------------------------------------- */

.sehr_klein {
	font-size: 0.8em;
}

.klein {
	font-size: 0.9em;
}

.normal {
	font-size: 1.0em;
}

.gross {
	font-size: 1.1em;
}

.sehr_gross {
	font-size: 1.2em;
}

/* --- AUSRICHTUNGEN --------------------------------------------- */

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}


/* --- RTE KLASSEN ----------------------------------------------- */

body.htmlarea-content-body * {
	margin: 0;
	padding: 0;
}

body.htmlarea-content-body,
body.htmlarea-content-body table {
	font-size: 12px;
}

body.htmlarea-content-body table p {
}

body.htmlarea-content-body p {
	margin: 0 0 0.6em 0;
	line-height: 1.6em;
}

body.htmlarea-content-body li {
	line-height: 1.6em;
}

body.htmlarea-content-body ul {
	margin: 0 0 0 20px;
}

body.htmlarea-content-body ol {
	margin: 0 0 0 25px;
}