@CHARSET "UTF-8";

/**
 *
	Farbschema:
	body-hg:					#fff;
	text-grau:					#747d88;
	Headlines und aktive Menüpunkte:	#112d70
	
	border-menu,
	border-h1					:#acb1b5;

 *
 */

* {
	margin: 0;
	padding: 0;
}

/* Scrollbar soll immer erscheinen */
html[xmlns] {
	height: 100%;
	padding-bottom: 0.005em;
}

body {
	text-decoration: none;
	text-align:center;
	color: #747d88;
	font: 10px tahoma, arial, sans-serif;
	line-height: 1.55em;
	background: #fff;
}

h1 {
}
#infoContainer h1,
#project-detail-container h1,
#news-detail-container h1,
#team-detail-container h1 {
	width:305px;
	height:21px;
	margin:15px 0 15px 0;
	padding-left:5px;
	font-size:10px;
	font-weight:bold;
	color:#112d70;
	border-bottom:1px solid #acb1b5;
	text-transform:uppercase;
}
#startseite h1 {
	position:absolute;
	right:0;
	width:305px;
	height:21px;
	margin:15px 0 15px 0;
	padding-left:5px;
	font-size:10px;
	font-weight:bold;
	color:#112d70;
	border-bottom:1px solid #acb1b5;
	text-transform:uppercase;
}
.csc-header-n1 h1, #project-detail-container h1, .tx-c1team-pi1 h1, .news-single-item h1 {
	margin-top:0!important;
}
.news-list-item h2 {
	width:305px;
	height:21px;
	margin:0 0 5px 0;
	padding-left:5px;
	font-size:10px;
	font-weight:bold;
	color:#747d88;
	border-bottom:1px dotted #acb1b5;
	text-transform:none;
}

p {
	margin-bottom:8px;
}
#infoContainer p {
	padding-left:5px;
}
a {
	outline:0;
	text-decoration: none;
	color:#747d88;
}
table, theader, th, tbody, tr, td {
	margin: 0;
	padding: 0;
	border:0;
	text-align:left;
}
hr {
	height:1px;
	border:solid #acb1b5;
	border-width:1px 0 0 0;
	margin-bottom:12px;
	!display:block;
	!margin: -7px 0;
}
ul {
	list-style:none;
}


/* general layout BEGIN*/
#stage {
	width: 945px;
	margin: 0 auto;
	text-align:left;
}
#headerArea {
	position:relative;
	width:945px;
  	height: 125px;
	background: #fff;
}
#logoContainer {
	position:absolute;
	width:436px;
	height:23px;
	top:50px;
	right:0;
}
#contentArea {
	float:left;
	width:945px;
	background:#fff;
}
#contentContainer {
	float:left;
	width:587px;
	overflow: hidden;
	background-color:#fff;
	padding-bottom:10px;
}
/* einspaltiger ContentContainer */
#oneColumnContentContainer {
	float:left;
	position:relative;
	width:945px;
	padding-bottom:10px;
}
#startseite #oneColumnContentContainer img {
	margin-top:53px;
	position:absolute;
	right:0;
}
#primNavContainer {
	position:absolute;
	left:0;
	top:0;
	width:587px;
	height:21px;
}

#primNavBox {
	width:587px;
	height:21px;
	margin-bottom:20px;
	border-bottom:1px solid #acb1b5;
	list-style:none;
}

#infoContainer {
	!float:left;
	position:relative;
	width:310px;
	padding-left:48px;
	overflow: hidden;
	background-color:#fff;
	padding-bottom:40px;
}


/************************************/
/* ---------- Navigation ---------- */
/************************************/
#primNavBox li {
  float:left;
  margin:0;
  padding:0;
  text-align:left;
}
#primNavBox a {
  float:left;
  display:block;
  height:21px;
  padding-left:14px;
  text-decoration:none;
  font-weight:normal;
  color:#acb1b5;
  text-transform:uppercase;
  font-size:10px;
}
#primNavBox a:hover, #primNavBox li a.active {
  font-weight:bold;
  color:#112d70;
  background:url(../images_layout/primNav_active.gif) no-repeat 0 3px;
}

