/* ---------------------- */
/* TinyMCE specific rules */
/* ---------------------- */
body.mceContentBody {
	background: #FFF;
	color: #58585A;
	font: 14px/150% 'Open Sans', sans-serif;
	font-weight: normal;
}

.mceContentBody a {
   color: #5BBBEB !important; /* FF requires a important here */
}


/* -------------------------- */
/* Ab hier die eigenen Styles */
/* -------------------------- */


html,
body,
input,
textarea
{
	color: #000;
	font: 12px 'Arial', sans-serif;
	font-weight: normal;
}

a{ color: #851326; text-decoration: none; }
a:hover { color: #851326; }

p { margin: 0; padding: 0; }

/* Titelzeilen H1 bis H6 */

h1,h2,h3,h4,h5,h6
{
	color: #851326;
	line-height: normal;
	padding: 0; margin: 0 0 10px 0;
	font-weight: normal;
}

h1{ font-size: 21px; font-weight: bold; }
h2{ font-size: 15px; font-weight: bold; line-height: 17px; }
h3{ font-size: 17px; line-height: 19px; }
h4{ font-size: 15px; font-weight: bold; line-height: 17px; }
h5{ font-size: 12px; line-height: 15px; }
h6{ font-size: 20px; }