/* ----------------------------------------------------- LAYOUTING */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 0;
  background-color: #ddd;
  overflow-y: scroll;
}

h3.ueberschrift {
  font-family: Arial;
  font-size: 19px;
  color: #DB021B;
  line-height: 25px;
}

h5 {
  font-weight: bold;
  font-size: 13px;
  color: #DB021B;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

img {
  behavior: url(/css/iepngfix.htc);
}

img.nofix {
  behavior: none;
}

#styleswitch a {
  color: #333;
  text-decoration: none;
}

#wrapper {
  margin-left: auto; /* Horizontal Center */
  margin-right: auto;
  width: 920px;
  min-height: 700px;
}

* html #wrapper {
  position: absolute;
  left: 50%;
  margin-left: -460px;
}

#header {
  height: 125px;
}

#preview {
  height: 88px;
  width: 620px;
  display: block;
  float: right;
  margin-top: 17px;
  cursor: pointer;
}

#logo {
  display: block;
  height: 74px;
  width: 240px;
  float: left;
  padding: 14px 0 0 0;
}

.shortinfo {
  width: 170px;
  font-size: .8em;
  margin-top: 0px;
  margin-bottom: 10px;
}

.aktie {
  float: left;
  width: 194px;
  background: #fff url(../images/layout/bg_box.gif) repeat-x;
  color: #464646;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.aktie div {
  padding: 5px 10px 0 10px;
}

#adhoc {
  float: left;
  width: 194px;
  height: 60px;
  background: url(../images/layout/bg_box.gif) repeat-x;
  color: #464646;
  margin-top: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

#adhoc div {
  margin: 0;
  padding: 0;
}

#NewsVertical {
  width: 185px;
  height: 60px;
  display: block;
  overflow: hidden;
  position: relative;
}

#TickerVertical {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#TickerVertical li {
  display: block;
  color: #464646;
  font-size: .9em;
  margin: 0;
  padding: 3px 5px 3px 5px;
  float: left;
}

#menu {
  margin-bottom: 10px;
  background: url(../images/layout/bg_menu.gif) repeat-x;
  height: 45px;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu ul li {
  float: left;
}

#menu a, #header a {
  outline: none;
}

#menu .right {
  float: right;
  font-size: .8em;
  color: #4b4b4b;
  text-transform: uppercase;
}

#menu ul.right li {
  margin: 9px 5px 0 5px;
}

#main-submenu li a {
  text-decoration: none;
  color: #4b4b4b;
}

#main-submenu li a:hover {
  text-decoration: underline;
}

#nav {
  margin-bottom: 10px;
  display: block;
  width: 194px;
  font-size: .9em;
  color: #464646;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
}

.nav-bg {
  background: #fff url(../images/layout/bg_box.gif) repeat-x;
}

#nav h3, #sidebar h3, #nav h3 {
  border-bottom: 1px solid #d4d4d4;
  min-height: 17px;
  height: auto !important;
  height: 17px;
  line-height: 17px;
  font-weight: normal;
  padding: 4px 0 4px 7px;
  cursor: pointer;
  font-size: 1em;
}

#nav h3.segment {
  font-weight: bold;
  font-size: 0.9em;
}

#nav h3 a {
  display: block;
  font-size: 0.9em;
  width: 187px;
  min-height: 17px;
  height: auto !important;
  height: 17px;
  color: #4b4b4b;
}

#nav h3 a:hover,
#nav h3 a.active {
  color: #DB021B;
}

#nav h3:hover,
#nav h3.active {
  color: #DB021B;
}

#nav h3.title, #sidebar h3.title {
  color: #fff;
  cursor: default;
  line-height: 20px;
}

#nav h3.red {
  background: url(../images/layout/bg_nav_h.gif) repeat-x;
  color: #fff;
  cursor: pointer;
  padding-top: 4px;
}

#nav h3.rednoarrow {
  background: #db021b;
  color: #fff;
  cursor: default;
  padding-top: 4px;
}

