/* layout */
#about-us{
	position: relative;
	float: left;
	width: 570px;
	min-height: 400px;
}

#news-summary{
	position: relative;
	float: right;
	width: 212px;
}

#show-summary{
	position: relative;
	float: right;
	width: 212px;
}

/* headlines */
#about-us div.headline{
	background-image: url(../images/headline_long.png);
	width: 580px;
}

#news-summary div.headline{
	background-image: url(../images/headline_short.png);
	width: 230px;
}

#show-summary div.headline{
	background-image: url(../images/headline_short.png);
	width: 230px;
}

/* news summary */
#news-summary a span{
	padding: 2px 2px 2px 2px;
	display: block;
}

#news-summary .item{
	margin-bottom: 4px;
}

/* accordion */
.accordion .leaf{
	margin-bottom: 4px;
}

.accordion img{
	margin-left: 1px;
}

.accordion .gallery{
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 1px 2px 2px;
}

.accordion .show{
	font-size: 1.1em;
	font-weight: bold;
	margin: -8px 0 2px;
}

.accordion .text span{
	padding: 1px 1px 1px 2px;
}

/* zoomable thumbnails */
a.preview{
	height:130px !important;
	width: 130px !important;
}

a.preview img{
	margin: 0px !important;
	height:130px !important;
	width: 130px !important;
}

.image_preview{
	margin: 20px 0 0 20px;
}
