/** @charset "utf-8";
 **************************************************
 * TYPO3 Master
 * rte.css
 *
 * @author:HDNET GmbH & Co. KG
 **************************************************
**/
p.quote {
	font-family:georgia,times,serif;
	font-size:1.1em;
	font-style:italic;
	padding:0 45px 0 30px;
}

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

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

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


a.linkExtBlank,
a.linkIntBlank {
}

a.linkInt,
a.linkExt {
}

a.mail {
}