#sidebar h3.red {
  background: #db021b;
  color: #fff;
  padding-top: 6px;
  cursor: default;
}

.element {
  padding: 0 0 0 0;
  text-transform: none;
  font-weight: normal;
}

.element ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.element ul li {
  font-size: .9em;
  cursor: pointer;
  padding-left: 15px;
}

.element ul li:hover {
  color: #fff;
}

#content {
  float: left;
  margin: 0 17px 0 18px;
  width: 495px;
}

#contentwide {
  float: left;
  margin: 0 0 0 15px;
  width: 711px;
}

* html #contentwide {
  margin: 0 0 0 14px;
}

#content .boxtop {
  display: block;
  height: 3px;
  background: url(../images/layout/box_head.gif) no-repeat;
}

#content .boxcontent {
  display: block;
  background: url(../images/layout/box_bg.gif) repeat-y;
  padding: 5px 32px 5px 32px;
  line-height: 155%;
}

* html #content .boxcontent {
  margin-top: -14px;;
}

#content .boxbottom {
  display: block;
  height: 3px;
  margin-bottom: 15px;
  background: url(../images/layout/box_head.gif) no-repeat;
}

#contentwide .boxwidetop {
  display: block;
  height: 3px;
  background: url(../images/layout/boxwide_head.gif) no-repeat;
}

#contentwide .boxwidecontent {
  display: block;
  background: url(../images/layout/boxwide_bg.gif) repeat-y;
  padding: 5px 35px 5px 35px;
  line-height: 155%;
}

* html #contentwide .boxwidecontent {
  margin-top: -14px;
  padding: 5px 25px 5px 25px;
}

* html .datenundfakten_tabelle {
  width: 640px;
}

* html .datenundfakten_tabelle {
  font-size: 12px;
}

#contentwide .boxwidebottom {
  display: block;
  height: 3px;
  margin-bottom: 15px;
  background: url(../images/layout/boxwide_head.gif) no-repeat;
}

#sidebar {
  float: right;
  width: 194px;
}

#sidebar a {

}

#footer {
  clear: both;
  color: #999;
  font-size: .8em;
  display: block;
  height: 18px;
  padding: 6px 0 10px 212px;
}

#contentwide td {
  border: 1px solid #fff;
  padding: 2px 6px 2px 6px;
}

#contentwide tr {
  background-color: #ececec;
}

#contentwide tr.darker {
  background-color: #dbdbdb;
}

/* ----------------------------------------------------- LINK STYLES */

#nav a {
  color: #fff;
  text-decoration: none;
}

#nav a:hover {
  color: #333;
}

#nav .element a {
  color: #464646;
  display: block;
  height: 14px;
  width: 190px;
  padding: 3px 0 6px 8px;
  margin: 1px 0 1px 0;
  line-height: 18px;
  border-bottom: 1px solid #d4d4d4;
}

* html #nav .element a {
  width: 180px;
}

#nav .element a:hover,
#nav .element a.active {
  color: #db021b;
}

#nav .element .sublist a {
  color: #464646;
  display: block;
  height: 14px;
  width: 165px;
  padding: 3px 0 6px 30px;
  margin: 1px 0 1px 0;
  line-height: 18px;
  border-bottom: 1px solid #d4d4d4;
  background: url(../images/layout/list.gif) no-repeat 15px 3px;
}

#nav .element .sublist a:hover {
  color: #fff;
}

h3#standort_toggler {
  background: #db021b;
}

h3#standort_toggler:hover {
  background: #db021b;
}

#footer a {
  color: #464646;
  text-decoration: none;
}

.shortinfo a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #e00f27;
}

.shortinfo a:hover{
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #e00f27;
}

#content a {
  color: #e00f27;
  text-decoration: none;
  font-weight: normal;
}

#content a.organe,
#content a.drucken,
a.organe,
a.drucken {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  background: url(../images/layout/bullet-red.gif) no-repeat left;
  padding-left: 12px;
}

#content strong a.organe {
  font-weight: bold;
}

a.drucken {
  color: #f00;
  float: right;
}

