/********************************************
 * JOBS
 ********************************************/

div.job p,
div.job ul {
	margin: 10px 0 15px 115px;
	padding: 0;
}


div#jobs h3 {
	margin: 10px 0 0 115px;
	padding: 0;

	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;

	width: 550px;
	height: 20px;
	text-indent: -10000px;

	font-size: 1px;

	cursor: pointer;
}


div#jobs h3:hover {
	background-position: 0px -20px !important;
}

div.job p.openclose {
	color: #bebebe;
	text-decoration: none;
	cursor: pointer;
	margin: 5px 0 0 115px;
}

div.job p.openclose:hover {
	color: #00c8ff;
}

div.job p.bodytext.preview {
	margin: 0 0 0 115px;
	padding: 0 0 10px 27px;
}

div.job div.fulltext {
	margin: 0 0 0 115px;
}

div.job div.fulltext ul {
	list-style-type: image;
	list-style-image: url('../images/bullet.gif');
	margin: 10px 0px 30px 15px;
}

div.job div.fulltext ul li {
	margin-bottom: 10px;
	line-height: 1,7em;
}

div.job div.fulltext p {
	margin: 0;
}

div.job div.button-right {
	margin-top: 5px;
}

input.jobs-herunterladen {
	background: #fff url('../images/button-herunterladen.gif') no-repeat 0 0;
	border: none;
	height: 18px;
	width: 104px;
	text-indent: -10000px;
	cursor: pointer;
	display: block;
}

input.jobs-herunterladen:hover {
	background-position: 0 -18px;
}

div.tt-news_download.detail {
	position: relative;
	left: 695px;
	width: 200px;
	top: -18px;
}

a.button-bewerben {
	background: transparent url('../images/button-bewerben.gif') no-repeat 0 -20px;
	text-indent: -10000px;
	display: block;
	width: 106px;
}

a.button-bewerben:hover{
	background-position: 0 0;
	cursor: pointer;
}

/********************************************
 * PLUGINS
 ********************************************/

/* ### DROPDOWNS NEWS-DOWNLOAD ### */
div.tt-news_download div.jDrop {
	margin: 0 5px 0 0;
	color: #878787;
	float: left;
	display: block;
	width: 76px;
	background: transparent url('../images/select-download-bg.gif') no-repeat 0 0;
}

div.tt-news_download div.jSel{
	padding:0px 0px;
	height:18px;
	float:left;
	color: #00c8ff;
}
div.tt-news_download div.jDrop:hover{
	background-position:0px -18px;
}

div.tt-news_download div.jSel.hover{
	color:#00c8ff;
	cursor: pointer;
}

div.tt-news_download span.jSelOp{
	float: left;
	padding: 0 7px;
	white-space: nowrap;
	left: 5px;
	font-weight: bold;
}

div.tt-news_download div.jDropBut{
	width:0px;
	height:0px;
	float:left;
}

div.tt-news_download div.jOpDrop{
	margin:0px!important;
	position:absolute;
	z-index:10;
	display:none;
	border:1px solid #d2e6f0;
	background: #fff;
	max-height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
}

div.tt-news_download div.jOp{
	padding: 0 0 0 7px;
	white-space: nowrap;
	font-weight: bold;
	color: #00c8ff;
}

div.tt-news_download .jDrop img{
	width:15px;
	height:15px;
	vertical-align:middle;
	margin:-2px 5px 0 0px;
	position:relative;
}

div.tt-news_download div.jOpDrop div.jOp.hover{
	background: #e8f2f7;
	color: #00c8ff;
	cursor: pointer;
}