.middleContainer {
	width: 960px;
	height: 246px;
	position: relative;
	margin-bottom: 10px;
}
.middleContainer .mainImages {
	width: 960px;
	height: 246px;
	position: absolute;
	z-index: 1;
}
.middleContainer .mainImages .mainImage {
	width: 960px;
	height: 246px;
	background-position: 9px 0;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
}
.middleContainer .content {
	position: absolute;
	z-index: 8;
	color: #FFF;
	width: 400px;
	padding: 150px 50px 0px 518px;
}
.middleContainer .karriereDirectLink {
	position: absolute;
	top: 8px;
	left: 762px;
	z-index: 10;
	width: 210px;
	height: 125px;
}
.middleContainer .slogan {
	position: absolute;
	z-index: 5;
	width: 436px;
	height: 113px;
	margin-left: 487px;
	top: 86px;
	background: url(../img/content/home/slogan.png) no-repeat 0 0;
}
.middleContainer .karriereDirectLink a {
	width: 210px;
	height: 125px;
	display: block;
	background: url(../img/content/home/recruiting.png) no-repeat 0 0;
}

div.newsBoxContainer {
    float: left;
    width: 467px;
    height: 293px;
    margin-left: 9px;
    margin-bottom: 10px;
    background: url(../img/bg/bgHomeNewsBox.png) no-repeat 0 0;
}
div.newsBoxContainer div.content {
    padding: 20px;  
}

div.newsBoxContainer div.content div.newsElement {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted black;
}
div.newsBoxContainer div.content div.newsElement.last {
   border-bottom: none;
}
div.newsBoxContainer div.content div.newsElement h3.headline {
    font-weight: bold;
}
div.newsBoxContainer div.content div.newsElement h3.headline a {
 color: #424242; 
}
div.newsBoxContainer div.content div.newsElement div.text {
    color: #787878;
}
div.newsBoxContainer div.content div.newsElement div.text a {
    color: #787878;
    font-weight: bold;
}


div.fourBoxContainer {
	width: 475px;
	float: left;
}
div.fourBoxContainer div.oneBox {
	background: url(../img/bg/bgHomeBox230.png);
	background-repeat:no-repeat;
	width: 230px;
	float:left;
	margin-left: 7px;
	margin-bottom: 7px;
}
div.fourBoxContainer div.oneBox.marginLeft {
	margin-left: 9px;
}
div.fourBoxContainer div.oneBox div.text {
	height: 39px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	padding: 8px 5px 0px 10px;
}
div.fourBoxContainer div.picBox {
	width: 230px;
	float:left;
}

div.stellenangebote {
  width: 942px;
  height: 39px;
  background-image: url(../img/content/home/bg/stellenangebote.png);
  background-repeat: no-repeat;
  margin-left: 9px;
  margin-bottom: 10px;
}
div.stellenangebote h2.title {
  color: white;
  font-size: 16px;
  font-weight: bold;
  float: left;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 10px;
}
div.stellenangebote div.list {
  float: left;
  width: 550px;
}
div.stellenangebote div.list div.element {
  color: white;
  padding-top: 12px;
}
div.stellenangebote div.list div.element a {
  color: white;
}
