a:link {
	color : #0000FF;
}

a:visited {
	color : #000080;
}

a:hover {
	color : #FF0000;
	text-decoration : none;
}

a:active {
	color : #FF0000;
}

/* Haupttitel*/
h1 {
	color : #808080;
	font-family : Verdana,sans-serif;
	font-size : 20pt;
}

/* für noch l&auml;ngere Haupttitel*/
h2 {
	color : #C0C0C0;
	font-family : Verdana,sans-serif;
	font-size : 18pt;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family : Arial,sans-serif;
}

p,ul,ol,li,dt,dd,div,td,th,address,nobr,b,i {
	font-size : 10pt;
}

/* Erste Marginalienüberschrift*/
p.margtitel {
	color : #808080;
	font-family : Verdana,sans-serif;
	font-size : 12pt;
	margin-top : 0.95em;
}

.klein {
	font-size : 8pt;
}
