/* jobs */

/* overview */
#text .content dl {
	width: 654px;
	
	margin: 0 0 50px 0;
}
#text .content .title {
	display: block;
	width: 654px;
	
	padding: 0 0 0 0;
}
#text .content .desc {
	display: block;
	width: 654px;
	
	padding: 0 0 12px 0;
	
	border-bottom: #666666 1px solid;
}
#text .content .desc:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#text .content .text {
	float: left;
	width: 494px;
}
#text .content .link{
	float: left;
	width: 145px;
	
	padding: 0 0 0 15px;
}
#text .content .detail a {
	display: block;
	width: 16px;
	height: 16px;
	
	background-image: url('/fileadmin/web/images/content/lupe.png');
	behavior: url(iepngfix.htc);
	
	text-indent: -22222px;
	
	overflow: hidden;
}
#text .content .form a {
	float: left;
	width: 94px;
	height: 14px;
	
	text-decoration: none;
	color: #ffffff;
	
	padding: 2px 0 0 10px;
	
	background-image: url('/fileadmin/web/images/content/bewerben.png');
	behavior: url(iepngfix.htc);
}


/* single */
#text .content a {
	text-decoration: none;
	
	color:#666666;
	font-style:italic;
	font-weight:bold;
}
#text .content .list {
	display: block;
	margin: 0 0 50px 0;
}
#text .content .list .bewerben {
	float: right;
}
#text .content table tr td {
	border: #ffffff 2px solid;
	
	padding: 10px;
}


