/* <p> wird fuer normalen content im (Template)content benutzt. Automatische Formatierung*/
p {
   font-family: verdana, arial, helvetica; 
   font-size: 10pt; 
   color: #333333;
   line-height: 13pt;
}
#container {
	BORDER-RIGHT: #c28651 2px solid; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 90%; BACKGROUND: #fff; PADDING-BOTTOM: 0px; MARGIN: 0px auto; BORDER-LEFT: #c28651 2px solid; WIDTH: 800px; PADDING-TOP: 0px; POSITION: relative; TOP: 0px; 
}

div {
   font-family: verdana, arial, helvetica; 
   font-size: 10pt; 
   color: #333333;
   line-height: 13pt;
}

pre {
   font-family: verdana, arial, helvetica; 
   font-size: 10pt; 
   color: #333333;
   line-height: 13pt;
}

/* tabdescribe wird für Tabellenrubriken und Objektzusammenfassungen in der Listenansicht benutzt */
p.tabdescribe {
   font-family: verdana, arial, helvetica; 
   font-size: 10pt; 
   color: #003366;
   font-weight: 600;
   }

/* tabhead für die Tabellenköpfe */
p.tabhead {
      font-family: verdana, arial, helvetica; 
	  font-size: 10pt; 
	  color: #003366;
	  font-weight : 600;
	  }

/*h1 für die Rubrikenüberschriften */
h1 {
      font-family: verdana, arial, helvetica; 
	  font-size: 11pt; 
	  color: #000000;
	  font-weight : 600;
}

/*h2 für die Copyrightlinks */
h2. {
      font-family: verdana, arial, helvetica; 
	  font-size: 9pt; 
	  color: #003399;
	  font-weight : normal;
}


/*Normale Links */
a:link {
           font-family: verdana, arial, helvetica;
		   font-size: 10pt;
		   color: #003399; 
		   font-weight: normal;
		   text-decoration: none;
}

a:visited {
           font-family: verdana, arial, helvetica
		   font-size: 10pt;
		   color: #003399;
	       font-weight: normal;
		   text-decoration: none;
}
		   
a:hover {
	font-family: verdana, arial, helvetica
	font-size: 10pt;
	color: #003399;
	font-weight: normal;
	text-decoration: underline;
}
		
		
			   
a.copy:link {
           font-family: verdana, arial, helvetica;
		   font-size: 9pt;
		   color: #003399; 
		   font-weight: normal;
		   text-decoration: underline;
}

a.copy:visited {
           font-family: verdana, arial, helvetica
		   font-size: 9pt;
		   color: #003399;
	       font-weight: normal;
		   text-decoration: underline;
}
		   
a.copy:hover {
	font-family: verdana, arial, helvetica
	font-size: 9pt;
	color: #FCF2B7;
	font-weight: normal;
	text-decoration: underline;
}