/* ---------------------- */
/* 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: #58585A;
	font: 14px/150% 'Open Sans', sans-serif;
	font-weight: normal;
}

a{ color: #B50923; text-decoration: none; }
a:hover { color: #B50923; text-decoration: underline; }

p { margin: 0; padding: 0; }

/* Titelzeilen H1 bis H6 */

h1,h2,h3,h4
{
	color: #58585A;
	line-height: normal;
	padding: 0; margin: 0 0 5px 0;
	font-weight: bold;
        font-family: 'PT Sans', sans-serif;
}

h1{ font-size: 26px;}
h2{ font-size: 24px;}
h3{ font-size: 20px;}
h4{ font-size: 18px;}