/* reset */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;
}
:focus{outline:0;}
body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}



/* custom */
.cf:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.cf{*display:inline-block;}

html,body{height:100%}
table{width:100%;height:100%;min-height:100%}
body{color:#5e5e4f;background-color:#0c0c0c;font-family:Helvetica,Arial,sans-serif;font-size:12px;font-weight:bold}

#header-wrap{height:92px}
#content-wrap{vertical-align:middle}
#footer-wrap{height:60px}
#header{height:92px;overflow:hidden;font-weight:bold}
#content{height:424px;overflow:hidden;}
#footer{height:60px;overflow:hidden;font-weight:bold}

#menu{text-transform:uppercase;font-size:10px;line-height:16px;margin:21px 0 0 24px;width:312px;float:left;overflow:hidden;position:relative}
#menu ul{list-style-type:none;margin:0;padding:0;width:112px}
#menu ul li a, P.bodytext A,#logo-contact A{color:#5e5e4f;text-decoration:none}
#menu ul li ul li a{color:#5e5e4f!important;}
#menu ul li.act a, #menu ul li a:hover, P.bodytext A:hover,#logo-contact A:hover{color:#aeaea7}
#menu ul li ul li.act a{color:#aeaea7!important}
#menu ul li ul li a:hover{color:#aeaea7!important}
#menu ul li ul{position:absolute;top:0;left:120px;width:192px}
#logo-contact{text-transform:uppercase;font-size:10px;line-height:16px;margin:20px 0 0 8px;width:312px;float:left;overflow:hidden}
#logo-contact h1{margin:0 0 5px 0}

#page-count{margin:12px 0 0 24px;width:112px;float:left;font-weight:bold;font-size:10px;text-transform:uppercase}
#page-arrows{margin:12px 0 0 208px;width:64px;float:left}
#page-arrows div{float:left}
#arrow-right{margin:0 0 0 16px}

.project-view-home{margin:12px 0 12px 24px;font-weight:bold;font-size:10px;text-transform:uppercase}
.project-view-home img{margin: 0 0 5px 0}
.project-desc{line-height:16px}
.project-desc h2{color:#aeaea7}



/* SB */
#container{width:100%;overflow:hidden;height:100%;}

#content-wrap{padding:0 0 0 24px;}
#content {font-size:12px;line-height:16px;color:#aeaea7!important}

.csc-header {padding:6px 0 16px 0;}
.csc-header H2,.csc-header P{font-weight:bold;text-transform:uppercase;font-size:10px;line-height:16px;}
.csc-header P{color:#5e5e4f;}


/* CONTENT */
#scrolljail{width:2352px;float:left;overflow:hidden;}
#content{color:#fff;width:5000px;overflow:hidden;}
.column{overflow:hidden;float:left;width:952px;padding:0 8px 0 0;}

/* PROJECT OVERVIEW*/
.project-overview{padding-bottom:2px;}

/* PROJECT DETAIL */
.project-left{float:left; width:320px;}
.project-right{float:left;}

/* LAYOUTS */
.profil-left{
	float:left;
	width:312px;
	padding:0 8px 0 0;
}
.profil-left H2{
	margin-top:-2px;
	margin-bottom:0px;
}
.profil-right{
	float:left;
	width:632px;
	overflow:hidden;
	padding:0;
}
	.profil-big{
		font-size:18px;
		line-height:24px;
		color:#5e5e4f;
		width:632px;
		padding-bottom:14px;
	}
	.profil-right-left{
		float:left;
		width:312px;
		padding:0 8px 0 0;
	}
	.profil-right-right{
		float:left;
		width:312px;
		padding:0 0 0 0;
	}

/* TEAM */
.team-left{
		float:left;
		width:312px;
		padding:0 8px 0 0;
}
.team-center{
		float:left;
		width:312px;
		padding:0 8px 0 0;
}
.team-right{
		float:left;
		width:312px;
}

/* KONTAKT */
.kontakt-left{
	float:left;
	width:312px;
	padding:0 8px 0 0;
}

.kontakt-left .csc-header{padding-top:0;margin-top:0px;}
.kontakt-left .csc-header H2{margin:0px;padding:0px;line-height:16px;}
.kontakt-left P{line-height:16px;}
.kontakt-left .csc-header H2.csc-firstHeader{margin-top:-2px;}

.kontakt-left P{line-height:16px !important;}

.kontakt-right{
	float:left;
	width:632px;
	overflow:hidden;
	padding:0 0 0 0;
}
.kontakt-left P.bodytext{
	padding-bottom:18px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	line-height:16px;
	color:#5e5e4f !important;
}

P{
	padding-right:8px !important;
}

#prev,#next{
	width:24px;
	height:24px;
	float:left;
}
#prev{
	background-image:url(/fileadmin/templates/img/left-arrow-normal.gif);
}
#prev:hover{
	background-image:url(/fileadmin/templates/img/left-arrow-highlight.gif);
}
#next{
	background-image:url(/fileadmin/templates/img/right-arrow-normal.gif);
}
#next:hover{
	background-image:url(/fileadmin/templates/img/right-arrow-highlight.gif);
}


#prev IMG,#next IMG{display:none;}

#prev.noclick{
	cursor:default;
	background-image:url(/fileadmin/templates/img/left-arrow-inactive.gif);
}
#next.noclick{
	cursor:default;
	background-image:url(/fileadmin/templates/img/right-arrow-inactive.gif);
}
