.blockTopGroup {

}
.blockTopGroup .title {
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:21pt;
	line-height:33px;
	font-weight:400;
	background-color:#e7e7e7;
	padding:30px 30px 40px 30px;
}

a.jobs .blockTopGroup .title {
	color:#555;
	}
a.jobs .blockTopGroup .zoom {
	overflow:hidden;
	}
a.jobs .blockTopGroup .zoom img {
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}
a.jobs .blockTopGroup:hover .zoom img {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}



.blockTopGroup .imgpadding {
	margin:5px 0;
	}

.blockTopGroup .textpadding {
	padding:20px;
	}


.btnTopGroup {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15pt;
	font-weight:400;
	line-height:25px;
	background-color:#d1d1d1;
	background-image:url('/_webpics/pluszeichen.png');
	background-repeat:no-repeat;
	background-position:15px center;
	min-height:26px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:40px;
	color:#000;
	cursor:pointer;
	margin-bottom:5px;
}
.btnTopGroup.akt {
	background-image:url('/_webpics/minuszeichen.png');
}

.btnTopGroup.bright {
	background-color:#e7e7e7;
}

.showBlockButton {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:17pt;
	font-weight:400;
	line-height:28px;
	padding:10px 20px 10px 60px;
	background-color:#d1d1d1;
	color:#323232;
	background-image:url('/_webpics/pluszeichen.png');
	background-repeat:no-repeat;
	background-position:20px 20px;
	cursor:pointer;
	margin-bottom:30px;
}
.showBlockButton smal {
	line-height:28px;
	padding:0 20px;
	font-size:14pt;
}
.showBlockButton.akt {
	background-image:url('/_webpics/minuszeichen.png');
}
.showBlock {
	display:none;
	margin-bottom:30px;
}

.docLinks a {
	display:block;
	padding:2px 15px;
}
.docLinks a:nth-child(odd) {
	background-color:#e4e4e4;
}
.inBlock {
	display:none;
}

.btnDocGroup {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12pt;
	font-weight:400;
	line-height:20px;
	background-color:#e4e4e4;
	background-image:url('/_webpics/pluszeichen.png');
	background-repeat:no-repeat;
	background-position:15px center;
	min-height:13px;
	padding-left:40px;
	padding-top:8px;
	padding-bottom:8px;
	color:#000;
	cursor:pointer;
	margin-bottom:2px;
}
.btnDocGroup.akt {
	background-image:url('/_webpics/minuszeichen.png');
}

.btnDocGroup.e2 {
	background-color:#e9e9e9;
	background-size:10px;
	background-position:40px center;
	padding-left:60px;
}

.btnDocGroup.e3 {
	background-color:#efefef;
	background-size:10px;
	background-position:60px center;
	padding-left:80px;
}
.btnDocGroup.e4 {
	background-size:10px;
	background-position:80px center;
	padding-left:100px;
}

.inRightPad {
	padding-right:15px;
}
.inLeftPad {
	padding-left:15px;
}

.blockDocs {

}

.docLink {
	display:block;
	border-bottom:1px solid #0082c8;
	line-height:35px;
}

.docLink.e3 {
	padding-left:60px;
}
.docLink.e4 {
	padding-left:80px;
}

.docType {
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
	width:55px;
	padding-left:15px;
}
.docText {
	font-family: 'Roboto Condensed', sans-serif;
	float:left;
}
