/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
	clip: rect(auto auto auto auto);
	line-height: 14pt;
	text-transform: none;
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	letter-spacing: normal;
	color: #4d4d4d;
	font-size: 10pt;
	font-weight: normal;
	word-spacing: normal;
  overflow: scroll;
}

P
{
	font-size: 10pt;
	line-height:14pt;
	color: #4d4d4d;
}

table
{
	font-size: 10pt;
	line-height:14pt;
	color: #4d4d4d;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
/*    COLOR: #bf512c;*/
	color:	#4d4d4d;

}

H1
{
	line-height: 17pt;
	text-transform: none;
	font-style: normal;
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	letter-spacing: normal;
	color: #4d4d4d;
	font-size: 14pt;
	font-weight: 700;
	word-spacing: normal;
	text-decoration: none;
}	
		
H2	
{	
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	font-size: 12pt;
	font-weight:	700;
	font-style:	normal;
	color: #4d4d4d;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	line-height:15pt;
}	
		
H3	
{	
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	font-size: 11pt;
	font-weight:	500;
	font-style:	normal;
	color: #4d4d4d;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	line-height:14pt;
}	
	
H4
{
	
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	font-size: 12pt;
	font-weight:  bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	line-height:15pt;
}

H5
{
	border-bottom: black 1px solid;
	text-align: center;
	border-left: black 1px solid;
	padding-bottom: 3px;
	line-height: 14pt;
	font-style: normal;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	letter-spacing: normal;
	margin-left: 20px;
	font-size: 10pt;
	border-top: black 1px solid;
	margin-right: 20px;
	border-right: black 1px solid;
	word-spacing: normal;
	text-decoration: none;
	padding-top: 3px;
}

H6
{
	padding-bottom: 4px;
	line-height: 14pt;
	text-transform: none;
	background-color: #eaeaea;
	font-style: italic;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	letter-spacing: normal;
	font-size: 10pt;
	font-weight: normal;
	word-spacing: normal;
	text-decoration: none;
	padding-top: 4px;
}
	
DT	
{	
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: #4d4d4d;
}	
		
TFOOT, THEAD
{
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	letter-spacing: normal;
}	
		
TH	
{	
	vertical-align:	baseline;
	font-size: 10pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
}	

A:link
{
	color: #002397;
	text-decoration: none;
}	
		
A:visited	
{	
	text-decoration: none;
	color: #002397;
}	
		
A:active	
{	
	text-decoration: none;
	color: #002397;
}	
		
A:hover
{
	color: #002397;
	text-decoration: underline;
}
	
SMALL	
{	
	font-size: 9pt;
}	

BIG	
{	
	font-size: 11pt;
}	

BLOCKQUOTE, PRE	
{	
	font-family: Courier New, monospace;
}	
	

UL LI	
{	
	list-style-type: square ;
	line-height:14pt;
}	

UL LI LI	
{	
	list-style-type: disc;
	line-height:14pt;
}	

UL LI LI LI	
{	
	list-style-type:	circle;
	line-height:14pt;
}	
	
OL LI	
{	
	list-style-type:	decimal;
	line-height:14pt;
}	

OL OL LI	
{	
	list-style-type:	lower-alpha;
	line-height:14pt;
}	

OL OL OL LI	
{	
	list-style-type:	lower-roman;
	line-height:14pt;
}	

.H1	
{	
	font-family: Arial, 'Lucida Sans' , Verdana, 'Trebuchet MS' , Tahoma, sans-serif;
	font-size: 14pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	line-height:17pt;
	color:	#4d4d4d;
}	
		
.EntryHeader
{
	background-color: #748886;
	color: white;
}

