/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:#011A33;
    margin:0px 0px 0px 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, A, .TRED, .SUBMENUDDL, .TITEL, .SUBTITEL
{
    COLOR: #003366;
    font-family: Verdana, Helvetica, sans-serif, Arial;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
.NORMAL
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    color:#011A33;
}
.TITEL
{
    FONT-SIZE: 12px;
    FONT-WEIGHT: bold;
    color:#011A33;
    
}
.SUBTITEL
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    color:#011A33;
    
}
.SLOGAN
{
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    color:#ff010c;
    
}
H1	{	
	
	font-size:	15px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-size:	14px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-size:	13px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	12px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		

		
TFOOT, THEAD	{	
	font-size:	12px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	12px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
A.titel:link	{	
	text-decoration:	underline;
	color:	#ff0000;
	font-size:12px;
	font-weight:bold;
	}	
		
A.titel:visited	{	
	text-decoration:	underline;
	color:	#ff0000;
	font-size:12px;
	font-weight:bold;
	}	
		
A.titel:active	{	
	text-decoration:	underline;
	color:	#ff0000;
	font-size:12px;
	font-weight:bold;
	}	
		
A.titel:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	font-size:12px;
	font-weight:bold;
	}		

A.4all:link 
{
	font-family: Verdana, Arial;
	font-size: xx-small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color:Gray;
}
A.4all:hover 
{
	font-family: Verdana, Arial;
	font-size: xx-small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color:black;
}
A.4all:visited 
{
	font-family: Verdana, Arial;
	font-size: xx-small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color:Gray;
}
A.4all:active 
{
	font-family: Verdana, Arial;
	font-size: xx-small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color:Gray;
}
	
SMALL	{	
	font-size:	10px;
	}	

BIG	{	
	font-size:	13px;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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;
	}	

.TRED {	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-weight:bold;
	color : #FE000C;
	}	
.TREDGROOT {	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-size:13px;
	font-weight:bold;
	color : #FE000C;
	}	
.SUBMENUDDL
{
    FONT-SIZE: 9px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}	
HR
{
	color:#546885;
	height:1px;
}
.menu_over
{
	background-color:#ff0000;
	color:#ffffff;
	cursor:hand;
	padding:1px;
	font-family:verdana,arial,helvetica;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}
.menu_out
{
	background-color:#ffffff;
	color:#000000;
		padding:1px;
	font-family:verdana,arial,helvetica;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}


