@charset "utf-8";
/**
 **************************************************
 * rte.css
 *
 * @author: HDNET GmbH & Co. KG
 * @version: 3.0
 * @updated: 2012-12-12 (BN)
 * @description: Styles for RTE-generated content. Used in BE & FE
 * @note: 
 **************************************************
 */



p.quote {
	font-family: georgia,times,serif;
	font-size: 13px;
	font-style: italic;
	padding: 0 45px 0 30px;
}

p.code {
	font-family: courier, monospace;
	font-size: 12px;
	padding: 3px;
	border: 1px dotted #b4b4b4;
	margin: 0 30px 1.5em;
}

table.data,
table.data th,
table.data td {
	border: 1px dotted gray;
}

table.statistics {
	background: #9ceb04;	
}

table.statistics th,
table.statistics td {
	border: 1px solid #7ec000;
}

.important {
	letter-spacing: 0.2em;
}

span.strikethrough {
	text-decoration: line-through;
}

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

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

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

.subtitle {}
.more {}