/**************************************************************************************************

Aufbau dieses Stylesheets:

 01 Allgemeines
 02 Struktur
 03 Überschriften
 04 Listen
 05 Inhalte
 06 Farbwerte
 07 Tabdarstellung

**************************************************************************************************/






/***   01 Allgemeines   **************************************************************************/

body {
  background-color: #4c5456;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

.clear:after, #content:after, #site:after,
.top:after, .bottom:after, .left:after, .right:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear, #content, #site, .top, .bottom, .left, .right { display: inline-table; }

/* Hides from IE-mac \*/
* html .clear, * html #content, * html #site,
* html .top, * html .bottom, * html .left, * html .right {height: 1%;}
.clear, #content, #site, .top, .bottom, .left, .right {display: block;}
/* End hide from IE-mac */

p {
  font-size: 1.1em;
  line-height: 15px;
  margin: 1em 25px 2em 25px;
}

.color_code_big .zoom {
  position: relative;
  right: 83px;
  top: 0;
}

.color_code_medium .zoom {
  position: absolute;
  left: 3px;
  bottom: 4px;
}

.oberflaechen .zoom {
  position: absolute;
  top: 2px;
  right: 2px;
}




/***   02 Struktur   *****************************************************************************/

#site {
  margin: auto;
  position: relative;
  top: 75px;
  width: 735px;
}

#logo {
  left: 23px;
  position: absolute;
  top: 24px;
}

#content {
  background-color: #efefef;
  width: 100%;
}

.top, .bottom {
  float: left;
  width: 100%;
}

.top {
  min-height: 231px;
}

.left {
  float: left;
  width: 367px !important;
}

.right {
  float: right;
  width: 368px !important;
}






/***   03 Überschriften   ************************************************************************/

h1 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 22px 25px 12px 25px;
}

.serien h1 {
  margin: 0;
  position: absolute;
  left: 125px;
  text-align: right;
  top: 30px;
}

.serien h1 a {
  color: #999 !important;
  float: left;
  margin-right: 1em;
  width: 7em;
}

.serien h1 a#serie_1:hover { color: #eb3c1f !important; }
.serien h1 a#serie_2:hover { color: #40639f !important; }
.serien h1 a#serie_3:hover { color: #428b84 !important; }
.serien h1 a.active { color: black !important; }

h2 {
  clear: both;
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 25px;
  width: 685px;
}

.tab3 h2 {
  margin: 1em 0;
  width: 100%;
}





/***   04 Listen   *******************************************************************************/

#navigation li,
#metanavi li {
  display: inline;
}

#navigation a,
#metanavi a {
  color: #bbbbbb;
  font-size: 1.2em;
  line-height: 2.4em;
  padding: 0 .66em;
  text-decoration: none;
}

#navigation a:hover,
#navigation .active a,
#metanavi a:hover,
#metanavi .active a {
  color: white;
}

#navigation .active a,
#metanavi .active a {
  font-weight: bold;
}



/* metamenu */

#metanavi {
/*  margin-right: 105px;
  text-align: right;*/
}





/***   05 Inhalte   ******************************************************************************/

#content a {
  color: black;
}

.tab3 {
  float: left;
  margin: 1.5em 12px;
  width: 212px;
}

.tab3.first {
  margin-left: 25px;
}

.tab3.last {
  margin-right: 25px;
  width: 213px;
}

#content ul {
  margin-left: 40px;
}

.tab3 ul {
  margin: 1em 0 0 15px !important;
}

.tab3 p {
  margin-left: 0;
  margin-right: 0;
}

#content li {
  font-size: 1.1em;
  line-height: 1.3;
  list-style-type: square;
  padding: .25em 0;
}

.oberflaechen li {
  padding: 0 !important;
  line-height: 1em !important;
  position: relative;
}

ul.bottom,
ul.right {
  margin: 0 !important;
}

ul.bottom li,
ul.right li {
  float: left;
  line-height: 0px;
  list-style: none !important;
}



/* Anwendungen */
#anwendungen_ansicht, #anwendungen_liste {
  margin: 0 !important;
  position: absolute;
}

#anwendungen_liste {
  left: 1em;
  top: 2em;
}

#anwendungen_liste, #anwendungen_liste li {
  z-index: 999;
}

#anwendungen_ansicht li, #anwendungen_liste li {
  list-style: none;
  padding: 0 !important;
}

#anwendungen_liste li {
  display: inline;
  margin: 2em .5em 0 0;
}

#anwendungen_ansicht li {
  position: absolute;
  top: 0;
  left: 0;
}



/* Datentabellen */

.serien_header {
  background-color: #e6e6e6;
  height: 100px;
  clear: both;
  position: relative;
}

