/*============================================================================*/
/*========================== Algemeine Definitionen ==========================*/
/*============================================================================*/

* { /* Entfernen aller Margins und Paddings fuer alle Elemente */
	padding: 0;
	margin: 0; 
}

html {
	border: 0 solid; /* Entfernt den ueberfluessigen Border im IE Chrome */
}

body {
	font-size: 62.5%; /* Stellt 1em auf 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.65em;
	line-height: 1.0em;
}

/*============================================================================*/
/*================================ HTML-Tags =================================*/
/*============================================================================*/

h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #dc5c26;
}

h2 {
	display: block;
	height: 23px;
	background-color:#fd6932;
	line-height: 23px;
	color:#FFFFFF;
	font-size:1.4em;
	padding: 0 0 0 9px;
	margin: 9px 0 9px 0;
}

h3 {
	display: block;
	height: 23px;
	line-height: 23px;
	color: #828282;
	font-size:1.4em;
	padding: 0 0 0 15px;
	margin: 9px 0 9px 0;
	background:url(../images/layout/bullet.gif) 0px 8px no-repeat;
}

h4 {
	line-height: 23px;
	color:#fd6932;
	font-size:1.3em;
}

h5 {
	font-size: 1.3em;
	color: #828282;
	margin: 0 0 10px 0;
}

a {
	color: #FF6600;
	font-size: 1.1em;
	text-decoration: none;
    font-weight: bold;
}

a img {
	border: none;
}

p {
	color: #363535;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

table {
    width: 100%;
}

table, th, td {
    font-size: 10px;
	line-height: 1.5em;
    border-bottom: 2px solid #DDDDDD
}

th {
    background-color: #DDDDDD;
}

td {
    padding: 2px 12px 2px 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.even {
    background-color: #F8F8F8;
}
.odd {
    background-color: #F2F2F2;
}

p .hinweis {
	font-size: 0.9em;
}

#content ul {
	list-style: none;
}

#content ul li {
	color: #363535;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 12px;
	background: url(../images/layout/bullet_default.gif) 0px 5px no-repeat;
}

#content ul.spezial li {
	padding: 0 0 0 30px;
	background: url(../images/layout/bullet_spezial.gif) 0px 0px no-repeat;
}

.spacer {
	padding: 0 9px 0 9px;
}

hr {
	font-size: 0;
	line-height: 0;
	border: none;
	border-bottom: 1px solid #dadada;
	height:0px;
}

/*============================================================================*/
/*============================ Algemeine Klassen =============================*/
/*============================================================================*/

.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

input.text {
	margin: 0 0 7px 0;;
	padding: 6px 0 0 7px;
	height: 21px; /* 6px padding */
	border: 1px solid #b0b0b0;
	
	line-height: 27px;
	font-size: 1.3em;
	font-weight: bold;
	color: #808080;
}

* html input.text {
	padding: 0 0 0 7px;
	height: 27px;
}

*+html input.text {
	padding: 0 0 0 7px;
	height: 27px;
}



input.Search {
	margin: 0;
	padding: 6px 0 0 7px;
	height: 21px; /* 6px padding */
	width: 168px; /* 7px padding */
	border: 1px solid #b0b0b0;
	border-right: none;
	
	line-height: 27px;
	font-size: 1.3em;
	font-weight: bold;
	color: #808080;
	
	float: left;
}

* html input.Search {
	padding: 0 0 0 7px;
	height: 27px;
}

*+html input.Search {
	padding: 0 0 0 7px;
	height: 27px;
}

input.SearchButton {
	margin: 0;
	padding: 0;
	float: left;
}

/*============================================================================*/
/*============================ Layout Klassen =============================*/
/*============================================================================*/

#wrapper {
	width: 996px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	/*background:url(../images/wrapper_bg.gif) top left repeat-y;*/
	/*background-color: #FFFFFF;*/
	border: 0px solid #000000;
}

/*---------- header ----------*/
#header {
	height: 119px;
	width: 996px;
	padding: 0;
	/*background:url(./../images/layout/bg_header.gif) repeat-x;*/
}

#header #logo {
	float: left;
}

#header #logo img {
	margin: 15px 0 0 49px;
	float: left;
}

/*---------- header -> metanavi / searchform ----------*/

#header #right {
	width: auto;
	height: 54px; /* 10px paddnig */
	padding: 10px 42px 0 0;
	margin: 0;	
	float: right;
}

#header #right #form_search form {
	margin: 0;
	padding: 0 0 0 214px;
}

