#Abofalle {
	background: #c00; /* #F82523; */
	color: #fff;
	height: 330px;
	position: absolute;
	width: 700px;
}
#AbofalleTop {
	background: url(../images/abofalle-bg.png) left top ;
	height: 45px;
	margin-top: -45px;
	position: absolute;
	width: 700px;
}
#Abofalle p {
	font-size: 14px;
	margin: 0;
	padding: 10px;
	padding-top: 0;
}
#Abofalle p strong {
	display: block;
	font-size: 20px;
}
#Abofalle p a,
#Abofalle p a:focus,
#Abofalle p a:hover,
#Abofalle p a:active {
	font-size: 14px;
	font-weight: bold;
	color: #fff !important;
}
#Abofalle div.Image {
	width: 320px;
	float:left;
	padding: 10px;
}
a#ShowAll {
	background: #eee;
	background: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -webkit-gradient(linear, left top, left bottombottom, from(#eee), to(#ccc));
	border: 1px solid #666;
	border-top: 1px solid #000;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-top: 320px;
	padding: 10px;
	position: absolute;
	text-align: center;
	width: 678px;
}
a#ShowAll:focus,
a#ShowAll:hover,
a#ShowAll:active {
	background: #666;
	background: -moz-linear-gradient(top, #666, #333);
	background-image: -webkit-gradient(linear, left top, left bottombottom, from(#666), to(#333));
	border-color: #000;
	color: #fff !important;
}

