h3 {
    font-family: "Istok Web",sans-serif;
font-size: 12px;
color: #ffffff;
font-weight: normal;
height: 20px;
padding-top: 7px;
margin-bottom: 0px;
text-transform: uppercase;
padding-left: 10px;
background-color: #a1b6cf;
}


.csc-textpic-left .csc-textpic-text {
clear: left;
padding-top: 1px;
}

.csc-textpic-imagewrap
{
height:150px;
}


.table_content {
vertical-align:top;
margin-left: 24px;
margin-right: auto;
vertical-align:middle;
} 



.left {
width: 280px;
padding-right: 16px;
padding-bottom:0px;
vertical-align:top;
}

.middle {
width: 280px;
padding-right: 16px;
padding-bottom:0px;
vertical-align:top;

}

.right{
width: 280px;
padding-bottom:0px;
vertical-align:top;
}

.top{
width:880px;
}
.td_startseite p {
margin-top: 0px;
margin-bottom: 0px;
}

.contenttable {
border-collapse: collapse;
margin-top: 7px;
width="880px";
###text-align: center;
}

.contenttable2 {
    border-collapse: collapse;
    margin-top: -48px;
}

.contenttable img {
vertical-align: middle;

}

#c1010 {
margin-top: -37px;
}
#c1017 {
margin-bottom: -37px;
}
#c1056 {
text-align: right;
}

/* produkte */
.one-fourth {
	width: 280px;
	height: 150px;
}




.ac-head {
	position: relative;
	display: block;
	cursor: pointer;
	color: #555555;
}

	.ac-head h1, .ac-head h2, .ac-head h3 {
		margin: 5px 0 20px;
		padding: 0;
		text-decoration:none;
	}

	.ac-head:hover {
		background: #f6f6f6;
		text-decoration:none;
	}

		.ac-head:hover:after {
			content: '';
			text-decoration:none;
			position: absolute;
			width: 16px;
			height: 16px;
			right: 10px;
			top: 10px;
			background: transparent url("/CMS/images/small-arrow-icons.png") no-repeat -0px -16px;
		}

	.ac-head.active:after {
		background: transparent url("/CMS/images/small-arrow-icons.png") no-repeat 0px 0px;
	}

.ac-body {
	margin-top: 0;
	padding: 10px;
	overflow: hidden;
	background: #f6f6f6;
}

	.ac-body p:first-child {
		margin-top: 10px;
	}
/*Accordion button*/
.ac-button {
	padding: 0 10px 10px;
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

	.ac-button h1 {
		margin: 5px 0 5px 16px;
		padding: 0;
	}

	.ac-button:hover {
		color: #00aeef;
			text-decoration:none;
	}

	.ac-button:before {
		content: '';
		position: absolute;
		width: 16px;
		height: 16px;
		left: 0px;
		top: 0px;view
		background: url("/CMS/images/small-arrow-icons.png") no-repeat -16px -16px;
	}

	.ac-button.active:before {
		background: url("/CMS/images/small-arrow-icons.png") no-repeat -16px 0px;
	}

.ac-button-body {
	margin: -1px 0 0 16px;
	overflow: hidden;
}

	.ac-button-body p {
		padding: 10px;
	}

	.ac-button-body ul {
		margin-left: 10px;
	}
/*Portfolio*/

.portfolio-tier1 .ac-head { padding: 0px; ;}

.view {
	height: 150px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

	.view .mask, .view .content {
		height: 150px;
		width: 100%;
		position: absolute;
		overflow: hidden;
		top: 0;
		left: 0;
	}

	.view img {
		display: block;
		position: relative;
	}

.view h7 {
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
    position: absolute;
    color: #5e7b9e;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 22px;
    padding-right: 8px;
    margin-top: 0px 10px;
    background: #ffffff none repeat scroll 0% 0%;
    z-index: 10;
    opacity: 0.8;
    bottom: 7px;
    width: 170px;
 ###   text-align: center;###
}

.view h7 img {
        position: absolute;
        left: 0px;
        top: 0px;
        padding-top: 6px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px 0px;
 }   

.view h4 {
        font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: #5e7b9e;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 8px 0;
	text-decoration:none;
	width: 280px;
	height: 30px;
	}

.view p {		
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	color: #555555;
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	margin-top:0px;
	font-weight: normal;
	}

.view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
		background-color: #f6f6f6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.view-first h4 {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.view-first:hover h4, .view-first:hover p {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.1s;
}
.view-first p {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.view-first:hover img {
	-webkit-transform: scale(1.6, 1.6);
	-moz-transform: scale(1.6, 1.6);
	-o-transform: scale(1.6, 1.6);
	-ms-transform: scale(1.6, 1.6);
	transform: scale(1.6, 1.6);
}

.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.view-first:hover h7 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.view-first:hover h4, .view-first:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}