/* Positionierungen von Layout und Struktur */
#wrap {
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: hidden !important;
	text-align: left;
	width: 1000px;
	background: transparent url('../images/bg-wrap.png') repeat-y top left;
}

#header {
	margin: 0;
	padding: 0;
	height: 206px;
}

#header-content {
	margin: 0;
	padding: 0;
	border: 0;
}

#header-content img {
	margin: 0;
	padding: 0;
	border: 0;
}

#top-navigation {
	position: absolute;
	top: 175px;
	margin: 0 0 0 54px;
	padding: 0;
	width: 900px;
	background: transparent;
	border: 0;
}

#service-navigation {
	position: absolute;
	top: 0px;
	margin: 0 0 0 0;
	width: 1000px;
	padding: 0;
	height: 20px;
}

#main {
	margin: 0;
	padding: 0;
	width: 1000px;
	min-height: 500px;
}

#main {
	margin: 0;
	padding: 0;
	width: 1000px;
	min-height: 500px;
}

#main-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 330px;
}

#main-left-content {
	padding: 58px 25px 10px 55px;
	padding: 55px 25px 10px 55px;
	margin: 0;
}

#mainbody {
	float: left;
	margin: 0;
	padding: 0;
	width: 670px;
}

#mainbody-content {
	margin: 0;
	padding: 0px 60px 20px 20px !important;
}

#mainbody-wide {
	float: left;
	margin: 0;
	padding: 0;
	width: 1000px;
}

#mainbody-content-wide {
	margin: 20px 60px 20px 55px;
	padding: 0;
	
}

#mainbody-content p {
	height: 1%;
}

#mainbody-content td {
	color: #000;
}

#footer {
	margin: 0;
	padding: 0;
}

#footer-content {
	color: #777;
	text-align: center;
	padding: 5px 0 5px 15px;
}

.cleaner {
	clear: both;
	height: 0px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

/** Allgemeine Angaben*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%
}

body {
	min-height: 101%;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 0.66em;
	color: #000;
	/*behavior: url("csshover.htc");*/
	line-height: 140%;
	text-align: left;
	background: #e0e7ef;
}

/* Standardrahmen zurücksetzen */
fieldset,img {
	border: 0;
	padding: 0;
	margin: 0;
}

/* Anpassung für Safari Browser. font-size:100% ist für den Safari in Formularen zu groß */
select,input,textarea {
	font-size: 99%
}

ul,ol,dl {
	margin: 0 0 1em 0;
}

li {
	margin-left: 1.5em;
	line-height: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 2em;
}

blockquote,cite {
	margin: 0 0 1em 22px;
	width: auto;
}

div.componentheading {
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

p,ul,dd,dt {
	line-height: 140%;
	margin: 5px 0 5px 0;
}

strong {
	font-weight: bold;
}

em,i {
	font-style: italic;
}

pre,code {
	
}

address {
	font-style: normal;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}


acronym,abbr {
	letter-spacing: 0.7em;
	border-bottom: 1px dashed #c00;
	cursor: help;
}

sup {
	font-size: 0.7em;
}

sub {
	font-size: 0.7em;
}

/* ### Auszeichnung lokaler und Externer Links ######################################################## */
a,a em.file {
	background: transparent;
	text-decoration: none;
	color: #002967;
}

/** Oberes, horizontales Menü*/ /** Ersten Menüpunkt ausblenden **/
#top-navigation-content #menuitem_1 {
	/*display: none;*/
}

/** Linktexte bei Image-Menu ausblenden **/
#top-navigation-content ul .link_text {
	display: none;
}
#top-navigation-content ul ul .link_text {
	display: block;
}


#top-navigation-content ul {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	list-style-type: none;
}

#top-navigation-content li {
	margin: 0;
	padding: 0;	
	border: 0;
	float: left;
	position: relative;
}

#top-navigation-content li a {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	display: block;
}

#top-navigation-content li:hover ul,#top-navigation-content li:hover li:hover ul
{
	display: block;
}


