*.missing {
	font-size: 30px;
	color: red;
	text-decoration: blink;
}



#content a.textlink_extern {
	color: #000000;
	text-decoration: underline;
}

h1 {
	color:#96856A;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	margin:0px 0px 11px 0px;
	padding:0px;
}

h1.abstandlos {
	font-weight: bold;
	color: #092f86;
	font-size: 16px;
}

h2 {
	font-weight: bold;
	color: #96856A;
	font-size: 12px;
}

h3 {
	font-weight: bold;
	color: #092f86;
	font-size: 12px;
}

ul.styled_list {
    list-style-image:url(../pic/ul_bullet.gif);
    list-style-position: outside;
    padding: 0 0 0 15px;
    margin: 0px;
}

a.inlink, a.exlink{
	color: #558a17;
	font-weight: bold;
	text-decoration:none;
}
a.inlink:hover{
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}

*.small {
	font-family: verdana;
	font-size: 11px;
}

*.medium {
	font: normal 12px Arial, Helvetica, sans-serif;
}

*.blue {
	color: #092f86;
    font-weight: bold;
}

*.red {
	color:red;
}

*.text_bold{
	font-weight: bold;
}

p img {
	float:left;
	margin: 0 15px 5px 0;
}


#content img.inline_grafik {
	padding:10px 4px 10px 4px;
	margin:10px 0px 10px 0px;

	border-top:1px solid gray;
	border-bottom:1px solid gray;
}

hr {
	height: 1px;
	border: 0px;
	width: 100%;
	border-bottom: 1px solid #003184;
}
*.question
{
	font-style:italic;
	color:#96856A;
}
*.uppercase {text-transform:uppercase;}

/**************************************************************************************************/

/* FINANCIAL TABLES
 * Use in an own stylesheet or in a seperate section!
 * Beware of not synchroniced stylesheets in the report editor
 * and the report the tables are used!
 */


/*
 * NORMAL TABLE STYLE
 */

/* TABLE */
table.financial_table {
	width:100%;
	font-size:100%;
	margin-bottom:16px;
	margin-top:16px;
	
	/* IMPORTANT */
	empty-cells:show;
}

table.financial_table sup{
	font-size:8px;
	line-height:0.75em;
	vertical-align:top;
}

/* THEAD */
table.financial_table thead th { 
	background-color:#003366;
}

/* TBODY */
table.financial_table tbody th, table.financial_table tbody td { 
	background-color:#dddddd;
}


table.financial_table thead th {
	padding:4px;
	text-align:right;
	vertical-align:top;
	color:#FFFFFF;
	empty-cells:show;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
}

table.financial_table td, table.financial_table th{
	height:18px;
	empty-cells:show;
	padding:2px 4px 2px 4px;
	text-align:right;
	vertical-align:top;
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	vertical-align:bottom;
	white-space:nowrap;
}

table.financial_table tbody .col0 {
	font-weight : normal;
}

/* FIRST COLUMN */
table.financial_table th.col0, table.financial_table td.col0 {
	text-align:left; !important;  
	white-space:normal;

}

div.smalltable table.financial_table td {
	font-size : 5px;
}

div.smalltable table.financial_table thead th {
	font-size : 5px;
}

/* MOUSEOVER */
table.financial_table tr.tables_mouseover td {
	background-color:#C0C0C0;
}
table.financial_table tr.cssmouseover td *.footer, table.financial_table tr.cssmouseover td *.note {
	background-color:#C0C0C0;
}



/* MOUSEOVER */
table.financial_table tr.cssmouseover td,table.financial_table tbody tr.cssmouseover th  {
	background-color:#C0C0C0;
}
table.financial_table tr.cssmouseover td *.footer, table.financial_table tr.cssmouseover td *.note   {
	background-color:#C0C0C0;
}


/*
 * DEFAULT STYLES
 * !DO NOT CHANCE!
 */
 
