/* -------------- 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: #000000;
	border: 0;
}


/* Farbe der Titelzeilen H1 bis H6 */

h1, h2, h3 { 
	color: #008BD0;
	font-weight: normal;
}

h4, h5, h6 { 
	color: #333333;
	font-weight: normal;
}

h1 { 
	margin: 0 0 10px 0;
	font-size: 21px;
	line-height: 24px;
}

h2 { 
	margin: 0 0 6px 0;
	font-size: 19px;
	line-height: 21px;
}

h3 { 
	margin: 0 0 4px 0;
	font-size: 17px;
	line-height: 21px;
}

h4 { 
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 19px;
}

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

h6 { 
	margin: 0 0 4px 0;
	font-size: 12px;
	line-height: 16px;
}

p { 
	padding: 0;
	margin: 0;
	font-weight: normal;
}

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

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


a:hover { 
	text-decoration: none;
}

.mceContentBody {
    background: #FFFFFF;
}