/** Liste - 2. Ebene */
#top-navigation-content ul ul {
	position: absolute;
	left: 0px;
	top: 31px;
	height: auto;
	border: 0px;
	display: none;
	margin: 0;
	padding: 0;
	z-index: 500 !important;
}

#top-navigation-content li li{
	margin: 0;
	padding: 0;	
	clear: both;
	display: block;
	
}
#top-navigation-content li li a {
	float: left;
	color: #fff;
	margin: 0;
	padding: 4px 0px 5px 15px !important;
	height: auto;
	text-decoration: none;
	display: block;
	font-size: 0.97em;
	font-weight: normal;
	border-bottom: 1px solid #c5d9e3;
	background: #7995b1;
	line-height: 1.2em;
}

#top-navigation-content li li a:hover {
	background: #113868;
}

/** Liste - 3. Ebene */
#top-navigation-content ul ul ul{
	position: absolute;
	left: 100% !important;
	top: 0px;
	height: auto;
	width: 300px !important;
	border: 0px;
	display: none;
	margin: 0;
	padding: 0;
	border-left: 0px solid #fff;
}

#top-navigation-content ul ul ul,
#top-navigation-content ul li:hover ul ul{
	display: none;
}

#top-navigation-content ul ul li:hover ul
{
	display: block !important;
}

/** Pathway */
#pathway-content {
	width: 450px;
	margin: -28px 0 0 0;
	padding: 10px 0px 0 20px !important;
}
.pathway{
	text-transform: uppercase !important;
	font-size: 0.9em;
	color: #002967;
}

a.pathway{
	color: #a5a5a5;
}

a.pathway:hover {
	text-decoration: none !important;
}

/** Servicenavigation */
#service-navigation-content ul {
	margin: 4px 0px 0 0px;
	padding: 0 10px 0 0;
	width: 950px;
}

#service-navigation-content li a {
	margin: 0;
	padding: 0;
	color: #9faac1;
	text-decoration: none;
}

#service-navigation-content li {
	display: inline;
	float: right;
	margin: 0;
	padding: 1px 5px 1px 5px;
	color: #9faac1;
	text-decoration: none;
	font-size: 10px;
	height: 10px;
	line-height: 11px;
	background: url('../images/bg-service-nav.png') right 2px no-repeat;
}
#service-navigation-content .icon{
	margin: 1px 0 0 0px;
	padding: 1px 0px 1px 0px;
	background: none;
}

#service-navigation-content .icon img{
	margin: 0px;
	padding: 0;
}

#service-navigation .no-background{
	background: none;
}
#search-form {
	margin: 0px 1px 0 5px;
}

#search-de {
	font-family: verdana;
	font-size: 9px !important;
	color: #9faac1;
	margin: -1px 0 0 0;
	padding: 0px 0 1px 0;
	width: 82px;
	height: 11px;
	border: 1px solid #9faac1;
	background: transparent;
}

#search-en {
	font-family: verdana;
	font-size: 9px !important;
	color: #9faac1;
	margin: -1px 0 0 0;
	padding: 0px 0 1px 0;
	width: 82px;
	height: 11px;
	border: 1px solid #9faac1;
	background: transparent;
}

/** Content - Mainbody */
#mainbody-content a {
	text-decoration: none;
	color: #002967;
}

#mainbody-content a:hover {
	text-decoration: underline;
}

#mainbody-content a:visited {
	color: #a5a5a5;
}
a.readon {
	color: #000 !important;
	font-weight: bold !important;
	margin: 0;
}

.back_button {
	margin: 20px 0 20px 0;
}

/** Seite drucken + Popup*/
.contentpane {
	padding: 30px;
}

.contentpane img {
	margin: 10px;
}

#mainbody-content .buttonheading {
	display: none;
}

.contentpane .buttonheading {
	margin: -20px 0 0 0;
	padding: 0;
	position: relative;
	display: block !important;
}

