body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('../img/css/page_bg.gif');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 998px;
	overflow: hidden;
}

/* Page Header */

#header {
	background-image: url('../img/css/header_bg.gif');
	background-repeat: repeat-x;
}

#header div.logo {
	position: absolute;
	top: 22px;
	left: 22px;
	height: 40px;
	overflow: hidden;
}

#header div.small_links {
	position: absolute;
	top: 30px;
	right: 10px;
	color: #717171;
	font-size: 10px;
}

#header div.small_links a {
	color: inherit;
}

#header div.small_links a:hover {
	color: #fa6511;
}


/* Header Navigation and Search */

#header div.navigation {
	margin: 53px 0px 0px 0px;
	height: 46px;
	background-image: url('../img/css/nav_bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 17px;
}

#header div.navigation ul {
	list-style-type: none;
	float: left;
	height: 29px;
	margin: 17px 0px 0px 0px;
	padding: 0px;
	border: none;
}

#header div.navigation ul li {
	float: left;
	color: white;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	border-style: solid solid solid none;
	border-width: 1px;
	border-color: white;
	background-image: url('../img/css/nav_bg.gif');
	background-color: #044072;
	background-repeat: repeat-x;
	background-position: 0px -1px;
}

#header div.navigation ul li a {
	color: white;
	text-decoration: none;
}

#header div.navigation ul li.active {
	color: #132D46;
	font-weight: bold;
	background: #eeeeee;
	border-bottom-color: #eeeeee;
}

#header div.navigation ul li a:hover,
#header div.navigation ul li.active a:hover {
	color: #fa6511;
}

#header div.navigation ul li.active a {
	color: #132D46;
}

#header div.navigation div.search_box {
	width: 253px;
	height: 46px;
	float: right;
	padding: 0px;
	background-image: url('../img/css/nav_search_bg.gif');
	background-color: #044072;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none;
}

#header div.navigation div.search_box input {
	font-size: 11px;
	vertical-align: middle;
}

#header div.navigation div.search_box input.input_text {
	line-height: 14px;
	width: 155px;
	height: 14px;
	margin: 12px 0px 0px 12px;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #a4aeb4;
	background-color: white;
}

#header div.navigation div.search_box input.input_button {
	width: 58px;
	height: 22px;
	margin: 12px 0px 0px 8px;
	border: none;
	background: none;
}

#header div.sub_navigation {
	border-bottom: solid 1px #e7e7e7;
	font-size: 9px;
	line-height: 9px;
	background-color: #eeeeee;
	background-image: url('../img/css/pixel_white.gif');
	background-position: 0px 22px;
	background-repeat: repeat-x;
}

#header div.sub_navigation ul {
	display: block;
	list-style-type: none;
	overflow: hidden;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

#header div.sub_navigation ul .clear_all {
	max-height: 0px;
	height: 0px;
	overflow: hidden;
}

#header div.sub_navigation ul li.active,
#header div.sub_navigation ul li.inactive {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 16px 0px 15px;
	line-height: 22px;
	font-size: 11px;
	white-space: nowrap;
	background-image: url('../img/css/nav_button.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#header div.sub_navigation ul li.active a {
	font-weight: bold;
}


/* Page Footer Area */

#footer {
	width:auto; 
	margin:10px 10px 25px 10px; 
	padding: 5px 0px;
	border-top-color:#E7E7E7;  
	border-top-style:solid; 
	border-top-width:1px;
}

#footer div.small_links {
	width:auto; 
	margin:5px 0px 0px 0px;
	color: #717171;
}

#footer div.small_links a {
	color: inherit;
}

#footer div.small_links a:hover {
	color: #fa6511;
}


/* Content Area */

#content *.column {
	float:left;
	overflow: visible;
	padding-bottom:10px;
}

#content .left_col	{
	width: 509px;
}

#content .left_col_wide	{
	width: 699px;
}

#content .center_col	{
	width: 190px;
}

#content .right_col	{
	width: 289px;
}

#content.news_detail .left_col {
	width: 549px;
}

#content.news_detail .left_col_wide {
	width: 739px;
}

#content.news_detail .right_col {
	width: 249px;
}

/* news detail for ukregulatory */ 

#content.news_detail_ukregulatory div.news_content div {
}

#content.news_detail_ukregulatory div.news_content h2 {
}

#content *.bottom_col {
	float:left;
	width: 681px;
	margin: 0 0 0 10px;
	padding: 0 0 10px 6px;
	border: solid 1px #e7e7e7;
}

#content *.bottom_col div.sub_bottom_col {
	float:left;
	padding-right:10px;
}

#content *.bottom_col div.sub_bottom_col div.watchlist_login_box{
	margin-top: 16px;
}

#content div.bottom_col div.box {
	width:180px;
	margin-left: 0px;
}


/* Content Tables */

#content table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#content table tr td,
#content table tr th {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	vertical-align: top;
}


/* Content Boxes */

#content *.box	{
	margin: 10px 0px 0px 10px;
	overflow: visible;
}

#content *.box.dark *.content,
#content *.box.blue *.content {
	background-color: #F9F9F9;
}

#content *.box.orange *.content {
	background-color: #FFFFFF;
}

#content *.box h2 {
	overflow: hidden;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-repeat: repeat-x;
}

#content *.box h2.darkblue {
	background-image: url('../img/css/header_darkblue_bg.gif');
	background-color: #293C58;
}

#content *.box h2.blue {
	background-image: url('../img/css/header_blue_bg.gif');
	background-color: #4174a2;
}

