div.clean {
	margin: 0px; padding: 0px; border: 0px none;
	line-height: 0px;
	clear: both;
}

#content a.textlink_extern {
	color: #000000;
	text-decoration: underline;
}

p a#norm_link, p a.norm_link{
color:#53842B;
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

div a#norm_link, div a.norm_link{
color:#53842B;
font-family:Arial;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

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: #092f86;
	font-size: 12px;
}

h3 {
	font-weight: bold;
	color: #092f86;
	font-size: 12px;
}

ul.selbst {
	list-style-image:url(../pic/arrow_level2.gif);
}

h3.grafik {
color:#96856A;
font-size:12px;
font-weight:bold;
}

a.inlink{
	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;
}

/* 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 {
	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;
}

/* FIRST COLUMN */
table.financial_table th.col0, table.financial_table td.col0 {
	text-align:left; !important;  
}

/* 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 tbody th.current_year, table.financial_table tbody 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 { 
	color:#000000;
	font-size:11px;
	background-color:#ffffff !important;
}

table.financial_table tfoot tr th.footer{ 
	color:#000000;
	font-size:11px;
	background-color:#ffffff !important;
	font-weight: normal;
}

/**************************************************************************************************/



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(../pic/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;}