.contentpane .closeButton {
	margin: 10px 0 0 0;
	padding: 0;
}

/** Top Link */
#link-top {
	display: block;
	width: 10px;
	height: 10px;
}

#link-top :hover {
	display: block;
	width: 10px;
	height: 10px;
}

.article_seperator {
	display: none;
}


.pagecounter {
	padding: 10px 0 10px 0;
	font-weight: bold;
}

.buttonheading {
	float: right;
	margin-right: -20px;
	margin-top: -30px;
	padding: 0;
	text-align: left !important;
}

.buttonheading_seminar {
	float: right;
	margin-right: 10px;
	margin-top: -20px;
	padding: 0;
	text-align: left !important;
}

/***************************************************************************/
/**  Überschriften *********************************************************/
/***************************************************************************/
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #002967;
	margin: 0 0 0 0;
	padding: 10px 0 5px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin: 0 0 -10px 0;
	padding: 15px 0 5px 0;
}

h3 {
	font-size: 1em;
	color: #002967;
	font-weight: normal;
	margin: 0 0 -10px 0;
	padding: 8px 0 5px 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #002967;
	margin: 15px 0 0 0 !important;
	padding: 0;
}

h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
}

h6 {
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	color: #002967;
	margin: 15px 0 0 0 !important;
	padding: 0;
	border-bottom: 1px solid #002967;
}

.contentpane {
	background: #fff;
}

.contentpaneopen {
	background: #fff;
	width: 500px;
}

contentpaneopen td {
	font-size: 11px;
}

/*
#main-left .moduletable-nav {
	margin: 0px -10px 10px -10px;
	padding: 0;
}

#main-left-content ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none !important;
}

#main-left-content li {
	margin: 0;
	padding: 0;
}

#main-left-content ul li a {
	display: block;
	padding: 3px 3px 3px 22px;
}

#main-left-content ul li a:hover {
	text-decoration: none;
}
*/

.red {
	color: red;
}

.underline {
	margin: 10px 0 0 0;
	border-bottom: 1px #ddd solid;
}

/* ######################################################################################################
** Pagecounter - mospagebreak
** ######################################################################################################
*/
.pagenavbar {
	text-align: left;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 0;
}

.pagenavcounter {
	display: none;
}

.pagenav {
	padding: 0px 3px 0 3px;
	color: #a5a5a5 !important;
}

.pagenavbar .spacer{
	color: #a5a5a5 !important;
}

img.pagenav-prev,img.pagenav-next {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border: 0;
}

/* ######################################################################################################
** Page-Service-Navigation
** ######################################################################################################
*/
/*#page_service {
	position: absolute;
	top: 215px;
	margin: 0 0 0 470px;
	padding: 0;
	height: 15px;
	border: 0px solid #000;
}*/
#page_service {
	margin: 15px 0 0 495px;
	padding: 0;
	height: 15px;
	border: 0px solid #000;
}

#page_service ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	width: 120px;
}

#page_service li {
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
	z-index: 1 !important;
}

/** Home-Link */
#home {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	width: 250px;
	height: 90px;
}

/** Flash | Header */
#flash-header {
	margin: 0 0 0 390px;
	padding: 0;
	width: 560px;
	height: 90px;
	position: absolute;
	top: 60px;
}

/** Merkliste */
#cart_list {
	margin: 10px 0 10px 0 !important;
	padding: 0;
	border-collapse: collapse;
	width: 550px !important;
}

#cart_list th {
	color: #000;
	text-transform: uppercase;
}

#cart_list td,#cart_list th {
	margin: 0px;
	padding: 3px 20px 3px 0 !important;
	border: 0 !important;
}

#cart_list tr:hover td,#cart_list tr:hover {
	background: transparent !important;
}

/***************************************************************************/
	/**  Tabellen **************************************************************/
	/***************************************************************************/
#mainbody-content table,
.contentpane table  {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	border-collapse: separate;
	border-spacing: 0px;
}

