/**
 * This file is used to set the FORMAT OPTIONS of the WYSIWYG editor in the CMS (it is included in style.css and editor.css)
 */

/*
a.pdf, a.pdf:link, a.pdf:visited, a.pdf:focus, a.pdf:hover, a.pdf:active {
	min-height: 16px;
	padding: 0px 0px 0px 20px;
	background: url(../images/icons/pdf.png) no-repeat center left;
}

.small {
}
*/

.braun {
	color: #422829 !important;
}

.einzug {
	padding: 15px 0px 10px 36px;
}

.bildtext {
	text-align:left;
	font-style:italic;
	font-size:14px;
}

p.mehr a,
a.mehr, a.mehr:link, a.mehr:visited, a.mehr:focus, a.mehr:hover, a.mehr:active {
	display: block;
	float: right;
	font-size: 14px;
	color: #c60a39 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none !important;
	padding: 0px 0px 0px 24px;
	background: url(../images/background/arrow_more_red.png) no-repeat 0px 7px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

p.mehr a:hover,
a.mehr:hover {
	color: #422829 !important;
	text-decoration: none;
	background: url(../images/background/arrow_more_brown.png) no-repeat 0px 7px;	
}