/* EFFINGERHOF AG | Druck - Verlag - Neue Medien | www.effingerhof.ch */


/* Textformatierungen RTE */
/* ----------------------------------------------------------------------------------------------------------------- */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.colored {
	color: #882a00;
}

.rot_bold {
	font-weight: bold;
	color: #882a00;
}

.leadtext {
	font-weight: bold;
	margin: 10px 0;
/*
	color: #666;
*/
}

.zwischentitel {
	font-weight: bold;
	font-size: 120%;
	margin: 1.2em 0 0.2em 0;
}

.teasertitel, 
a .teasertitel {
	font-size: 110%;
	color: #882a00;
	margin: 0 0 1em 0;
	font-weight: bold;
}

.feedback_autor {
	font-style: italic;
	float: right;
}

.typo3manual_hinweis {
	border: 2px solid #ffcc00;
	background-color: #fff5cc;
	padding: 6px;
	margin: 0 0 0.7em 0;
}

.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
}

.codebox {
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	border: 1px solid #ccc;
	background: transparent url(../bilder/rgtabs_background_me.png) repeat-x !important;
	padding: 2px 5px;
	overflow: hidden;
}








