h1 {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
.bildunterschrift {
	font-size: 0.8em;
	color: #666;
}
.kleingedrucktes {
	font-size: 80%;
	color: #666;
}
.link_grau {
	color: #666;
}
.wichtig {
	background-color: #CCC;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.suchworte {
	font-size: xx-small;
	font-weight: lighter;
	color: #DDD;
}

