/* 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: 660px; /* maximum width 700px to avoid scrollbars */
	margin: 10px auto;	/* center main offer division */
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	line-height: 1.5;
	position: relative;
	padding: 282px 20px 20px 20px;
	background-image: url(http://www.stepstone.de/upload_DE/profiles/htmlfiles/60149/images/image01.jpg);
	background-repeat: no-repeat;
	background-position: 0 108px;
}

#joboffer h2 { /* use only for jobtitle */
	font-size: 19px;
}
#joboffer h2 span {
	font-size: 0.8em;
}

#joboffer h1 {
	font-size: 19px;
}

#joboffer h3 {
	font-size: 19px;
}

#joboffer h4 {
	font-size: 19px;
}

#joboffer strong {

}

#joboffer #joboffer-navi	{
	width: 690px;
	height: 41px;
	padding: 0 3px 0 7px;
	margin: 0 -20px 0 -20px;
		}	
#joboffer #joboffer-navi li {
	float: left;
	height: 41px;
	width: 170px;
	list-style: none;
	text-align: center;
	margin-right: 2px;
		}
#joboffer #joboffer-navi .active {
background-image: url(http://www.stepstone.de/upload_DE/profiles/htmlfiles/60149/images/button_inactive.gif);
		}

#joboffer #joboffer-navi .active a {
	display: block;
	height: 26px;
	text-decoration: unerline;
	line-height: 0.95;
	padding: 15px 10px 0px 0;
	color: #ffffff;
		}
#joboffer #joboffer-navi .inactive {
	background-image: url(http://www.stepstone.de/upload_DE/profiles/htmlfiles/60149/images/button_inactive.gif);
		}

#joboffer #joboffer-navi .inactive a {
	display: block;
	height: 26px;
	padding: 15px 10px 0px 0;
	text-decoration: none;
	line-height: 0.95;
	color: #ffffff;
		}	
#joboffer #jo-job {
	position: absolute;
	background-image: url(http://www.stepstone.de/upload_DE/profiles/htmlfiles/60149/images/jobs.gif);
	width: 120px;
	height: 62px;
	top: 370px;
	right: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}


#joboffer #company-intro { /* class for company introduction/description */
	padding: 1.5em 0;
}


#joboffer #company-weoffer { /* class for what the company offers */
	padding-bottom: 1.5em;
}

#joboffer #company-continfo { /* class for the company contact information */
	padding: 1.5em 0;
	background-image: url(http://www.stepstone.de/upload_DE/profiles/htmlfiles/60149/images/image_kontakt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#joboffer #job-tasks { /* class for the job tasks */
	padding-bottom: 1.5em;
}

#joboffer #job-requim { /* class for the job requirements */
	padding: 1.5em 0 1.5em 200px;
}

#joboffer #clientlogo {
	right: 20px;
	top: 20px;
	height: 68px;
	width: 110px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url(http://www.stepstone.de/upload_DE/profiles/htmlfiles/60149/images/logo_fl.gif) no-repeat;
	}
	
#joboffer ul {
	list-style-type:none;
}

#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: #000000;
	text-decoration: underline;
}

#joboffer a:hover {
	color: #000000;
	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;
}

#joboffer sup, #joboffer sub {
		line-height: 0;
		}
