/* 
Name:		idp_2.css
            Layout-Definitionen für die Funktions/Auswahlliste
Version:	6.1.01
Created:    22.04.2005	
Created by: K.Hamann	
Hints:      blau - #004775
			rot  - #B51F17
Change Log:
Version   Who When         Change Description
--------------------------------------------
6.1.01    KH   22.04.2005  erstellt
------------------------------------------ 
*/

<STYLE type="text/css">

.weitere_stile {
	}
 TD	  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color: #01568C; 
	font-size : 10pt;
	padding-left:12px;
	}
		
A:Link, A:Visited   {
    font-size : 9pt;
    font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-weight : bold;
    font-style : normal;
	text-decoration: none;
    color :  #004775;
    }
A:hover {
    font-size : 9pt;
    font-family : Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
    font-weight : bold;
    font-style : normal;
	text-decoration: none;		
    color :   #B51F17;
	}
</STYLE>
