/* ************************************************ */
/*	Style-Sheets für die DZ BANK Webseite			*/
/*	Date:	21.10.2004								*/
/*	Author:	INTER5 - all you need for e-Business	*/
/* ************************************************ */

BODY {
  color:#333333;
  font-family: Arial, Helvetica, sans-serif;
}
/*	Mouseover-Aktion für nicht definierte Links		*/

A:HOVER 
{
	text-decoration: none;
}
/* ************************************************* */

.systemnavi,
A.systemnavi, 
A.systemnavi:ACTIVE, 
A.systemnavi:VISITED, 
A.systemnavi:LINK { color:#00418E; text-decoration:none; }
A.systemnavi:HOVER { color:#0064BE; }

/* link-grey **************************************************** */
/* Beispiel: Die Links in der oberen Navigation (Home, English ... */

A.link-grey:ACTIVE, 
A.link-grey:LINK, 
A.link-grey:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #0B489E;
}

#link-grey {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;					/*		Die Farbe des nicht gehighlighteten Links GRAU		*/
	font-weight: normal;
	text-decoration: none;			/*		Nicht gehighlightet ohne Underline					*/
	font-size:9pt; 					/*		Gibt die Schriftgroesse an							*/
}

#link-grey:HOVER {
	text-decoration: underline;
	color: #0B489E;
}
	
.link-grey {   
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 9pt; 
   color: #666666;
   text-decoration: none;
}


/* **************************************************************** */



/* link-greymitunderline ****************************************** */
/* Links in den rechten Boxen (Kontakt, Presse ... */

A.link-greymitunderline:ACTIVE,
A.link-greymitunderline:LINK,
A.link-greymitunderline:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#link-greymitunderline {   
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;					/*		Die Farbe des nicht gehighlighteten Links GRAU		*/
	font-weight: normal;
	text-decoration: underline;		/*		Nicht gehighlightet mit Underline					*/
	font-size:11px; 					/*		Gibt die Schriftgroesse an							*/
}

#link-greymitunderline:HOVER {
	text-decoration: none;			/*		Beim HOVER wir Underline ausgeblendet				*/
	color: #666666;					/*		Farbe beim Mouseover BLAU							*/
}
	
.link-greymitunderline {   
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   color: #666666;
   text-decoration: underline;
}

/* ****************************************************************** */

/* link-headlinegrey ****************************************** */
/*  ... */

A.link-headlinegrey:ACTIVE, 
A.headlinegrey:LINK, 
A.headlinegrey:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#link-headlinegrey {   
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;					/*		Die Farbe des nicht gehighlighteten Links GRAU		*/
	font-weight: bold;
	text-decoration: none;			/*		Nicht gehighlightet mit Underline					*/
	font-size:12px; 				/*		Gibt die Schriftgroesse an							*/
}

#link-headlinegrey:HOVER {
	text-decoration: underline;		/*		Beim HOVER wird Underline ausgeblendet				*/
	color: #666666;					/*		Farbe beim Mouseover BLAU							*/
	/*color: #004992;							Farbe beim Mouseover BLAU							*/
}
	
.link-headlinegrey					/*		Graue Sub-Headline mit Link							*/
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #666666;
	text-decoration: none;
}

.headlinegrey 						/*		Graue Sub-Headline in Fett							*/
{
     font-family: Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 font-weight: bold; 
	 color: #666666;
	 }
/* ****************************************************************** */

/* link-headlineblue ****************************************** */
/*  ... */

A.link-headlineblue:ACTIVE, 
A.link-headlineblue:LINK, 
A.link-headlineblue:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


#link-headlineblue {   
	color: #FFFFFF;					/*		Die Farbe des nicht gehighlighteten Links GRAU		*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;			/*		Nicht gehighlightet mit Underline					*/
	font-size:12px; 				/*		Gibt die Schriftgroesse an							*/
}


#link-headlineblue:HOVER {
	text-decoration: underline;		/*		Beim HOVER wir Underline ausgeblendet				*/
	color: #FFFFFF;					/*		Farbe beim Mouseover BLAU							*/
}

	
.link-headlineblue					/*		Blaue Headline mit Link								*/
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
}


/* ****************************************************************** */


/* textlink ****************************************** */


