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


/* --- 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;
}


/* --- TABELLE --------------------------------------------- */
.responsive-table td,
.responsive-table th {
	vertical-align: top;
}


.price-table td,
.price-table th {
	vertical-align: top;
	padding-right:20px;
}


.contenttable th,
.contenttable td {
	vertical-align: top;
}

/* --- 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;
}