#header #metanavi {
	text-align: right;
	margin: 0 0 12px 0;
}

#header #metanavi ul {	
	width: auto;
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
}

#header #metanavi li {
	display: inline;
	color: #828282;
}

#header #metanavi li.active {
    color: #000;
    font-size: 1.1em;
}

#header #metanavi li a {
	color: #828282;
    font-weight: normal;
}

#header #metanavi li a:hover {
	color: #dc5c26;
}

/*---------- header -> MainNav ----------*/
#header #MainNav {
	padding: 20px 0 0 43px;
	
}

#header #MainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #MainNav li {
	display: inline;
	color: #828282;
	float: left;
}

#header #MainNav li a {
	display: block;
	
	width: 150px;
	height: 32px;
	margin: 0 2px 0 0;
	
	text-align:center;
	line-height: 32px;
	font-weight: bold;
	font-size: 1.2em;
	color: #878787;
	
	background: url(../images/layout/bg_mainnav.gif) no-repeat;
}

#header #MainNav li a:hover {
	color: #dc5c26;
}

#header #MainNav li a:hover, #header #MainNav li a.act {
	color: #dc5c26;
}


/*---------- content ----------*/

#bg_wrapper {
	width: 953px; /* 43px padding */
	height: auto; /* 9px padding */
	padding: 9px 0 12px 43px;
	margin: 0 0 30px 0;
	
	/*background: url(../images/layout/bg_content.gif) repeat-x #FFFFFF;*/
}

#content_wrapper {
	margin: 0 43px 0 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#content {
	padding: 0 0 0 0;
	width: 716px;
	float:left;
}

#content_left {
	width: 525px;
	margin: 0 9px 0 0;
	float: left;
}

#content_right {
	float: left;
	padding: 0 7px 0 0;
}

/*---------- content -> navigation----------*/

#navigation {
	width: 186px;
	float: left;
	margin: 0 8px 0 0;
}

#navigation ul {
	list-style-type:none;
	display: block;
}

/*Ebene 1*/

#navigation ul li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #9d9d9d;
	width: 184px;
	display: block;
}

#navigation ul li, #navigation ul li a {
	background: url(../images/layout/nav_ebene1_bg.gif) top left repeat-x;
}

#navigation ul li a:hover {
	background: url(../images/layout/nav_ebene1_bg_a.gif) top left repeat-x;
}

#navigation ul li a {
	padding: 0 0 0 15px;
	display: block;
	height: 30px;
	width: 169px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 29px;
}

#navigation ul li.act, #navigation ul li.act a {
	background: url(../images/layout/nav_ebene1_bg_act.gif) top left no-repeat;
	border-bottom: none;
}

#navigation ul li.act a {
	height: 32px;
	line-height: 30px;
}

/*Ebene 2*/

#navigation ul li ul li {
	border: 1px solid #fd6932 !important;
	border-top: none !important;
	width: 182px;
}

#navigation ul li ul li a {
	padding: 0 0 0 20px;
	height: 26px !important;
	width: 162px;
	line-height: 28px;
	color: #8d8d8d;
	font-weight: normal;
	line-height: 25px !important;
}

#navigation ul li ul li a:hover {
	color: #fd6932;
}

#navigation ul li ul li.act a, #navigation ul li ul li.act a:hover {
	font-weight: bold;
	color: #fd6932;
}

#navigation ul li ul li, #navigation ul li ul li a {
	background-image: none !important;
}

/*Ebene 3*/

#navigation ul li ul li ul li {
	border: none !important;
	border-top: 1px solid #fd6932 !important;
	width: 182px;
}

#navigation ul li ul li ul li a {
	padding: 0 0 0 40px;
	height: 26px;
	width: 142px;
	line-height: 28px;
	color: #8d8d8d !important;
	font-weight: normal !important;
	line-height: 25px !important;
}

#navigation ul li ul li ul li a:hover {
	color: #fd6932 !important;
	background:none !important;
}

#navigation ul li ul li ul li.act a {
	color:#fd6932 !important;
}

#navigation ul li ul li ul li, #navigation ul li ul li ul li a {
	background: none !important;
}

/*Ebene 4*/
#navigation li.act li.act li.act ul li a {
	padding: 0 0 0 60px !important;
	width: 122px !important;
	color:#8d8d8d !important;
}

#navigation li.act li.act li.act ul li a:hover, #navigation li.act li.act
li.act ul li.act a {
	color:#fd6932 !important;
}

/*---------- content -> left ----------*/

