/* ---------------------- */
/* TinyMCE Rules */
/* ---------------------- */
body.mceContentBody { background: #fff; }

.mceContentBody a { color: #009 !important; /* FF requires a important here */ }

html,
body,
input,
textarea
{
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

a{ font-weight: bold; color: #0062a1; }
a:hover { text-decoration: underline; color: #a9c0dc; }

p { margin: 0; padding: 0; }

/* Titelzeilen H1 bis H6 */

h1,h2,h3,h4
{
	color: #000;
	padding:0px;
	margin: 0px 0 8px 0;
	line-height: normal;
}

h1 { font-size: 19px; font-weight: normal; }
h2 { font-size: 17px; font-weight: normal; }
h3 { font-size: 16px; font-weight: bold; }
h4 { font-size: 14px; font-weight: bold; }

hr { border-top: 1px solid #E0E0E0; border-bottom: 0; height: 1px; width: 100%; }



/* Eigene FormatStyles als Class anlegen */
.Zitat
{
	display: block;
	width: 100%;
	border: 1px solid #ee7f00;
	background-color:#FFF;
	padding: 10px;
}

.Hinweis
{
	display: block;
	background-color:#c1022c;
	color: #FFF;
	padding: 10px 15px;
}

.Button
{
	background-color:#9B9B9B;
	border: 1px solid #7f7f7f;
	color: #FFF;
	padding: 2px 5px;
}