#content *.box h2.kalendar {
	background-image: url('../img/css/gradient2.gif');
	background-color: #e4e6e4;
}

#content *.box h2.orange {
	background-image: url('../img/css/header_orange_bg.gif');
	background-color: #fe8301;
}

#content *.box h2.green	{
	background-image: url('../img/css/header_green_bg.gif');
	background-color: #9cd62c;
}

#content div.box ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*border-style: none solid none solid;
	border-width: 1px;
	border-color: #e7e7e7; removed 15.03.2017 */
}
#content_left_col ul {
	border-width: 0px !important;
}
#content div.box ul li {
	display: block;
	margin: 0px;
	padding: 1px 5px 1px 5px;
	font-size: 11px;
	background-color: #f9f9f9;
	border-bottom: solid 1px #e7e7e7;
}

#content div.box ul li a strong {
	color: #000000;
}

#content div.box ul li a:hover strong {
	color: #fa6511;
}

#content *.box *.content,
#content *.box div.bottom_link {
	overflow: hidden;
	padding:5px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #E7E7E7;
	background: white;
}

#content *.right_col *.box div.bottom_link {
	background: #f9f9f9;
}


#content *.box div.bottom_link a {
	background-image:url(../img/icons/arrow_blue.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	color:#132D48;
	padding-left:17px;
	font-weight: bold;
	text-decoration: none;
}

#content .box div.bottom_link a:hover {
	color: #fa6511;
}


/* Content Lists */

#content div.content_list h2 div.right {
	margin: 1px 0px 0px 0px;
	line-height: 9px;
	font-size: 9px;
	text-align: right;
	color: white;
}

#content div.content_list div.content {
	margin: 0px;
	padding: 0px;
	border-style: none none none solid;
	border-width: 1px;
	border-color: #E5E5E5;
}
#content div.content_list div.company_picture_content {
	padding: 10px 5px;
	border-style: solid;
}

#content div.content_list div.content div.thumb {
	float: left;
    margin-bottom: 30px;
    margin-right: 8px;
    width: 155px;
    height: 180px;
    border: 1px solid #BEC8CE;
    text-align: center;
    padding-top: 5px;
}
#content div.content_list div.content div.last_thumb_element{
	margin-right: 0px;
}
#content div.content_list div.content div.thumb div.thumb_img {
    height: 150px;
}
#content div.content_list div.content div.thumb img {
    margin-bottom: 10px;
}
#content div.content_list div.content div.thumb div.thumbCaption {
    text-align: center;
}

#content div.content_list div.content div.contact_user_foto {
	float: left;
    margin: 0 25px 20px 10px;
    width: 155px;
    height: 160px;
    border: 1px solid #BEC8CE;
    text-align: center;
    padding-top: 5px;
}
#content div.content_list div.content div.contact_user_data {
	float: left;
    margin: 0 0 20px 0;
    text-align: left;
}
#content div.content_list div.content div.contact_user_data h3 {
	padding: 0;
	margin: 0;
}
#content div.content_list div.content div.contact_user_data a.pp2_vcard_link {
	vertical-align: bottom;
}

#content div.content_list table {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

#content div.content_list table tr td {
	overflow: hidden;
	margin: 0px;
	padding: 3px;
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #E5E5E5;
	vertical-align: top;
}

#content div.content_list tr.even td {
	background-color: #ffffff;
}

#content div.content_list tr.odd td  {
	background-color: #f3f3f3;
}

#content div.content_list table tr td a strong {
	color: #000000;
}

#content div.content_list table tr td a:hover strong {
	color: #fa6511;
}

#content div.content_list table tr td.content_type {
	padding: 6px 3px 3px 3px;
	width: 13px;
}
#content div.content_list table tr td.date_time {
	width: 45px;
	font-weight: bold;
	text-align: right;
}

#content div.content_list table tr td.content_text {
	padding: 3px 5px 3px 5px;
}

#content div.content_list table tr td.content_text a {
	display: block;
	width: 100%;
}

#content div.content_list table tr td.icons {
	padding: 6px 3px 3px 3px;
	width: 13px;
}

#content div.content_list div.share_price_change {
	height: 17px;
}

#content div.content_list div.share_price_change span {
	display: block;
	float: right;
	margin: 3px 3px 0px 0px;
	padding: 0px;
	height: 14px;
	line-height: 14px;
	text-align: right;
}

#content div.content_list div.share_price_change img {
	display: block;
	float: right;
	margin: 5px 4px 0px 0px;
	padding: 0px;
}

#content div.content_list div.icons {
	height: 17px;
	padding-right: 3px;
}

#content div.content_list div.icons a,
#content div.content_list div.icons span {
	display: block;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px 3px;
}

#content div.content_list div.bottom_link table {
	width: 100%;
	border: none;
	border-spacing: 0px;
}

#content div.content_list div.bottom_link table td {
	border: none;
	padding: 0px;
	margin: 0px;
}


/* Content Lists Paging */

#content div.content_list p.list_pages {
	margin: 0px;
	padding: 5px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #E5E5E5;
}

#content div.content_list div.list_previous {
	float: left;
}

#content div.content_list div.list_previous_empty {
	background-image: url(../img/icons/arrow_previous.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-right: 0px;
	color: #C9C9C9;
}

#content div.content_list div.list_previous a {
	background-image: url(../img/icons/arrow_previous.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-right: 0px;
}

#content div.content_list div.list_next {
	float: right;
}

