#PageContent .headline {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
#PageContent .content {
	margin-left: 13px;
}
.search select, .search input {
	border: 1px solid #ccc;
}
.search select {
	font-size: 11px;
}
.search {
	margin: 10px 5px;
}
.search .submit {
	background: url(/images/go.png) top left no-repeat #fff;
	border: none;
	padding: 0;
	margin: 0;
	width: 15px;
	height: 18px;
	cursor: pointer;
}
#Jobs {
	margin-top: 20px;
}
#Jobs td.separator {
	padding-bottom: 5px;
}
#Jobs div.separator {
	height: 1px;
	overflow: hidden;
	background: #999;
	margin-top: 5px;
}
#Jobs .head {
	padding: 0 13px;
	border-left: 1px solid #555;
}
#Jobs .item {
	background: #e4e4e4;
	padding: 10px 15px;
}
.error {
	display: block;
	margin: 10px 5px;
}
.job_detail {
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background: white;
	color: #555554;
	display: none;
}
#PageContent .job_detail li, .job_detail li {
	list-style-image: url(/images/dot_green.png);
}
.job_detail .head {
	padding-top: 15px;
	margin: 20px;
	background: url(/images/wintersteiger_logo_klein.png) right top no-repeat;
}
.job_detail .name,
.job_detail .abteilung,
.job_detail .detail_text {
	padding-left: 20px;
	background: url(/images/green_line.png) repeat-y;
	margin-right: 20px;
}
.job_detail .name {
	font-weight: bold;
	font-size: 14px;
}
.job_detail .abteilung {
	
}
.job_detail .detail_text {
	padding-top: 20px;
	margin-bottom: 25px;
}
.job_detail .abilities {
	float: left;
	width: 270px;
	margin: 0 0 0 20px;
}
.job_detail .offers {
	float: left;
	width: 270px;
	margin: 0 20px;
}
.job_detail .abilities ol,
.job_detail .offers ol {
	padding-left: 17px;
	margin: 5px 0 0 0;
}
.job_detail .end_text {
	margin: 10px 20px 0 20px;
}
.job_detail .submit {
	margin: 15px 0 0 20px;
}
.job_detail .submit .btn_submit {
	text-decoration: none;
}
.job_detail .submit .btn_submit span {
	display: block;
	float: left;
}
.job_detail .submit .btn_submit span.main {
	background: url(/images/btn_weiter_main.png) repeat-x left center #99C21D;
	color: white;
	padding: 4px 15px 4px 5px;
}
	
.job_detail .options {
	text-align: right;
}
.job_detail .footer {
	background: url(/images/job_detail_footer.png) top left no-repeat;
}
.job_detail .close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
