* {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

html {
/*  height: 101%;*/
}

body {
  font: 12px/18px Arial;
  background: #000;
  min-width: 966px;
}

a {
  color: #ed860e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Header ##################################################################*/

#header {
  background: #000 url("../images/header.jpg") repeat-x 0 0;
  position: relative;
  height: 160px;
  width: 975px;
  border-right: 1px solid #fff;
}

#logo {
  position: absolute;
  top: 30px;
  left: 30px;
}

/* Main Navigation */

#main_navigation {
  height: 30px;
  background: #000;
  position: relative;
  top: 129px;
  border-top: 1px solid #aaa;
}

#main_navigation li {
  list-style: none;
  display: inline;
}

#main_navigation .first a.active{
  background-color: #EA8500;
}

#main_navigation.english .first a.active {
  background-color: #E17301;
}

#main_navigation a {
  display: block;
  float: left;
  line-height: 30px;
  background: url("../images/main_navigation.gif") no-repeat 0 0;
  text-indent: -10000em;
  padding: 0 30px;
}

#main_navigation .home a{
  width: 48px;
  background-position: 30px 0;
  padding-left: 30px;
}

#main_navigation .kennzahlen a{
  width: 72px;
  background-position: -63px 0;
}

#main_navigation .konzernstruktur a {
  width: 110px;
  background-position: -179px 0;
}
#main_navigation .lagebericht a{
  width: 74px;
  background-position: -334px 0;
}
#main_navigation .geschaeftsbereiche a{
  width: 117px;
  background-position: -452px 0;
}
#main_navigation .jahresabschluss a{
  width: 102px;
  background-position: -612px 0;
}


/* English*/

#main_navigation.english a {
  background-image: url("../images/main_navigation_e.gif");
}

#main_navigation .key-figures a {
  width: 71px;
  background-position: -62px 0;
}
#main_navigation .group-structure a {
  width: 102px;
  background-position: -177px 0;
}
#main_navigation .management-report a {
  width: 126px;
  background-position: -328px 0;
}
#main_navigation .divisions a {
  width: 58px;
  background-position: -500px 0;
}
#main_navigation .financial-statements a {
  width: 131px;
  background-position: -602px 0;
}



/* - Hover */

#main_navigation a:hover {  background-image: url("../images/main_navigation_hover.gif"); }

/* - Active */
#main_navigation a.active { background-image: url("../images/main_navigation_active.gif"); }


/* - Hover */
#main_navigation.english a:hover {  background-image: url("../images/main_navigation_e_hover.gif"); }

/* - Active */
#main_navigation.english a.active { background-image: url("../images/main_navigation_e_active.gif"); }



/* Language switch */

#global_navigation_top {
  position: absolute;
  top: 31px;
  right: 31px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: right;
}

#global_navigation_top li {
  float: left;
  list-style: none;
  margin-left: 15px;
}

#global_navigation_top a {
  color: #a3a3a2;
}

#global_navigation_top a:hover {
  color:#ed860e;
  text-decoration: none;
}

#global_navigation_top form {
  display: block;
  width: 160px;
  position: relative;
  top: -1px;
}

#global_navigation_top form input {
  display: block;
  color: #a3a3a2;
  font-size: 10px;
  border: 1px solid #aaa;
  padding: 2px 3px;
  float: left;
  letter-spacing: 0.1em;
  width: 130px;
  line-height: 14px;
  height: 12px;
}

#global_navigation_top form input:focus {
  color: #fff;
  border-color: #fff;
}
#global_navigation_top form button {
  display: block;
  float: right;
  background: #a3a3a2;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url("../images/search.gif") 50% 50% no-repeat;
  text-indent: -1000em;
}

#global_navigation_top form button:hover {
  background: url("../images/search_hover.gif") 50% 50% no-repeat;
  border: 1px solid #aaa;
}

/* Sub Navigation */

#sub_navigation {
  width: 192px;
  margin-left:30px;
  margin-right: 23px;
  float: left;
  background: url("../images/black_dots.gif") repeat-x top left;
  font-size: 11px;
  line-height: 12px;
  display: block;
}

#wraper .none {
  background: none;
}