#content div.content_list div.list_next a {
	background-image: url(../img/icons/arrow_next.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 17px;
}

#content div.content_list div.list_results {
	clear: none;
	text-align: center;
}


/* News Lists */

#content div.news_list table tr td.icons {
	width: 67px;
	padding: 0px;
}
#content div.news_list table tr td.more_icons {
	width: 67px !important;
}

#content div.company_news_list table tr td.icons {
	padding: 4px 0px 0px 0px;
	width: 19px;
}

#content div.news_list.archiv_news_list table tr td.icons,
#content div.news_list.omx_news_list table tr td.icons {
	width: 67px;
	padding: 4px 0px 0px 0px;
}


/* News Details */

#content div.news_content div {
	overflow: hidden;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #E5E5E5;
	padding: 5px;
	font-family: "Courier New", Courier, Monaco, "Andale Mono";
	font-size: 12px;
	background-color: #f9f9f9;
}
#content div.news_content div.no_pre_style, #content div.news_content div.no_pre_style div{
	font-family: Arial, Helvetica, sans-serif !important;
}
#content div.news_content div.no_pre_style ul{
	padding-left: 20px;
	list-style: disc;
	/*list-style: circle outside none; */
}
#content div.news_content div.no_pre_style ul li{
	display: list-item;
	border-bottom: none;
	font-size: 12px;
}
#content div.news_content div.no_pre_style ol{
	padding-left: 20px;
	list-style: decimal outside none;
}
#content div.news_content div.no_pre_style ol li{
	display: list-item;
}
#content div.news_content div.no_pre_style h1.news_header {
	margin-top: 17px;
	line-height: 22px;
	font-size: 18px;
	padding: 0 10px 0 10px;
	background-color: #EFEFEF;
}

#content div.news_content div h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 60px;
}

#content div.news_content div h1.with_download_icon {
	padding: 0px;
	width: 340px;
	float:left;
}

#content div.news_content div div {
	margin: 0px;
	padding: 0px;
	border: none;
}

#content div.news_content *.newsDetail_body_pre {
	clear: both;
	white-space: pre;
}
#content div.news_content *.newsDetail_body_normal {
	clear: both;
	white-space: normal;
}

#content div.news_content pre, #content div.newsDetail_body_normal pre {
	clear: both;
	white-space: pre-wrap;
    word-wrap: break-word;
	font-size: 0.96em;
}

/* News Recommendation */

#content div.news_recommendation div h1 {
	margin: 0px;
	padding: 0px 60px 12px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#content div.news_recommendation table {
	width: 100%;
	table-layout: auto;
}

#content div.news_recommendation table tr td {
	width: 50%;
}

#content div.news_recommendation label {
	white-space: nowrap;
}

#content div.news_recommendation label.error {
	color: red;
}

#content div.news_recommendation input.input_text,
#content div.news_recommendation textarea {
	width: 410px;
	margin: 0px 1px 0px 1px;
}

#content div.news_recommendation input.input_button {
	display: block;
	float: right;
	width: 103px;
	height: 30px;
	margin-left: 4px;
	background-image: url('../img/icons/button_empty.gif');
	background-position: 1px 2px;
	text-align: center;
}


/* News Interactive Box */

#content div.news_interactive_box ul li {
	padding: 2px 5px 2px 5px;
	font-size: 11px;
}

#content div.news_interactive_box ul li a {
	display: block;
	height: 14px;
	width: 100%;
}

#content div.news_interactive_box ul li img {
	margin: 0px 4px 0px 0px;
	vertical-align: top;
}

#content div.news_interactive_box ul li span {
	vertical-align: middle;
}


/* News Box */

#content div.news_box ul li {
	padding: 2px 5px 2px 5px;
}

#content div.news_box ul li.footer {
	font-size: 10px;
	line-height: 12px;
	border-bottom: 1px solid #e5e5e5;
}

#content div.news_box ul li a {
	display: block;
	width: 100%;
}

/* Document List*/

#content div.document_list table tr td.icons {
	width: 67px;
	padding: 0px;
}

#content div.company_document_list table tr td.icons {
	padding: 4px 0px 0px 0px;
	width: 19px;
}


/* Document Box */

#content div.document_box ul li {
	padding: 2px 5px 2px 5px;
}

#content div.document_box ul li.footer {
	font-size: 10px;
	line-height: 12px;
	border-bottom: 1px solid #e5e5e5;
}

#content div.document_box ul li a {
	display: block;
	width: 100%;
}


/* Event List*/

#content div.event_list table tr td.icons {
	width: 67px;
	padding: 0px;
}

#content div.company_event_list table tr td.icons {
	padding: 4px 0px 0px 0px;
	width: 19px;
}


/* Company Search Form */

#content div.company_search_form p {
	margin: 0px;
	padding: 6px 2px 6px 2px;
}

#content div.company_search_form input.input_text {
	display: block;
	float: left;
	margin: 2px 0px 2px 0px;
	width: 375px;
}

#content div.company_search_form input.admin_company_search {
	width: 320px;
}

#content div.company_search_form input.input_button {
	display: block;
	height: 30px;
	width: 103px;
	margin: 0px;
	padding-left: 22px;
	background-image: url('../img/icons/suchen_button_empty.gif');
	background-position: 1px 2px;
}


