/* CSS Document */

/*-----------------------------------------Textformate----------------------------------------------*/

p {
	font-size:11px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bold {
	font-weight: bold;
}

.footer_text {
	font-size: 10px;
	color: #666666;
}

.footer_text_hell {
	font-size: 10px;
	color: #999999;
}

/*----------------------------------*/

.purple_11px_norm {
	font-size: 11px;
	color: #6C1E2E;
}
.purple_11px_fett {
	font-size: 11px;
	font-weight:bold;
	color: #6C1E2E;
}
.purple_12px_norm {
	font-size: 12px;
	color: #6C1E2E;
}
.purple_12px_fett {
	font-size: 12px;
	color: #6C1E2E;
	font-weight:bold;
}
.purple_14px_norm {
	font-size: 14px;
	color: #6C1E2E;
}
.purple_14px_fett {
	font-size: 14px;
	color: #6C1E2E;
	font-weight:bold;
}
.purple_16px_norm {
	font-size: 16px;
	color: #6C1E2E;
}
.purple_16px_fett {
	font-size: 16px;
	color: #6C1E2E;
	font-weight:bold;
}

/*----------------------------------*/
.grey_10px_norm {
	font-size: 11px;
	color: #666666;
}

.grey_11px_norm {
	font-size: 11px;
	color: #666666;
}

.grey_11px_norm_underl {
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}

.grey_11px_fett {
	font-size: 11px;
	color: #666666;
	font-weight:bold;
}
.grey_12px_norm {
	font-size: 12px;
	color: #666666;
}
.grey_12px_fett {
	font-size: 12px;
	color: #666666;
	font-weight:bold;
}
.grey_14px_norm {
	font-size: 14px;
	color: #666666;
}
.grey_14px_fett {
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}
.grey_16px_norm {
	font-size: 16px;
	color: #666666;
}
.grey_16px_fett {
	font-size: 16px;
	color: #666666;
	font-weight:bold;
}


/*----------------------------------*/



.black_11px_norm {
	font-size: 11px;
	color: #333333;
}
.black_11px_fett {
	font-size: 11px;
	color: #333333;
	font-weight:bold;
}
.black_12px_norm {
	font-size: 12px;
	color: #333333;
}
.black_12px_fett {
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}
.black_14px_norm {
	font-size: 14px;
	color: #333333;
}
.black_14px_fett {
	font-size: 14px;
	color: #333333;
	font-weight:bold;
}

.black_16px_norm {
	font-size: 16px;
	color: #333333;
}

.black_16px_fett {
	font-size: 16px;
	color: #333333;
	font-weight:bold;
}