/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2010, Brunner Web
 * @link           http://www.bag.ch/web
 * @description    jobboerse vspb
 */

div.jobboerse {
	float: left;
}

div.jobboerse div.logo {
	width: 196px;
	height: 196px;
	float: left;
	/*background-style defined in xhtml plugin */
}

div.jobboerse div.job {
	background-color: #1D4499;
	padding: 10px;
	margin-left: 20px;
	float: left;
	width: 360px;
	height: 176px;
	position: relative;
}

div.jobboerse div.job p.date {
	color: white !important;
	font-weight: bold;
	padding-bottom: 5px;
}

div.jobboerse div.job p.lead {
	color: white !important;
}

div.jobboerse div.job h3 {
	color: white !important;
	font-weight: bold;
	font-size: 146.5% !important;	
	padding: 15px 0 0 0 !important;
	line-height: 123.1% !important;
}

div.jobboerse div.job h3 a {
	color: white !important;
	text-decoration: none !important;
}

div.jobboerse div.job .pdflink {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div.jobboerse div.job .pdflink a {
	color: white !important;
}

div.jobboerse hr {
	margin-bottom: 8px !important;
	width: 580px !important;
	float: left !important;
	display: block  !important;
	line-height: 0px !important;
	height: 0px !important;
	border-color: #ecf1fe !important;
}