/* Company Search Result */
#content div.company_search_result ul li {
	clear: both;
	overflow: hidden;
}
#content div.company_search_result a div.logo {
	float: left;
	width: 100px;
	text-align: center;
}
#content div.company_search_result a div.logo img {
	margin: 11px 0px 11px 0px;
}
#content div.company_search_result a div.description {
	float: right;
	width: 370px;
}
#content div.company_search_result a div.description h3 {
	font-size: 13px;
	color: black;
}
#content div.company_search_result a:hover div.description h3 {
	color: #fa6511;;
}

/* Company Archive Search Result */
#content div.company_archive_search_result ul li {
	background-color: #efefef;
	border-bottom: 1px solid #7F9DB9;
    border-left: 1px solid #7F9DB9;
    border-right: 1px solid #7F9DB9;
    padding: 4px 0px 4px 3px;
    width: 372px;
}
#content div.company_archive_search_result ul li.empty_company {
}

#search_archiv tr td div.company_archive_search_result {
	display:block;
	position:absolute;
}


/* Company Details */

#content div.company_header h2.logo {
	height: auto;
	padding: 15px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #e7e7e7;
	color: #000000;
	background-color: #ffffff;
	font-size: 16px;
	text-align: center;
}

#content div.company_header ul {
	display: block;
	list-style-type: none;
	padding: 6px 12px 6px 12px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #e7e7e7;
	background-color: #f9f9f9;
	white-space: nowrap;
}

#content div.company_header ul li {
	display: inline;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	border: none;
}


/* Top Companies Box */

#content div.top_companies_box ul li {
	float: none;
	clear: both;
}

#content div.top_companies_box ul li.head {
	padding: 2px 5px 2px 5px;
	line-height: 14px;
	background-image: url('../img/css/table_head_bg.gif');
	background-color: #eeeeee;
	background-position: left bottom;
	background-repeat: repeat-x;
	font-weight: bold;
}

#content div.top_companies_box ul li a,
#content div.top_companies_box ul li div {
	display: block;
	overflow: hidden;
}

#content div.top_companies_box ul li .left {
	display: block;
	float: left;
}

#content div.top_companies_box ul li .right {
	display: block;
	float: right;
}

#content div.top_companies_box ul li span,
#content div.top_companies_box ul li strong {
	margin: 0px;
	padding: 0px;
}

#content div.top_companies_box ul li a strong {
	color: #000000;
}

#content div.top_companies_box ul li a:hover strong {
	color: #fa6511;
}


/* Company Chart */

#content div.company_chart h2.blue {
	display: none;
}

#content div.company_chart div.content {
	border: none;
}


/* Company IR Center */

#content div.ir_center{
	margin: 10px 0px 0px 10px;
}

#content div.ir_center h1 {
	margin: 0px;
	padding: 8px 0px 0px 10px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #132D48;
}

#content div.ir_center h2 {
	overflow: hidden;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-image: url('../img/css/header_darkblue_bg.gif');
	background-color: #293C58;
	background-repeat: repeat-x;
}

#content div.ir_center span.bold {
	font-weight: bold;
}

#content div.ir_center div.clean { 
	clear: both;
}

#content div.ir_center div.spacer {
	margin: 0px;
	padding: 0px;
	height: 10px;
	line-height: 10px;
}

#content div.ir_center .floatLeft{
	float: left;
}

#content div.ir_center .floatRight{
	float: right;
}

#content div.ir_center div.wrapContainer{
	width:99.5%; 
	float:left;
}

#content div.ir_center table {
	width: 100%;
	table-layout: auto;
	border-left: 1px solid #e7e7e7;
	border-collapse: separate;
	border-spacing: 0px;
}

#content div.ir_center table tr.odd td {
	background-color: #ffffff;
}

#content div.ir_center table tr.even td {
	background-color: #F3F3F3;
}

#content div.ir_center table tr td {
	padding: 1px 5px 1px 5px;
	vertical-align: top;
	background-color: #FFF;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
#content div.ir_center table tr td.bottomborder {
	border-bottom: 1px solid #e7e7e7;
}

#content div.ir_center table.analystcov td.firstCol {
	white-space: nowrap;
}



#content div.ir_center table tr th {
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	background-color: #ffffff;
	background-image: url('../img/css/table_head_bg_small.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
}


/* Company IR Center Unternehmensprofil */

#content div.ir_center div.unternehmensprofil {
	padding: 5px;
	border: 1px solid #e7e7e7;
	border-top: none;
}


/* Company IR Center Management */

#content div.ir_center div.management,
#content div.ir_center div.management div.content {
	margin: 0px;
	padding: 0px;
	border: none;
}


#content div.ir_center div.management table.content span.center_management {
	display: block;
	width: 100%;
	padding: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #e7e7e7;
}

#content div.ir_center div.management table.content{
	padding: 0;
	margin: 0;
}
#content div.ir_center div.management table.content td.col1 {
	border-right: solid 1px #e7e7e7;
	width:249px;
}
#content div.ir_center div.management table.content td.col2 {
	border-right: solid 0px;
	width:249px;
}
#content div.ir_center div.management table.content td {
	padding: 10px 0 10px 0;
	text-align:center;
}
#content div.ir_center div.management table.content td img{
	padding-bottom: 10px;
}

#content div.ir_center div.aufsichtsrat {
	margin: 10px 0px 0px 0px;
}

#content div.ir_center div.aufsichtsrat table.content_table tr td.first_col,
#content div.ir_center div.aufsichtsrat table.content_table tr th.first_col {
	border-right: none;
}

#content div.ir_center div.aufsichtsrat table.content_table tr td span {
	font-weight: normal;
}

