@charset "utf-8";
/* CSS Document */

.partnerListCategory .title {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #BCB6A1;
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	color:#5c5c5c;	
}

.partnerListCategory .text {
	width: 358px;
	float: left;
	color: #5c5c5c;
}

.partnerListCategory .text .lead {
	font-weight: bold;
}

.partnerListCategory .imageBox {
	margin-left: 38px;
	position: relative;
	width: 240px;
	height: 270px;
	float: left;
}

.partnerListCategory .image {
	position: absolute;
	text-align: center;
	padding: 4px;
	width: 222px;
	height: 222px;
}

.partnerListCategory .image img {
	border: 0px;
	cursor: pointer;
}

.partnerListCategory .shadow {
	position: absolute;
	background-image: url(/img/box_shadow.png);
	width: 240px;
	height: 240px;
}

.ie6 .partnerListCategory .shadow {
	behavior: url(/relaunch/iepngfix.htc);
}

.partnerListCategory .label {
	position: absolute;
	top: 240px;
	color: #5c5c5c;
}

.partnerListCategory .flipper {
	position: absolute;
	top: 240px;
	right: 10px;
	color: #BCB6A1;
}

.partnerListCategory .partner {
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #BCB6A1;
}

.partnerListCategory hr {
	background-color:#BCB6A1; /* Mozilla 1.4 */
	color:#BCB6A1; /* IE 6 */
	border: #BCB6A1; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 10px 0px;
}
