

/* --- Stylesheet 2622 () --------- */ 

.box {
	float: left;
	width: 250px;
	margin: 0px 25px 30px 0px;
}
.box.raw { border: 0px; }

.box.col2 { width: 525px }
.box.col3 { width: 800px }
.box.col4 { width: 1075px }

.box h3 {
	border-top: 1px solid #DFDFD0;
	font-size: 15px; color: #000;
	padding: 9px 0px 0px 0px; margin: 0px 0px 12px 0px; text-transform: uppercase;
}

.box h3 span { font-size: 15px; color: #666; float: right; margin: 0px 5px; }

.box h2 { font-size: 20px; line-height: 26px; color: #777; margin: 20px 0px 8px 0px; font-weight: 400; }
.box h2 b { color: #000000; font-weight: 400; }
.box h2 strong { color: #D20095; font-weight: 400;}

.box .image { margin-bottom: 0px; overflow: hidden;  }
.box .image img { width: 100%; }

.box .image2 { float: left; margin: 0px 20px 20px 0px; }
.box .image2 img { width: 100px; }


.box h4 {
	font-family: 'Times', serif; font-style: oblique;
	font-weight: normal; font-size: 16px; line-height: 19px;
	color: #000;
	margin: 10px 0px 10px 0px;
}

.box .autor { margin-top: 5px; text-align: right; color: #999; margin-right: 5px; font-style: oblique; }

.box .text { font-size: 13px; line-height: 17px; color: #666; }
.box .text ul { margin-left: -10px; }
.box .text strong { color: #000; }
.box .text em { color: #D20094; }

.box .text a { color: #D20094; text-decoration: none; }

.box .button { margin: 15px 0px 0px 0px; text-align: right; font-size: 11px; line-height: 11px; }
.box .button a { color: #D20094; text-transform: uppercase; text-decoration: none; }
.box .button a span {
	display: inline-block;
	width: 9px; height: 9px;
	margin: 0px 5px 0px 0px;
	border-radius: 10px;
	background-color: #D20094;
}

.box .button a:hover {  }
.box .button a:hover span { background-color: #fff; border: 2px solid #D20094; width: 5px; height: 5px; }


.box.minibild .text { margin-left: 120px; }

/* --- Stylesheet 2679 () --------- */ 

.box.zoom .image img {

	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;

	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);

}

.box.zoom:hover  .image img {

	-o-transition-duration: 4s;
	-ms-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-webkit-transition-duration: 4s;

	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);



}