#primNavBox .profil a{
  width:72px;
}
#primNavBox .projekte a{
  width:88px;
}
#primNavBox .aktuelles a{
  width:100px;
}
#primNavBox .team a{
  width:64px;
}
#primNavBox .auftraggeber a{
  width:112px;
}
#primNavBox .kontakt a{
  width:67px;
}


/************************************/
/* ------------- Footerlinks ------------- */
/************************************/
.linkMap {
	position:absolute;
	left:53px;
	margin-top:10px;
	padding:14px 0 0 30px;
	background:url(../images_layout/btnKartenansicht.gif) no-repeat left 5px;
	text-transform:uppercase;
}

.linkKontakt {
	position:absolute;
	left:208px;
	margin-top:10px;
	padding:14px 0 0 30px;
	background:url(../images_layout/btnKontakt.gif) no-repeat left 5px;
	text-transform:uppercase;
}
.linkBack {
	position:absolute;
	left:48px;
	color:#747d88;
	text-decoration:underline;
	text-transform:uppercase;
	padding-left:20px;
	background:url(../images_layout/backLink.gif) no-repeat 0 4px;
}
.linkNext {
	position:absolute;
	right:0;
	color:#747d88;
	text-decoration:underline;
	text-transform:uppercase;
	padding-right:20px;
	background:url(../images_layout/nextLink.gif) no-repeat right 4px;
}



/************************************/
/* ---------- Kontaktformular ---------- */
/************************************/
.tx-thmailformplus-pi1 {
	float:left;
	width:310px;
}
.tx-thmailformplus-pi1 form {
	float:left;
	width:310px;
	margin-bottom:50px;
	padding:10px 5px 15px 5px;
	border: solid #acb1b5;
	border-width: 1px 0;
}
#kontaktform {
}
#kontaktform label, #submittedValues label {
	clear:both;
	float:left;
	display:block;
	width:145px;
	padding-top:5px;
}
#kontaktform input, #kontaktform select, #kontaktform textarea {
	float:left;
	font: 10px tahoma, arial, sans-serif;
	border:1px solid #acb1b5;
	margin-top:5px;
}
#kontaktform input, #kontaktform textarea {
	width:153px;
	padding:4px 0;
}
#kontaktform .ui-wrapper {
	float:left!important;
	margin-top:5px!important;
}

#kontaktform select{
	width:155px;
}
#kontaktform select option{
	padding:3px 5px;
}

#kontaktform .btnSubmit {
	width:78px;
	margin:5px 0 0 145px;
	padding:0 20px 0 0;
	!margin-top:8px;
	background:#fff url(../images_layout/nextLink.gif) no-repeat right 4px;
	color:#747d88;
	border:0;
	text-align:left;
	cursor:pointer;
	text-decoration:underline;
}
#kontaktform .errorMessage {
	clear:both;
	float:left;
	width:150px;
	padding-left:145px;
	padding-bottom:10px;
	color:red;
}
.testBox {
	position:relative;
	width:305px;
	padding:5px 0 5px 5px;
	margin-bottom:15px;
}
#kontakt .linkImpressum {
	position:absolute;
	right:5px;
	left:auto;
	padding:14px 30px 0 0;
	background:url(../images_layout/btnImpressum.gif) no-repeat right 4px;
	text-transform:uppercase;
}

#kontakt .linkMap {
	float:left;
	position:absolute;
	right:5px;
	top:69px;
	left:auto;
	margin:0;
	padding:14px 30px 0 0 !important;
	background:url(../images_layout/btnKartenansicht.gif) no-repeat right 4px;
	text-transform:uppercase;
}
#kontakt .linkKontakt {
	float:left;
	position:absolute;
	right:5px;
	left:auto;
	margin:0;
	padding:14px 30px 0 0!important;
	background:url(../images_layout/btnKontakt.gif) no-repeat right 4px;
	text-transform:uppercase;
}

