
/* FeatureStd */

div.features {
	float: right;
	width: 240px;
	padding-right: 17px;
}

div.features div.feature {
	margin-bottom: 5em;
	width: 240px;
	float: right;
	clear: both;
}

div.feature h2 {
	margin-top: 0px;
}

div.feature img {
	border-width: 0;
}

div.feature a {
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 9px;
}

div.feature a.image {
	background: none;
	padding-left: inherit;
}


/* FeatureReference */
div.feature.FeatureReference ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
}

div.feature.FeatureReference h2 {
	margin: 0;
}

div.feature.FeatureReference li {
	padding-left: 0 !important;
	background-image: none !important;
	clear: left;
}

div.feature.FeatureReference li.image {
	float: left;
	clear: none;
	width: 120px !important;
	height: 80px;
}

div.feature.FeatureReference img {
	width: 80px !important;
	margin: 0 20px;
}




/* Zitatbox */

div.feature.FeatureQuotation {
	cursor: pointer;
	background: #E9E9EC url(../img/quote-next.gif) right bottom no-repeat;
	color: black;
	padding: 11px 14px 3px 0;
	width: 226px !important;
	float: left;
	height: 16em;
}

div.feature.FeatureQuotation div.fadeNewContent {
	margin: -14px -14px 0 -6px;
	padding: 14px 14px 0 6px;
	width: 226px !important;
}

div.feature.FeatureQuotation img {
	width: 90px;
	float: right;
	margin: 3px 0 5px 5px;
	border: 1px solid #B5BAC1;
}

div.feature.FeatureQuotation blockquote {
	padding: 0 14px;
	margin-right: 20px;
	background-image: url(../img/feature_quotation_right.gif);
	background-repeat: no-repeat;
	background-position: 110px top;
	font-size: 87%;
	margin-bottom: 14px;
}

div.feature.FeatureQuotation blockquote p {
	line-height: 1.3;
}

div.feature.FeatureQuotation blockquote cite {
	color: #87888C;
	background-color: #E9E9EC;
	font-style: normal;
	display: block;
	margin-top: 1em;
	margin-left: -10px;
	padding-left: 10px;
	padding-bottom: 7px;
	background-image: url(../img/feature_quotation_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* FeatureHeadingIndex */
ul#FeatureHeadingIndex {
	margin-left: 1px;
	list-style-type: none;
	list-style-image: none;
}

ul#FeatureHeadingIndex li {
	padding-left: 0 !important;
	background-image: none !important;
}