/* definition of paragraphs and ordered lists */

p,ol, li
	{  
		font-family:Verdana,sans-serif;
	  font-size: 8pt;
	  font-style: normal;
    color : #000000;
	}



/* definition of tables */
td, th 
	{    
		font-family:Verdana,sans-serif; 
	  font-size: 8pt;
	  font-style: normal;
    color : #000000;
	}


/* definition of links included in texts */
A:link 
	{
		font-size: 8pt;
    font-weight:bold;
    text-decoration: underline;
    font-family:Verdana,sans-serif; 
    color : #000000;
	}

A:active 
	{
		font-size: 8pt;
    font-weight:bold;
    text-decoration: underline;
    font-family:Verdana,sans-serif; 
    color : #999999;
	}

A:visited 
	{
		font-size: 8pt;
    font-weight:bold;
    text-decoration: underline;
    font-family:Verdana,sans-serif; 
    color : #999999;
	}

A:hover 
	{
		font-size: 8pt;
    font-weight:bold;
    text-decoration: underline;
    font-family:Verdana,sans-serif; 
    color : #999999;
	}
	
/* Definition of texts */

.text
  {
		font-family:Verdana,sans-serif;
    font-size: 8pt;
	  line-height: 11pt;
    font-style: normal;
    color : #000000;
	}

.parahead
  {
		font-family:Verdana,sans-serif;
    font-size: 8pt;
	  line-height: 11pt;
    font-style: normal;
    font-weight: bold;
    color : #000000;
	}

.caption
  {
		font-family:Verdana,sans-serif;
    font-size: 7pt;
	  line-height: 9pt;
    font-style: normal;
    color : #000000;
	}
	
/* definition of Headline 1 */
h1 
	{    
		font-family:Verdana,sans-serif; 
    font-size: 22px;
    font-style: normal;
    color : #000000;
		margin-bottom: 5px
	}

.Lauftext
  {
		font-family:Verdana,sans-serif;
    font-size: 8pt;
	  line-height: 11pt;
    font-style: normal;
    color : #000000;
	}
.Headline
{
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: Black;
	font-family: Verdana,sans-serif;
}
.Subline
{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: Black;
	font-family: Verdana,sans-serif;
}
.Superline
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color: Black;
	font-family: Verdana,sans-serif;
}
.ChapterHL
  {
		font-family:Verdana,sans-serif;
    font-size: 8pt;
	  line-height: 11pt;
    font-style: normal;
    font-weight: bold;
    color : #000000;
	}
.PRNR
{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: Black;
	font-family: Verdana,sans-serif;
}
.Bildtext
  {
		font-family:Verdana,sans-serif;
    font-size: 7pt;
	  line-height: 9pt;
    font-style: normal;
    color : #000000;
	}
.AbsBildtext
  {
		font-family:Verdana,sans-serif;
    font-size: 7pt;
	  line-height: 9pt;
    font-style: normal;
    color : #000000;
	}



/* definition of headline 1: container cont_con*/
.head1
	{
		font-family:Verdana,sans-serif;
		font-size:18px;
 		line-height: 26px;
 		color : #000000;
			font-weight:bold;
	}


/* definition of headline 2: modules left and right*/

.head2
	{
		font-family:Verdana,sans-serif;
   	font-size: 12px;
    line-height: 16px;
    color : #CCCCCC;
		font-weight:bold;
	}


/* definition of headline 3: modules center*/

.head3
	{
		font-family:Verdana,sans-serif;
   	font-size: 12px;
    line-height: 18px;
    color : #000000;
		font-weight:bold;
	}
	

