/** LINKS */
a {
	color: #656347;
	text-decoration: none;
}

a:link.company_small, a:visited.company_small, a:focus.company_small, a:hover.company_small, a:active.company_small {
	color: #b2b2b2;
}

a:link.company_medium, a:visited.company_medium, a:focus.company_medium, a:hover.company_medium, a:active.company_medium {
	color:#3966B9;
}

a:link.company_big, a:visited.company_big, a:focus.company_big, a:hover.company_big, a:active.company_big {
	color: #CB001E;
}

a:link.beschreibung, a:visited.beschreibung, a:focus.beschreibung, a:hover.beschreibung, a:active.beschreibung {
	color: #000;
}

a:link.dark, a:visited.dark, a:focus.dark, a:hover.dark, a:active.dark {
	color: #494949;
}

a:link.blue, a:visited.blue, a:focus.blue, a:hover.blue, a:active.blue {
	color: #445cb2;
	background: transparent url(../img/raquo.gif) no-repeat scroll right center;
	padding-right: 10px;
}

a:link.red, a:visited.red, a:focus.red, a:hover.red, a:active.red {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #FFDA00;
	background: transparent url(../img/rsaquo.gif) 2px 4px no-repeat;
	padding-left: 10px;
}

span.search {
	color: #535353;
	font-weight: bold;
	font-family: times new roman;
	font-size: 14px;
}

.clear {clear:both;}

span.beschreibung {
	color: #666666;
}

span.bold {
	font-weight: bold;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #656347;
	height: 20px;
	line-height: 20px;
	border-left: 5px solid #FFE000;
	margin: 40px 0 25px 0;
	padding: 0px 0px 0px 18px;
	font-size: 11px;
	font-weight: bold;
	background-color: #E5E5E5;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #656347;
	/*height: 20px;*/
	line-height: 20px;
	border-left: 5px solid #FFE000;
	margin: 40px 0 25px 0;
	padding: 0px 0px 0px 18px;
	font-size: 11px;
	font-weight: bold;
	background-color: #E5E5E5;
	/*background: url(../img/bg_nav.gif) 0px 0px repeat-x;*/
}

h2.management {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #656347;
	/*height: 20px;*/
	line-height: 20px;
	border-left: 5px solid #FFE000;
	margin: 40px 0 25px 0;
	padding: 0px 0px 0px 18px;
	font-size: 11px;
	font-weight: bold;
	background-color: #E5E5E5;
}

span.management {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	line-height:normal;
}

sub, sup {
      line-height: 0px;
      font-size: 70%;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    }