#sub_navigation a {
  display: block;
  padding: 8px 0 9px 0;
  color: #909090;
}

#sub_navigation a {
  display: inline-block;
}

#sub_navigation a {
  display: block;
}


#sub_navigation a:hover {
  color: #ed860e;
  text-decoration: none;
}

#sub_navigation li {
  list-style: none;
  background: url("../images/black_dots.gif") repeat-x bottom left;
}

#sub_navigation li li {
  font-size: 10px;
  padding-left: 20px;
  background: none;
}

#sub_navigation li li a {
  padding: 6px 0 5px 0;
}

#sub_navigation li ul {
  padding-bottom: 10px;
}

#sub_navigation .active {
  font-weight: bold;
  color: #ed860e;
}

#sub_navigation li li .active {
 margin-left: -20px;
 padding-left: 20px; 
 background: url("../images/sub_navigation_active.gif") no-repeat 0 9px;
}

/*Gloabal Navigation */ 

#gloabal_navigation {
  background: #000;
  clear: both;
  color: #a3a3a2;
  padding-left: 30px;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  width: 945px;
  padding-top: 10px;
}

#gloabal_navigation li {
  list-style: none;
  display: inline;
}
#gloabal_navigation a {
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  color: #a3a3a2;
}

#gloabal_navigation a:hover {
  color:#ed860e;
  text-decoration: none;
}

/* Wraper */

#wraper {
  background: #fff;
  overflow: hidden;
  padding: 40px 0 50px 0;
  width: 966px;
  border-right: 10px solid #fff;
}

#content {
  float: left;
  width: 545px;
  position: relative;
  overflow: visible;
}

#content span.small {
  text-transform: lowercase;
} 

h1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 25px;
}

h2 {
  font-size: 14px;
  line-height: 20px;
/*  color: #747474;*/
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
  margin-top: 2.5em;
}

h3 {
  font-size: 1em;
  line-height: 20px;
  text-transform: uppercase;
  color: #e17300;
  letter-spacing: 0.07em;
  margin-top: 2em;  
}

h3.point {
  background: url("../images/sub_navigation_active.gif") left 6px no-repeat;
  padding-left: 15px;
  margin-left: -15px;
}

table h3.point {
  background-position: left 3px;
}


h3 span.vorstand {
  display: block;
  margin-bottom: 1em;
  font-size: 10px;
  color: #000;
}

h4 {
  font-size: 1em;
  color: #e17300;
  letter-spacing: 0.02em;
  margin-top: 1.5em;
}

h5 {
  font-size: 1em;
  font-weight: normal;
  margin-top: 1em;
  color: #e17300;
}

h6 {
  margin-top: 1em;
  font-size: 1em;
  font-weight: bold;
}

p {
  margin-bottom: 1em;
}


blockquote {
  font-size: 14px;
  color: #e17300;
  line-height: 20px;
}

#content ol {
  padding-left: 1.3em;
}

#content ul {
  list-style: none;
  margin-bottom: 1em;
}

#content ul ul {
  margin-bottom: 0;
}

#content ul li {
  padding-left: 1em;
  background: url("../images/bullet_orange.gif") no-repeat left 4px;
  margin-bottom: 0.5em;
}

#content ol li {
  margin-bottom: 0.5em;
}

#content ul li li {
  background: url("../images/bullet_black.gif") no-repeat left 4px;
}

#content a {
  text-decoration: underline;
}

.cols {
  overflow: hidden;
  width: 100%;
}

.cols div {
  float: left;
  width: 50%;
}

.box {
  background: #e17300;
  width: 150px;
  color: #fff;
  margin-bottom: 1em;
  position: absolute;
  left: 571px;
  margin-top: 1.35em;
}

.box p {
  margin-bottom: 0;
  padding: 0 10px 5px 10px;
}

.box img {
  border-bottom: 10px solid #fff;
  margin: 0 0 0 -10px;
}

.box h3 {
  color: #fff;
  font-size: 11px;
  margin: 5px 10px 4px 10px;
  line-height: 14px;
  background: url("../images/white_dots.gif") bottom left repeat-x;
  padding-bottom: 7px;
}

.box a {
  color: #fff;
}


