/**
 * Style sheet basic
 */
.textFett
{
	margin:0;
	padding:0 0 0.7 0;
	font-weight:bold;
	font-size:14px;
	color:#A90844;
	line-height:16px;
	text-transform: uppercase;
}

.imageLeft
{
	float:left;
	margin:0px 10px 10px 0px;
}

.imageRight
{
	float:right;
	margin:0px 0px 10px 10px;
}

.clearFloat
{
	clear:both;
}
