/*  

  CSS - Datei für GDV                                                                                      
                                                                                            
  CSS-Steuerdatei                                                                           
  eingebunden mit: <LINK HREF="formate.css" REL="STYLESHEET" TYPE="text/css">               
  anschliessendes folgendes Script: <SCRIPT><!-- @import url(formate.css); //--></SCRIPT>   


[ 1 ]-------------------------------------------------------------------------------------------------------
        Links (müssen immer an erster Stelle stehen!!)
	Diese Links müssen wegen dem Popo-up extra festgelegt werden, da das
        DHTML-Menü die Defaults überschreibt
*/

A.klein:link 
{
	font-weight:normal;
	text-decoration:none;
	color:#B4B4B4;
	font-size: 11px;		
}  


A.klein:visited
{
	font-weight:normal;
	text-decoration:none;
	color:#B4B4B4;
	font-size: 11px;	
}


A.klein:active 
{
	font-weight:normal;
	text-decoration:none;
	color:#B4B4B4;
	font-size: 11px;	
} 



A.klein:hover 
{
	text-decoration:underline;
	font-weight:normal;
	color:#B4B4B4;
	font-size: 11px;
}



/*
[ 1.1 ]----------------------------------------------------------------------------------------
        Links (müssen immer an erster Stelle stehen!!)
	Diese Links sind für die untere Steuerleiste der Seite
	Die sind die Links in der Fussleiste
*/

A.kleinli:link 
{
	color:#B4B4B4;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;		
}  


A.kleinli:visited
{
	color:#B4B4B4;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;	
}


A.kleinli:active 
{
	color:#B4B4B4;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;	
} 



A.kleinli:hover 
{
	text-decoration:underline;
	font-size: 10px;
	font-weight:normal;
	color:#B4B4B4;
}



/*
[ 2 ] ------------------------------------------------------------------------------------------------
Generelle Einstellungen
*/

td
{
	color:#B4B4B4;
	font-size: 11px;
	font-family: arial,helv,helvetica,verdana,sans-serif;
	font-weight:normal;
}


h1
{
	color:#DE2523;
	font-size: 12px;
	font-family: arial,helv,helvetica,verdana,sans-serif;
	font-weight:bold;
	display:inline;
}


h3
{
	color:#B4B4B4;
	font-size: 11px;
	font-family: arial,helv,helvetica,verdana,sans-serif;
	font-weight:bold;
	display:inline;
}


/*  
[ 3 ] ------------------------------------------------------------------------------------------------
Hier wird der Scrollbalken für die gesamte WebSite farblich festgelegt
*/

BODY 
{
	/*Scrollbar Pfeil im Scrollbare */
	scrollbar-arrow-color: #BF0000;

	/* Linker Schattenrand */
	scrollbar-base-color: #3C3C3C;
	
	/* Grundfarbe Scrollbar */
	scrollbar-face-color: #3C3C3C;

	/* Gleitfläche und Teile des linken Randes */
	scrollbar-highlight-color: #515151;

	/* Recher Rand */
	scrollbar-shadow-color: #000033;


	margin-right: 0px;
	margin-bottom: 0px;	
	margin-left:0px;
	margin-top:0px
}




/*
[ 4 ] ------------------------------------------------------------------------------------------------
Individuelle Einstellungen
*/


.ueber_a
{
	color:#DE2523;
	font-size: 12px;
	font-family: arial,helv,helvetica,verdana,sans-serif;
	font-weight:bold;
}

.klein_t
{
	color:#B4B4B4;
	font-size: 9px;
	font-family: arial,helv,helvetica,verdana,sans-serif;
	font-weight:normal;
}
