/* Für einfache Browser, hauptsächlich NN4. Im "echten" Stylesheet überschrieben. */

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, td {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
}
body {
	margin: 0;
	padding: 20px;
	background-color: #fff;
}
	
/* Typographie: */

a:link {
}
a:visited {
}
a:active {
}
a:hover {
	/* hover funktioniert nicht in NN4 */
}
strong, b {
	font-weight: bold;
}
.sm, .sr { /* nur für Suchmaschinen, Screenreader */
	display: none;
}

h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h4, h5, h6 {
	font-weight: bold;
}
h4 {
	font-size: 80%;
}
h5 {
	font-size: 70%;
}
h6 {
	font-size: 64%;
}
ol, ul, li, p {
	font-size: 80%;
	line-height: 120%;
}
img {
	border: 0;
}