/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

TD.txtNml
{
	font-size: 8pt;
	font-family: Tahoma,Arial,Helvetica;
}
TD.txtBld 
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:8pt;
	font-weight:bold;
}
TD.mnuBtm 
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:8pt;
	color:#f0f8ff;
	font-weight: bold;
}
TD.itmOption
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:8pt;
	color:Gray;
	font-weight: bold;
}

TD.txtBldNotValid 
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:8pt;
	font-weight:bold;
	color:RED;
}

input.txtNml 
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:8pt;
}
textarea.txtNml 
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:8pt;
}
select.txtNml 
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:8pt;
}

a:active 
{
	text-decoration:none;
}
a:link 
{
	color:#000080;
	text-decoration:none;
}
a:visited 
{
	color:#000080;
	text-decoration:none;
}
a:hover 
{
	color:#000080;
	text-decoration:underline;
}
a.mnuBtm:active
{
	text-decoration:none;
}
a.mnuBtm:link 
{
	color:#4682b4;
	text-decoration:none;
}
a.mnuBtm:visited 
{
	color:#4682b4;
	text-decoration:none;
}
a.mnuBtm:hover 
{
	color:#4682b4;
	text-decoration:underline;
}

Label.txtNml
{
	font-size: 8pt;
	font-family: Tahoma,Arial,Helvetica;
}
Label.txtBld 
{
	font-family:Tahoma,Arial,Helvetica;
	font-size:8pt;
	font-weight:bold;
}

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
	
