@import "https://fonts.googleapis.com/css?family=PT+Sans";

#Content {
	width: 100%;
}

#Content .job-offer {
	background: #a0cea3;
	font-family: 'PT Sans', 'Arial', sans-serif;
	margin-bottom: 20px;
	padding: 20px 70px;
}

#Content .job-offer .logo {
	background: url('../images/logo.png') 0 40% no-repeat;
	height: 125px;
}

#Content .job-offer .hiddenDetails {
	display: none;
}

#Content .job-offer h2.title {
	font-family: 'PT Sans', 'Arial', sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
}

#Content .job-offer .description .refnummer {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#Content .job-offer .description .refnummer span {
	display: block;
	font-weight: normal;
}

#Content .job-offer .description .summary {
	font-weight: normal;
	margin-bottom: 10px;
}

#Content .job-offer .description {
	background: #fff;
	font-size: 15px;
	padding: 10px 20px 10px 15px;
	position: relative;
}

#Content .job-offer .description ul {
	padding-left: 30px;
}

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

#Content .job-offer .description:after {
	content: '';
	background: url('../images/man.png') no-repeat;
	position: absolute;
	right: -70px;
	bottom: -145px;
	height: 242px;
	width: 170px;
}

#Content .job-offer .slogan {
	background: url('../images/slogan.png') 0 40% no-repeat;
	height: 100px;
	margin-top: 20px;
}