/* ---------------------- */
/* TinyMCE specific rules */
/* ---------------------- */
body.mceContentBody {
	background: #FFF;
	color: #000;
	font-family: "Open Sans", "Arial","Helvetica", sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
.mceContentBody a {
   color: #5BBBEB !important; /* FF requires a important here */
}


/* -------------------------- */
/* Ab hier die eigenen Styles */
/* -------------------------- */


html,
body,
input,
textarea
{
	font: 12px/150% Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	
}

a{ color:  #b6544f; text-decoration: none; cursor:pointer; }
a:hover {  }

p { margin: 0; padding: 0; line-height: 140%; }

/* Titelzeilen H1 bis H6 */

h1,h2,h3,h4
{
	color: #000;
	line-height: normal;
	padding: 0; margin: 0 0 5px 0;
}

h1 { font-size: 22px; font-weight: normal; }
h2 { font-size: 19px; font-weight: 600; color:#b6544f; }
h3 { font-size: 19px; font-family: "Roboto Slab", sans-serif; font-weight: 700; color:#993333; }
h4 { font-size: 16px; font-family: "Roboto Slab", sans-serif; font-weight: 700; color:black; }

.border_box_blue h1,
.border_box_blue h2,
.border_box_blue h3,
.border_box_blue h4,
{ color: #FFF; }

hr { border-top: 1px solid #999; border-bottom: 0; height: 1px; width: 100%; }