/* Default CSS Stylesheet for a new Web Application project */ 

BODY
{
	font-size: 11px;
	font-family: Arial, Helvetica, SansSerif;
	color: #333333;
}


text{
    font-size: 11px;
	font-family: Arial, Helvetica, SansSerif;
	color: #333333;
}


A:link	{
	text-decoration : underline;
	color : #726f6d;
}	
		
A:visited	{	
	text-decoration : underline;
	color : #726f6d;
	}	
		
A:active	{	
	text-decoration:	none;
	color : #726f6d;
	}	
		
A:hover	{	
	text-decoration:	none;
	color : #726f6d;
	}
	
SMALL	{	
	font-size:	10px;
	}	

BIG	{	
	font-size:	14px;
	}	

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;
	}	

IMG {
	
	}


/* FontStyles for Editor */
.Normal
{
	font-size: 11px;
	font-family: Arial, Helvetica, SansSerif;
	color: #333333;
	/* Die Font-Settings sollten gleich der CssClass SNIPPETNORMAL sein ! */
}

.Normal_Bold
{
	font-size: 11px;
	font-family: Arial, Helvetica, SansSerif;
	font-weight : bold;
	color: #333333;
}

.Normal_Oblique
{
	font-size: 11px;
	font-family: Arial, Helvetica, SansSerif;
	font-style: oblique;
	color: #333333;
}

.Normal_Underline
{
	font-size: 11px;
	font-family: Arial, Helvetica, SansSerif;
	text-decoration: underline;
	color: #333333;
}

.Normal_Overline
{
	font-size: 11px;
	font-family: Arial, Helvetica, SansSerif;
	text-decoration: overline;
	color: #333333;
}

.Normal_linethrough
{
	font-size: 11px;
	font-family: Arial, Helvetica, SansSerif;
	text-decoration: line-through;
	color: #333333;
}

.Normal_Green
{
	font-size: 11px;
	font-family: Arial, Helvetica, SansSerif;
	color: #04848c;
}

.Normal_Thin
{
	font-size: 9px;
	font-family: Arial, Helvetica, SansSerif;
	color: #333333;
}

.Normal_Big
{
	font-size: 12px;
	font-family: Arial, Helvetica, SansSerif;
	color: #333333;
}

.Headline_1
{
	font-size: 11px;
	font-family: Arial, Helvetica, SansSerif;
	font-weight : bold;
	line-height : 15px;
	color: #333333;
}

.Headline_2
{
	font-size: 12px;
	font-family: Arial, Helvetica, SansSerif;
	font-weight : bold;
	line-height : 16px;
	color: #333333;
}

.Headline_3
{
	font-size: 13px;
	font-family: Arial, Helvetica, SansSerif;
	font-weight : bold;
	line-height : 17px;
	color: #333333;
}

.Headline_4
{
	font-size: 14px;
	font-family: Arial, Helvetica, SansSerif;
	font-weight : bold;
	line-height : 18px;
	color: #333333;
}

.Headline_5
{
	font-size: 15px;
	font-family: Arial, Helvetica, SansSerif;
	font-weight : bold;
	line-height : 19px;
	color: #333333;
}

.Headline_6
{
	font-size: 16px;
	font-family: Arial, Helvetica, SansSerif;
	font-weight : bold;
	line-height : 20px;
	color: #333333;
}

.Header
{
	font-size: 9px;
	font-family: Arial, Helvetica, SansSerif;
	font-weight : lighter;
	line-height : 12px;
	color: #333333;
}

.Footer
{
	font-size: 9px;
	font-family: Arial, Helvetica, SansSerif;
	font-weight : lighter;
	line-height : 12px;
	color: #333333;
}

.Block_1
{
	font-size: 10px;
	font-family: Courier New, Courier, monospace;
	color: #333333;
}

.Block_2
{
	font-size: 12px;
	font-family: Courier New, Courier, monospace;
	color: #333333;
}

.Block_3
{
	font-size: 14px;
	font-family: Courier New, Courier, monospace;
	color: #333333;
}

.Serif_1
{
	font-size: 10px;
	font-family: serif;
	color: #333333;
}

.Serif_2
{
	font-size: 12px;
	font-family: serif;
	color: #333333;
}

.Serif_3
{
	font-size: 14px;
	font-family: serif;
	color: #333333;
}

.SansSerif_1
{
	font-size: 10px;
	font-family: sans-serif;
	color: #333333;
}

.SansSerif_2
{
	font-size: 12px;
	font-family: sans-serif;
	color: #333333;
}

.SansSerif_3
{
	font-size: 14px;
	font-family: sans-serif;
	color: #333333;
}


A.Normal:link	{	
	color:	#3131CE;
	}	
		
A.Normal:visited	{	
	color:	#3131CE;
	}	
		
A.Normal:active	{	
	color:	#3131CE;
	}	
		
A.Normal:hover	{	
	text-decoration: none;
	color:	#3131CE;
	}


A.Normal_Thin:link	{	
	color:	#3131CE;
	}	
		
A.Normal_Thin:visited	{	
	color:	#3131CE;
	}	
		
A.Normal_Thin:active	{	
	color:	#3131CE;
	}	
		
A.Normal_Thin:hover	{	
	text-decoration: none;
	color:	#3131CE;
	}

A.Normal_Bold:link	{	
	color:	#3131CE;
	}	
		
A.Normal_Bold:visited	{	
	color:	#3131CE;
	}	
		
A.Normal_Bold:active	{	
	color:	#3131CE;
	}	
		
A.Normal_Bold:hover	{	
	text-decoration: none;
	color:	#3131CE;
	}



.level_0_0 A.level_0_0
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : normal;
	color : #726f6d;
	text-decoration: none;
}

.level_0_1 A.level_0_1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : normal;
	color : #dc4509;
	text-decoration: none;
}

.level_1_0 A.level_1_0
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	color : #726f6d;
	text-decoration: none;
}

.level_1_1 A.level_1_1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12;
	font-weight : normal;
	color : #dc4509;
	text-decoration: none;
}

.level_2_0 A.level_2_0
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	color : #726f6d;
	text-decoration: none;
}

.level_2_1 A.level_2_1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11;
	font-weight : bold;
	color : #dc4509;
	text-decoration: none;
}

.level_3_0 A.level_3_0
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10;
	color : #726f6d;
	text-decoration: none;
}

.level_3_1 A.level_3_1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10;
	font-weight : bold;
	color : #dc4609;
	text-decoration: none;
}
	
.Normal_Back
{
	color: #333333;
	font-family: Arial, Helvetica, SansSerif;
	font-size: 9px;
	text-decoration: none;
}


A.Normal_Back:link	{	
	color:	#333333;
	}	
		
A.Normal_Back:visited	{	
	color:	#333333;
	}	
		
A.Normal_Back:active	{	
	color:	#333333;
	}	
		
A.Normal_Back:hover	{	
	text-decoration: none;
	color:	#333333;
}


