.jobsListeAnsicht table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
}

.jobsListeAnsicht table p,
.jobsListeAnsicht td ul.einzellink {
	margin: 0;
	padding: 0;
}

.jobsListeAnsicht td,
.jobsListeAnsicht  th {
	border: 1px solid #ffffff;
	text-align: left;
	padding: 5px;
}
.jobsListeAnsicht  td {
	background-color: #f5f5f5;
}
.jobsListeAnsicht th {
	font-weight: bold;
	background-color: #ebebeb;
}
.jobsListeAnsicht th.description {
	width: 300px;
}
.jobsListeAnsicht th.location {
	width: 200px;
}
.jobsListeAnsicht th.details {
	width: 152px;
}

.jobsDetailAnsicht .standort {
	font-weight: bold;
	margin-bottom: 5px;
}

.jobsDetailAnsicht .bewerben, .jobsInitiativAnsicht .bewerben {
	background-color: #e5e5e5;
	padding: 10px;
}

.jobsDetailAnsicht table th, .jobsInitiativAnsicht table th {
	font-weight: normal;
	width: 250px;
	padding: 5px;
}
.jobsDetailAnsicht table input.text,
.jobsDetailAnsicht table textarea,
.jobsInitiativAnsicht table input.text,
.jobsInitiativAnsicht table textarea {
	width: 395px;
	margin: 5px 0;
}

.jobsDetailAnsicht table input.button, .jobsInitiativAnsicht table input.button {
	width: auto;
}