#Content {
	font-family: 'Helvetica', Arial;
	display: inline-block;
	width: 100%;
}

#Content .job-offer:before {
	background: black url('../images/header_l.png') 20px 20px no-repeat;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 120px;
	width: 100%;
}

#Content .job-offer {
	font-family: 'Arial', serif;
	position: relative;
	border-bottom-right-radius: 50%;
	padding-top: 120px;
	margin-bottom: 20px;
}

#Content .job-offer .black-section {
	background: black;
	padding-bottom: 10px;
	margin: 0;
}

#Content .job-offer h2.title {
	font-family: 'Helvetica', Arial;
	font-size: 17pt;
	line-height: 24pt;
	font-weight: bold;
	padding: 10px 215px 10px 0px;
}

#Content .job-offer h3.location, #Content .job-offer h4.salary {
	font-family: 'Helvetica', Arial;
	font-size: 13pt;
	font-weight: bold;
	margin: 0;
}

#Content .job-offer h4.salary {
	margin-bottom: 20px;
}

#Content .job-offer h2.title,
#Content .job-offer .description {
	color: white;
}

#Content .job-offer .description {
	border: 2px solid black;
	background: black;
	background-size: 100%;
	font-family: 'Helvetica', Arial;
	line-height: 15pt;
	font-size: 10pt;
	height: auto;
	overflow: hidden;
	padding: 10px 100px 80px 60px;
}

#Content .job-offer .description p {
	margin-bottom: 0;
}

#Content .job-offer .description p > u {
	display: block;
	line-height: 10px;
	visibility: hidden;
}

#Content .job-offer .locations-list {
	list-style: none;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	color: #929292;
	padding: 0;
	margin-left: 74px;
	width: 90%;
}

#Content .job-offer .locations-list li {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 19%;
}

#Content .job-offer .lozung {
	position: absolute;
	top: 56px;
	right: 46px;
	font-size: 11px;
	color: white;
}

#Content .job-offer .lozung .orange {
	color: #F47920;
}

#Content .job-offer .lozung .dark-grey {
	color: #929292;
}
