.sehr-klein 
{
	font-size: 10px;
	font-weight: normal;
}

.sehr-klein-fett
{
	font-size: 10px;
	font-weight: bold;
}

.klein 
{
	font-size: 12px;
	font-weight: normal;
}

.klein-fett
{
	font-size: 12px;
	font-weight: bold;
}

.normal
{
	font-size: 14px;
	font-weight: normal;
}

.normal-fett 
{
	font-size: 14px;
	font-weight: bold;
}

.mittel 
{
	font-size: 16px;
	font-weight: normal;
}

.mittel-fett 
{
	font-size: 16px;
	font-weight: bold;
}

.gross 
{
	font-size: 20px;
	font-weight: normal;
}

.gross-fett 
{
	font-size: 20px;
	font-weight: bold;
}