@charset "UTF-8";
/* CSS Document 
Zusätzliche RTE Styles

*/

h1 {font-size:18px;}
h2 {font-size:14px;}
h3 {font-size:14px;color:#FF8600;}
h4 {font-size:12px;}
h5 {font-size:12px;color:#FF8600;}
h6 {font-size:10px;}

span.rte-red, 
p.rte-red {
	color:#cd071e;
}

span.rte-orange, 
p.rte-orange {
	color:#FF8600;
}

span.rte-blue, 
p.rte-blue {
	color: #387db4;
	
}

span.rte-underline, 
p.rte-underline {
	text-decoration:underline;
}

span.rte-red-underline, 
p.rte-red-underline {
	color:#cd071e;
	text-decoration:underline;
}
span.rte-orange-underline, 
p.rte-orange-underline {
	color:#FF8600;
	text-decoration:underline;
}
span.rte-blue-underline, 
p.rte-blue-underline {
	color:#387db4;
	text-decoration:underline;
}
