/* ---------------------- */
/* TinyMCE specific rules */
/* ---------------------- */
body.mceContentBody {
	background: #FFF;
	color: #58585A;
	font: 14px/150% "Arial",​"Helvetica",​sans-serif;
	font-weight: normal;
}

.mceContentBody a {
   color: #fc0101 !important; /* FF requires a important here */
}


/* -------------------------- */
/* Ab hier die eigenen Styles */
/* -------------------------- */


html,
body,
input,
textarea
{
	color: #000;
	font: 14px/150% "Arial",​"Helvetica",​sans-serif;
	font-weight: 700;
}

a{ color: #fc0101; text-decoration: none; }
a:hover { color: #fc0101; text-decoration: underline; }

p { margin: 0 0 15px 0; padding: 0; }

/* Titelzeilen H1 bis H6 */

h1,h2,h3,h4
{
	color: #000;
	line-height: normal;
	padding: 0; margin: 0 0 5px 0;
	font-weight: bold;
        font-family: "Francois One",​sans-serif;
}

h1{ font-size: 22px;}
h2{ font-size: 20px;}
h3{ font-size: 18px;}
h4{ font-size: 16px;}