#content a.organe:hover,
a.organe:hover {
  color: #e00f27;
  text-decoration: none;
  border-bottom: #e00f27;
}

#content a.beteiligungen {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-left: 110px;
  padding: 0px;
  padding-left: 11px;
  background: url(/images/layout/bullet-red.gif) center left no-repeat;
}

#vorstandsfoto {
  margin-bottom: 20px;
}

.bildunterschrift {
  color: #666;
  font-size: 0.9em;
  font-style: italic;
}

/* ----------------------------------------------------- STANDARD CLASSES */
img {
  border: none;
}

input {
  float: left;
  display: inline;
}

input.text {
  height: 13px;
  margin: -3px 5px 0 3px;
  font-size: 1em;
  color: #464646;
  width: 120px;
  padding: 1px 0 0 5px;
}

* html input.text {
  height: 18px;
  margin-top: 0;
}

input.submit {
  margin: -2px 0 0 0;
}

* html input.submit {
  margin: 0;
}

h3 {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}

td.title {
  font-weight: normal;
  font-size: .9em;
  width: 150px;
}

td {
  font-size: .9em;
  padding: 5px 5px 5px 0;
}

.datenundfakten_tabelle td {
  text-align: right;
}

.small {
  font-size: .9em;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.clear {
  clear: both;
}

ul.list, ul.list-2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list li {
  padding: 0 0 0 15px;
  margin: 5px 10px 15px 10px;
  background: url(../images/layout/bullet.gif) no-repeat 5px 2px;
}

ul.list-2 li {
  padding: 0 0 0 15px;
  margin: 5px 10px 15px 10px;
  background: url(../images/layout/bullet.gif) no-repeat 5px 7px;
}

/* */

#pressemitteilungen-liste {
  padding: 0;
  margin: 0;
  font-weight: bold;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#pressemitteilungen-liste li {
  padding: 0;
  margin: 0 0 20px 0;
}

#pressemitteilungen-liste li a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

#pressemitteilungen-liste li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#corporate_governance-liste {
  padding: 0;
  margin: 0 0 0 16px;
  font-weight: bold;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#corporate_governance-liste li a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

#corporate_governance-liste li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#corporate_governance-liste li ul {
  padding: 0;
  margin: 0 0 0 20px;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#corporate_governance-liste li ul li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#content .standardliste {
  padding: 0;
  margin: 0 0 0 16px;
  font-weight: bold;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#content .standardliste li a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

#content .standardliste li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#risikomanagementsystem-liste {
  padding: 0;
  margin: 0 0 0 16px;
  font-weight: bold;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#risikomanagementsystem-liste li a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

#risikomanagementsystem-liste li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#risikomanagementsystem-liste li ul {
  padding: 0;
  margin: 0 0 0 20px;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#risikomanagementsystem-liste li ul li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#geschaeftsberichte-liste {
  padding: 0;
  margin: 0;
  font-weight: bold;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#geschaeftsberichte-liste li {
  padding: 0;
  margin: 0 0 20px 0;
}

#geschaeftsberichte-liste li a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

#geschaeftsberichte-liste li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#hauptversammlung-liste {
  padding: 0;
  margin: 0;
  font-weight: bold;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#hauptversammlung-liste li {
  padding: 0;
  margin: 0 0 20px 0;
}

#hauptversammlung-liste li a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

#hauptversammlung-liste li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#researches-liste {
  padding: 0;
  margin: 0;
  font-weight: bold;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#researches-liste li {
  padding: 0;
  margin: 0 0 20px 0;
}

#researches-liste li a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

#researches-liste li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#termine-liste {
}

#termine-liste tr td {
  font-size: 12px;
  vertical-align: top;
}

#termine-liste tr td img {
  margin-right: 15px;
}

#termine-liste tr td.datum {
  color: #db021b;
  width: 170px;
}

#content .jaehrliches-dokument-liste {
  padding: 0;
  margin: 0;
  font-weight: bold;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#content .jaehrliches-dokument-liste li {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

