/**
 * Special handling for result of search so that the
 * layout expands with the content.
 * 
 * Author: Markus Fischer <markus@fischer.name>
 */
.div_back_suchergebnisse {
	position: static;
	height: auto;
}

.div_header {
	position: static;
}

.div_suchergebnisse_head {
	position: static;
	width: auto;
	height: auto;
	margin-left: 10px;
}

.div_suchergebnisse {
	position: static;
	min-height: 0;
	margin-left: 11px;
}

#service-note {
	padding-left:60px;
	margin-top:40px;
	font-weight:bold;
}

	#service-note .upper {
		color:#959595;
		text-transform:uppercase;
	}
