/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

body
{
	font-family:Arial, Geneva, Helvetica;
	font-size:11px;
}

A:link	{	
	text-decoration:	none;
	color:	#990033;
	text-decoration:none;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#2A3FAA;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#990033;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #990033;
	}
	
.but_page
{
	font-family:Arial,sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:bold;
	background:#FF9900;
	height:20px;
	text-align:left;
	vertical-align:middle;
	letter-spacing:0.2;
}
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	


.register
{
	font-family:Tahoma;
	font-size:12px;
	color:White;
}



.print
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#555555;
	margin-bottom:30px;	
	vertical-align:top;
}

.normal
{
	font-family:Tahoma;
	font-size:12px;
	color:#555555;
}

TD 
{
	font-family:Arial, Geneva, Helvetica;
	color:#000000;
	font-size:9pt;
}

.button_blue
{
	font-family:Arial, Verdana, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:White;
	background-color:#263690;
	border-right-style:outset;
}

.tablehead
{
	font-family:Arial, Geneva, Helvetica;
	font-size:14px;
	font-weight:bold;
	color:White;
	letter-spacing:normal;
}