/* Zentralle Styles fuer VDL */
/* Farben: #50A200 (dunkelgruen), #ACD882 (mittelgruen), #E5FFCD (hellgruen) */ 

 
/* hintergrund weiss */
 body {  
	background-color: #e5ffcd;
  }
 
/* fliesstext grau punkt 9 */
 body, table, td {  
  	font-family : verdana, arial, helvetica, sans-serif;
  	font-size : 9pt;
	line-height: 12pt;
	color : #606060;
	text-decoration: none;
  }

  /* fÜberschrift */
h1 {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12pt;
	line-height: 12pt;
	color : #606060;
	text-decoration: none;
	font-weight : bolder;
}
  
/* tabellenhintergrund hellgruen*/
   table.x {  
	background-color: #E5FFCD;
  }

   /* 3. weiss & fett klein */
 td.c { 
 	font-size : 8pt; 
 	color : #ffffff;
	font-weight : bold;
  }
  
   /* reihe mittelgruen*/
.x {
	color : White;
	background-color: #50A200;
	font-weight : bold;
}
 
/*LINKS*/

/* navigation */
/* subnavigation*/
a  {
	font-weight : bold;
	color : #333333;
	text-decoration : none;
}

a:Visited  {

	color : #505050;
	text-decoration : none;
}

a:Hover  {
	color : #50A200;
	text-decoration : none;
}

a:Active  {
	color : #666666;
	text-decoration : none;
}

/* subnavigation oben - header standort */
a.w  {
	font-size : 9pt;
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}

a.w:visited  {
	color : #f4f4f4;
	text-decoration : none;
}

a.w:active {
	color : #f4f4f4;
	text-decoration : none;
}

a.w:Hover  {
	color : White;
	background-color: #50A200;
	font-weight : bold;
	color : #ACD882;
	text-decoration : none;
}
/* subnavigation 3. ebene, suchmaschinen - metasuchmaschinen - kataloge -... */
A.k  {
	font-weight : normal;
	color : #333333;
	text-decoration : none;
}

A.k:Visited  {

	color : #606060;
	text-decoration : none;
}

A.k:Hover  {
	color : #50A200;
	text-decoration : none;
}

A.k:Active  {
	color : #666666;
	text-decoration : none;
}
