/* ******************************  Schriften ****************************** */
h1 {
	font-size:2em;
	margin-bottom:1em;
}
h2 {
	font-size:1.8em;
	margin-bottom:1em;
}
h3 {
	font-size:1.6em;
	margin-bottom:1em;
}
h4 {
	font-size:1.4em;
	margin-bottom:1em;
}
h5 {
	font-size:1.2em;
	margin-bottom:1em;
}
.small {
	font-size:0.8em;
}
strong, b {
	font-weight:bold;
}

.link {
	cursor:pointer;
	text-decoration:underline;
}
