
.Img {
	width:216px;
	padding:20px 0px 0px 9px;
	background-image:url(../grafik/frontPageImgBg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.Img div {
	width:216px;
	height:26px;
	padding-top:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#000000;
	vertical-align:top;
	padding:9px;
}

.button {
	width:205px;
	height:25px;
	margin:0px 11px 0px 9px;
	background-image:url(../grafik/frontButtonBg.png);
	background-repeat:no-repeat;
}

.button a {
	display:block;
	width:180px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#ad18af;
	background-image:url(../grafik/frontButtonArrow.png);
	background-position:10px;
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:5px;
}

.button a:hover {
	color:#454545;
	background-image:url(../grafik/frontButtonArrowActive.png);
	
}