#Content {
	display: inline-block;
}

#Content .job-offer {
	font-family: Verdana, Arial, sans-serif;
	padding-right: 10px;
	margin-bottom: 30px;
}

#Content .job-offer header {
	background: url('../images/zurich.png') 8% #002058 no-repeat;
	height: 88px;
}

#Content .job-offer .main {
	margin: 20px 50px;
}

#Content .job-offer .main h1, #Content .job-offer h2.title {
	color: #000168;
	font-family: Verdana, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}

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

/*BANNERS*/
#Content .job-offer .main .chair {
	background: url('../images/chair.jpg') no-repeat;
	height: 300px;
}

#Content .job-offer .main .goggles {
	background: url('../images/goggles.jpg') no-repeat;
	height: 300px;
}

#Content .job-offer .main .hero {
	background: url('../images/hero.jpg') no-repeat;
	height: 300px;
}

#Content .job-offer .main .trampoline {
	background: url('../images/trampoline.jpg') no-repeat;
	height: 300px;
}
/*BANNERS*/

#Content .job-offer .main .line {
	background: #002058;
	height: 50px;
	margin-top: 20px;
}

#Content .job-offer h2.title {
	font-size: 25px;
}

#Content .job-offer .description {
	display: block;
}

#Content .job-offer .description > p {
	text-align: justify;
}

#Content .job-offer .description > p strong, #Content .job-offer .description > strong {
	color: #000168;
	font-size: 13px;
}

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

#Content .job-offer .description > p > span {
	color: #000168;
	font-size: 15px;
	display: block;
	margin-top: 20px;
	margin-bottom: -10px;
	font-weight: bold;
}

#Content .job-offer .description a {
	color: #000168;
	font-weight: bold;
	text-decoration: underline;
}

#Content .job-offer .description a:hover {
	text-decoration: none;
}