/* Styles für das CSS-Menü im TinyMCE Editor */

/* ----------------------------------------------------------------------------------------- */
/* Selbst definierte zusätzliche Styles für CSS-Menü im TinyMCE */

.artikelbild-links
{
	float: left; /* durch den float wird das Bild im Text links positioniert, ohne dass im Bild-Einfügen-Dialog die Ausrichtung "links" gewählt werden muss (Erscheinungsbild -> Ausrichtung -> "Nichts ausgewählt") */
	margin-right: 15px;
	margin-bottom: 5px;
}

.artikelbild-rechts
{
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.einleitungs-text-fett
{
	font-weight: bold;
}


/* Auszeichnung eines Links mit einem PDF-Icon für direkte Links im Fließtext auf PDF-Dokument */
a.pdf-link-fliesstext
{
	background: url(/asko/images/M_images/pdf_button.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
}



/* ----------------------------------------------------------------------------------------- */
/* Kopierte Styles aus: /templates/system/css/editor.css */

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* STYLES FOR JOOMLA! EDITOR */
hr#system-readmore  { border: red dashed 1px; color: red; }
hr.system-pagebreak { border: gray dashed 1px; color: gray; }
