/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    FONT-FAMILY: Tahoma, Sans-Serif;
    FONT-SIZE: 12px;
    scrollbar-DarkShadow-Color:#022E88; 
	scrollbar-Track-Color:#ABBDE0; /* Hintergrundfarbe */
	scrollbar-Face-Color:#022E88; /* Scrollbalkenfarbe */
	scrollbar-Shadow-Color:#000000; /* Schatten */
	scrollbar-Highlight-Color:#ffffff; /* Schatten links für 3D Effekt*/
	scrollbar-3dLight-Color:#022E88; /* Schatten links für 3D Effekt*/
	scrollbar-Arrow-Color:#ffffff; /* Pfeile */
	 
}

.white
{
	font-family:Tahoma, Sans-Serif;
	font-size: 12px;
	color: White;
	line-height:15px;
}

.white_bold
{
	font-family:Tahoma, Sans-Serif;
	font-size: 12px;
	color: White;
	line-height:15px;
	font-weight:bold;
}

.white_big
{
	font-family:Tahoma, Sans-Serif;
	font-size: 15px;
	color:white;
	line-height:15px;
	font-weight:bold;
}

.white_artnr
{
	font-family:Tahoma, Sans-Serif;
	font-size: 14px;
	color:white;
	line-height:15px;
	font-weight:bold;
}

.white_klein
{
	font-family:Tahoma, Sans-Serif;
	font-size: 10px;
	color: White;
	line-height:15px;
}

.ang_small
{
	font-family:Tahoma, Sans-Serif;
	font-size: 10px;
}

.black
{
	font-family:Tahoma, Sans-Serif;
	font-size: 12px;
	color: Black;
	line-height:15px;
}

.black_mini
{
	font-family:Tahoma, Sans-Serif;
	font-size: 10px;
	color: Black;
	line-height:12px;
}

.black_bold
{
	font-family:Tahoma, Sans-Serif;
	font-size: 12px;
	color: Black;
	line-height:15px;
	font-weight:bold;
}

.black_big
{
	font-family:Tahoma, Sans-Serif;
	font-size: 14px;
	color: Black;
	font-weight:bold;
}


.titel
{
	font-family: Tahoma, Sans-Serif;
	font-size:25px;
	font-weight:bold;
	color:#022E88;
}

.menu:link
{
	font-family: Tahoma, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.menu:visited
{
	font-family: Tahoma, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
.menu:active
{
	font-family: Tahoma, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
.menu:hover
{
	font-family: Tahoma, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.menu
{
	font-family: Tahoma, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}


.umenu
{
	font-family:Tahoma, Sans-Serif;
	font-size: 12px;
	color: #645046;
	text-decoration:none;
}


.hauptmenu:link
{
	font-family:Tahoma, Sans-Serif;
	font-size: 13px;
	color: #022D89;
	line-height:15px;
	font-weight:bold;	
}

.hauptmenu:visited
{
	font-family:Tahoma, Sans-Serif;
	font-size: 13px;
	color: #022D89;
	line-height:15px;	
	font-weight:bold;
}

.hauptmenu:active
{
	font-family:Tahoma, Sans-Serif;
	font-size: 13px;
	color: #022D89;
	line-height:15px;	
	font-weight:bold;
}

.hauptmenu:hover
{
	font-family:Tahoma, Sans-Serif;
	font-size: 13px;
	color: #002167;
	line-height:15px;	
	font-weight:bold;
}


A:link	{	
	font-family:Tahoma, Sans-Serif;
	font-size: 12px;
	line-height:15px;	
	color: #645046;
	text-decoration:none;
}	
		
A:visited	{	
	font-family:Tahoma, Sans-Serif;
	font-size: 12px;
	color: Black;
	line-height:15px;
	text-decoration:none;
	}	
		
A:active	{	
	font-family:Tahoma, Sans-Serif;
	font-size: 12px;
	line-height:15px;	
	color: #645046;
	text-decoration:none;
	}	
		
A:hover	{	
	font-family:Tahoma, Sans-Serif;
	font-size: 12px;
	line-height:15px;	
	color: #645046;
	text-decoration:none;
	}
	
.waren 
{
	display:none;
	cursor:hand;
}

.waren_sicht
{
	cursor:hand;
}