#mainbody-content table td,
.contentpane table td {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
	border-right: 3px solid #fff;
}

#mainbody-content .table_align_top td {
	vertical-align: top;
}
#mainbody-content .download td,.contentpane .download td {
	vertical-align: bottom;
	padding: 3px 0px 2px 0px !important;
}

.contentpane .download td img {
	margin: 0;
	padding: 0px !important;
}
/* Zelle UND Reihe markieren | start */
#mainbody-content tr:hover___________________ {
	background: #e1ebf7;
}

#mainbody-content tr:hover td,
.contentpane tr:hover td {
	background: #e1ebf7;
}
/* Zelle UND Reihe markieren | end */ 

/***************************************************************************/
/**  Eigene Styles *********************************************************/
/***************************************************************************/

.blue{
	color: #002967;
}

.list_normal{
	margin: 10px 0 0 13px;
	padding: 0 0 0 10px;
	list-style-type: none;
	list-style-image: url('../images/list-standard.gif');
}

.list_blue{
	margin: 10px 0 10px 0;
	padding: 0 0 0 22px;
	list-style-type: none;
	background: url('../images/list-blue.png') 0 0 no-repeat;
}
.list_blue_light{
	margin: 10px 0 0 0;
	padding: 0 0 0 22px;
	list-style-type: none;
	background: url('../images/list-blue-light.png') 0 0 no-repeat;
}

.list_grey{
	margin: 10px 0 10px 0;
	padding: 0 0 0 22px;
	list-style-type: none;
	background: url('../images/list-grey.png') 0 0 no-repeat;
}

.list_numbered{
	margin: 10px 0 10px 20px;
	padding: 0 0 0 5px;
	list-style-position: outside;
}

/** TABELLEN */
/** TABELLE MEDIUM */
#mainbody-content #big_table{
	margin: 0 0 0 -250px;
	width: 100%;
}

#mainbody-content .medium{
	padding: 0;
	margin: 10px 0 10px 0;
	width: 500px;
	border: none;
	border-collapse: collapse;
}
#mainbody-content .medium .description td{
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
	border: none;
	text-align: left;
}
#mainbody-content .medium .header{
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#mainbody-content .medium .header td{
	border: none !important;
	border-right: none !important;
	padding: 0 4px 0 0;
}

#mainbody-content .medium .spacer td{
	border: none !important;
	margin: 0;
	padding: 0;
	height: 3px;
	line-height: 0px;
	border-top: 3px solid #002967 !important;
}

#mainbody-content .medium td{
	margin: 0;
	padding: 2px 0 2px 0;
	border: none;
	border-bottom: 1px solid #000;
	border-right: 7px solid #fff;
}
#mainbody-content .medium .no_border td
{
	border-bottom: 0 !important;
}
#mainbody-content .medium .footnote td{
	border-bottom: none !important;
	font-size: 0.9em;
	padding: 5px 0 0 0;
}

#mainbody-content .medium .spacer_bottom td{
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	border-top: none;
}

/** TABELLE FULL */
#mainbody-content .full{
	padding: 0;
	margin: 10px 0 10px 0;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
#mainbody-content .full .description td{
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 0;
	border: none;
	text-align: left;
}
#mainbody-content .full .header{
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#mainbody-content .full .header td{
	border: none !important;
	border-right: 0 !important;
	padding: 0 4px 0 0;
}

#mainbody-content .full .spacer td{
	border: none !important;
	margin: 0;
	padding: 0;
	height: 3px;
	line-height: 0px;
	border-top: 3px solid #002967 !important;
}

#mainbody-content .full td{
	margin: 0;
	padding: 2px 0 2px 0;
	border: none;
	border-bottom: 1px solid #000;
	border-right: 7px solid #fff;
}
#mainbody-content .full .no_border td
{
	border-bottom: 0px solid #fff!important;
}
#mainbody-content .full .footnote td{
	border-bottom: 0 !important;
	font-size: 0.9em;
	padding: 5px 0 0 0;
}