#submittedValues  {
	float:left;
	width:310px;
	padding:10px 5px 15px 5px;
	border-top: 1px solid #acb1b5;
}
#submittedValues label {
	clear:both;
	padding: 0 0 10px 0;
}
.tx-thmailformplus-pi1 #submittedValues span {
	width:155px;
	float:left;
	padding:0 0 10px 0;
}
.tx-thmailformplus-pi1 #backLinkBox{
	clear:both;
	width:310px;
	padding-top:10px;
	border-top:1px solid #acb1b5;
}
.tx-thmailformplus-pi1 #backLinkBox a{
	color:#747d88;
	text-decoration:underline;
	text-transform:uppercase;
	padding-left:20px;
	background:url(../images_layout/backLink.gif) no-repeat 0 4px;
}




/************************************/
/* ---------- Projekte ---------- */
/************************************/
.tx-c1projects-pi1 {
	float:left;
}
* html .tx-c1projects-pi1 {
	position:absolute;
}

.tx-c1projects-pi1 #showhere {
	position:relative;
	top:21px;
	float:left;
	height:auto;
	margin-right:48px;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:10px;
	width:587px;
	text-align:right;
}
#map{
	position:relative;
	top:21px;
	float:left;
	height:auto;
	margin-left:87px;
	margin-right:48px;
	overflow:hidden;
	margin-top:20px;
	padding-bottom:10px;
	width:500px;
	height:335px;
	text-align:right;
}

#project-detail-container {
	float:left;
	width:310px;
	padding-bottom:30px;
}
* html #project-detail-container {
	width:313px;
	margin-right:-3px;
}
#project-detail-container h1 {
	position:relative;
}
#project-detail-container h1 .right {
	position:absolute;
	right:5px;
}
.project-detail-item {
	float:left;
	padding:5px 0 5px 5px;
}
#project-detail-container .halfSize {
	width:150px;
}
#project-detail-container .fullSize {
	clear:both;
	width:305px;
}
#project-detail-container #showherelink {
	clear:both;
	float:left;
	width:305px;
	margin-left:-4px;
}
* html #project-detail-container #showherelink {
	margin-left:-2px;
}
#project-detail-container #showherelink a{
	padding:0 4px;
	color:#747d88;
	text-decoration:underline;
}
#project-detail-container #showherelink a.link_act{
	text-decoration:none;
}

#project-detail-linkBox {
	width:310px;
}
#project-detail-PrevLink{
	clear:both;
	float:left;
	width:155px;
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #acb1b5;
}
#project-detail-PrevLink a{
	color:#747d88;
	text-decoration:underline;
	text-transform:uppercase;
	padding-left:20px;
	background:url(../images_layout/backLink.gif) no-repeat 0 4px;
}
#project-detail-NextLink{
	float:left;
	width:155px;
	margin-top:15px;
	padding-top:10px;
	text-align:right;
	border-top:1px solid #acb1b5;
}
#project-detail-NextLink a{
	color:#747d88;
	text-decoration:underline;
	text-transform:uppercase;
	padding-right:20px;
	background:url(../images_layout/nextLink.gif) no-repeat right 4px;
}

.project-detail-item p, .project-detail-text p, #showherelink p {
	margin:0;
	font-weight:bold;
}

.project-detail-btn {
	position:relative;
	float:left;
	padding:25px 0 5px 5px;
}
.project-detail-btn img {
	margin-bottom:-2px;
	margin-right:5px;
}
.project-detail-btn .galleryLink {
	color:#747d88;
	text-transform:uppercase;
}
.project-detail-btn .mapLink {
	position:absolute;
	left:160px;
	color:#747d88;
	text-transform:uppercase;
}





.tx-c1projects-pi2 {
}

.tx-c1projects-pi2 .tooltip {
display:none;
}

