body {
	font: 76%/1.4 Arial, Helvetica, sans-serif;
	color: #606060;
	margin: 0;
	text-align: center;
	/*background: #fff url(../images/body_header_bg.gif) no-repeat center 36px;*/
	background: #fff url(../images/body_bg_banner.gif) repeat-x left top;
}

body.print 
{
	background: none;
}

p, table {
	margin: 0 0 1em 0;
}

a {
	text-decoration: none;
	color: #e20026;/*#7791b3;  #e20026;  #41628f; */
}

a:hover {
	text-decoration: underline;
}

a.red {
	color: #e20026;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	width: 430px;
}

fieldset {
	border: none;   
	width: 400px;
	margin: 0;
	padding: 0;
}

/*ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}

li {
	list-style-image: url('/pics/func_dot.gif');
}*/

#container {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
}

#top {
	float: left;
	width: 100%;
	height: 36px;
	overflow: hidden;
}

/* ---------- quickbar ---------- */

#quickbar {
	float: right;
	margin: 6px 0 0 0;
	padding: 0;
}

#quickbar li {
	float: left;
	list-style: none;
	padding-right: 10px;
}

#quickbar li.first {
	
}

#quickbar li.search {
	
}

#quickbar li a {
	color: #555;
	font-size: 85%;
	text-decoration: none;
}

.quicksearchspan input {
	/*height: 18px;*/
	width: 116px;
	border: outset 1px #ababab;
	padding: 2px;
	color: #a0a0a0;
	/*float: left;*/
	font-size: 85%;
}

.quicksearchspan a {
	/*width: 50px;*/
	border: outset 1px #ababab;
	color: #a0a0a0;
	padding: 1px 12px 1px 10px;
	text-align: center;
	vertical-align: text-top;
}

html>body .quicksearchspan a { /* Fix for Firefox */
	padding: 2px 12px 2px 10px;
}

.quicksearchspan a:hover {
	border: solid 1px #999;
	text-decoration: none;
}

#logo {
	float: left;
	position: relative;
	left: -17px;
/*	width: 115px;
	height: 80px;*/
}

#logo img {
	display: block;
	border: 0;
}

/* ---------- top_menu ---------- */

#top_menu {
	position: relative;
	float: right;
	width: 760px;
	height: 100px;
	/*background: #e20026; url(../images/mainmenu_left_corners.gif) no-repeat left top;*/
	overflow: hidden;
}

#top_menu li {
	float: left;
	list-style: none;
}

#top_menu #toplevelmenu {
	position: absolute;
	width: 720px;
	left: 0px;
	bottom: 40px;
	margin: 0;
	padding: 0;
}

#top_menu #toplevelmenu li a {
	padding: 0 0 1px 0;
	margin: 0 20px 0 0;
	color: #fff;
	font-size: 140%;
	text-decoration: none;
	display: block;
}

#top_menu #toplevelmenu li.active a {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding: 0;
}

#top_menu #toplevelmenu li a:hover {
	border-bottom: 1px solid #fff;
	padding: 0;
}


#top_menu #topmenu {
	position: absolute;
	width: 760px;
	padding: 0 0 5px 0;
	font-size: 110%;
	left: 0px;
	top: 69px;
}

#top_menu #topmenu ul {
	margin: 0;
	padding: 0;
}

#top_menu #topmenu ul li {
	margin: 8px 0 0 0;
	padding: 0 10px 0 10px;
	background: url(../images/topmenu_sep.gif) no-repeat center left
}


#top_menu #topmenu ul li.first {
	padding: 0 10px 0 0;
	background: none;
}


#top_menu #topmenu ul li a {
	color: #555;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration: none;
	display: block;
}

#top_menu #topmenu ul li.topmenu_on a {
	font-weight: bold;
	border-bottom: 1px solid #555;
}


#top_menu #topmenu li a:hover {
	border-bottom: 1px solid #555;
}



#top_menu .nav-border {
	display: none;
}

/* ---------- left_menu ---------- */

#left_menu {
	float: left;
	width: 210px;
	background: #fff url(../images/left_menu_header_bg.gif) no-repeat left top;
	overflow: hidden;
}

