/* 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: 700px; /* maximum width 700px to avoid scrollbars */
	margin: 10px auto;
	border: 1px solid #CCCCCC;
	color: #000000;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 80px;
	position: relative;
	line-height: 160%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#joboffer #jo-nav {
	padding: 0 20px;
	font-size: 10px;
	font-weight: bold;
}
#joboffer #jo-nav a {
	color: #707070;
	text-decoration: none;
	padding-right: 5px;
}
#joboffer #jo-nav a:hover {
	color: #2C7ED2;
}
#joboffer #jo-content {
	padding: 0 20px 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 285px;
	background-image: url(hg.jpg);
}
#joboffer #jo-content .headline {
	color: #0070B0;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 1em;
	padding-top: 1em;
}






#joboffer h2 { /* use only for jobtitle */
	color: #2C7ED2;
	text-decoration: none;
}

#joboffer h1 { /* use only for job subtitle */
	font-size: 19px;
}

#joboffer #company-intro { /* class for company introduction/description */
	color: #8EC2E2;
	font-style: italic;
	font-size: 12px;
	padding: 2em 0;
}

#joboffer #company-weoffer { /* class for what the company offers */
}

#joboffer #company-continfo { /* class for the company contact information */
}

#joboffer #job-tasks { /* class for the job tasks */
}

#joboffer #job-requim { /* class for the job requirements */
}

#joboffer #client-logo { /* class for the client logo */
	right: 10px;
	top: 20px;
	width: 100px;
	height: 60px;
	position: absolute;
}

#joboffer #client-logo img {
	height: 100%;
	width: 100%;
}

#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:link {
	color: #2279D2;
	text-decoration: none;
}

#joboffer a:visited {
	color: #2279D2;
	text-decoration: none;
}

#joboffer a:hover {
	color: #2279D2;
	text-decoration: underline;
}

#joboffer a:active {
	color: #2279D2;
	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 #jo-slogan {
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 30px;
	width: 700px;
	color: #0070B0;
	font-size: 24px;
	text-align: center;
}
