*
{
	margin:0px;
	padding:0px;
}

img
{
	border:0px;
}

body, html
{
	background-color:#FFF;
        background-image: url(/images/global/page_background.jpg);
        background-position: 0 0;
        background-repeat: repeat-x;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:76%;
font-size:7pt;
}

div.gesamte_inhalt
{
    height:auto !important;
    height:89%; 
    min-height: 89%;
}

table.nulpaddings 
{
PADDING-RIGHT: 0px; 
PADDING-LEFT: 0px; 
MARGIN-TOP: 0px; 
PADDING-TOP: 0px;
MARGIN-BOTTOM: 10px; 
}
img.with_padding 
{
* margin-top:2px;
}

h1
{
	font-size:1em;
	margin-top:1em;
	margin-bottom:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h2
{
	font-size:1em;
	margin-bottom:0.85em;
	padding-bottom:4px;
	color:#666;
	font-weight:bold;
}

h2.mainheadline
{
	font-size:1.1em;
}

p
{
	line-height:1.45em;
	margin-bottom:0.85em;
}

a
{
	color: #990000;
}

.arrow, a.arrow
{
	font-weight: bold;
	background-image: url(/images/icons/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 1.5em;
	text-decoration: none;
	font-size: 0.9em;
}

input, textarea, select
{
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.square
{
	font-weight: bold;
	background-image: url(/images/global/icon_square.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 1.5em;
	text-decoration: none;
}

.highlight
{
	color: #990000;
}

.black
{
	color: #000000;
}

.error
{
	color: #FF0000;
}

.imgleft
{
	float: left;
	margin-right: 1em;
}

.smallfont
{
	font-size: 0.9em;
}

.bigfont
{
	font-size: 1.1em;
}

* html td {  /* nur fuer Internet Explorer */
  font-size: 0.6em;    /* Version 5.x */
  font-si\ze: 1em;    /* Version 6 */
}

* html td.bigfont {  /* nur fuer Internet Explorer */
  font-size: 0.7em;    /* Version 5.x */
  font-si\ze: 1.1em;    /* Version 6 */
}

.strong, .bold {
	font-weight: bold;
}

div.clear
{
	clear:both;
	margin: 0;
	padding: 0;
	/*margin:1em;*/
}

div.noheight
{
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.wetextarea
{
	color:#666;
	font-size: 0.7em;
}

.wetextarea ul
{
	margin-left: 1.5em;
}

.wetextarea ol
{
	margin-left: 2.3em;
}

.wetextarea table td {
    font-size: 0.7em;
}

.wetextarea table.datatable th,
.wetextarea table.datatable td {
    font-size: 0.7em;
}

.edithint
{
	background-color:#FFD947;
	font-weight:bold;
	padding: 2px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

hr
{
	color: #E6E6E6;
	background-color: #E6E6E6;
	border: none; 
	height: 1px;
	margin: 0.7em 0 1em 0;
}


/* float clearing for IE6 */
* html .clearfix {
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
	min-height: 1%;
	margin: 0;
	padding: 0;
}

/* float clearing for everyone else */
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* page */

div.page
{
	background-color:#fff;
	padding: 0 0 1.8em 0;
	width:86.6em;
	margin: 0 auto;
	height: 95%;
	color:#666;
	font-size:1.2em;
}

div.head
{
	background-image:url(/images/global/logo_bg.jpg);
	background-repeat:repeat-x;
	/*height:103px;*/
	border-bottom: 1px solid #fff;
	background-color: #680000;
}

div.head .headimage
{
	float:right;
}

div.head .headlogo
{
	float:left;
}

/* NAVIGATION */

div.navi
{
	background-color:#fafafa;
	margin-bottom: 3em;
	clear: both;
}

ul.navi
{
	font-family:Arial, Helvetica, sans-serif;
	/*padding:0.5em;*/
	float:left;
	/*width:47em;*/

	width: 66.51%;
	margin-right: 1.05%;

	display:block;
	font-size:1.1em;
	font-weight:bold;
	background-color:#e6e6e6;	
}

* html ul.navi
{
	width: 66.33%;
}

ul.navi li
{
	float:left;
	list-style-type:none;
	padding: 0.5em 0.87em 0.5em 0.78em;
}

ul.navi li a
{
  	display:block;
	color:#990000;
	text-decoration:none;
}

ul.navi li a:hover,
ul.navi li a:active,
ul.navi li a:focus
{
	color:#000;
}

ul.navi li.active,
ul.navi li:hover
{
 	background-color:#fff;
}

ul.navi li.active a
{
 	color:#000;
}

ul.navi 
{
  position:relative;
  float:left;
}

ul.navi li ul
{
  position:absolute;
  left:0;
  top:100%;
  padding-left: 0.78em;
  width: 51em;
}

ul.navi li ul li
{
  	padding: 0.5em 1em 0.5em 0em;
}

ul.navi li ul li {
	float: left;
}

ul.navi li ul li.active,
ul.navi li ul li:hover
{
 	background-color: transparent;
}

ul.navi li.active ul li a
{
  	color:#990000;
	font-weight:normal;
}

ul.navi li.active ul li.active a
{
  	color:#000000;
	font-weight:bold;
}


/* SUBNAVIGATION */

ul.subnavi
{
	font-family:Arial, Helvetica, sans-serif;
	padding: 0.7em 0 0em 0em;
	float:right;
	/*width:27.5em;*/
	width: 32.35%;
	
	display:block;
	font-size:0.95em;
}

ul.subnavi li
{
	float:left;
	list-style-type:none;
	/*padding:0.2em;*/
	padding-right: 0.55em;
	padding-left: 0.55em;
	border-right:solid 1px #990000;
	line-height: 1em;
}

ul.subnavi li.first
{
	padding-left: 0em;
}

ul.subnavi li.last
{
	border:none;
}

ul.subnavi li a
{
	text-decoration:none;
	color:#990000;
}

ul.subnavi li a:hover,
ul.subnavi li a:active,
ul.subnavi li a:focus
{
	text-decoration:none;
	color:#000;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

/* CONTENT */

div.main
{
	border-top:solid 1px #e6e6e6;
	clear: both;
	padding: 1em 0em 1em 0em;	
    height: auto;
}

h1.headline
{
	border-bottom: solid 1px #e6e6e6;
	padding: 0em 0em 1em 1em;
	margin: 0;
}

div.headline_box
{
	float: left;
	border-bottom: solid 1px #e6e6e6;
	padding: 0em 0em 1em 1em;
	margin: 0;
	width: 85.6em
}

div.headline_box h1
{
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
}

div.headline_box .addonnavi
{
	float: right;
	/*width: 400px;*/
	border: 0;
	padding: 0;
	margin: 0;
	padding-right: 10px;
}

div.headline_box .addonnavi p 
{
	padding: 0;
	margin: 0;
}

div.content
{
	margin: 0;
	padding: 1.3em 0em 1.3em 1em;
	line-height:1.45em;
}

div.content_aktienchart
{
	margin: 0;
	padding: 1.3em 0em 1.3em 1em;
	line-height: 113.09%;
}

div.content_left
{
	float: left;
	width: 49.5%;
	padding-right: 1.2%;
	padding-bottom: 1em;
	overflow: hidden;
}

div.content_right
{
	float: right;
	width: 48%;
	padding-right: 1.2%;
	padding-bottom: 1em;
	overflow: hidden;
}

div.content_bottom
{
	/*margin-top: -1em; */
	border-top: solid 1px #e6e6e6; 
	padding-top: 2em;
	padding-bottom: 1em;
	clear: both;

}

div.content_third
{
	float: left;
	width: 33%;	
}

div.content_twothird
{
	float: left;
	width: 66%;	
}

div.content_third_last
{	float: left;
	width: 33%;
}

div.content ul
{
	list-style-type: none;	
}

div.content ul li
{
	margin-bottom:0.85em;
	padding-left:1.5em;
	background-image: url(/images/global/icon_square.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

div.content ol
{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left:2.3em;
}

div.content ol li
{
	margin-bottom:0em;
}

div.hauptinhalt
{
	float:left;	
	width:65%;
}

div.hauptinhalt div.hauptinhalt_image
{
	float:left;	
	width:52.1%;
}

div.hauptinhalt div.hauptinhalt_text
{
	float:left;	
	width:47.9%;
}

div.hauptinhalt img
{
	padding-right:1em;
}

div.nebeninhalt
{
 	margin-top: -1.3em;
	float:right;
	width:32.7%;
	background-color:#f0f0f0;
}

div.nebeninhalt div.infobox
{
	border-bottom: 1px solid #fff;
	padding: 1.7em 1em 1.7em 1em;
	margin: 0;
}

div.nebeninhalt div.infoboxaktie
{
	border-bottom: 1px solid #fff;
	font-size: 0.9em;
	margin: 0;
}

/*
div.nebeninhalt div.infoboxaktie table.greytable
{
	padding:0px 10px;
}
*/

* html div.nebeninhalt div.infobox
{
	padding-bottom: 0em;
}

div.nebeninhalt div.infobox div.infoboximg
{
	float: left;
	width: 52%;
	margin: 0;
	padding: 0;	
	line-height: 0em;
	font-size: 0em;

}

div.nebeninhalt div.infobox div.infoboxtxt
{
	float: left;
	width: 47%;	
	margin: 0;
	padding: 0;
}

div.nebeninhalt div.infobox div.infoboxtxt p
{
	padding: 0;
}

/* topnews */

div.topnews
{
	border-top: solid 1px #e6e6e6;
	margin-top: 1em;
	padding-top: 1em;
}

div.topnews ul
{
	list-style-type:none;
	color: #000000;
}

div.topnews ul li
{
	margin-top: 1em;
	margin-bottom: 0em;
	padding-left: 0em;
	background-image: none;
	clear: both;
	float: left;
	width: 100%;
}

div.topnews ul li span.topnews_date
{
	display: block;
	float: left;
	width: 14.4%;
	background-image: url(/images/bg_topnews.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 0.75%;
}

div.topnews ul li a
{
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	width: 84.8%;
}

/* footer */

div.footer
{
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	padding: 0.4em 1em 0.4em 1em;
	margin-top: 6em;
	clear: both;
    height:3%;
}

div.footer p
{
	padding: 0;
	margin: 0;
}

div.footer span.rot
{
	color:#990000;
	padding: 0;
	margin: 0;	
	font-family: Arial, Helvetica, sans-serif;
}

/* imagenavi */

ul.imagenavi
{
	padding: 1.3em 0 1em 1em;
	border-top: solid 1px #e6e6e6;
	list-style: none;
	clear: both;
}

ul.imagenavi li
{
	float: left;
	padding-right: 0.83em;
	width: 150px;
}

ul.imagenavi li.last
{
	padding-right: 0;
}

ul.imagenavi li img
{
	margin-bottom: 0.5em;
}

ul.imagenavi li a
{
	font-weight: bold;
	background-image: url(/images/icons/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 1.4em;
	text-decoration: none;
	display: block;
}

/* Datentabellen */

.datatable,
table.datatable {
	border-collapse: collapse;
	margin: 1em 1em 2em 0;
	width: 99%;
}

.datatable th,
.datatable td,
table.datatable th,
table.datatable td {
	background-color: #D0C8BE;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #D0C8BE;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.3em;
	vertical-align: top;
	padding: 0.5em 0.75em 0.5em 0.75em;
}

.datatable_first,
table.datatable th.datatable_first,
table.datatable td.datatable_first,
table.datatable th.first,
table.datatable td.first {
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 0;
}

.datatable td,
table.datatable td {
	background-color: #EFEBE6;
	color: #000000;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #D0C8BE;
}

.datatable_textright,
table.datatable th.datatable_textright,
table.datatable td.datatable_textright,
table.datatable th.textright,
table.datatable td.textright {
	text-align: right;
}

.datatable td p,
.datatable th p,
table.datatable td p, 
table.datatable td p {
	margin-bottom:0em;
	line-height:1.3em;
}


/* products */

div.products {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 1em;
	padding-bottom: 0em;
}

div.products div.content_left,
div.products div.content_right {
	padding-bottom: 0em;
}

div.productlist {
	clear: both;
	margin-bottom: 1.5em;
}

div.productlist img {
	padding-bottom: 0.2em;
}

div.productlist h2
{
	margin-bottom: 0.5em;
	line-height: 100%;
}

div.productlist p {
	margin-bottom: 0em;
}

/* organe */

div.organe {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 1em;
	padding-bottom: 0em;
}

div.organelist {
	margin-bottom: 1.5em;
	float: left;
	width: 49.9%;
}

div.organelist h2
{
	margin-bottom: 0.5em;
	line-height: 100%;
}

div.hauptinhalt div.organelist img {
	padding-right: 0em;
}


/* kontakt */

div.kontakt {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 1em;
	padding-bottom: 0em;
}




/* sitemap */

div.sitemap
{
	padding: 0em;
	line-height: 1.45em;
	margin-top: -1em;
}

div.content ul.sitemap,
div.content ul.sitemap li,
div.content ul.sitemap li ul,
div.content ul.sitemap li ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
	background-image: none;
}

div.content ul.sitemap li
{
	border-bottom: solid 1px #e6e6e6;
}

div.content ul.sitemap li img
{
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.content ul.sitemap li ul
{
	border-top: solid 1px #e6e6e6;
	padding: 0.4em 1em 1.1em 1em;
}

div.content ul.sitemap li ul li
{
	border: 0;
	padding: 0;
	margin-top: 0.6em;	
}

div.content ul.sitemap li ul li a
{
	font-weight: bold;
	background-image: url(/images/icons/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 1.5em;
	text-decoration: none;
	font-size: 0.9em;
}

/* karriere -> joblist */

div.content ul.joblist li {
	padding: 0;
	background-image: none;
	margin-right: 2em;
	float: left;
	width: 45%;
}

/* meilensteine */

div.meilensteine table {
	margin-bottom: 1.5em;
}

div.meilensteine table td table {
	margin-bottom: 0em;
}

div.meilensteine table td {
	vertical-align: top;
}

div.meilensteine table td.year {
	width: 10%;
}

div.meilensteine table td img {
	margin-top: 0.3em;
}

div.meilensteine table td ul {
	list-style-type: disc;
	margin-left: 1.5em;
}

div.meilensteine table td ul li {
	background-image: none;
	padding-left: 0;
}


/* Styles MiniChart Aktie */

.QFgreytable {margin: 0px 10px 0px 10px; width: 290px; }

.QFtd {font-size:11px; font-family:Verdana,Arial,Helvetica,sans-serif; color:#000000; line-height:18px;}

.QFhead {font-weight:bold; padding-top: 10px; color:#666666; font-size:11px; font-family:Verdana,Arial,Helvetica,sans-serif; line-height:18px;}

.QFchart {padding-top: 12px; padding-bottom:12px;font-size:11px; font-family:Verdana,Arial,Helvetica,sans-serif; color:#000000; line-height:18px;}

.QFlast {padding-bottom:10px;font-size:11px; font-family:Verdana,Arial,Helvetica,sans-serif; color:#000000; line-height:18px;}

/* Styles MiniChart Aktie ENDE */