#left {
	float: left;
	width: 697px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*---------- content -> left -> content_top ----------*/

#left #content_top {
	height: 239px;
	width: 674px; /* 23px padding */
	margin: 0 0 0 0;
	padding: 0 23px 0 0;
	
	background: url(../images/layout/bg_content_top.jpg) no-repeat;
}

#left #content_top #BoxBig {
	padding: 20px 0 0 20px;
	height: 200px;
	overflow: hidden;
}

#left #content_top #boxes {
	margin: 44px 0 0 13px;
	float: right;
	width: 330px;
}

#left #content_top .BoxGray {
	width: 122px; /* 28px padding */
	height: 116px; /* 24px padding */
	padding: 10px 14px 14px 14px;
	float: right;
	overflow: hidden;
	background: url(../images/layout/box.png) no-repeat !important;
	background: url(../images/layout/box.gif) no-repeat;
}

.two {
	margin: 0 13px;
	float: left;
}

* html #left #content_top .BoxGray {
	filter: alpha(opacity=70);
	/*background: url(../images/layout/box.gif) no-repeat;
	background:none;	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout/box.png', sizingMethod='crop');*/
}

#left #content_top .BoxGray h1, #left #content_top .BoxGray p {
	color: #828282;
}

#left #content_top .BoxGray h1 {
	margin: 0 0 5px 0;
}

#left #content_top .BoxGray p, #left #content_top .BoxBig p {
	font-size: 1.1em;
	line-height: 1.2em;
}

/*---------- content -> left -> content_middle ----------*/

#left #content_middle {
	width: 697px;
	padding: 9px 0 0 0;
}

#left #content_middle h1 {
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 1.6em;
	font-weight: bold;
}

#left #content_middle p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#left #content_middle a {
	
}

#left #content_middle #box1 {
	width: 207px; /* 24px padding */
	height: 92px; /* 87px padding */
	padding: 87px 12px 0 12px;
	float: left;
	
	background: url(../images/layout/bg_home_box1.gif) no-repeat;
}

#left #content_middle #box2 {
	width: 207px; /* 24px padding */
	height: 92px; /* 87px padding */
	padding: 87px 12px 0 12px;
	float: left;
	
	background: url(../images/layout/bg_home_box2.gif) no-repeat;
}

#left #content_middle #box3 {
	width: 209px; /* 24px padding */
	height: 92px; /* 87px padding */
	padding: 87px 12px 0 12px;
	float: left;
	
	background: url(../images/layout/bg_home_box3.gif) no-repeat;
}

/*---------- content -> left -> content_bottom ----------*/

#left #content_bottom {
	width: 697px;
	height: 58px;
	margin: 10px 0 0 0;
	border: 0px solid #000000;
}



/** html #left #content_bottom {
	margin: 8px 0 0 0;
}*/

#left #content_bottom img {
	border: none;
	margin: 0;
	padding: 0;
}

/*---------- content -> right ----------*/

#bg_wrapper #right {
	width: 213px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
}

#bg_wrapper #right #newsletter {
	margin: -2px 0 7px 0;
	
}

#bg_wrapper #right #newsletter h1 {
	/*font-size: 1.2em;*/
	margin: 0 0 4px 0;
}

#bg_wrapper #right #newsletter input.text {
	width:204px; /* 2px border, 6px padding */
}

#bg_wrapper #right #news {
	height: 254px; /* 12px padding */
	overflow: hidden;

	margin: 5px 0 0 0;
	padding: 6px 6px 15px 6px;
	border: 1px solid #cfcdce;
		
	background: url(../images/layout/bg_news.gif) repeat-x #e8e8e8;
}

* html #bg_wrapper #right #news {
	height: 255px;
}

#bg_wrapper #right #news h1 {
	/*font-size: 1.4em;*/
	margin:0 0 15px 0;
}

#bg_wrapper #right #news a {
	margin:0 0 18px 0;
	padding:0;
	
	line-height: 1.7em;
	
	color: #626262;
	text-decoration: underline;
}

#bg_wrapper #right #news img {
	
	padding: 0;
	margin: 0 0 0 3px;
}

#bg_wrapper #right #teaser a {
	
}

#bg_wrapper #right #teaser img {
	margin-top:11px;
}

*+html #bg_wrapper #right #teaser img {
	margin-top:9px;
}

* html #bg_wrapper #right #teaser img {
	margin-top:8px;
}


.box5050_left {
	float:left;
	width: 240px;
	border: 1px solid #dad9d9;
	background-color: #fcfcfc;
	padding: 8px;
	margin: 0 9px 1em 0;
	height: auto !important;
	height: 280px;
	min-height: 280px;
}