#mainbody-content .full .spacer_bottom td{
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	border-top: 0px solid #000 !important;
}

#mainbody-content .full .spacer_bottom_blue td{
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	border-top: 0px solid #000 !important;
	border-color: #002967;
}
#mainbody-content .full .spacer_blue_bold td,
#mainbody-content .full .spacer_bottom_blue_bold td{
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	border-top: 0px solid #000 !important;
	border-color: #002967;
	border-width: 2px;
	border-right: 0 !important;
	
}
#mainbody-content .full .spacer_bottom_bold td
{
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	border-top: 0px solid #000 !important;
	border-width: 2px;
}

.spacer_bottom_bold td,
.spacer_bottom .spacer_bottom_bold{
	border-bottom: 2px solid #000 !important;
	height: 1px;
	line-height: 1px;
}

#mainbody-content .border_bold td
{
	border-bottom: 2px solid #000 !important;
}


.small{
	font-size: 0.9em;
}
.small_blue{
	font-size: 0.9em !important;
	color: #002967;
}

.header td.blue {
	color: #002967 !important;
}
.intro{
	font-weight: bold;
}

#mainbody-content .image_container{
	margin: 20px 0 10px 0;
	padding: 0px;
	width: 450px;
}

#mainbody-content .image_header{
	margin: 0;
	padding: 5px 0 10px 0;
	border-top: 3px solid #002967;
	text-transform: uppercase;
}

#mainbody-content .image_file{
	margin: 0;
	padding: 0;
}
#mainbody-content .image_file img{
	margin: 0;
	padding: 0;
}

/***************************************************************************/
/**  CHAPTER INFO **********************************************************/
/***************************************************************************/
#main-left-content .chapter_info{
	margin: 0;
	padding: 0;
	width: 260px;
}
#main-left-content .chapter_info ul{
	margin: 10px 0 0 0;
	padding: 10px;
	border: 1px solid #002967;
}

#main-left-content .chapter_info li{
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	color: #002967;
	font-size: 0.9em;
	font-weight: bold;
}

/** NO-HOVER Bereiche */
tr.header:hover {
	background: none !important;
}
tr.header:hover td {
	background: none !important;
}
tr.description:hover {
	background: none !important;
}
tr.description:hover td {
	background: none !important;
}
tr.footnote:hover {
	background: none !important;
}
tr.footnote:hover td {
	background: none !important;
}
#ext_contact {
	
}

#ext_contact td {
	margin: 0;
	padding: 2px 0 2px 0 !important;
	border: none !important;
	vertical-align: top;
}

#ext_contact textarea {
	width: 169px;
	font-size: 11px;
	font-family: verdana;
}

#ext_contact tr:hover td,#ext_contact tr:hover {
	background: transparent !important;
}

.no-ruler tr:hover td,.no-ruler tr:hover {
	background: transparent !important;
}
.error {
	color: #002967;
}

#mainbody-content .download td,.contentpane .download td {
	vertical-align: bottom;
	padding: 3px 0px 2px 0px !important;
}

.contentpane .download td img {
	margin: 0;
	padding: 0px !important;
}


#committee tr:hover td{
	background: #fff !important;
}

.no_border, .no_border td
{
	border-bottom: 0px solid #fff !important;
}

#menulist_4_7 li{
	display: none !important;
}