#content div.ir_center div.aufsichtsrat table.content_table tr td a {
	padding: 0px 0px 0px 20px;
	background-image: url('../img/icons/arrow_blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#content div.ir_center div.lebenslauf div {
	text-align: left;
}

#content div.ir_center div.lebenslauf div.content {
	padding: 0px;
	border: 1px solid #e7e7e7;
	border-top: none;
}

#content div.ir_center div.lebenslauf div.photo {
	float: right;
	margin: 0px 0px 10px 10px;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

#content div.ir_center div.lebenslauf div.photo img {
	margin: 0px;
	padding: 10px;	
}

#content div.ir_center div.lebenslauf div.biodata {
	margin: 0px;
	padding: 10px;
}

#content div.ir_center div.lebenslauf div.biodata p {
	margin: 0px;
	padding: 0px;
}

#content div.ir_center div.lebenslauf div.biodata table,
#content div.ir_center div.lebenslauf div.biodata table tr,
#content div.ir_center div.lebenslauf div.biodata table tr td {
	border: none;
}

/* Company IR Center Share */

#content div.ir_center div.stammdaten,
#content div.ir_center div.dividende,
#content div.ir_center div.massnahmen,
#content div.ir_center div.shareholder {
	margin: 0px 0px 10px 0px;
}

#content div.ir_center div.stammdaten table tr td,
#content div.ir_center div.dividende table tr td,
#content div.ir_center div.massnahmen table tr td,
#content div.ir_center div.massnahmen table tr th,
#content div.ir_center div.shareholder table tr td {
	border-right-style: none;
}

#content div.ir_center div.stammdaten table tr td.last_col,
#content div.ir_center div.dividende table tr td.last_col,
#content div.ir_center div.massnahmen table tr td.col3,
#content div.ir_center div.massnahmen table tr th.col3,
#content div.ir_center div.shareholder table tr td.lastCol {
	border-right-style: solid;
}

#content div.ir_center div.stammdaten table tr td.first_col {
	width: 110px;
}

#content div.ir_center div.stammdaten table tr td.first_col span {
	font-weight: normal;
}

#content div.ir_center div.massnahmen table tr.odd td {
	background-color: #F3F3F3;
}

#content div.ir_center div.massnahmen table tr.even td {
	background-color: #ffffff;
}

#content div.ir_center div.shareholder table tr td.lastCol {
	text-align: right;
}


/* Company IR Center Figures */

#content div.ir_center table.content_table tr.addBorder td,
#content div.ir_center table.marked_col tr.addBorder td {
	border-bottom: 10px solid #e7e7e7;
}

#content div.ir_center table.content_table tr.addPadding td,
#content div.ir_center table.marked_col tr.addPadding td {
	padding-top: 1px;
}


/* Company IR Center Contacts */

#content div.ir_center div.ir_contact,
#content div.ir_center div.feedback {
	margin: 0px 0px 10px 0px;
}

#content div.ir_center div.feedback div.content {
	margin: 0px;
	padding: 0px;
}

#content div.ir_center div.feedback p {
	margin: 5px 0px 5px 0px;;
	padding: 0px 10px 0px 10px;
}

#content div.ir_center div.feedback textarea {
	display: block;
	width: 472px;
	height: 64px;
	font-size: 12px;
	line-height: 16px;
}

#content div.ir_center div.feedback table,
#content div.ir_center div.feedback table tr,
#content div.ir_center div.feedback table tr td,
#content div.ir_center div.feedback table tr th {
	border: none;
	background: none;
	vertical-align: middle;
}

#content div.ir_center div.feedback table tr th {
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	text-align: right;
}

#content div.ir_center div.feedback table tr td {
	padding: 4px 10px 4px 10px;
	width: 370px;
}

#content div.ir_center div.feedback input.input_text {
	width: 365px;
}

#content div.ir_center div.feedback p.submit {
	float: right;
}

#content div.ir_center div.feedback p.error {
	color: #c7031b;
}


/* Company IR Center Navigation */

#content div.ir_center_navigation ul li {
	padding: 2px 5px 2px 25px;
	font-size: 11px;
	background-image: url('../img/css/nav_button.gif');
	background-position: 5px 3px;
	background-repeat: no-repeat;
}
#content div.news_box ul li {
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	background-position: 5px 3px;
	background-repeat: no-repeat;
}
#content div.with_icon ul li {
	padding: 2px 5px 2px 25px;
}
#content div.news_box ul li.link_contacts {
	background-image: url('../img/css/nav_button.gif');
	padding: 2px 5px 2px 25px;
}
#content div.news_box ul li.link_events {
	background-image: url('../img/icons/icon_ical.gif');
	padding: 2px 5px 2px 25px;
}
#content div.news_box ul li.press_kit_url {
	background-image: url('../img/icons/icon_document_type_press_kit_url.gif');
}
#content div.news_box ul li.press_kit_twitter {
	background-image: url('../img/icons/icon_twitter.gif');
}
#content div.news_box ul li.press_kit_xing {
	background-image: url('../img/icons/icon_xing.gif');
}
#content div.news_box ul li.press_kit_facebook {
	background-image: url('../img/icons/icon_facebook.gif');
}

#content div.news_box ul li.press_kit_slideshare {
	background-image: url('../img/icons/icon_slidshare.gif');
}

