@charset "utf-8";
/*normalisieren margin, padding*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0
}
/*nomalisieren titel-font-style*/
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
/*entfernen listen-style*/
ol, ul {
	list-style:none;
}

#mainText ol, ul {
	list-style:square;
	padding-left:40px;
}
#mainText li {
	padding-top:8px;
}
/*nomalisieren font-style*/
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
/*normalisieren tabellen-style*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*entfernen border*/
fieldset, img {
	border:0;
	vertical-align:bottom;
}
/*normalisieren von text-ausrichtung*/
caption, th {
	text-align:left;
}
/*entfernen von anfuehrungszeichen aus q*/
q:before, q:after {
	content:'';
}