A.textlink:ACTIVE, 
A.textlink:LINK, 
A.textlink:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0B489E;
}

#textlink {   
	font-family: Arial, Helvetica, sans-serif;
	color: #0B489E;					/*		Die Farbe des nicht gehighlighteten Links GRAU		*/
	font-weight: normal;
	text-decoration: underline;			/*		Nicht gehighlightet mit Underline					*/
	font-size:12px; 				/*		Gibt die Schriftgroesse an							*/
}

#textlink:HOVER {
	text-decoration: none;		/*		Beim HOVER wir Underline ausgeblendet				*/
	color: #0B489E;					/*		Farbe beim Mouseover BLAU							*/
}
	
.textlink							/*		Blaue Headline mit Link								*/
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #0B489E;
	text-decoration: underline;
}

/* ****************************************************************** */

.link-loesung						/*		Für die linke Hauptnavigation Beispiel PRIVATKUNDEN	*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}

.link-loesung-grey						/*		Für die linke Hauptnavigation Beispiel Profil	*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}


.formularfeld		/*			Definition der Texfelder		 			 			*/
{ 
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   font-style:normal;
   line-height:normal;
   font-weight:normal;
}


.select			/*		Definition der Texfelder und Selectboxen für den NS 			*/ 
{ 
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-style:normal;
   line-height:normal;
   font-weight:normal;
}

#select			/*		Definition der Texfelder und Selectboxen für den ie 			*/ 
{ 
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-style:normal;
   line-height:normal;
   font-weight:normal;
}

.headwhitebold 						/*		Weisse Überschrift Beispiel PRESSE					*/
{  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF;
	background-color:#FF6300;
}

.smallgreyhead 							/*		Überschrift für Boxen		*/
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold; 
	color: #666666
}

.smallgrey 							/*		kleiner Text für Boxen Beispiel WERTE d. BÖRSE		*/
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666
}

.smallorange 							/*		kleiner Text für Boxen Beispiel Kurs fallend		*/
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FF6300
}

.smallblue 							/*		kleiner Text für Boxen Beispiel Kurs steigend		*/
{
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #0B489E;
}

.headlineblue 						/*		Blaue Überschriften Beispiel UNSERE NEUEMISSIONEN	*/
{  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF;
	}

.headlineblue14					/*		Blaue subheadline										*/
{  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #333333;
	}
	
.headlineblue14bold					/*		Blaue Versalien-Überschriften Beispiel PRIVATKUNDEN	*/
{  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	color: #333333
	}

.headlineorange14bold					/*		Orangene Versalien-Überschriften Beispiel PRIVATKUNDEN	*/
{  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	color: #333333;
	}
	
.copytext 							/*		Fliesstext											*/
{  
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #333333
	}
	
.link-textblue 						/* 		Blauer Link im Fliesstext Beispiel BÖRSENTOOL		*/
{ 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #0B489E;
	}


.link-textblue-small 						/* 		Blauer Link im Fliesstext Beispiel BÖRSENTOOL		*/
{ 
    font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #0B489E;
	}

		 
.titel 								/*		Bildtitel											*/
{
     font-family: Arial, Helvetica, sans-serif; 
	 font-size: 8pt; 
	 color: #0B489E; 
	 }
	 
.datumgrey 							/*		Graues Datum in der Pressebox KURSIV				*/
{  
     font-family: Arial, Helvetica, sans-serif; 
	 font-size: 10px; 
	 font-style:normal; 
	 color: #333333;
	  }
	  
.datumblue 							/*		Blaues Datum in der rechten oberen KURSIV				*/
{  
     font-family: Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 font-style: italic; 
	 color: #333333;
	  }
TD.tablehighlight {
	background-color:#FF6300;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:#FFF;
	font-weight:bold;
}

TD.tablenormal {
	background-color:#F2F3F3;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}
TD.systemnavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
DIV.navi-infoportal {
	position:absolute;	 
	width:840px; 
	padding:0;
	z-index:3;
	top:78px;
}

DIV.systemnavi {
	position:relative;	 
	width:840px; 
	top:39px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index:1;
}
DIV.logo {
 	position:absolute; 
 	left:0px; 
 	top:0px; 
 	width:191px; 
 	height:65px; 
	z-index:2;
}