#content div.news_box ul li.press_kit_flickr {
	background-image: url('../img/icons/icon_flickr.gif');
}
#content div.news_box ul li.press_kit_youtube {
	background-image: url('../img/icons/icon_youtube.gif');
}
#content div.news_box ul li.press_kit_linkedin {
	background-image: url('../img/icons/icon_linkedin_short.gif');
}
#content div.content_list table tr td.document_type {
	background-image: url("../img/icons/icon_document_type_press_kit_docs.gif");
	background-repeat:no-repeat;
	background-position:center center;
}
#content div.content_list table tr td.quarterly_report_3m {
	background-image: url("../img/icons/icon_document_type_quarterly_report_3m.gif");
}
#content div.content_list table tr td.quarterly_report_6m {
	background-image: url("../img/icons/icon_document_type_quarterly_report_6m.gif");
}
#content div.content_list table tr td.quarterly_report_9m {
	background-image: url("../img/icons/icon_document_type_quarterly_report_9m.gif");
}
#content div.content_list table tr td.annual_report {
	background-image: url("../img/icons/icon_document_type_annual_report.gif");
}
#content div.content_list table tr td.research {
	background-image: url("../img/icons/icon_document_type_research.gif");
}
#content div.content_list table tr td.webcast {
	background-image: url("../img/icons/icon_document_type_webcast.gif");
}
#content div.content_list table tr td.sustainability_fact_sheet {
	background-image: url("../img/icons/icon_document_type_sustainability_fact_sheet.gif");
}
#content div.news_box ul li.press_kit_docs {
	background-image: url('../img/icons/icon_document_type_press_kit_docs.gif');
}
#content div.news_box ul li.document_ppt,
#content div.news_box ul li.document_pptx,
#content div.content_list table tr td.document_ppt,
#content div.content_list table tr td.document_pptx {
	background-image: url('../img/icons/icon_ppt.gif');
}
#content div.news_box ul li.document_pdf,
#content div.content_list table tr td.document_pdf {
	background-image: url("../img/icons/icon_pdf.gif");
}
#content div.news_box ul li.document_doc,
#content div.news_box ul li.document_dotx,
#content div.news_box ul li.document_docx,
#content div.content_list table tr td.document_doc,
#content div.content_list table tr td.document_dotx,
#content div.content_list table tr td.document_docx {
	background-image: url("../img/icons/icon_doc.gif");
}
#content div.news_box ul li.document_xls,
#content div.news_box ul li.document_xlsx,
#content div.content_list table tr td.document_xls,
#content div.content_list table tr td.document_xlsx {
	background-image: url("../img/icons/icon_xls.gif");
}
#content div.news_box ul li.presskit_audiovideo {
	background-image: url('../img/icons/icon_document_type_press_kit_url.gif');
}
#content div.news_box ul li.press_kit_audio {
	background-image: url('../img/icons/icon_document_type_press_kit_audio.gif');
}
#content div.news_box ul li.press_kit_video {
	background-image: url('../img/icons/icon_document_type_press_kit_video.gif');
}
#content div.ir_center_navigation ul li a {
	display: block;
	height: 14px;
	width: 100%;
}
#content div.ir_center_navigation ul li.active a {
	font-weight: bold;
}
table tr.pp2_audiovideo_ele td.first{
	width: 20px;
}
table tr.pp2_audiovideo_ele td.content_text{
	width: 90px;
}
table tr.pp2_audiovideo_ele td.content_type{
	padding: 6px 3px 3px;
	width: 19px !important;
}
/* IFrame Box */
#content div.iframe_box div.content {
	padding: 0px 0px 0px 0px;
}
/* Ad Boxes */
#content div.ad_box div.content {
	padding: 0px;
}
#content div.ad_box div.content div.logo {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #e7e7e7;
	text-align: center;
}
#content div.ad_box div.content h3 {
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 10px 0px;
}
#content div.ad_box div.content h3 a {
	color: black;
}
#content div.ad_box div.content h3 a:hover {
	color: #fa6511;
}
#content div.ad_box div.content p {
	padding: 0px 10px 0px 10px;
}
#content div.ad_box div.bottom_link a {
	background-image: url('../img/icons/link_external.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* Watchlist Login Box */

#content div.watchlist_login_box div.content {
	width: 168px;
}

#content div.watchlist_login_box div.content label {
	display: block;
	float: left;
	height: 18px;
	width: 55px;
	line-height: 18px;
	padding: 0px;
	margin: 2px 0px 0px 0px;
}

#content div.watchlist_login_box div.content input.input_text {
	display: block;
	float: right;
	font-size: 10px;
	line-height: 16px;
	width: 106px;
	height: 16px;
	padding: 0px;
	margin: 2px 1px 0px 1px;
	border: solid 1px #c0c0c0;
	background-color: white;
}

#content div.watchlist_login_box div.content input.input_button {
	display: block;
	float: right;
	position: relative;
	bottom: 0px;
	height: 24px;
	width: 71px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	line-heigh: 16px;
	color: #132D48;
	border-style: none;
	background-image: url('../img/icons/button_watchlist_login_box.gif');
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

#content div.watchlist_login_box div.content a {
	position: relative;
	top: 7px;
	white-space: nowrap;
	color: #c0c0c0;
}

#content div.watchlist_login_box div.content a:hover {
	color: #fa6511;
}

#content div.watchlist_login_box div.content p {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 94px;
	font-size: 9px;
}


/* Watchlist Admin Abo Tabelle */

#content table.abos {
	border-collapse:collapse;
}

#content table.abos th {
	vertical-align:top !important;
	padding:5px;
}

#content table.abos td {
	vertical-align:middle;
}

#content table.abos td,
#content table.abos th {
	border:1px solid #E5E5E5;
	padding:5px;
}

