/* Grundlegende Formatierungen für Text auf Seiten */

body { 
		FONT-FAMILY: verdana;
		font-size: 13px;

}

p {
	font-size: 13px;
	margin: 0;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

h3 {
	font-size: 13px;
	font-weight: italic;
	margin: 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: -24px;
}

/* Nur für IE */
* html b\ody ul { 
			margin-left:16px;
			}	

li {
	margin-bottom: 0;
	margin-top: 0;
}

ol {
	margin: 0;
}

