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: 380px; /* maximum width 700px to avoid scrollbars */
	margin: 10px auto;	/* center main offer division */
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	line-height: 1.5;
	position: relative;
	padding: 320px 250px 0 70px;
	background-image: url(http://www.stepstone.de/upload_DE/profiles/htmlfiles/89650/images/hintergrund.jpg);
}

#joboffer h2 { /* use only for jobtitle */
	font-size: 19px;
	padding: 3em 0 0.67em 0;
}
#joboffer h2 span {
	font-size: 0.8em;
}

#joboffer h1 {
	font-size: 19px;
}

#joboffer h3 {
	font-size: 14px;
}

#joboffer strong {

}

#joboffer #company-intro { /* class for company introduction/description */
	padding: 2em 0 30px 0;
}

#joboffer #clientlogo {
	left: 460px;
	top: 10px;
	height: 85px;
	width: 162px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	background: url(logo.gif) no-repeat;
	}
	
#joboffer #links {
	right: 80px;
	bottom: 35px;
	height: 100px;
	width: 145px;
	position: absolute;
	display: block;
	background-color:#465D65;
	padding: 10px 10px 0 10px;
	text-align: right;
	}

#joboffer #footer {
	height: 35px;
	background-color: #000000;
	margin: 0px -250px 0px -70px;
}
#joboffer #footer img {
	padding-right: 7px;
}


	/* 
#joboffer ul {
	list-style-type:disc;
	text-align: left;
	position: relative;
	margin: 0 0 0 16px;
	padding: 0 0 0 1px;
}
*/

#joboffer ul {
	list-style-type:none;
	text-align: left;
	position: relative;
	color: #FFFFFF;
}

#joboffer li {
	background-image: url(http://www.stepstone.de/upload_DE/offers/htmlfiles/89650/images/ul_dot.gif);
	background-repeat: no-repeat;
	padding: 0px 40px 0 0;
	background-position: 0 4px;
	float: left;
	font-weight: bold;
}



#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: #FFFFFF;
	text-decoration: none;
}

#joboffer a:hover {
	color: #87807E;
	text-decoration: none;
}
