/* -------------- Standard HTML-Tags ------------- */

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #5b5b5b;
	border: 0;
}


/* Farbe der Titelzeilen H1 bis H6 */

h1, h2, h3 { 
	color: #cb3f86;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h4, h5, h6 { 
	color: #666666;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h1 { 
	font-size: 21px;
	line-height: 28px;
}

h2 { 
	font-size: 19px;
	line-height: 24px;
}

h3 { 
	font-size: 17px;
	line-height: 22px;
}

h4 { 
	font-size: 15px;
	line-height: 20px;
}

h5 { 
	font-size: 13px;
	line-height: 17px;
}

h6 { 
	font-size: 12px;
	line-height: 17px;
}


p { 
	padding: 0;
	margin: 0;
}

hr { 
	border-top: 1px solid #EC7434;
	border-bottom: 0;
	height: 1px;
	width: 100%;
}

a { 
	color: #ec7434;
	text-decoration: underline;
	font-weight: bold;
}

a:hover { 
	text-decoration: none;
}

iframe {
	border:0;
}

.mceContentBody {
    background: #FFFFFF;
}