@charset "utf-8";
/**
 * Formatierung für den Haupttext der mit dem WYSIWYG Editor geschrieben wird
 */
div#content_description {
	
}
/**
 * Links
 */
div#content_description a{
	
}
/**
 * Überschriften
 */
div#content_description h1{
	
}
div#content_description h2{
	
}
div#content_description h3{
	
}
div#content_description h4{
	
}
div#content_description h5{
	
}
div#content_description h6{
	
}
/**
 * Normaler Absatz
 */
div#content_description p {
	
}
/**
 * Tabelle im Editor
 */
div#content_description table {
	
}
div#content_description table tr:nth-child(2n+0) {
	
}
/**
 * Aufzählungliste
 */
div#content_description ul{
	
}
div#content_description ul li{
	
}
/**
 * Nummerierts Aufzahlung
 */
div#content_description ol{
	
}
div#content_description ol li{
	
}
