@import url(type.css);

/*CSS Normalisieren*/

body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form, dd, dt, dl {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none; 
	font-size: 1em; 
	font-weight: normal;
}

body {
	margin: 3em;
}

/*Nicht anzeigen*/

#header, #left, #right {
	display: none;
}

#content li {
	list-style: disc outside url();
	padding-bottom: 0.5em;
}

