.content-header#onswerk {
	background: #fff url(../img/header-onswerk.jpg) no-repeat;
	text-indent: -5000em;
	height: 13.8em;
}

#content .column1 {
	width: 65%;
	float: left;
	margin-bottom: 2em;
}

#content .column2 {
	margin: 0;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0 0 3em 0;
}

#content .column2 ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-type: none;
}

#content .column2 h3 {
	margin-top: 1em;
}


#content .column2 h4 {
	margin-bottom: .3em;
}

#content .column1 .slideshow {
	position: relative;
}

#content .column1 .slideshow ul {
	list-style-type: none;
	height: 310px;
	background: url(../img/loading.gif) no-repeat 50% 50%;
}

#content .column1 .slideshow ul li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
	opacity: 0.0;
	display: none;
	padding: 1px;
	padding-bottom: 0;
	border: 1px solid #ccc;
}

#content .column1 .slideshow ul li.active {
	display: block;
    z-index: 10;
	opacity: 1.0;
}

#content .column1 .slideshow ul li.last-active {
    z-index: 9;
}

#content .column1 .slideshow a {
	outline: none;
}

#content .column1 .slideshow a.slideshow-next {
	position: absolute;
	z-index: 11;
	top: 3em;
	right: -3px;
	color: #fff;
	text-decoration: none;
	text-indent: -5000em;
	width: 18px;
	height: 21px;
	padding: .7em 1em;
	background: #c0c846 url(../img/slideshow-next.jpg) no-repeat 50% 50%;
}

#content .column1 .slideshow a.slideshow-next:hover {
	background: #fff url(../img/slideshow-next-hover.jpg) no-repeat 50% 50%;
	border: .1em solid #c0c846;
	padding: .6em .9em;
}

/* project details */
.project-details#content-content {
	border: none;
}

.project-details .column1 li {
	list-style-type: none;
	border: 1px solid #ccc;
	margin-bottom: 24px;
}

#content .project-details .column2 h3 {
	margin-top: 0;
}

#next-prev {
	text-align: right;
	padding: 16px 0;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 16px;
}

#next-prev a {
	color: #bbb;
	font-size: 11px;
}