p.fontstyle {
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

div.company_img {
	margin: 10px 0px 20px 0px;
	width: 669px;
	height: 65px;
	padding: 5px 0;
	background: none;
	border-left: 5px solid #FFE000;
}

div.company_img h1 {
	color: #656347;
	font-size:11px;
	font-weight: bold;
	background: none;
	width: 659px;
	border: none;
	float:left;
	margin:0;
	padding:0 0 0 10px;
}

div.company_img h1 img {
	float:right;
	border:1px solid #BEC8CE;
	padding:2px;
	margin: 0 0px 0 0;
}


div.spacer {
	height: 23px;
	line-height: 23px;
	border-top: 0px dotted #b2b2b2;
	border-right: 0px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-left: 0px solid #b2b2b2;
	text-align: right;
	padding: 0px 18px 0px 18px;
}

div.spacer_page_flip {
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid #b2b2b2;
	border-right: 0px solid #b2b2b2;
	border-left: 0px solid #b2b2b2;
	text-align: center;
	padding: 0px 18px 0px 18px;
}

div.spacer_page_flip_top {
	height: 23px;
	line-height: 23px;
	border-top: 1px solid #b2b2b2;
	text-align: center;
	background: url(../img/bg_spacer.gif) repeat-x;
	padding: 0px 18px 0px 18px;
}

div.spacer_page_flip span.right {
	float: right;
}

div.spacer_page_flip span.left {
	float: left;
}

div.spacer_news div {
	float: left;
}

div.spacer_news div.number {
	height: 14px;
	width: 11px;
	line-height: 14px;
	padding: 0px 0px 2px 5px;
	margin: 3px 5px 2px 5px;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
}

/** Normale Content Table (1 TR pro eintrag) */

table.content_table {
	width: 100%;
	border-top: 0px dotted #b2b2b2;
	border-right: 0px solid #b2b2b2;
	border-bottom: 0px solid #b2b2b2;
	border-left: 0px solid #b2b2b2;
}


table.marked_col {
	width: 100%;
	border-top: 0px dotted #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 0px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
}

table.marked_col tr:hover td{
	background-color: #ffffff;
}


table.content_table tr.odd, table.marked_col tr.odd {
	background-color: #ffffff;
}

table.content_table tr.even, table.marked_col tr.even {
	background-color: #ffffff;
}

table.content_table tr td, table.marked_col tr td {
	padding: 10px 8px 10px 0px;
	border-top: 1px dotted #b2b2b2;
	vertical-align: top;
}

table.content_table tr td.first_col, table.marked_col tr td.firstCol {
	padding-left: 18px;
}

table.content_table tr td.last_col, table.marked_col tr td.lastCol {
	padding-right: 18px;
}

table.content_table a {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #FFDA00;
	background: transparent url(../img/rsaquo.gif) 2px 4px no-repeat;
	padding-left: 10px;
}


/** DOWNLOADS */

table.downloads {
	width: 100%;
	border-bottom: 1px solid #b2b2b2;
}

table.downloads tr.odd {
	background-color: #ffffff;
}

table.downloads tr.even {
	background-color: #ffffff;
}

table.downloads tr td {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #b2b2b2;
	vertical-align: top;
}

table.downloads tr td.col0 {
	padding-left: 18px;
	width: 70%;
}

table.downloads tr td.col1 {
	width: 10%;
	text-align:center;
}

table.downloads tr td.col2 {
	width: 10%;
	text-align:center;
}

table.downloads tr td.col3 {
	width: 10%;
	text-align:center;
}

/** JAHRESZAHLEN / QUARTALSZAHLEN */
table.figures tr td.col0 {
	width: 200px;
}

/** AKTIONÄRSSTRUKTUR AUSGABE */

table.shareholder {
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px dotted #b2b2b2;
}

table.shareholder tr.even {
	background-color: #ffffff;
}

table.shareholder tr.odd {
	background-color: #ffffff;
}

table.shareholder tr td {
	padding: 10px 0px 10px 0px;
	border-top: 1px dotted #b2b2b2;
	vertical-align: top;
}

table.shareholder tr td.col0 {
	padding-left: 18px;
	width: 150px;
}

table.shareholder tr td.col1 {
	padding-right: 18px;
}

/** KAPITALMAßNAHMEN AUSGABE*/

table.maßnahmen {
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px dotted #b2b2b2;
}

table.maßnahmen tr.head {
	background-color: #ffffff;
}

table.maßnahmen tr.even {
	background-color: #ffffff;
}

table.maßnahmen tr.odd {
	background-color: #ffffff;
}

table.maßnahmen tr td {
	padding: 10px 8px 10px 0px;
	border-top: 1px solid #b2b2b2;
	vertical-align: top;
}

table.maßnahmen tr td.col0 {
	padding-left: 18px;
	width: 80px;
}

table.maßnahmen tr td.col1 {
	padding-right: 15px;
}

table.maßnahmen tr td.col2 {
	width: 150px;
	padding-right: 15px;
}

table.maßnahmen tr td.col3 {
	width: 170px;
	padding-right: 18px;
}

/** STAMMDATEN AUSGABE */
table.stammdaten {
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #b2b2b2;
}

table.stammdaten tr.even {
	background-color: #ffffff;
}

table.stammdaten tr.odd {
	background-color: #ffffff;
}

table.stammdaten tr td {
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #b2b2b2;
	vertical-align: top;
}

table.stammdaten tr td.col0 {
	padding-left: 18px;
	width: 110px;
}

table.stammdaten tr td.col1 {
	padding-right: 18px;
}

/** MANAGEMENT AUSGABE */
div.management {
	border-top: 0px solid #b2b2b2;
	border-right: 0px solid #b2b2b2;
	border-left: 0px solid #b2b2b2;
	margin: 10px 0 0 0;
	display:block;
}

div.management div.float_left {
	width: 315px;
	height: 80px;
	padding: 0;
	margin: 10px 5px 0 10px;
	border-top: 1px solid #b2b2b2;
	float: left;
}

div.management div.float_right {
	width: 315px;
	height: 80px;
	padding: 0;
	margin: 10px 10px 0 5px;
	border-top: 1px solid #b2b2b2;
	float: left;
}

div.management div span.center_management {
	display: block;
	padding-top: 16px;
}

div.management div img {
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	width: 55px;
	height: 65px;
	padding: 1px;
	border-right: 0px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	border-left: 0px solid #b2b2b2;
}

/** NACHRICHTEN AUSGABE */
table.nachrichten {
	table-layout: fixed;
	width: 100%;
	border-top: 0px dotted #b2b2b2;
	border-right: 0px solid #b2b2b2;
	border-bottom: 0px dotted #b2b2b2;
	border-left: 0px solid #b2b2b2;
}

table.nachrichten tr.even {
	background-color: #ffffff;
}

table.nachrichten tr.odd {
	background-color: #ffffff;
}

table.nachrichten tr.top {
	height: 24px;
	vertical-align: bottom;
}

table.nachrichten tr.bottom {
	height: 23px;
	vertical-align: top;
}

table.nachrichten tr td {
	padding-left: 18px;
	padding-right: 18px;
	overflow: hidden;
}

table.nachrichten tr.top td {
	border-top: 1px dotted #b2b2b2;
}

div.unternehmensprofil {
	padding: 10px 18px 10px 18px;
	border-top: 1px solid #b2b2b2;
	border-right: 0px solid #b2b2b2;
	border-bottom: 0px dotted #b2b2b2;
	border-left: 0px solid #b2b2b2;
}

div.unternehmensprofil p {
	margin: 0px;
}

/* Übersichtsseite bei Research */

/* DIV um H1 und IMG */
div#uebersicht {
	width: 100%;
	height: 70px;
	display:block;
	margin: 0 0 10px 0;
	padding: 0;
}

div#uebersicht h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #656347;
	background-color: #fff;
	border: none;
	height: 51px;
	margin: 0px;
	padding: 15px 0px 0px 18px;
	font-size: 14px;
	font-weight: bold;
	float:left;
}

/** Oberes Company Bild */
div#uebersicht div.company_img {
	height: 61px;
	line-height: 61px;
	/*width: 208px;*/
	vertical-align: middle;
	padding: 0px 4px 0px 4px;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	overflow: hidden;
	float:right;
}

div#uebersicht div.company_img table {
	height: 61px;
}

div#uebersicht div.company_img table tr td {
	vertical-align: middle;
	text-align: center;
}