.tx-c1projects-pi2 h1 {
	position:relative;
	padding-top:15px;
}
.tx-c1projects-pi2 .name {
	position:absolute;
	left:70px;
	top:15px;
}
.tx-c1projects-pi2 ul{
	position:relative;
	padding-left:7px;
}
.tx-c1projects-pi2 ul li{
	padding:2px 0 1px 0;
}
.tx-c1projects-pi2 ul li a{
	position:absolute;
	left:70px;
	color:#747d88;
}
.tx-c1projects-pi2 .browseBoxWrap {
	border-top:1px solid #acb1b5;
	margin-top:10px;
	padding:10px 0 10px 5px;
}
.tx-c1projects-pi2 .showResultsWrap {
	display:none;
}
.tx-c1projects-pi2 .browseLinksWrap {
	position:relative;
}
.tx-c1projects-pi2 .browseLinksWrap a {
	color:#747d88;
	text-transform:uppercase;
	
}
.browseLinksWrap span.previousProjects {
	padding-left:20px;
	background:url(../images_layout/backLink.gif) no-repeat 0 4px;
	text-decoration:underline;
}
.browseLinksWrap span.nextProjects {
	position:absolute;
	right:0;
	padding-right:20px;
	background:url(../images_layout/nextLink.gif) no-repeat right 4px;
	text-decoration:underline;
	cursor:pointer;
}


/************************************/
/* ---------------- Team ---------------- */
/************************************/

.tx-c1team-pi1 {
	float:left;
}
* html #oneColumnContentContainer .tx-c1team-pi1 {
	position:absolute;
}

.tx-c1team-pi1 #showhere {
	position:relative;
	top:21px;
	float:left;
	height:auto;
	margin-right:48px;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:10px;
	width:587px;
	text-align:right;
}
.tx-c1team-pi1 #showhere img {
	float:right;
	margin:0;
}
/*
.tx-c1team-pi1 img {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
*/
#team-list-container {
	float:left;
	margin-top:7px;
	padding:10px 0 20px 0;
	border:solid #acb1b5;
	border-width:1px 0;
}

#team-detail-container {
	float:left;
	width:310px;
	padding-bottom:30px;
}
* html #team-detail-container {
	width:313px;
	margin-right:-3px;
}
.team-list-item {
	float:left;
	width:150px;
	padding:3px 0 0 5px;
}
.tx-c1team-pi1 table {
	width:310px;
	margin-top:15px;
}
.tx-c1team-pi1 td {
	width:10%;
	vertical-align:top;
	padding-bottom:10px;
}

.tx-c1team-pi1 #backLinkBox{
	clear:both;
	float:left;
	width:155px;
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #acb1b5;
}
.tx-c1team-pi1 #backLinkBox a{
	color:#747d88;
	text-decoration:underline;
	text-transform:uppercase;
	padding-left:20px;
	background:url(../images_layout/backLink.gif) no-repeat 0 4px;
}
.tx-c1team-pi1 #nextLinkBox{
	float:left;
	width:155px;
	margin-top:15px;
	padding-top:10px;
	text-align:right;
	border-top:1px solid #acb1b5;
}
.tx-c1team-pi1 #nextLinkBox a{
	color:#747d88;
	text-decoration:underline;
	text-transform:uppercase;
	padding-right:20px;
	background:url(../images_layout/nextLink.gif) no-repeat right 4px;
}


/************************************/
/* ------------ Auftraggeber ----------- */
/************************************/
.tx-c1customers-pi1 h1 {
	position:relative;
}
.tx-c1customers-pi1 h1 .industry {
	left:190px;
	position:absolute;
}
.customer-list-name {
	clear:both;
	float:left;
	width:300px;
	padding:0 5px 3px 5px;
	line-height: 1.35em;
}
.customer-list-industry {
	float:left;
	width:120px;
	padding:0 0 3px 5px;
	line-height: 1.35em;
}


