<!-- Section title at the top of the page
-->

.pagelabel  {
	color : black;
	font-size : 10pt;
	font-weight : bold;
	font-family : MS Sans Serif;
	

}

<!-- The URL of the pages searched
-->
.url  {
	color : black;
	font-size : 10pt;
	font-family : MS Sans Serif;

}

a, body { font-family: sans-serif; }


<!-- The Date of that the search was performed
-->
.date  {
	color : black;
	font-size : 10pt;
	font-weight : bold;
	font-family : MS Sans Serif;

}

<!-- Title of the tables/sections
-->
.tabletitle  {
	color : #CC3300;
	font-size : 10pt;
	font-weight : bold;
	font-family : Tahoma;
	
}

<!-- The text of the first column in the tables
-->
.rowheadfont  {
	color : black;
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
	font-family : MS Sans Serif;

}

<!-- The text of the first row in the tables (hold the categories)
-->
.colheadfont  {
	color : white;
	font-size : 10pt;
	font-weight : bold;
	font-family : MS Sans Serif;
}

<!-- The text of the first row, first column in the tables (hold the categories)
-->
.colheadfontfirstcol  {
	color : white;
	font-size : 10pt;
	font-weight : bold;
	font-family : MS Sans Serif;
	text-align : left;
}

<!-- "report created by" font
-->
.reportcreated  {
	color : black;
	font-size : 8pt;
	font-weight : bold;
	font-family : MS Sans Serif;
}

<!-- Background color of the page
-->
.pagebgcolor  {
	background-color : white;
}

<!-- All of the #'s produced in the report by Linkbot
-->
.defaultnumbers  {
	color : black;
	font-size : 10pt;
	font-family : MS Sans Serif;

}

<!-- All of the links and text in the tables
-->
.defaulttext  {
	color : white;
	font-size : 10pt;
	font-weight : bold;
	font-family : MS Sans Serif;

}

<!-- The color of the warning text
-->
.warning  {
	color : #FF0000;
	font-size : 10pt;
	font-weight : bold;
	font-family : MS Sans Serif;

}

<!-- Link report fonts
-->
.reports  {
	font-size : 10pt;
	font-weight : bold;
	font-family : MS Sans Serif;

}

<!-- Image Catalog text
-->
.imagetext  {
	font-color : black;
	font-size : 10pt;
	font-family : MS Sans Serif;

}

<!-- This is text that appears when a feature is disabled
-->
.disabledtext  {
	color : black;
	font-size : 10pt;
	font-family : MS Sans Serif;

}

<!-- This is text that appears on the menu when a feature is disabled
-->
.menutext  {
	color : black;
	font-size : 10pt;
	font-weight : bold;
	font-family : MS Sans Serif;

}

<!-- First Row Cell Background Color for tables that show parent/child problems.
-->
.cell_parent_child  {
	background-color : #EEEEEE;
	text-align : left;
	color : black;
	font-size : 10pt;
	font-weight : normal;
	font-family : MS Sans Serif;
}

<!-- First Row Text for tables that show parent/child problems.
-->
.text_parent_child  {
	color : black;
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
	font-family : MS Sans Serif;

}

<!-- The top row background color
-->
.cellcolor1  {
	background-color : #000000;
	text-align : center;
	color : black;
	font-size : 10pt;
	font-weight : normal;
	font-family : MS Sans Serif;
}

<!-- First cell in the row (contains category)
-->
.cellcolor2  {
	background-color : #EEEEEE;
	text-align : left;
	color : black;
	font-size : 10pt;
	font-weight : normal;
	font-family : MS Sans Serif;
}

<!-- The content cells in the row (contains output values)
-->
.cellcolor2conten  {
	background-color : #EEEEEE;
	text-align : center;
	color : black;
	font-size : 10pt;
	font-weight : normal;
	font-family : MS Sans Serif;
}

<!-- The content cells in the row (contains output values) (right-aligned)
-->
.cellcolor2right  {
	background-color : #EEEEEE;
	text-align : right;
	color : black;
	font-size : 10pt;
	font-weight : normal;
	font-family : MS Sans Serif;
}

<!-- Please note, the difference between cellcolor* and cellcolor+conten is that the conten is aligned to the center whereas the first cells are aligned to the left 
-->



<!-- Cell color #3 first cell
-->
.cellcolor3  {
	background-color : white;
	text-align : left;
	color : black;
	font-size : 10pt;
	font-weight : normal;
	font-family : MS Sans Serif;
}

<!-- Cell color #3 content
-->
.cellcolor3conten  {
	background-color : white;
	text-align : center;
	color : black;
	font-size : 10pt;
	font-weight : normal;
	font-family : MS Sans Serif;
}

<!-- Cell color #3 content
-->
.cellcolor3right  {
	background-color : white;
	text-align : right;
	color : black;
	font-size : 10pt;
	font-weight : normal;
	font-family : MS Sans Serif;
}

<!-- Help Text Font 
-->
.helpfont {
	color : black;
	font-size : 10pt;
	font-weight : normal;
	font-family : MS Sans Serif;
}

<!-- No items for a specific report
-->
.nonefound  {
	color : black;
	font-size : 10pt;
	font-weight : bold;
	font-family : MS Sans Serif;
}

<!-- No text-decoration
-->
a  {
	text-decoration : none;
	color : Blue;
	font-weight : bold;
	font-family : sans-serif;
	font-style : normal;
}
                
                a:hover  {
	color : Red;
}
                      a.bereich {
                     	color : Black;
                     	font-weight : normal;
                     }

