
.headline {
	font-size: 14px;
	font-weight: bold;
}

.absatz {
	font-size: 11px;
	font-weight: bold;
}
.text {
    font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.randtext {
    font-size: 11px;
	text-align: right;
	font-weight: bold;
}

.bild {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.bildunterschrift {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.formel {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.artikel {
    font-size: 11px;
	line-height: normal;
	font-weight: normal;
}
.autor {
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
}
a:active {
	text-decoration: underline;
	color: #9999FF;
}