#content .jaehrliches-dokument-liste li a {
  color: #000;
  text-decoration: underline;
}

#content .jaehrliches-dokument-liste li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#presseberichte-liste {
  padding: 0;
  margin: 0;
  font-weight: bold;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#presseberichte-liste li {
  padding: 0;
  margin: 0 0 20px 0;
}

#presseberichte-liste li a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

#presseberichte-liste li em {
  font-weight: normal;
  font-size: 0.9em;
  color: #6f6f6f;
}

#presseberichte-liste li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#beteiligungen-standorte {
  padding: 0;
  margin: 0;
  margin-left: 15px;
  font-weight: bold;
  list-style-image: url(/images/layout/bullet-red.gif);
}

#beteiligungen-standorte li {
  padding: 0;
  margin: 0;
}

#beteiligungen-standorte li a {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

#beteiligungen-standorte li em {
  font-weight: normal;
  font-size: 0.9em;
  color: #6f6f6f;
}

#beteiligungen-standorte li span {
  font-weight: normal;
  font-size: 0.8em;
  color: #6f6f6f;
}

#newsletter-anmeldung fieldset, #newsletter-abmeldung fieldset {
  width: 410px;
  padding: 10px;
  margin: 0;
  border: 1px solid #666;
}

#newsletter-anmeldung label, #newsletter-abmeldung label {
  display: block;
  clear: left;
  float: left;
  width: 170px;
}

#newsletter-anmeldung input, #newsletter-anmeldung select , #newsletter-abmeldung input, #newsletter-abmeldung select {
  display: block;
  float: left;
  width: 223px;
  border: 1px solid #666;
  margin-bottom: 6px;
}

#newsletter-anmeldung input#input-plz {
  width: 75px;
  margin-right: 6px;
}

#newsletter-anmeldung input#input-ort {
  width: 142px;
}

#newsletter-anmeldung input#input-reset {
  margin-right: 6px;
}

#newsletter-abmeldung input#abmeldung-reset {
  margin-right: 6px;
}

#newsletter-anmeldung input#input-reset, #newsletter-anmeldung input#input-submit {
  width: 195px;
}

#newsletter-abmeldung input#abmeldung-reset, #newsletter-abmeldung input#abmeldung-submit {
  width: 195px;
}

#error-msg {
  color: #DB021B;
}

#hinweis {
  color: #DB021B;
}

#karte {
  float: left;
  margin-right: 10px;
}

#ir-kontaktformular fieldset, #ir-kontaktformular fieldset {
  width: 410px;
  padding: 10px;
  margin: 0;
  border: 1px solid #666;
}

#ir-kontaktformular label {
  display: block;
  clear: left;
  float: left;
  width: 170px;
}

#ir-kontaktformular input {
  display: block;
  float: left;
  width: 228px;
  border: 1px solid #666;
  margin-bottom: 6px;
}

#ir-kontaktformular input#input-reset, #ir-kontaktformular input#input-submit {
  width: 196px;
  margin-right: 6px;
}

#beteiligungen-auflistung tr {
  margin: 0;
  padding: 0;
  line-height: 100%;
}

#beteiligungen-auflistung td {
  vertical-align: center;
  margin: 0;
  padding: 0;
}

#beteiligungen-auflistung td.logo {
  width: 150px;
  height: 80px;
  text-align: center;
  margin: 0;
  padding: 0;
}

#beteiligungen-auflistung td.firmierung {
}

#sitemap {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#sitemap li {
  padding-left: 20px;
  background: url(/images/layout/sitemap-child.gif) no-repeat;
}

#sitemap li#parent {
  background: none;
}

#sitemap li.lastelement {
  background: url(/images/layout/sitemap-lastchild.gif) no-repeat;
}

#sitemap li ul {
  padding: 0;
  margin: 0 0 0 0px;
  list-style-type: none;
}

#sitemap li ul li {
}

#kontaktformular fieldset {
  border: 1px solid #666;
  padding: 0;
}

#kontaktformular legend {
  margin-left: 20px;
}

