/* StepStone basic offer stylesheet 2008 

Date: 2008-06-02
Author: Marius Schmerbeck

*/

body { /* don't modify this tag */
	margin: 0;
	padding: 0;
	/* background: use inline-style in html document */
}

#joboffer * {
	margin: 0;
	padding: 0;
}

#joboffer { /* main offer division; every style based on it */
	width: 595px; /* maximum width 700px to avoid scrollbars */
	margin: 10px auto;	/* center main offer division */
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	padding: 190px 20px 0 20px;
	text-align: justify;
	line-height: 18px;
	color: #333333;
}

#joboffer h2 { /* use only for jobtitle */
	font-size: 19px;
}

#joboffer h1 { /* use only for job subtitle */
	font-size: 19px;
}

#joboffer #company-intro { /* class for company introduction/description */
	padding-bottom: 1.5em;
}

#joboffer #company-weoffer { /* class for what the company offers */
}

#joboffer #company-continfo { /* class for the company contact information */
	background-color: #E3E3E3;
	margin: 0 -20px 0 -20px;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	color: #545454;
}

#joboffer #job-tasks { /* class for the job tasks */
}

#joboffer #job-requim { /* class for the job requirements */
}

#joboffer #client-logo { /* class for the client logo */
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}

#joboffer #client-logo a {
	display:block;
	width:220px;
	height:60px;
}

#joboffer #client-logo span {
	display:block;
	width:auto;
	height:60px;
	cursor:pointer;
}

#joboffer .jo-padding {
	padding: 10px;
}

#joboffer ul {
	list-style: disc;
	margin: 0 0 0 16px;
	padding: 0 0 0 1px;
}

#joboffer img {
	border: none; /* border="0" attribute in image tags not longer necessary */
}

#joboffer a img {
	border: none; /* remove border from linked images */
}


/* links */
#joboffer a {
	color: #545454;
	text-decoration: underline;
}

#joboffer a:hover {
	color: #545454;
	text-decoration: none;
}

/* clear floats correct */

/* modern browser */
.jo-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for IE7 */
.jo-clearfix {
	display: inline-block;
}

/* for IE6 and below */
* html .jo-clearfix {
	height: 1px;
}

/* Hide from IE Mac \*/
.jo-clearfix {
	display: block;
}
