/* ---------------------- */
/* 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: 14px/150% 'Open Sans', sans-serif;
	font-weight: normal;
}

a{ color: #000; text-decoration: none; }
a:hover { color: #0097ac; text-decoration: none; }

p { margin: 0 0 10px 0; padding: 0;}

/* Titelzeilen H1 bis H6 */

h1,h2,h3,h4
{
	color: #0097ac;
	line-height: normal;
	padding: 0; margin: 10px 0;
	font-weight: normal;
        font-family: 'Open Sans', sans-serif;
}

h1{ font-size: 24px;}
h2{ font-size: 22px;}
h3{ font-size: 22px;}
h4{ font-size: 18px;}