.box5050_right {
	float:left;
	width: 240px;
	border: 1px solid #dad9d9;
	background-color: #fcfcfc;
	padding: 8px;
	height: auto !important;
	height: 280px;
	min-height: 280px;
	margin: 0 0 1em 0;
}

.box_full_orange {
	border: 1px solid #dad9d9;
	background-color: #feeac9;
	padding: 8px;
	margin: 0 0 1em 0;
}

.rounded {
	width: 155px;
	margin: 9px 0 0 0;
	background:url(../images/layout/rounded.gif) top left no-repeat;
	padding: 10px;
	
	height: auto !important;
	height: 128px;
	min-height: 128px;
}

.rounded p {
	color: #808080;
}

.rounded input.txt {
	width: 146px;	
	border:1px solid #B0B0B0;
	color:#808080;
	font-size:1.3em;
	font-weight:bold;
	height:21px;
	line-height:27px;
	margin:0 0 5px 0;
	padding:6px 0pt 0pt 7px;
}

*+html .rounded input.txt {
	padding: 0 0 0 7px;
	height: 27px;
}

* html .rounded input.txt {
	padding: 0 0 0 7px;
	height: 27px;
}

#footer {
	margin: 20px 43px 20px 43px;
	padding: 10px 0 0 0;
	text-align:center;
	border-top: 1px solid #ccc;
    color: #999;
}
#footer a {
    color: #999;
    font-weight: normal;
}

#chartframe {
    width: 505px;
    height: 700px;
}

*.news_detail {
    font-family:"Courier New", Courier, mono;
    font-size: 12px;
    line-height: normal;
}

ul.sublist  {
    margin: 5px 0 20px 20px;
}

/* ausblick */
#ausblick .col1, #ausblick .col2, #ausblick .col3 {
    text-align: right;
    padding: 0 12px 0 0;
}

#ausblick .col0 {
    font-weight: normal;
    text-align: left;
    padding-left: 12px;
}

/* structure */
#structure .col0{
    width: 100px;
}
#structure .col2{
    text-align: left;
}

/* kennzahlen */
#kennzahlen .figures {
    width: 100%;
}
#kennzahlen .col0 {
    width: 135px;
}

#kennzahlen .row1 {
    border-bottom: 0px;
}
#kennzahlen .row2 {
    border-top: 0px;
}

/* analystberichte */
#analystberichte .analystcov {
    width: 100%;
}
#analystberichte td {
    padding: 0 10px 0 0;
}
#analystberichte .col0 {
    width: 80px;
}
#analystberichte .col3 {
    text-align: right;
}


/* berichte */
#berichte table{
    width: 100%;
}
#berichte .col2, #berichte .col3{
    text-align: right;
}

/* praesentationen */
#praesentationen table{
    width: 100%;
}
#berichte .col2, #berichte .col3{
    text-align: right;
}

/* ir_team */
#ir_team img {
    float: left;
    margin: 0 20px 0 20px;
}

/* feedback */
#feedback input, #feedback select, #feedback textarea {
    border: 1px solid #000;
    width: 290px;
}

/* vorstand */
#vorstand img {
    border: 0px;
    margin: 0 10px 0 0;
}

/* dd directors dealings */
#dd td {
    padding: 2px;
}


/* listen */
.date {
    clear: both;
    color: #FD6932;
}

.description {
    float: left;
    background-color: #F2F2F2;
    width: 406px;
    padding: 4px 12px 4px 12px;
    margin-top: 4px;
    border-right: 2px solid #fff;
}

.download {
    background-color: #F8F8F8;
    padding: 4px 5px 4px 5px;
    margin-top: 4px;
    text-align: center;
}
.download a {
    font-size: 10px;
    text-decoration: underline;
    color: #808080;
}

table.news_layout,
table.news_layout_data_tabel,
table.news_footer_layout{
                border: 0px;
}

table.news_layout *,
table.news_layout_data_tabel *,
table.news_footer_layout *{
                font-family:"Courier New", Courier, mono;
                font-size: 12px;
				line-height:normal;
}

table.news_layout td p {
	margin:10px 0px 0px 0px;
	line-height:normal;
	color:#000000;
}

#content table.news_layout td ul li
{
	color:#000000;
	margin:5px 0px 0px 0px;
}

table.news_layout td a {
	color:black;
	text-decoration:underline;
}

table.news_layout_data_tabel {
	width:100%;
}