/*
 * webdesign
 */

#middleContentBackground {
	float: left;
	width: 100%;
	background: #bdbfc4 url('../images/design/designBg.png') repeat-x;
}

#middleContentBackground #middleContentMain{
	width: 953px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 20px;
}

#middleContentBackground #middleContentMain h1 {
	float: left;
	padding-top: 5px;
}

#branchen {
	clear: both;
	padding-top: 20px;
	background: transparent url('../images/design/branchenBg.gif') repeat-x;
}

#branchen #head2{
	height: 228px;
	background: transparent url('../images/design/headBg.jpg') no-repeat right;
}

#branchen #head2 #titleText{
	padding: 20px 0 0 30px;
	width: 500px;
}

#branchen #head2 #titleText #subtitle{
	float: left;
	width: 520px;
	margin-top: 20px;
	color: #666;
}

#branchen #content2{
	padding: 0;
	margin-bottom: 20px;
	float: left;
}

#branchen #content2 .box{
	width: 207px;
	padding-left: 30px;
	float: left;
	border-right: 1px solid #e4e4e4;
	color: #666;
}

#branchen #content2 .box ul li{
	padding: 4px 0;	
}

.blue{
	font-weight: bold;
	color: #005d8d;
}

#branchen #content2 .last{
	border: none;
}

#subTitle2{
	float: left;
	clear: left;
	width: 550px;
	color: #616266;
	margin-top: 10px;
}

.contentbox {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 12px;
	background: #fff;
}

.contentbox .contentboxTop {
	height: 5px;
	background: transparent url('../images/design/designContentboxCorners.png') no-repeat;
	overflow: hidden;
}

.contentbox .flow{
	width: 100%;
	clear: both;
	background: #ccc;
}

.contentbox .contentboxBottom {
	clear: both;
	height: 5px;
	background: transparent url('../images/design/designContentboxCorners.png') 0 -5px no-repeat;
	overflow: hidden;
}

.contentbox .left {
	clear: left;
	float: left;
	width: 885px;
	padding: 23px 34px 0 34px;
}

.contentbox .left h2 {
	font-size: 15px;
	color: #005d8d;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding-bottom: 4px;
}

.contentbox .left .delimiter {
	clear: both;
	height: 1px;
	background-color: #ddd;
	margin: 39px 0;
	overflow: hidden;
}

.contentbox .left .overview {
	float: left;
	width: 279px;
	height: 120px;
	overflow-y: visible;
	display: inline;
	margin: 0 23px 28px 0;
}

* html .contentbox .left .overview{
	margin-bottom: 66px;
}

*+html .contentbox .left .overview{
	padding-bottom: 28px;
}

.contentbox .left .last {
	margin-right: 0;
}

* html .contentbox .left .overview{
	width: 268px;
}

.contentbox .left .overview .img{
	width: 67px;
	padding-top: 5px;
	height: 70px;
	text-align: center;
	float: left;
}

.contentbox .left .overview h3 {
	font-size: 12px;
	color: #333;
	margin-left: 10px;
	float: left;
}

.contentbox .left .overview span {
	font-size: 12px;
	color: #666;
	float: left;
	width: 202px;
	margin-left: 10px;
}

* html .contentbox .left .overview span {
	width: 168px;
}