div.plain {
  background: none;
  padding: 0;
  margin: 0;
}

div.plain h4 {
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#footer {
  margin-top: 3em;
  background: url("../images/orange_dots.gif") top left repeat-x;
  overflow: hidden;
  width: 100%;
  padding-top: 8px;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#content #footer li {
  background: none;
  float: right;
  padding-left: 0;
  color: #e17300;
}

#content #footer .left {
  float:left;
}

#content #footer .to_top {
  background: url("../images/arrow_orange_top.gif") 0 8px no-repeat;
  padding-left: 15px;
}

#content #footer .next {
  background: url("../images/arrow_orange.gif") right 4px no-repeat;
  padding: 0 15px 0 0;
  margin-left: 15px;
}

#content #footer .back {
  background: url("../images/arrow_orange_back.gif") left 4px no-repeat;
  padding: 0 0 0 15px;
}


/* Tables */

#content .sun-caps {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.98em;
}

#content table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  margin-bottom: 2em;
}

#content table.wide {
  width: 720px;
}

#content table td,
#content table th {
  border-bottom: 1px solid #cfcfcf;
  vertical-align: bottom;
  text-align: right;
  padding: 2px 0;
}

#content table thead .zwischenschlag{
  border-bottom-color: #fff;
  border-bottom-width: 0px;
  background: #fff;
  width: 5px;
}

#content table thead td,
#content table thead th {
  border-bottom: 2px solid #e17300;
  font-weight: bold;
  font-size: 11px;
}

#content table td,
#content table th {
  padding-right: 2px;
}


#content table * {
  line-height: 1.3em;
}

#content table th {
  text-align: left;
  font-weight: normal;
}


#content table p {
  margin: 0;
  padding:0;
  display: inline;
}

#content table col {
  width: 5px;
}

#content table .no_border {
  border-bottom: none;
}

#content col.col {
  width: 65px;
}

#content col.left {
  text-align: left;
  width: auto;
}

#content table tr.border td,
#content table tr.border th {
  border-bottom-width: 2px;
  font-weight: bold;
}


#content col.active,
#content td.active,
#content td.x21-tabelle-flaeche-orange-orange-weiss,
#content th.x21-tabelle-flaeche-orange-orange-weiss,
#content td.x21-tabelle-flaeche-orange-weiss-orange,
#content th.x21-tabelle-flaeche-orange-weiss-orange,
#content td.x21-tabelle-flaeche-orange-weiss-weiss,
#content th.x21-tabelle-flaeche-orange-weiss-weiss,
#content td.x14-tabelle-fl-che-wei-orange-orange-,
#content th.x14-tabelle-fl-che-wei-orange-orange-,
#content td.x12-tabelle-fl-che-wei-grau-grau-,
#content th.x12-tabelle-fl-che-wei-grau-grau-,
#content td.x13-tabelle-fl-che-wei-grau-orange-,
#content td.x15-tabelle-fl-che-wei-grau-wei-,
#content th.x15-tabelle-fl-che-wei-grau-wei- {
  background: #e17300;
  border-bottom-color: #fff;
  color: #fff;
  padding-right: 4px;
}

#content thead .active,
#content thead .tabellen-tabelle-jahreszahl-orange,
#content thead .tabellen-tabellenkopf-auszeichnung {
  background: none;
  color: #e17300;
}

#content table .normal,
#content table tr.border .normal {
  font-weight: normal;
}

#content .konzernbilanz-konzernbilanz-tabelle-auszeichnung-versal {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 0.9em;
}

#content table .zwischenschlag,
#content table .zwischenschlag-leere-spalten- {
  border: none;
  background: none;
  width: 5px;
}

span.tabelle-tabellen-kopf-jahreszahlen-einheit {}
td.x01-tabelle-fl-che-grau-orange- {}
td.x02-tabelle-fl-che-grau-wei-wei- {}
td.x03-tabelle-fl-che-grau-wei-orange- {}
td.x04-tabelle-fl-che-grau-orange-orange- {}
td.x05-tabelle-fl-che-grau-orange-wei- {}
td.x11-tabelle-fl-che-wei-orange-grau- {}
td.x12-tabelle-fl-che-wei-grau-grau- {}
td.x13-tabelle-fl-che-wei-grau-orange- {}
td.x14-tabelle-fl-che-wei-orange-orange- {}
td.x15-tabelle-fl-che-wei-grau-wei- {}
td.x16-tabelle-fl-che-wei-orange-wei- {}
td.zwischenschlag {}