/* [[tablehead]] */
table.financial_table th.tablehead, table.financial_table td.tablehead { 
	/* DO NOTHING! */
}
/* [[notablehead]] */
table.financial_table th.notablehead, table.financial_table td.notablehead { 
	/* DO NOTHING! */
}
/* [[fett]] */
table.financial_table th.fett, table.financial_table td.fett { 
	font-weight:bold; 
}
/* [[italic]] */
table.financial_table th.italic, table.financial_table td.italic {
	font-style:italic;
}
/* [[underline]] */
table.financial_table th.underline, table.financial_table td.underline {
	text-decoration:underline;
}
/* [[text-align_left]] */
table.financial_table th.text-align_left, table.financial_table td.text-align_left { 
	text-align:left; 
}
/* [[text-align_center]] */
table.financial_table th.text-align_center, table.financial_table td.text-align_center { 
	text-align:center; 
}
/* [[text-align_right]] */
table.financial_table th.text-align_right, table.financial_table td.text-align_right { 
	text-align:right; 
}
/* [[vertical-align_top]] */
table.financial_table th.vertical-align_top, table.financial_table td.vertical-align_top { 
	vertical-align:top; 
}
/* [[vertical-align_middle]] */
table.financial_table th.vertical-align_middle, table.financial_table td.vertical-align_middle { 
	vertical-align:middle; 
}
/* [[vertical-align_bottom]] */
table.financial_table th.vertical-align_bottom, table.financial_table td.vertical-align_bottom { 
	vertical-align:bottom; 
}


/*
 * SPECIAL STYLES
 * !SEE WIKI BEFORE EDITING!
 */

/* [[current_year]] */
table.financial_table td.current_year {
	background-color:#ffffff;
	color:#000000;
	border-bottom:2px solid #dddddd;
}

/* [[highlight]] */
table.financial_table th.highlight, table.financial_table td.highlight {
	background-color:#003366;
	color:#ffffff;
}

/* [[highlight2]] */
table.financial_table th.highlight2, table.financial_table td.highlight2 {
	background-color:#A1C4E9;
	color:#ffffff;	
}

/* [[padding_left]] */
table.financial_table th.padding_left, table.financial_table td.padding_left { 
	padding-left:12px; 
}

/* [[padding_left_2]] */
table.financial_table th.padding_left, table.financial_table td.padding_left_2 { 
	padding-left:18px; 
}

/* [[border_bottom]] */
table.financial_table th.border_bottom, table.financial_table td.border_bottom { 
	border-bottom:2px solid #257CB0;
}

/* [[border_left]] */
table.financial_table th.border_left, table.financial_table td.border_left { 
	border-left:12px solid #FFFFFF;
}

/* [[no_border_bottom]] */
table.financial_table th.no_border_bottom, table.financial_table td.no_border_bottom { 
	border-bottom:0px solid #FFFFFF;
}

/* [[moreheight]] */
table.financial_table th.moreheight, table.financial_table td.moreheight { 
	height:30px;
}

/* [[footer]] */
table.financial_table td.note, table.financial_table td.footer,table.financial_table th.note, table.financial_table th.footer { 
	background-color:#FFFFFF !important;
	border:0px none;
	color:#000000;
	font-size:11px;
	text-align:left;
	font-weight:normal;
	padding-left:5px;
}

/**************************************************************************************************/
    


table.financial_table td.text-align_left	{ text-align:left; }
table.financial_table td.text-align_right	{ text-align:right; }
table.financial_table td.text-align_center	{ text-align:center; }
table.financial_table td.bold				{ font-weight:bold; }
table.financial_table td.padding_left		{ padding-left:10px; }