#left_menu .leftmenu {
	margin: 5px 0 20px 0;
	padding: 0 0 30px 0;
	list-style: none;
	background: #d8d1c9 url(../images/left_menu_footer_bg.gif) no-repeat left bottom;
}

#left_menu .leftmenu li {
	padding: 1px 20px 2px 20px;
}

#left_menu .leftmenu li a {
	display: block;
	padding-left: 12px;
	color: #333;
	text-decoration: none;
	border-bottom: #b9b9b9 1px solid;
}

#left_menu .leftmenu li.header a {
	font-weight: bold;
	border-bottom: #333 1px solid;
	padding: 12px 0 0 0;
	margin-bottom: 7px;
}

#left_menu .leftmenu li.haschildren a {
	background: url(../images/leftmenu_rightarrow_expand.gif) no-repeat 2px 6px;
}

#left_menu .leftmenu li.expanded a,
#left_menu .leftmenu li.expandedchild a {
	padding-left: 22px;
	/*border-bottom: #d8d1c9 1px solid;*/
}

#left_menu .leftmenu li.selected a {
	font-weight: bold;
	background: url(../images/leftmenu_rightarrow_red.gif) no-repeat 2px 6px;
}

#left_menu .leftmenu li.expanded a {
	font-weight: bold;
	background: url(../images/leftmenu_rightarrow_red.gif) no-repeat 12px 6px;
}

/* ---------- quickbar-selectlist ---------- */

#left_menu #quickbar-selectlist {
	padding-top: 5px;
	margin: 0 0 20px 0;
	background: #fff url(../images/left_menu_header_bg.gif) no-repeat left top;
}

#left_menu #quickbar-selectlist ul {
	margin: 0;
	padding: 12px 0 30px 0;
	list-style: none;
	background: #d8d1c9 url(../images/left_menu_footer_bg.gif) no-repeat left bottom;
}

#left_menu #quickbar-selectlist ul li {
	padding-left: 20px;
}

#left_menu #quickbar-selectlist ul li h2 {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 0.2em 0;
	padding: 0;
	font-weight: bold;
}

#selectlist {
	color: #8a8a8a;
	font-size: 80%;
	border: solid 1px #c0c0c0;
}

#selectlist option {
	color: #8a8a8a;
	padding: 0 0 0 6px;
}

#quickbar-selectlist select {
	width: 170px;
}

/* ---------- puffar left_menu ---------- */

#left_menu #puff,
#left_menu #puff2,
#left_menu #krispuff {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#left_menu .puff-start {
	background-color: #f5f3f1;
}

#left_menu .puff-top {
	padding: 20px 0 0 0;
	margin: 0;
	background: url(../images/left_menu_puff_header_bg.gif) no-repeat left top;
}

#left_menu .puff-bottom {
	padding: 5px 0 20px 0;
	margin: 0;
	background: url(../images/left_menu_puff_footer_bg.gif) no-repeat left bottom;
}

#left_menu .puff {
	padding: 0 20px 0 20px;
}

#left_menu .puff h2 {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0 0 0.2em 0;
	padding: 0;
}

#left_menu .puff a {
	color: #e20026;
	font-weight: bold;
}

#left_menu .puff p {
	margin: 0;
	padding: 0;
}

#left_menu #krispuff .puff-start{
	background-color: #e20026;
}

#left_menu #krispuff .puff-top {
	padding: 20px 0 0 0;
	margin: 0;
	background: url(../images/krispuff_header.gif) no-repeat left top;
}

#left_menu #krispuff .puff-bottom {
	padding: 5px 0 20px 0;
	margin: 0;
	background: url(../images/krispuff_footer.gif) no-repeat left bottom;
}

#left_menu #krispuff .puff h2 {
	font-weight: bold;
	font-size: 110%;
	color: #fff;
}

#left_menu #krispuff .puff a,
#left_menu #krispuff .puff p {
	color: #fff;
}

/* ---------- CenterDiv ---------- */

#startpage_flash,
#portal_flash,
#portal-mini_flash {
	width: 900px;
	height: 275px;
	background: #fff; /* url(../images/portal_toppbild_tmp.jpg) no-repeat left top;*/
}

