/* ---------------------- */
/* TinyMCE specific rules */
/* ---------------------- */
body.mceContentBody {
	background: #FFF;
	color: #58585A;
	font: 15px/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
{
	font: 15px/150% 'PT Sans', sans-serif;
	font-weight: 400;
	color: #454545;
}

a{ color: #cb3a41; text-decoration: underline; }
a:hover { color: #000; }

p { margin: 0; padding: 0; }

/* Titelzeilen H1 bis H6 */

h1,h2,h3,h4
{
	
        font-family: 'PT Sans Narrow', sans-serif;
}

h1{ font-size: 25px; color: #a73238; text-transform: uppercase;     font-weight: normal; }
h2{ font-size: 30px; margin-bottom: 35px; margin-top: 10px;
    text-transform: uppercase; font-weight: normal; line-height: 30px; }
h3{ font-size: 22px;}
h4{ font-size: 18px;}