/* ---------------------- */
/* 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: 15px/150% 'Open Sans', sans-serif;
	font-weight: normal;
}

a{ color: #0161a7; text-decoration: underline; }
a:hover { color: #0161a7; text-decoration: none; }

p { margin: 0; padding: 0; }

/* Titelzeilen H1 bis H6 */

h1,h2,h3,h4
{
	
}

h1{ font-size: 21px;}
h2{ font-size: 19px;}
h3{ font-size: 17px;}
h4{ font-size: 15px;}