/* CSS document */ 

/* ---------- font-sizes ---------- */

body, th, td {
	font-size: 0.8em;
}
/*
div, caption, th, td, li, p {
	font-size: 0.8em;
}
*/
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3, h4 {
	font-size: 1.1em;
}
h5, caption {
	font-size: 0.9em;
}
#nav {
	font-size: 18px;
}
#nav span.zusatz {
	font-size: 16px;
}
.bildunterschrift {
	font-size: 0.6em;
}

