/* 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 { /* main offer division; every style based on it */
	width: 700px; /* maximum width 700px to avoid scrollbars */
	margin: 10px auto;	/* center main offer division */
	font: 11px Arial, Helvetica, sans-serif;
}

#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 */
}

#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 .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: #B00000;
	text-decoration: underline;
}

#joboffer a:visited {
	color: #B00000;
	text-decoration: underline;
}

#joboffer a:hover {
	color: #B00000;
	text-decoration: none;
}

#joboffer a:active {
	color: #B00000;
	text-decoration: underline;
}


/* 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;
}


/*############ css poweredby ################# */


table.resultlist{
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}
table.resultlist tr{
	vertical-align: top;
}
table.resultlist tr.row0{
	background-color: #ECDFC2;
}
/*
table.resultlist tr:hover, table.resultlist tr.row0:hover{
	background-color: #B0C4DE;
}
*/
table.resultlist tr th{
	color: #B00000;
	background-color: #ECDFC2;
	text-align: left;
	padding: 4px;
}
table.resultlist tr td{
	padding: 4px;
}

table.resultlist tr td.logo{
	padding: 1px 0 1px 0;
	width: 80px;
}

#paging{
	text-align: left;
	padding:5px;
}
table.resultlist a {
	color: #B00000;
}

.pagingelt{
	display:inline;
	margin-right:10px;
}
#paging .selected{
	color: #000000;
	text-decoration: no-underline;
}
#paging a{
	color: #B00000;
	text-decoration: no-underline;
}
#paging a:hover{
	color: #000000;
}
table.resultlist tr.row1 {

	background-color: #FAF4E4;
}

