/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY {
	font-weight: normal;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Tahoma;
	letter-spacing: normal;
	background-color: #F5F5F5;

}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: black;
}
H1 {
	font-weight: bold;
	font-size: 20px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Tahoma;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H2	{	
	font-weight: bold;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Tahoma;
	letter-spacing: normal;
	text-decoration: none;
	}	
		
H3 {
	font-weight: bold;
	font-size: 15px;
	word-spacing: normal;
	text-transform: none;
	color: #ff0000;
	font-style: normal;
	font-family: Tahoma;
	letter-spacing: normal;
	text-decoration: none;
}	
H4
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #ff0000;
}	
		
H5, DT	{	
	font-family: Tahoma;
	font-size:	13px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Tahoma;
	font-size:	13px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	13px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	13px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma;
	}	


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;
	}
	
SMALL	{	
	font-size:	13px;
	}	

BIG	{	
	font-size:	13px;
	}	

BLOCKQUOTE, PRE	{	
	font-family: Tahoma;
	}	
	

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 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.BannerResulting1 {
	background: gainsboro;
	filter: progid:DXImageTransform.Microsoft.Fade(overlap=0.5,duration=5);
	left: 10px;
	font: 20px bold;
	width: 1000px;
	cursor: hand;
	color: dimgray;
	position: absolute;
	top: 60px;
	height: 18px;
	text-align: center;
}

.PageFrame01 {
	border-right: #2B60DE 1px solid;
	border-top: #2B60DE 1px solid;
	left: 10px;
	border-left: #2B60DE 1px solid;
	width: 1000px;
	border-bottom: #2B60DE 1px solid;
	position: absolute;
	top: 10px;
	height: 8000px;
}


