h1 {
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 15px;
	height: auto;
	width: auto;
}
p {
	font-size: 11px;
	margin-bottom: 20px;
}
.list {
	font-size: 11px;
	background-image: url(../images/misc/listenpunkt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
strong {
	font-weight: bolder;
}
.listBraun {
	background-image: url(../images/misc/listenpunkt.braun.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bolder;
	padding-top: 6px;
	padding-bottom: 5px;
}
.listBraun a {
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
}
.listBraun a:hover {
	font-size: 12px;
	font-weight: bolder;
	text-decoration: underline;
}
a.link {
	font-weight: bolder;
	background-image: url(../images/misc/listenpunkt.braun.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration:none;
}
a.link:hover{
	font-weight: bolder;
	background-image: url(../images/misc/listenpunkt.braun.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration:underline;
}
a.small {
	font-size: 10px;
	text-decoration: none;
}