/************************************/
/* ---------------- News ---------------- */
/************************************/
.news-list-container {
	padding-bottom:15px;
}
.news-list-item {
	height:auto !important;
	padding-top:3px;
}
.news-list-date {
	float:right;
	padding-right:5px;
	font-weight:normal;
	text-align:right;
}
.news-list-text {
	margin-bottom:20px;
	padding-left:5px;
}
.news-list-container p {
	display:inline;
	margin:0!important;
	padding:0!important;
}
.news-list-text a {
	display:inline;
	padding-left:5px;
	text-decoration:underline;
}
.news-list-morelink {
	display:inline;
	margin-left:3px;
}
.news-list-container .news-list-browse {
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #acb1b5;
}
.tx-ttnews-browsebox {
	position:relative;
	text-align:left;
}
.browseBoxWrap {
	position:relative;
}

.tx-ttnews-browsebox, .browseBoxWrap {
	padding:0 5px;
}
.tx-ttnews-browsebox a {
	_text-decoration:underline;
}
.news-list-container span.previousNews {
	margin-right:10px;
	padding-left:20px;
	background:url(../images_layout/backLink.gif) no-repeat 0 4px;
	text-decoration:underline;
	text-transform:uppercase;
}
.news-list-container span.nextNews {
	position:absolute;
	right:0;
	padding-right:20px;
	background:url(../images_layout/nextLink.gif) no-repeat right 4px;
	text-decoration:underline;
	text-transform:uppercase;
	cursor:pointer;
}

/* News Detail */

.news-single-item {
	float:left;
}
* html .news-single-item {
	position:absolute;
}
.news-single-item #showhere {
	position:relative;
	top:21px;
	float:left;
	height:auto;
	margin-right:48px;
	overflow:hidden;
	padding-top:20px;
	padding-bottom:10px;
	width:587px;
	text-align:right;
}
#news-detail-container {
	float:left;
	width:310px;
	padding-bottom:30px;
}
* html #news-detail-container {
	width:313px;
	margin-right:-3px;
}
#news-detail-container h1 {
	position:relative;
}
#news-detail-container p {
	padding-left:5px;
}
.news-single-item h1 .news-single-timedata {
	position:absolute;
	right:5px;
}
.news-single-item p {
	padding-right:5px;
}
.news-single-img {
float:right;
}
.news-single-imgcaption {
clear:both;
padding:3px;
}
.news-single-backlink {
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #acb1b5;
}
.news-single-backlink a {
	padding-left:20px;
	background:url(../images_layout/backLink.gif) no-repeat 0 4px;
	text-decoration:underline;
	text-transform:uppercase;
}

.activeLinkWrap, .inactiveLinkWrap {
	padding-right:5px;
}
.activeLinkWrap {
	font-weight:bold;
}

/* googlemaps BEGIN */
.tx_lumogooglemaps_pi1_infobox img {float:left;margin:5px 10px 5px 0;}
.tx_lumogooglemaps_pi1_infobox h1 {
	margin:15px 0 15px 0;
	font-size:10px;
	font-weight:bold;
	color:#112d70;
}
#gmapDirHead, #gmapDirItemTo , #gmapDirHeadTo{display:block;clear:both;}
.tx-lumogooglemaps-pi1 input {
	float:left;
	font: 10px tahoma, arial, sans-serif;
	border:1px solid #acb1b5;
	margin-top:5px;
}
#gmapDirHeadTo {
	margin-top:20px;
	margin-bottom:10px;
}
.tx-lumogooglemaps-pi1 input {
	width:178px;
	padding:4px 0;
}
#gmapDirButtonTo {
	width:178px;
	padding:0 20px 0 0;
	!margin-top:8px;
	background:#fff url(../images_layout/nextLink.gif) no-repeat right 4px;
	color:#747d88;
	border:0;
	text-align:left;
	cursor:pointer;
	text-decoration:underline !important;
	text-transform:uppercase;	
}
/* googlemaps END */


/* slideshow BEGIN */
.tx-slideshow-pi1 {
	margin-top:45px;
}















