/* ---------------------- */
/* TinyMCE specific rules */
/* ---------------------- */
body.mceContentBody {
	background: #FFF;
	color: #000;
	font-family: "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;
	
}


p { margin: 0; padding: 0; }

/* Titelzeilen H1 bis H6 */

h2,h3,h4
{
	line-height: normal;
	padding: 0; margin: 0 0 5px 0;
}

h1, h1 span { font-size: 36px; color: #666666; line-height:100%; margin-bottom:10px;}
h2, h2 span { font-size: 30px; color: #666666; line-height:32px; }
h3, h3 span { font-size: 23px; color: #666666; }
h4, h4 span { font-size: 20px; color: #cc0033; line-height:100%; margin-bottom:10px;}
h5, h5 span { font-size: 18px; color: #cc0033; line-height:120%;  }
h6, h6 span { font-size: 16px; color: #cc0033; } /* war 23px */



.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%; }