﻿@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	text-align:left;
}
a {
	outline:0;
	font-weight:bold;
	text-decoration: none;
	color:#1c4b8f;
	
}
img {
	border:0;
}
p {
	margin-bottom:18px;
}
p.align-right {
	text-align:right;
}
h1 {
	font-size:24px;
	font-weight:normal;
	color:#1c4b8f;
	margin:20px 0 10px 0;
}
h2 {
	margin-bottom:10px;
	padding:1px 0 1px 8px;
	font-size:13px;
	font-weight:bold;
	background:#e8edf4;
	color:#1c4b8f;
	text-transform:uppercase;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#315E9B;
}
h4 {
	font-size:11px;
	font-weight:bold;
	color:#1c4b8f;
}

.lastitem {
	margin-right:0!important;
}
#contentContainer ol,
#contentContainer ul {
	margin-left:15px;
	margin-bottom:5px;
}
#contentContainer ul {
	list-style-type:square;
}


/* general layout BEGIN*/
#stage {
	width:700px;
	margin:0 auto;
	padding:0 5px;
	text-align:left;
	background:#fff;
}
#headerArea {
	position:relative;
	width:700px;
	height:191px;
	padding:0;
}
#headerImageContainer {
	width:700px;
	height:146px;
	overflow:hidden;
}
#navigationContainer {
	/*position:relative;*/
	width:700px;
	height:45px;
	background:#e8edf4;
	overflow:hidden;
}
#contentArea {
	width:700px;
	padding-top:5px;
	overflow:visible;
}
#secNavContainer {
	display:none;
}
#contentContainer {
	float:left;
	width:540px;
	padding-right:16px;
	/*overflow:hidden;*/
}
/* Startseite einspaltig */
#oneColumncontentContainer {
	float:left;
	width:700px;
	overflow:visible;
}
#footerArea {
	display:none
}


/*******************************/
/********** Navigation **********/
/*******************************/
.terNav {
	display:none;
}



/******************************************/
/********** Image Gallery Startseite **********/
/******************************************/
#galleryh {
	display:none;
}



/******************************************/
/********** Page Teaser Startseite **********/
/******************************************/
.tx-jppageteaser-pi1 {
	width:698px;
}
.tx-jppageteaser-pi1 h2 {
	width:688px;
}
.tx-jppageteaser-pi1-list-entry {
	width:339px;
}

/******************************************/
/********** Project Teaser Startseite **********/
/******************************************/
.tx_feuserstat_teaserlist-container {
	width:698px;
}
.tx_feuserstat_teaserlist-container h2 {
	width:688px;
}
.tx_feuserstat_teaserlist-item {
	width:319px;
}


/*******************************/
/********** Project List **********/
/*******************************/
.tx_feuserstat_list-item {
	float:left;
	width:540px;
	padding:0 0 40px 0;
	overflow:visible;
}
.tx_feuserstat_list-image {
	float:left;
	width:155px;
	margin-right:20px;
	border:4px solid #e8edf4;
}
.tx_feuserstat_list-image img{
	width:155px;
	
}
.tx_feuserstat_list-text {
	float:left;
	width:357px;
	overflow:hidden;
}
.tx_feuserstat_list-text label {
	clear:both;
	float:left;
	display:block;
	width:100px;
	font-weight:bold;
}
.tx_feuserstat_list-text span {
	float:left;
	width:250px;
}

.tx_feuserstat_list-more {
	float:left;
	clear:both;
	white-space:nowrap;
}

/* Project Subheader mit Pagebrowser*/
.tx_feuserstat_subheader {
	clear:both;
	float:left;
	width:533px;
	height:20px;
	margin-bottom:10px;
	background:#e8edf4;
}
#augprien-page-3 .tx_feuserstat_subheader {
	width:698px;
	height:25px;
}
.tx_feuserstat_subheader h2{
	float:left;
	width:360px;
}
#augprien-page-3 .tx_feuserstat_subheader h2{
	width:498px;
}
.tx_feuserstat_subheader table{
	float:right;
	margin-top:-1px;
	margin-right:5px;
}
.tx_feuserstat_subheader table a{
	text-decoration:underline;
}


