/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma,Verdana, Helvetica, sans-serif;
    FONT-SIZE:12px;
    scrollbar-DarkShadow-Color:#C2C8DE; 
	scrollbar-Track-Color:#F4F4F3; /* Hintergrundfarbe */
	scrollbar-Face-Color:#97B4DE; /* Scrollbalkenfarbe */
	scrollbar-Shadow-Color:#F2F1EF; /* Schatten */
	scrollbar-Highlight-Color:#ffffff; /* Schatten links für 3D Effekt*/
	scrollbar-3dLight-Color:#aaaaaa; /* Schatten links für 3D Effekt*/
	scrollbar-Arrow-Color:#00866C; /* Pfeile */
	overflow : auto; /* stellt das scrollen ab */ 
    }

.white-klein 
{
	font-family:Tahoma,arial,verdana;
	font-size:11px;
	color:ffffff;
}

.black
{
	font-family:Tahoma,arial,verdana;
	font-size:14px;
	color:000000;
}

.mini
{
	font-family:Tahoma,arial,verdana;
	font-size:12px;
	color:000000;
}

.schatten 
{
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#BDB9B9', Direction=135, Strength=4);
}

/* FORM */

input, select, textarea
{
	background-color: EFEDED;
	font-family: Tahoma,arial,verdana;
	font-size:13px;
	color:Black;
	border: solid 1px cccccc;
}

.form_button 
{
	background-color: dddddd;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#BDB9B9', Direction=135, Strength=4);
}

.umenu 
{
	background-color: EFEDED;
	border: solid 1px dddddd;
}
ul 
{
	list-style-image:url(images/pfeil.gif);
}


A:link	{	
	text-decoration:	none;
	color:	#4877BD;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#4877BD;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#1F457D;
	}
	