#watchlistWarning {
	color: #ff0000;
	font-weight: bold;
}

#watchlistError {
	color: #ff0000;
	font-weight: normal;
}


/* Admin Advertisement */

#Public {
	background-color: #00ff00;
}

#Preview {
	background-color: #fff000;
}

#Hidden {
	background-color: #ff0000;
}


/* Calendar Blocks */

#content *.calendarBlock td,
#content *.calendarBlock th {
	width:20px;
	height:18px;
	margin:0px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #E7E7E7;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
}

#content *.calendarBlock tr td a {
	color:#4C4C4C !important;
}

#content *.calendarBlock th.kw a {
	color:#38648B !important;
}

#content *.calendarBlock tr.wochenTage th {
	background-color:#E7E7E7;
}

#content *.calendarBlock td.currentDay {
	background-color:#38648B !important;
}

#content *.calendarBlock td.currentDay a {
	font-weight:bold;
	color:#FFFFFF !important;
}

#content *.calendarBlock td.weekSelected,
#content *.calendarBlock td.daySelected {
	background-color:#E7E7E7;
	border:1px solid #E7E7E7 !important;
	font-weight:bold;
}

/* Twitter List */

#content *.twitterBlock {
	background-color:#FFFFFF;
	border: 1px solid #E7E7E7;
	margin-top: 5px;
}

#content *.twitterBlock h3.service_h3 {
	background-repeat:no-repeat;
	background-position: 2px 3px;
	line-height:23px;
	background-image:url(../img/icons/twitter_t.gif);
	padding:0px 0px 0px 24px;
	margin:0px;
	cursor:pointer;
}

/* Meldepflichten List */

#content *.serviceBlock h3.service_h3 {
	background-color:#FFFFFF;
	border-bottom:1px solid #E7E7E7;
	border-top:1px solid #E7E7E7;
	font-size:13px;
	color:#FF6600;
	background-repeat:no-repeat;
	background-position:0px 6px;
	line-height:19px;
	background-image:url(../img/icons/pfeil_service_head.gif);
	padding:0px 0px 0px 8px;
	margin-top:0px;
	cursor:pointer;
}

#content *.serviceBlock h3 img.resize_icon {
	margin-top:3px;
	float:right;
}

#content *.serviceBlock *.service_text {
	padding:0px 5px 0px 5px;
	margin-bottom:20px;
}

#content *.serviceBlock *.service_text *.list_header {
	font-weight:bold;
	font-size:12px;
	color:#FF6600;
	background-repeat:no-repeat;
	background-position:0px 3px;
	background-image:url(../img/icons/pfeil_service_head.gif);
	padding:0px 0px 0px 8px;
}

#content *.serviceBlock *.service_text ul.staerken {
	margin:0px;
	padding:0px;
	border:none;
	list-style-position:outside;
	list-style-type:none;

}

#content *.serviceBlock *.service_text ul.staerken li{
	border:none;
	padding-left:25px;
	background-color:transparent;
	background-image:url(../img/icons/pfeil_service_list.gif);
	background-repeat:no-repeat;
	background-position:15px 3px;
}


/* Partner List */

#content #partner div.partner_block {
	padding-bottom:10px;
	border-bottom:1px solid #E7E7E7;
}

#content #partner img.partner_img {
	float:right;
	background-color:white;
	padding:10px;
	border:1px solid #E7E7E7 !important;
	margin:0px 0px 10px 10px;
}


/* DGAP Teaser */

#content div.relaunch_newsletter table tr td {
	margin: 0px;
	padding: 0px;
	white-space: normal;
}

#content div.relaunch_newsletter img {
	margin: 10px;
	padding: 0px;
	border: 4px solid #e7e7e7;
}

#content div.relaunch_newsletter p {
	margin: 0px;
	padding: 10px;
}


/* Holy Hack */

* html .IETextVisibleFix {
	height: 0.01%;
}


/* General Styles */

p {
	margin: 10px 0px 10px 0px;;
	padding: 0px;
}

h1 {
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 10px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
}

h3 {
	margin: 10px 0px 10px 0px;
	font-size: 11px;
	font-weight: bold;
}

strong {
	font-weight: bold;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-variant: inherit;
	text-decoration: inherit;
}

.left {
	display: block;
	float: left;
}

.right {
	display: block;
	float: right;
}

.clear_all {
	display: block;
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

.hidden {
	visibility: hidden;
}


/* General Link Styles */

a {
	color: #132D48;
	text-decoration: none;
}

a:hover {
	color: #fa6511;
}

a img {
	border: none;
}

a.extern,
#content *.box div.bottom_link a.extern {
	padding-left: 17px;
	background-image: url('../img/icons/link_external.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.externGreen,
#content *.box div.bottom_link a.externGreen {
	padding-left: 17px;
	background-image: url('../img/icons/link_external_green.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* Gerneral Form Styles */

form {
	padding:0px;
	margin:0px;
	border:0px;
}

input.input_button {
	padding:0px;
	margin:0px;
	border:none;
	background-repeat:no-repeat;
	background-position:1px 2px;
	background-color:transparent;
	padding-bottom:0px;
	font-size:11px;
	height:28px;
	color:#043F71;
	font-weight:bold;
	cursor:pointer;
}

input.input_text {
	height:19px;
	line-height:18px;
}

input.input_text.hint {
	color: #717171;
	text-align: left;
}


/* addend from ByteWorx */
#content #watchlists {
	margin: -10px 0 0 10px;
	overflow:hidden;
}

#hintWL {
    background-image:url(../img/css/header_darkblue_bg.gif);
    float: right;
    text-align: right;
    color: #fff;
    width: 209px;
    height: 18px;
    padding: 3px 10px 0px 10px;
    margin-top: 10px;
}

#headlineWL {
    background-image:url(../img/css/header_darkblue_bg.gif);
    width: 100%;
    height: 19px;
    padding: 2px 0 0 10px;
    float: left;
    width: 450px;
    margin-top: 10px;
    _margin-bottom: 10px;
}

