<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_box {
  margin-right: 10px !important;
}
.image_gallery {
	border:solid 5px #fff;
	background:#fff;
	width:260px;
	overflow:hidden;
	position:relative;
	cursor:default;
	float:right;
	margin-left:10px;
}
.image_gallery .wrap {
	position:relative
}
.image_gallery .fader {
	height:200px;
}
.image_gallery .title {
	text-align: center;
}
.image_gallery .image_container {
	position:absolute;
	top:0px;
	right:0px;
	width:inherit;
	width:260px;
	background:#fff;
	text-align:center;
}

.content_right .latest_box {
	margin-top:10px;
	background:#fff;
	cursor:default;
}
.content_right .latest_box .headline a {
	padding:5px;
	border-bottom:dotted 1px #C8B58E;
	font-weight:bold;
	font-size:14px;
	display:block;
	text-decoration:none;
}
.content_right .latest_box .headline a:hover {
	text-decoration:underline;
}
.content_right .latest_box .entrie {
	padding:5px;
	display:block;
}

.content_box {
	margin-right:280px;
}</pre></body></html>