/* ---------- */

#contents {
	float: left;
	margin-top: 20px;
	width: 100%;
}

.CenterDiv {
	float: left;
	width: 690px;
	overflow: hidden;
}

.CenterDiv #DefaultMode_imageheader_ImageContainer {
	float: right;
	width: 670px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.CenterDiv #DefaultMode_imageheader_ImageContainer img {
	display: block;
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
}

.CenterDiv #voicearea,
#center-portal,
#center {
	float: left;
	width: 490px;
	overflow: hidden;
}

.CenterDiv #voicearea.fullwidth {
	width: 670px;
}

.CenterDiv #voicearea .inner,
#center-portal .inner,
#center .inner {
	padding: 0 20px 0 20px;
	margin: 0 0 0 20px;
	overflow: hidden;
	background: #fff url(../images/breadcrumb_bg.gif) repeat-x left top;
}

.CenterDiv #voicearea .inner h1,
#center-portal .inner h1,
#center .inner h1 {
	font: 145%/1.4 Arial, Helvetica, sans-serif;
	color: #e20026;
	margin: 0 0 1em 0;
	padding: 0;
}

.CenterDiv #voicearea .inner h2,
#center-portal .inner h2,
#center .inner h2 {
	font: 120%/1.4 Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.CenterDiv #voicearea .inner h3,
#center-portal .inner h3,
#center .inner h3 {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.CenterDiv #voicearea .inner p.introduction,
#center-portal .inner p.introduction,
#center .inner p.introduction {
	font: 120%/1.4 Arial, Helvetica, sans-serif;
}

.inner .lastupdated {
	font-size: 80%;
}

/* ---------- puffMiddleCol ---------- */

#puffMiddleCol {
	float: left;
	width: 420px;
	margin: 20px 0 20px 0;
	color: #fff;
	background: #7791b3 url(../images/puff_middle_bg.gif) repeat-y left bottom;
}

#puffMiddleCol .puffMiddleColInner {
	float: left;
	background: transparent url(../images/puff_middle_footer.gif) no-repeat left bottom;
}

#puffMiddleCol p {
	margin: 0;
	padding: 0;
}

#puffMiddleCol h3 {
	margin: 0;
	padding: 0;
}

#puffMiddleCol .left {
	float: left;
	width: 200px;
	background: transparent url(../images/puff_middle_lt_corner.gif) no-repeat left top;
}

#puffMiddleCol .right {
	float: left;
	width: 220px;
	background: transparent url(../images/puff_middle_rt_corner.gif) no-repeat right top;
}

#puffMiddleCol .left .textHolder {
	margin: 0;
	padding: 6px 12px 6px 12px;
}

#puffMiddleCol .right .textHolder {
	margin: 0;
	padding: 12px;
}

#puffMiddleCol .left img {
	display: block;
	margin: 0;
	padding: 0;
}


#puffMiddleCol .right a {
	color: #fff;
}

/* ---------- boardmember ---------- */

.boardmember {
	width: 420px;
	margin-bottom: 20px;
	background: url(../images/boardmember_bg_header.gif) no-repeat left top;
}

.boardmember dl {
	float: left;
	padding: 14px 14px 10px 14px;
	margin: 0;
}

.boardmember dt {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0 10px 0 0;
}

.boardmember dd {
	float: left;
	width: 190px;
	margin: 0;
	padding: 14px 0 0 0;
	font-style: italic;
}

.boardmember dt img {
	display: block;
	margin: 0;
	padding: 0;
}

.boardmember .memberInfo {
	clear: both;
	padding: 0 14px 2px 14px;
	background: url(../images/boardmember_bg_footer.gif) no-repeat left bottom;
}

.boardmember .memberInfo ul {
	margin: 0 0 1em 14px;
	padding: 0;
}

.boardmember .memberInfo li {
	margin: 0 0 0 4px;
	padding: 0;
}

/* ---------- breadcrumbs printLink ---------- */

#breadcrumbs {
	height: 27px;
	margin: 0 -20px 0 -20px;
	color: #b9b9b9;
	font-size: 90%;
	overflow: hidden;
}