table.financial_table th.text-align_left	{ text-align:left; }
table.financial_table th.text-align_right	{ text-align:right; }
table.financial_table th.text-align_center	{ text-align:center; }
table.financial_table th.bold				{ font-weight:bold; }
table.financial_table th.padding_left		{ padding-left:10px; }
table.financial_table td a, table.financial_table th a		{ color: #558A17; text-decoration: none; font-weight: bold;}
table.financial_table td a:hover, table.financial_table th a:hover		{ color: #558A17; text-decoration: underline; font-weight: bold; }
table.financial_table td a.glossar_link, table.financial_table th a.glossar_link { color: #092F86 !important; text-decoration: none; }
table.misc td {background:#FFFFFF; text-align:center;}

div.content_with_flash {
	margin-left: 60px;
}

.warning {color:red; font-size:20px;}
.warning {color:red; font-size:20px;}

/*span.wai_en {
	background-color: #CC0099;
}*/

.month {color: #96856A; text-transform:uppercase; font-weight:bold, font-size:14px; font-weight:bold; padding-top:6px;}
.subtitle {color: #092f86; text-transform:uppercase; font-weight:bold, font-size:14px; font-weight:bold;  padding-top:0px;}

.float_left {float:left; padding-right:10px;}
.float_right {float:right; padding-left:10px;}

a.imprint_email {
	color: #000000;
}

#printForm {
	border: 1px dotted #558A17;
	margin-bottom: 10px;
	padding: 5px;

}

a.print_send, a.dyn_nav_send, a.dl_link, a.dl_further, a.forward {
	background-image:url(../pic/arrow_level2.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#558A17 !important;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
}

#content img {
	margin-bottom: 10px;
}

a.xls_link {
	background-image:url(/mlp/gb2006/pics/design/ico_xls.gif);
	background-position:0px 50%;
	background-repeat:no-repeat;
	color:#558A17;
	float: right;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	text-decoration:none;
}

a.glossar_link, td a.glossar_link {
	color: #092f86;
	text-decoration: none;
}

/*****************Erfolgsfaktor Unabhängigkeit***/

.person{
	width:100%;
	height:165px;
	background-color: #96856A;
	color: #fff;
	margin-bottom:5px;
	padding:6px ;
}
.person p.left{
	text-align:left;
}
.person p.right{
	text-align:right;
}

div.row_download {
	background-image:url(../pic/download-icon.gif);
	background-repeat: no-repeat;
	padding-left:27px;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 400px;
}

div.row_download div.headline {
	font-weight: bold;
}

div.row_download div.dl_box {
	float: right;
}

div.recommendform {
	border: 1px dotted #558A17;
	margin-bottom: 10px;
	padding: 5px;
	width: 510px;
}

div.recommendform input, div.recommendform textarea {
	border: 1px solid #96856A;
	float: right;
	width: 230px;
}

div.search_pages span.orange {color: #092F86; font-weight:bold;}

.mana_name{
color: #666666;
font-weight: bold;
}

p.subtext {
    font-size: 10px;
}

/* Startpage */
#startpage div.teaser {
	padding-left: 6px;
	width: 250px;
	float: left;
	margin-bottom: 36px;
}
#startpage div.teaser h2 {
    font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin:18px 0 0 9px;
    color: #000000;
}
#startpage div.teaser img {
	margin: 0px;
}
#startpage div.teaser div.text {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
    padding-left: 9px;
}
#startpage div.teaser div.text a {
	color: #698C38;
	text-decoration: none;
	font-weight: bold;
}
#startpage div#quickanalyser_teaser {
    border-left: 3px solid #96866F;
    padding-left: 6px;
}

.text_center{
	text-align: center;
}

/* Styles for Image Part */
#image_part div.teaser { 
    background-color: #96856A;
    padding: 10px;
    width: 231px;
    float: left;
    margin-bottom: 34px;
}
#image_part div.left {
    margin-right: 28px;
}
#image_part div.teaser img {
    border: 0px;
}
#image_part div.teaser h2 {
    color: #fff;
    font-weight: bold;
    margin: 0px;
}
#image_part div.teaser a {
    margin: 0px;
    color: #fff;
    text-decoration: none;
}

#image_part_detail div#box {
    float: left;
    width: 510px;
    padding: 10px;
    background-color: #96856A;
}
#image_part_detail div#box img {
    margin: 0 10px 0 0;
}
#image_part_detail div#box div.left {
    float: left;
}
#image_part_detail div#box div.right {
    float: left;
    position: relative;
    height: 281px;
    width: 238px;
}
#image_part_detail div#box p {
    color: #fff;
    position:absolute;
    bottom:0px;
    margin: 0px;
    font-style: italic;
}
#image_part_detail h2 {
    color: #000;
}


/********************************/
/* Style für Glosar Popups      */
/********************************/
div.glossaryPopup {
	position:absolute;
	width:200px;
	background-color:white;
	z-index:1000;
	padding: 8px 8px 7px 9px;
	border:1px solid #53842B;
}
div#softPopup div#heading {
    color: #53842B;
    font-weight: bold;
}

div#mm_content {
	width: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
	color: #fff;
	position: relative;
	left: 400px;
	top: -88px;
}

div#mm_content img {
	margin: 6px 0 6px 0;
}

div#mm_content_small {
	width: 250px;
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	position: relative;
	left: 655px;
	top: -55px;
}

div#mm_content_small img {
	float: left;
}
div#mm_content_small div {
	margin-top: 15px;
}
