@charset "utf-8";
/* CSS zur Einbindung der Formatierungen für den RTE im Typo3 BE */

body {
	font-size:75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#87888a;
	font-weight:normal;
	line-height:2em;
}

body#tinymce p, #inhalt p {
	margin:0;
	margin-bottom:1.4em;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body#tinymce ul, #inhalt ul {
	list-style:none;
	margin-bottom:1em;
	margin:0;
	padding:0;
}

body#tinymce ul li {
	list-style:none;
}