.serien_header img.logo {
  left: 15px;
  position: absolute;
  top: 12px;
}

.datatable {
  float: left;
  margin-bottom: 2em;
  width: 100%;
}

.datatable td,
.datatable th {
  border-left: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
}

.datatable th {
  color: black;
  font-weight: bold;
  line-height: 20px;
  padding-left: .5em;
}

.datatable thead {
  background: #efefef;
}

.datatable thead th {
  background: #cccccc;
  font-size: 1.1em;
  line-height: 1.2em;
  padding: .4em .5em;
}

.datatable thead p {
  font-size: inherit;  
  line-height: 1em;
  margin: 0 0 .5em 0;
}

.datatable thead .firstcol {
  border-left: none;
}

.datatable .fliesentyp td {
  font-style: italic;
  padding-top: 2em;
  vertical-align: bottom;
}

.datatable .fliesenmasse td {
  font-style: italic;
  padding: 0 1em 1em 0;
  vertical-align: top;
}

.datatable tbody tr {
  background: #e6e6e6;
}

.datatable tbody th {
  border-left: none;
  vertical-align: middle;
}

.datatable tbody td {
  vertical-align: top;
}





/***   06 Farbwerte   ****************************************************************************/

.color_code {
  border-right: 2px solid #efefef;
  height: 23px;
  width: 23px;
}

.color_code_medium,
.color_code_big {
  padding: 0 !important;
}

.color_code_medium {
  float: right !important;
  height: 82px;
  position: relative;
}

.color_code_medium a {
  text-align: right;
  text-decoration: none;
  width: 82px;
}

.color_code_big a {
  float: left;
  padding: 88px 0 5px 0;
  position: relative;
  text-align: right;
  text-decoration: none;
  width: 105px;
}

.color_code_medium span,
.color_code_big span {
  color: black;
  background: white;
  bottom: 4px;
  font-size: .83333333em;
  text-align: right;
  padding: .1em 1%;
  position: absolute;
  right: 4px;
  width: 7em;
}

.color_code_medium span {
  bottom: 5px;
  margin-left: 26px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 55px;
}

span.color_code {
  display: block;
}

.lichtweiss      { background-color: #faf8f1; }
.lichtblau       { background-color: #a6c7e3; }
.lichtgruen      { background-color: #e6efca; }
.lichtgelb       { background-color: #fdf2c2; }
.lichtapricot    { background-color: #f6caa6; }
.lichtrosa       { background-color: #fde3d4; }
.lichtbeige      { background-color: #efdcca; }

.softgrau        { background-color: #b9b7bd; }
.softblau        { background-color: #7b9ac5; }
.softgruen       { background-color: #aec798; }
.softgelb        { background-color: #ffe497; }
.softapricot     { background-color: #e9a581; }
.softrosa        { background-color: #f2c6ba; }
.softbraun       { background-color: #bfac9c; }

.akzentgrau      { background-color: #7e8592; }
.akzentblau      { background-color: #5a6fa1; }
.akzentgruen     { background-color: #98ab87; }
.akzentgelb      { background-color: #debe6a; }
.akzentapricot   { background-color: #db9272; }
.akzentrosa      { background-color: #cca0a0; }
.akzentbraun     { background-color: #856758; }

.tiefanthrazit   { background-color: #4e4c4c; }
.tiefblau        { background-color: #413e7f; }
.tiefgruen       { background-color: #296231; }
.tiefgelb        { background-color: #ffcb00; }
.tiefgelb_glzd   { background-color: #ffcb00; }
.tieforange      { background-color: #e56b38; }
.tiefrot         { background-color: #bb2f16; }
.tiefrot_glzd    { background-color: #bb2f16; }

.aktivweiss      { background-color: #f5f3f0; }
.aktivweiss_glzd { background-color: #f4f0f2; }
.aktivweiss_matt { background-color: #f5f3f0; }





/***   07 Tabdarstellung   ***********************************************************************/

.tabNaviLabel {
  float: left;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 0 25px;
}

.serien_header .tabNaviLabel {
  bottom: 10px;
  left: 100px;
  position: absolute;
}

#tabViewNavigation {
  float: left;
  margin-left: 0 !important;
}

.serien_header #tabViewNavigation {
  bottom: 10px;
  left: 160px;
  position: absolute;
}

#tabViewNavigation li {
  float: left;
  list-style: none;
}

#tabViewNavigation a {
  background: url(grafik/seitenanzeige.gif) no-repeat left top;
  color: black;
  float: left;
  line-height: 15px;
  padding-left: 8px;
  text-decoration: none;
  width: 26px;
}

#tabViewNavigation .visibleTab a {
  background-position: right top;
}

#tabViewNavigation a span {
  display: none;
}