#headlineWL h1 {
    color: #fff;
    margin: 0px;
    font-size: 11px;
    line-height: 20px;
    padding: 0px;
    margin-left: -3px;
    margin-top: -1px;
}

#content table.wl_chooser {
	background-color: #f9f9f9;
	border: 1px solid #E7E7E7;
	border-top: none;
}

#content table.wl_error {
	background-color: #ffffe3;
	border: 1px solid #E7E7E7;
	padding: 5px;
	border-top: none;
	color: #ff0103;
	font-weight: bold;
	text-align: center;
}

#content table.wl_error ul, #content table.wl_error ul li{
	border: 0px;
	background-color: #ffffe3;
}

#content table.watch_list {
    border-left: 1px solid #E7E7E7;
}

#content table.watch_list th, #content table.watch_list td {
    border-bottom: 1px solid #E7E7E7;
    padding: 5px;
}

#content table.watch_list td, #content table.watch_list th.borderRight  {
    border-right: 1px solid #E7E7E7;
}

#content table.watch_list th {
    background-image: url(../img/css/table_head_bg_big.gif);
    vertical-align: top;
}

#content table.watch_list th.small {
    background-image: url(../img/css/table_head_bg_small.gif);
}

#content table.watch_list tr.odd td {
    background-color: #ffffff;
}

#content table.watch_list tr.even td {
    background-color: #f3f3f3;
}

#content table.watch_list .pfeil {
    margin-left: 5px;
    margin-top: 10px;
}

#index_list td a {
    font-weight: normal;
    display: block;
    width: 100%;
    height: 100%;
}

.up {
    color: #78ae17;
}
.down {
    color: #c7031b;
}
.equal,
.neutral {
    color: #8a8a8a;
}
.alignRight {
	text-align: right;
}

/* PopUp Style*/
body.popup {
	background-image: none;
	color: #132D46;
}
div#popup_header {
	border-top: 10px solid #044072;
	border-right: 10px solid #044072;
	border-bottom: 10px solid #044072;
	border-left: 10px solid #044072;
	background-color: #FFF;
	width:800px;
	padding: 0px;
}
body.popup div.popup_body {
	padding: 0px 0 10px 0;
}

body.popup div.popup_body h2 {
	font-size:13px;
	font-weight:bold;
	margin:10px 10px;
}

body.popup div.popup_body table {
	margin:0px;
	padding:0px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body.popup div.popup_body table tr td {
	border-bottom:1px solid;
	color:#132D48;
	line-height:20px;
	margin:0px;
	padding:0px 2px;
	vertical-align:top;
}

select.fmelxl, input.inputfield, textarea.dgapkontaktmessage {
	width:350px;
}

#content div.ad_box div.content p.deraktionaercontent a {
	font-weight: bold;
}
table.news_layout, table.news_footer_layout {
	padding: 0 10px 0 10px !important;
}
table.news_footer_layout .column_1 {
	white-space: nowrap;
}
table.news_layout_data_tabel {
	font-size: 11px;
}
.news_layout hr {
	border-top: 1px solid #E5E5E5 !important;
}
#container_lightbox {
	width: 590px;
	text-align: center;
}
table.news_layout div.break-word{
	word-wrap: break-word;
}
em.search_string {
	font-style: normal;
    background-color: yellow;
}

/* single picture */
#single_picture{
	height:190px;
	padding-top: 10px;
	border-color: #E7E7E7;
    border-style: none solid solid;
    border-width: 1px;
}

/* Slideshow */
#slides {
	z-index:100;
	padding-top:10px;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #E7E7E7;
	background: white;
	height: 190px;
}
.slides_container {
	width:180px;
	overflow:hidden;
	position:relative;
	/*display:none;*/
}
.slides_container a {
	width:180px;
	height:160px;
	display:block;
}

/* Next/prev buttons */

#slides .prev {
	float:left;
	padding: 8px 0 0 6px;
}
#slides .next {
	float:right;
	padding: 8px 6px 0 0;
}
.clear_both{
	clear:both;
}

/* Pagination */

.pagination {
	border:none;
	border-color:#fff;
	padding-left: 20px;
}
.paginsize2{
	padding-left: 70px !important;
}
.paginsize3{
	padding-left: 57px !important;
}
.paginsize4{
	padding-left: 44px !important;
}
.paginsize5{
	padding-left: 32px !important;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	border-bottom: none !important;
	background-color: #fff !important;
	text-align: center;
	padding: 2px 13px 2px 0px !important;
}
.pagination li a {
	display:block;
	width:12px !important;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
}
.pagination li.current a {
	background-position:0 -12px;
}

.news_content a { /* Mail Osman, 30.9.2015 */
    text-decoration: underline;
}


div#content:not([data-news-type="PVR"],[data-news-type="NVR"]) .news_layout *{
	border: 0px !important;
}

.news_layout table { border-collapse: collapse; }

#content .news_main_show { overflow: visible !important; }
#content .news_main_show div { overflow: visible !important; }
#content .no_pre_style h2 {color: black} 