#breadcrumbs a {
	color: #b9b9b9;
	text-decoration: none;
}

#breadcrumbs .breadCrumbTrail {
	float: left;
	padding: 5px 0 0 20px;
	background: url(../images/breadcrumb_bg_left.gif) no-repeat left top;
}

#breadcrumbs .printLink {
	float: right;
	height: 27px;
	padding: 5px 20px 0 0;
	background: url(../images/breadcrumb_bg_right.gif) no-repeat right top;
}

#breadcrumbs .printLink a {
	padding: 0 0 0 18px;
	background: url(../images/print_icon.gif) no-repeat;
}

/* ---------- sidebar right_menu ---------- */

#sidebar {
	float: right;
	width: 180px;
	margin-bottom: 20px;
	color: #333;
	overflow: hidden;
	font-size: 90%;
}

#sidebar .RightListingContent {
	float: right;
	width: 180px;
	padding-top: 10px;
	color: #333;
	background: #d8d1c9 url(../images/right_menu_header_bg.gif) no-repeat left top;
	overflow: hidden;
	font-size: 90%;
}

#right_menu {
	background: none;
}

#sidebar img,
#right_menu img {
	display: block;
	border: 0;
}

#puffRightCol {
	float: right;
	width: 180px;
	margin-bottom: 20px;
	color: #fff;
	background: #41628f url(../images/puff_right_col_footer.gif) no-repeat right bottom;
}

#puffRightCol img {
	display: block;
	margin: 0;
	padding: 0;
}

#puffRightCol h3 {
	font: 120%/1.4 Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0.4em;
	padding: 0;
}

#puffRightCol .textHolder {
	padding: 14px 10px 10px 10px;
	margin: 0;
}

#sidebar ul,
#right_menu ul {
	margin: 5px 0 0 0;
	padding: 12px 0 10px 0;
	list-style: none;
/*	background: #d8d1c9 url(../images/right_menu_footer_bg.gif) no-repeat left bottom;*/
}



#sidebar div.rightBody,
#sidebar div.portalRightBody 
{
	background: #d8d1c9 url(../images/right_menu_footer_bg.gif) no-repeat left bottom;
}




#sidebar li,
#right_menu li {
	margin: 0;
	padding: 0 20px 0 20px;
}

#sidebar li ul,
#right_menu li ul {
	margin: 0;
	padding: 0 0 8px 0;
	background: none;
}

#sidebar li li,
#right_menu li li{
	margin: 0;
	padding: 0;
	font-style: italic;
}

#sidebar a,
#right_menu a {
	color: #333;
	text-decoration: none;
	font-style: normal;
}

#sidebar a:hover,
#right_menu a:hover {
	text-decoration: underline;
}

#sidebar .more,
#right_menu .more,
#sidebar .more-upper,
#right_menu .more-upper {
	
}

#sidebar .more a,
#right_menu .more a,
#sidebar .more-upper a,
#right_menu .more-upper a {
	display: block;
	width: 132px;
	margin: 4px 0 2px 0;
	padding: 2px 0 0 8px;
	font-weight: bold;
	color: #666;
	border-top: #b9b9b9 1px solid;
	background: url(../images/leftmenu_rightarrow_expand.gif) no-repeat 0 0.7em;
}

#sidebar h2,
#right_menu h2 {
	font: 110%/1.4 Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sidebar p,
#right_menu p {
	margin: 0;
	padding: 0;
}

#sidebar iframe,
#right_menu iframe {
	margin: 0;
	padding: 0;
}

#sidebar div.sharepanel,
#right_menu div.sharepanel {
	background-color: #fff;
	padding: 20px;
}

#sidebar ul.sharepanel,
#right_menu ul.sharepanel {
	margin: 0px;
	padding: 15px 0 0 0;
	background: #fff;
}

#sidebar div.rightBody,
#right_menu div.rightBody {
	padding: 10px 20px 0 20px;
	/*background: none;*/
}

#sidebar .rightBody h3,
#right_menu .rightBody h3 {
	font: 120%/1.4 Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sidebar .rightBody p,
#right_menu .rightBody p {
	font: 120%/1.4 Arial, Helvetica, sans-serif;
}