#content table.clear td,
#content table.clear th {
  background: none;
  color:#000;
  border: none;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

#content table.clear p {
  margin-bottom:0;
}

#content .konzernabschluss-ka-tabelle-auszeichnung-versal,
#content .konzernabschluss-gb-ka-tabelle-auszeichnung-versal-gb,
#content .konzernabschluss-gb-ka-tabelle-erlaeuterung-gb,
#content .konzernabschluss-ka-tabelle-erlaeuterung {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  font-weight: bold;
}

hr {
  display: block;
  background: url("../images/black_dots.gif") repeat-x;
  height: 1px;
  color: #fff;
  margin-bottom: 1em;
}


*:first-child+html hr {
  height: 2px;
  background: #aaa;
  position: static;
  display: block;
  border-bottom: 1px solid #aaa;
} 

html>/**/body #content table thead td {
  width: 60px;
}

#content table .indent {
  padding-left: 1em;
}

#content table .indent2 {
  padding-left: 2em;
}

#content tr.desc td,
#content tr.desc th {
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  color: #888;
}


#content tr.desc .zwischenschlag,
#content tr.desc .zwischenschlag-leere-spalten- {
  border: none;
}


#content table thead td.desc {
  font-weight: normal;
  color: #888;
}

*:first-child+html #content table thead br {
  display: block;
}

/* Drupal */

#content .tabs {
  overflow: hidden;
  width: 100%;
}

#content .tabs li {
  padding: 0;
  background: none;
  float: left;
  margin-right: 2em;
}

.tabs a {
  width: 100px;
  text-align: center;
  display: block;
  padding: 3px;
  background: #e17300;
  color: #fff;
  font-weight: bold;
}

.tabs a:hover {
  background: #000;
  color: #e17300;
  text-decoration: none;
}


/* Startseite */

#start #wraper {
  background: #000;
  margin-bottom:0;
  border-right: 1px solid #fff;
}

#start #header {
  width: 966px;
}

#start #wraper #sub_navigation {
  display: none;
}

#start #header {
  border-bottom: 1px solid #AAAAAA;
}

#start #search_results {
  margin-top: -40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #aaa;
}

#slideshow_wraper {
  margin-top: -40px;
  background: #000;
  overflow: hidden;
  margin-bottom: -50px;
  text-align: left;
  position: relative;
}

#start #gloabal_navigation {
  border-top: 1px solid #AAAAAA;
  padding-top: 10px;
  border-right: none;
  width: 937px;
}

#slideshow {
  overflow: hidden;
  width: 966px;
  position: relative;
  height: 618px;
}

#slideshow li {
  position: absolute;
  list-style: none;
  display: none;
}

#slideshow img {
  display: block;
}

.next {
  display: block;
  background: #e17300 url("../images/arrow_white.gif") 4px 6px no-repeat;
  padding: 2px 10px 2px 16px;
  color: #fff;
  cursor: pointer;
}


.back {
  display: block;
  background: #e17300 url("../images/arrow_white_back.gif") 4px 6px no-repeat;
  padding: 2px 10px 2px 16px;
  color: #fff;
  cursor: pointer;
}

#slideshow .white .back {
  background: #fff url("../images/arrow_orange_back.gif") 4px 6px no-repeat;
  color: #e17300;
}

#slideshow .white .next {
  background: #fff url("../images/arrow_orange.gif") 4px 6px no-repeat;
  color: #e17300;
}

#slideshow .next,
#slideshow .back {
  position: absolute;
}

#loading {
  position: absolute;
  width: 66px;
  height: 66px;
  background: url("../images/loader.gif") no-repeat;
  z-index: 1000;
  top: 276px;
  left: 450px;
}

/* Teaser Trennseiten */

.teaser {
  background: #e17300;
  overflow: hidden;
  width: 720px;
  margin-bottom: 2em;
}