#kontaktformular label {
  height: 16px;
  margin-left: 10px;
  width: 140px;
  float:left;
}

#kontaktformular input.text {
  width: 255px;
  height: 16px;
  margin: 0 0 5px 0;
  border: 1px solid #666;
}

#kontaktformular input.button {
  margin: 0px 0px 10px 10px;
  border: 1px solid #666;
}

#kontaktformular textarea {
  width: 403px;
  height: 200px;
  border: 1px solid #666;
  margin: 10px;
}

.download td {
  vertical-align: top;
}

.download td.festebreite {
  width: 150px;
}

div.pagination {
  text-align: center;
  padding:3px;
	margin:3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #aaa;
}

div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}

div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

.tool-tip {
	color: #fff;
	width: 140px;
	z-index: 13000;
	border: 1px solid #696969;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 3px;
	color: #000;
	background: #CFD0D2;
}

.tool-text {
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 3px;
	background: #CFD0D2;
}

/**************** STANDORT-KARTE *******************/

.standorte_karte {
  width: 450px;
  height: 614px;
  float: left;
}

.standorte_karte#de {
  background: url(/images/layout/deutschlandkarte_de.png) top left no-repeat;
}

.standorte_karte#en {
  background: url(/images/layout/deutschlandkarte_en.png) top left no-repeat;
}

.pin {
  display: none;
  width: 8px;
  height: 8px;
  z-index: 10;
  background: url(/images/layout/red_dot.png) top left no-repeat;
}

.pin_infofenster {
  display: none;
  position: relative;
  top: 16px;
  left: 16px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  width: 110px;
  padding: 5px;
  background: #cfd0d2;
  border: 1px solid #696969;
}

/*.pin_infofenster {
  display: none;
  position: relative;
  z-index: 13000;
  top: 8px;
  left: 8px;
  font-size: 10px;
  text-align: center;
  width: 148px;
  height: 116px;
  padding: 25px 5px 5px 5px;
  background: url('/images/layout/standort_bg.png');
}*/

#standorte_liste {
  display: block;
  float: left;
  margin-left: 10px;
}

/* Zeilenumbruch im IE7 durch zu hohes margin verhindern */
*:first-child+html #standorte_liste {
  margin-left: 3px;
}

#standorte_liste ul {
  padding: 0px;
  margin: 0px;
}

#standorte_liste ul li {
  list-style-type: none;
}

#standorte_liste ul li a {
  padding-left: 7px;
  background: url(/images/layout/bullet-red.gif) center left no-repeat;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}

/**************** STANDORT-KARTE ENDE **************/

ul#suchergebnisse {
  padding: 0px;
  margin: 0px;
  font-size: 0.8em;
  list-style-type: none;
}

ul#suchergebnisse li {
  margin: 0px 0px 25px 0px;
}

ul#suchergebnisse li span a {
}

span.phpdigHighlight {
  font-weight: bold;
  color: red;
}

#beteiligungen-liste {
  margin: 0px;
  margin-left: 16px;
  padding: 0px;
}

#beteiligungen-liste li {
  list-style-image: url(/images/layout/bullet-red.gif);
  margin-bottom: 15px;
}

#beteiligungen-liste li a {
  color: black;
  font-weight: bold;
}

/* Umfrage unter IR */

#nav #umfrage {
  float: left;
  width: 194px;
  font-size: 10px;
  background: white url(../images/layout/bg_box.gif) repeat-x;
  color: #464646;
  border-bottom: 1px solid #CCC;
  margin: 10px 0;
  font-weight: normal;
  text-transform: none;
}

h1.sidebar_caption {
  display: block;
  margin: 0px;
  color: white;
  background-color: #DF000D;
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
  border-bottom: 1px solid #D4D4D4;
  text-transform: uppercase;
}

#nav #umfrage div {
  padding: 5px 10px 0 10px;
}

#nav #umfrage a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #e00f27;
}

#nav #umfrage a.noborder,
#nav #umfrage a.noborder:hover {
  border: 0;
}

#nav #umfrage a:hover{
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #e00f27;
}