#sidebar .rightBody ul,
#right_menu .rightBody ul {
	list-style:disc;
	margin: 0 0 0 15px;
}

#sidebar .rightBody ul li,
#right_menu .rightBody ul li {
	font-style:normal;
	margin: 0;
	padding: 0;
}




/* ---------- InvestorRelationsRightColumn ---------- */

#sidebar h2.right_menu_ir_header,
#sidebar #cg h2 {
	margin: 0;
	padding: 10px 20px 6px 20px;
}

#InvestorRelationsRightColumn {
	padding: 0 20px 20px 20px;
	background: #d8d1c9 url(../images/right_menu_footer_bg.gif) no-repeat left bottom;  
}

#InvestorRelationsRightColumn h3 {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#InvestorRelationsRightColumn div {
	padding: 0 0 8px 0;
	font-style: italic;
}

#InvestorRelationsRightColumn a {

}

/* ---------- footer ---------- */

#footer {
	clear: both;
	padding-top: 5px;
	margin: 20px 0;
	border-top: #ccc 1px solid;
	font-size: 90%;
	color: #a0a0a0; /*#d8d1c9;*/
}

#footer a {
	text-decoration: none;
	color: #a0a0a0; /*#d8d1c9;*/
}

#footer a:hover {
	text-decoration: underline;
}

/* ---------- input ---------- */

#voicearea input {
	background: #fff;
	padding: 0 2px 0 2px;
	height: 20px;
	font-size: 90%;
}

.reportsInput {
	width: 200px;
}

html>body .reportsInput {
	height: 14px;
}

/* ---------- tables from org styles ---------- */

.table-spacer td {
	padding: 6px 0 0 0;
	text-align: right;
}

.table-data {
	font-size: 80%;
}

.table-data caption,
.table-data th,
.table-data td,
.table-data td * {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 110%;
}

.table-data th {
	text-align: left;
	padding: 0 0 0 16px;
}

.table-data td {
	padding: 2px;
	height: 20px;
	vertical-align: bottom;
	text-align: right;
	width: 132px;
}

.table-data a {
	font-size: 100%;
}

.table-data .firstth {
	width: 220px;
	padding: 0;
}

.table-data .firsttd,
.table-data .firstth,
.table-data .th-left,
.table-data .td-left {
	text-align: left;
}

.table-data .th-left {
	padding: 0;
}

.table-data .th-right,
.table-data .td-right {
	text-align: right;
	width: 200px;
}

.table-data .td-left {
	width: 300px;
}

.table-data .td-r {
	text-align: left;
	width: 250px;
}

.table-data .firsttd {
	width: 320px;
}

.table-data .firsttdK {
	width: 100px;
	text-align: left;
}

.table-data .history,
.table-data .calendar {
	text-align: left;
	width: 80%;
}

.thextra {
	width: 70px;
}

.widthHundredTwenty {
	width: 120px;
}

.numbers {
	width: 75px;
	text-align: right;
}

.wider {
	width: 70px;
}

.fullwidth .introduction,
.fullwidth .table-data {
	width: 545px;
}

.fullwidth .table-data th {
	text-align: right;
	padding: 0 0 0 60px;
}

.fullwidth .table-data .firstth {
	text-align: left;
	padding: 0;
}

.fullwidth .table-data .firstth,
.fullwidth .table-data .th-left,
.fullwidth .table-data .th-right {
	padding: 0;
}

.fullwidth .table-data .th-left,
.fullwidth .table-data .th-right {
	text-align: left;
}

.reports th {
	font-weight: bold;
	text-align: left;
}
.reports th, 
.reports td  
{
	padding: 4px;
}

.reports .firstth { width: 120px; text-align: left; }	

.odd td {
	background: #f2f2f2;
	color: inherit;
	border-bottom: solid 1px #ccc;
}

.sitemap a {
	font-size:0.8em;
	color: #000;
	width: 130px;
	display: block;
}

.sitemap a.black {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}
	

.sitemap a.blue {
	white-space: nowrap;
}

a.langlink {
	font-size: 90% !important;
}
a.langlink strong {
	color: #666;
	border-bottom: 1px solid #555;
}