/****************************************************************************************
# rte.css / CSS-Stile, für htmlArea RTE
#
# Alle hier aufgeführten Klassen/Ids müssen auch im TSConfig eingetragen sein
# 
#
# ***************************************************************************************/
span.fett-13-blau {
	color:#025FAD;
	font-size: 13px;
	font-weight: bold;
}

span.fett-16 {
	color:#000;
	font-size: 16px;
	font-weight: bold;
}

span.fett-16-blau {
	color:#025FAD;
	font-size: 16px;
	font-weight: bold;
}

span.fett-18-blau {
	color:#025FAD;
	font-size: 18px;
	font-weight: bold;
}

span.fett-20-blau {
	color:#025FAD;
	font-size: 20px;
	font-weight: bold;
}

.align-right {
	text-align: right;
}

/****************************************************************************************
# News Ticker Extension
#
# ***************************************************************************************/
div#content .tx_jsticker_pi1-tickertext, div#content .tx_jsticker_pi1-tickertext a, div#content .tx_jsticker_pi1-tickertext a:link, div#content .tx_jsticker_pi1-tickertext a:visited, div#content .tx_jsticker_pi1-tickertext a:hover {
   color:#025FAD;
   text-decoration: none;
}

div#content .tx_jsticker_pi1-tickertext a:hover {
	text-decoration:underline;
}
