.red-big ,
.brown-big {
	color: #b72240;
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 8px;
}

.red-normal ,
.brown-normal {
	color: #b72240;
	font-weight: normal;
}

.brown-bold ,
.red-bold {
	 color: #b72240;
	 font-weight: bold;
}

.orange-big {
	color: #e95209;
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 8px;
}

.orange-normal {
	color: #e95209;
}

.orange-bold {
	font-weight: bold;
	color: #e95209;
}

.black-bold {
	font-weight: bold;
	color: black;	
}

.black-normal {
	font-weight: normal;
	color: black;	
}

.gray-bold {
	font-weight: bold;
	color: #aaa9ac;
}

.gray-normal {
	font-weight: normal;
	color: #aaa9ac;
}

.green-normal {
	font-weight: normal;
	color: #968d06;
}

.green-bold {
	font-weight: bold;
	color: #968d06;
}

.background-punkt {
	margin-top: 5px;
	margin-left: -4px;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-left: 14px;
	background: url(/fileadmin/config/images/starting-dot-gray.png);
	font-size: 12px;
	height: 33px;
	background-position: top left;
	background-repeat: no-repeat;
}