/**********************************/
/********** Project Details **********/
/**********************************/
.project-detail-pagebrowser .back {
	display:none;
}
.project-detail-pagebrowser .next {
	display:none;
}



/*******************************/
/********** Project DB **********/
/*******************************/
.project-db label {
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
	color:#1c4b8f;
}
.project-db select {
	font: 11px tahoma,arial,verdana,sans-serif;
	color:#797979;
}
.project-db option {
	padding:2px 0 3px 5px;
}
.project-db-sword {
	float:left;
	width:540px;
}
.project-db-sword input {
	padding:2px 0 2px 5px;
	font: 11px tahoma,arial,verdana,sans-serif;
	color:#1c4b8f;
}
.project-db-division {
	clear:both;
	float:left;
	margin:15px 25px 20px 0;
}
.project-db-division select {
	width:210px;
}
.project-db-location {
	float:left;
	margin:15px 25px 20px 0;
}
.project-db-location select {
	width:150px;
}
.project-db-period {
	float:left;
	margin:15px 0 20px 0;
}
.project-db-period select {
	width:125px;
}
#project-db-submit {
	clear:both;
	float:left;
	width:90px;
	height:23px;
	padding:0 0 2px 0;
	!padding:0 0 0 0;
	border:0;
	font: 12px tahoma,arial,verdana,sans-serif;
	font-weight:bold;
	background: url(../images_layout/submitRow-input_bg.jpg) no-repeat;
	color:#1c4b8f;
	cursor:pointer;
}


/****************************/
/********** Historie **********/
/****************************/
.historie-timetable-content-item {
	margin-bottom:20px;
	display:block;
}




/*************************************/
/********** Geschäftsbereiche **********/
/*************************************/
.division-item {
	float:left;
	width:124px;
	height:160px;
	margin:0 14px 0 0;
	overflow:visible;
	text-align:center;
}
.division-item img{
	width:116px;
	height:98px;
	margin-bottom:2px;
	border:4px solid #e8edf4;
}

.division-single-image {
	float:left;
	border:4px solid #e8edf4;
	margin-right:20px;
}
.division-single-description {
 /**/
}
.division-single-link {
	clear:both;
	padding-top:10px;
}


/******************************/
/********** Standorte **********/
/*****************************/
 /* Standorte Liste */
.standorte-liste-item {
	float:left;
	clear:both;
	width:540px;
}
.standorte-liste-item img {
	float:left;
	border:4px solid #e8edf4;
	margin:15px 20px 0 0;
}
.standorte-liste-facts {
	float:left;
	width:210px;
	margin:10px 0 10px 0;
}
.standorte-liste-links {
	float:left;
	width:150px;
	margin:10px 0 0 0;
}

/* Standorte Detail */
.standorte-detail-item {
	float:left;
	width:540px;
	clear:both;
}
.standorte-detail-item img {
	float:left;
	border:4px solid #e8edf4;
	margin:10px 20px 0 0;
}
.standorte-detail-facts {
	float:left;
	width:auto;
	margin:5px 0 20px 0;
}
.standorte-detail-description {
	clear:both;
}


/**********************************/
/********** Daten & Fakten **********/
/**********************************/
table.fakten td {
	border:1px solid #ccc;
}
table.geraete  th,
table.geraete  td {
	border:1px solid #ccc;
}





/*  Startseite */
#augprien-page-3 .onlyText {
	float:left;
	width:700px;
}



/*  Standorte */
.tx-ttaddress-pi1 div.content, .tx-c1apdivisions-pi1 div.content {
	display:none;
	
}
.toggler {
	cursor:pointer;
}

.tx_feuserstat_list_pager {
	display:none;
}