#weiter_gehen{
	margin: 20px 0 0 0;
	padding: 10px 30px 260px 10px;
	background: url('../../../files/images/fortschritt/1_4-FMC_018_rgb.png') no-repeat;
}
#weiter_gehen p{
	background: #fff;
	padding: 5px;
}
#weiter_gehen .title{
	margin: 0;
	padding: 0;
	font-size: 25px;
}
#weiter_staerken{
	margin: 20px 0 0 0;
	padding: 10px 30px 260px 10px;
	background: url('../../../files/images/fortschritt/2_1-Kabi_Beutel.png') no-repeat;
}
#weiter_staerken p{
	background: #fff;
	padding: 5px;
}
#weiter_staerken .title{
	margin: 0;
	padding: 0;
	font-size: 25px;
}
#weiter_sehen{
	text-align: right;
	margin: 20px 0 0 0;
	padding: 245px 30px 5px 250px;
	background: url('../../../files/images/fortschritt/3_1-Helios_067_rgb.png') no-repeat;
}
#weiter_sehen p{
	background: #fff;
	padding: 5px;
}
#weiter_sehen .title{
	margin: 0;
	padding: 0;
	font-size: 25px;
}
#weiter_planen{
	margin: 20px 0 0 0;
	padding: 10px 30px 300px 10px;
	background: url('../../../files/images/fortschritt/4_1-VAMED_028_rgb.png') 0px -80px no-repeat;
}
#weiter_planen p{
	background: #fff;
	padding: 5px;
}
#weiter_planen .title{
	margin: 0;
	padding: 0;
	font-size: 25px;
}
.box{
	margin: 5px 0 0 0;
	padding: 10px;
	border: 1px solid #002967 !important;
}
#konzern .description {
	border: 1px solid #81a6c5 !important;
	border-bottom: none !important;
	padding: 0 5px 0 5px;
}
#konzern .header {
	border: 1px solid #81a6c5 !important;
	border-top: none !important;
}

#konzern .spacer td{
	display: none;
}

#kennzahlen_1{
	margin: 0;
	padding: 25px 0 30px 0;
	background: url('../../../files/images/fresenius_konzern/bg_fresenius_tables.png') 154px 10px no-repeat;
}
#kennzahlen_1_en{
	margin: 0;
	padding: 25px 0 30px 0;
	background: url('../../../files/images/fresenius_konzern/bg_fresenius_tables_en.png') 137px 10px no-repeat;
}

#konzern_kennzahlen{
	width: 550px !important;
}

#konzern_kennzahlen .no_ruler td{
	background: transparent !important;
}
#konzern_kennzahlen td{
	border-right: 0 !important;
	padding: 0 5px 0 0px !important;
}

#finanzkalender h1{
	margin: 0 0 0 -5px;
	padding: 5px 0 30px 5px;
	border: 1px solid #81a6c5;
	text-transform: uppercase;
}

#finanzkalender table{
	border-collapse: collapse !important;
	border-spacing: 0;
}
#finanzkalender tr td{
	border-right: 0 !important;
	margin: 0;
}


#aktien_info .description td{
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #002967;
	border: 1px solid #81a6c5;
	border-bottom: none;
	padding: 5px 5px 0 5px;
}
#aktien_info .header td{
	border: 1px solid #81a6c5;
	border-top: none;
}

#aktien_info .footnote td{
	margin: 0;
	padding: 0;
	line-height: 1px !important;
	height: 0px !important;
}

#our_segments{
	border-collapse: collapse !important;
	border-spacing: 0;
}
#our_segments td{
	border-right: 0 !important;
}

#our_segments tr:hover,
#our_segments tr:hover td{
	background: transparent !important;
}

.black{
	color: #002967 !important;
}
.uppercase{
	text-transform: uppercase;
}

#care, #kabi, #helios, #vamed{
	width: 150px;
	margin: 0;
	padding: 10px;
	color: #000;
	background: #fff;
	display: none;
}

#care{
	position: absolute;
	top: 240px;
	margin: 0 0 0 250px;
}

#kabi{
	position: absolute;
	top: 240px;
	margin: 0 0 0 695px;
}

#helios{
	position: absolute;
	top: 560px;
	margin: 0 0 0 250px;
}
#vamed{
	position: absolute;
	top: 560px;
	margin: 0 0 0 695px;
}
.highlight{
	font-weight: bold;
}


#mainbody-content .full .footnote td,
#mainbody-content .medium .footnote td{
	border-top: 0px !important;
	
}
