/* Text Styles Reset */

/* Basis-Reset für alle Elemente */
* {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-decoration: inherit;
	text-transform: inherit;
	color: inherit;
}

/* Überschriften zurücksetzen */
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

/* Textformatierung zurücksetzen */
strong, b {
	font-weight: inherit;
}

em, i {
	font-style: inherit;
}

u {
	text-decoration: inherit;
}

small {
	font-size: inherit;
}

sub, sup {
	font-size: inherit;
	line-height: inherit;
	position: static;
	vertical-align: baseline;
}

/* Links zurücksetzen */
a {
	color: inherit;
	text-decoration: inherit;
}

/* Listen zurücksetzen */
ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Absätze zurücksetzen */
p {
	margin: 0;
}

/* Zitate zurücksetzen */
blockquote, q {
	quotes: none;
	margin: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* Code und Pre zurücksetzen */
code, pre, kbd, samp {
	font-family: inherit;
	font-size: inherit;
}