.teaser img {
  float: left;
  margin: 0 20px 0 0;
  display: block;
}

.teaser * {
  margin-bottom: 0;
}

.teaser_inside {
  float: left;
  width: 325px;
  overflow: hidden;
}

.teaser h2 {
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  background: url("../images/white_dots.gif") bottom repeat-x;
  padding-bottom: 10px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.teaser_inside blockquote {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  background: url("../images/white_dots.gif") bottom repeat-x;
  padding-bottom: 12px;
}

#content .teaser .next {
  margin-top: 1.5em;
  position: static;
  background: #fff url("../images/arrow_orange.gif") 4px 6px no-repeat;
  width: 30px;
  color: #e17300;
  text-decoration: none;
}

#content .teaser .next:hover {
  text-decoration: underline;
}


/* Fancy Zoom */

#ShadowBox table *{
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

/* NOdes */

/*#node-44,
#node-45,
#node-90,
#node-88,
#node-89,
#node-107,
#node-108,
#node-46 {
  margin-left: 245px;
}
*/

/* search_results */

#search_results {
  background: #fff;
  width: 730px;
  border-right: 1px solid #fff;
  padding-top: 15px;
  padding-bottom: 2em;
  padding-left: 245px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e17300;
}

#search_results h1 {
  color: #000;
}

#search_results h1 span {
  text-transform: none;
}

#search_results a {
  color: #e17300;
  text-decoration: underline;
}

#search_results li {
  list-style: none;
  margin-bottom: .5em;
}

#global_navigation_top form {
  position: relative;
}

#global_navigation_top #search_loader {
  background: url("../images/search_indicator.gif") 50% 50% no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  text-indent: 10em;
  display: block;
  overflow: visible;
}

#cal table {
  width: 	500px;
  font-size: 12px;
  border-collapse: collapse;
  margin-bottom: 2em;
}

#cal table td {
  border-bottom: 1px solid #cfcfcf;
  vertical-align: bottom;
  text-align: left;
  padding: 2px 0;
}

.grids {
  overflow: hidden;
  width: 100%;
}

.grids .grid50 {
  float: left;
  width: 259px;
  margin-right: 27px;
}

.grids .last {
  margin-right: 0;
}


/* Table hover */

#content table tbody tr .row_hover,
#content table tbody tr:hover td,
#content table tbody tr:hover th {
/*  background: #ffddba;*/
  background: #eaeaea;
  color: #000;
}


#content table tbody tr:hover td.active,
#content table tbody tr:hover td.x21-tabelle-flaeche-orange-orange-weiss,
#content table tbody tr:hover th.x21-tabelle-flaeche-orange-orange-weiss,
#content table tbody tr:hover td.x21-tabelle-flaeche-orange-weiss-orange,
#content table tbody tr:hover th.x21-tabelle-flaeche-orange-weiss-orange,
#content table tbody tr:hover td.x21-tabelle-flaeche-orange-weiss-weiss,
#content table tbody tr:hover th.x21-tabelle-flaeche-orange-weiss-weiss,
#content table tbody tr:hover td.x14-tabelle-fl-che-wei-orange-orange-,
#content table tbody tr:hover th.x14-tabelle-fl-che-wei-orange-orange-,
#content table tbody tr:hover td.x12-tabelle-fl-che-wei-grau-grau-,
#content table tbody tr:hover th.x12-tabelle-fl-che-wei-grau-grau-,
#content table tbody tr:hover td.x13-tabelle-fl-che-wei-grau-orange-,
#content table tbody tr:hover td.x15-tabelle-fl-che-wei-grau-wei-,
#content table tbody tr:hover th.x15-tabelle-fl-che-wei-grau-wei- {
  background: #c26300;
  color: #fff;
}


#content table tbody tr:hover .zwischenschlag,
#content table tbody tr:hover .zwischenschlag-leere-spalten- {
  background: none;
}


.sticky-header {
  background: #fff;
}

#content .konzernabschluss-ka-tabelle-zahlen-semibold {
  font-weight: bold;
}

*:first-child+html #wraper #content thead .active {
  background: none;
  color: #E17300;
}