
.webfx-menu, .webfx-menu * {
	/*
	Set the box sizing to content box
	in the future when IE6 supports box-sizing
	there will be an issue to fix the sizes

	There is probably an issue with IE5 mac now
	because IE5 uses content-box but the script
	assumes all versions of IE uses border-box.

	At the time of this writing mozilla did not support
	box-sizing for absolute positioned element.

	Opera only supports content-box
	*/
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}

.webfx-menu {
	position:			absolute;
	z-index:			100;
	visibility:			hidden;
	width:				140px;

	border:				1px solid #000000;
	padding:			1px;

	background:			#ACACDF;

	filter:				progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4)
						alpha(Opacity=90);
	-moz-opacity:		0.9;
}

.webfx-menu-empty {
	display:			block;
	border:				1px solid #ACACDF;
	padding:			2px 5px 2px 5px;

	font-size:			12px;
	font-family:		Tahoma, Verdan, Helvetica, Sans-Serfif;

	color:				black;
}

.webfx-menu a {
	display:			block;
	width:				expression(constExpression(ieBox ? "140": "Auto"));	/* should be ignored by mz and op */
	height:				expression(constExpression("1px"));
	overflow:			visible;	
	padding:			2px 0px 2px 5px;
		
	font-size:			12px;
	font-family:		Tahoma, Verdan, Helvetica, Sans-Serfif;
	text-decoration:	none;
	vertical-align:		center;
	
	color:				black;
	border:				1px solid #ACACDF;
}	

.webfx-menu a:visited,
.webfx-menu a:visited:hover {
	color:	black;
}

.webfx-menu a:hover {
	color:			#FFFFFF;
	background:		#ACACDF;/*#ffeedd;*/
	border:			1px solid #ACACDF;/*#ff8800;*/
}	

.webfx-menu a .arrow {
	float:			right;
	border:			0;
	width:			3px;
	margin-right:	3px;
	margin-top:		4px;
}

/* separtor */
.webfx-menu div {
	height:			0;
	height:			expression(constExpression(ieBox ? "2px" : "0"));
	border-top:		1px solid rgb(120,172,255);
	border-bottom:	1px solid rgb(234,242,255);
	overflow:		hidden;
	margin:			2px 0px 2px 0px;
	font-size:		0mm;
}

.webfx-menu-bar {
	padding:		0px;
	
	font-family:	Verdana, Helvetica, Sans-Serif;
	font-size:		12px;
	padding:		expression(constExpression(ie50 ? "0px" : "2px"));
}

.webfx-menu-bar a,
.webfx-menu-bar a:visited {
	border-right: 2px inset  #ACACDF;
	width:				Auto;
	padding:			1px 1px 1px 1px;

	color:				#FFFFFF;
	text-decoration:	none;
	/* IE5.0 Does not paint borders and padding on inline elements without a height/width */
	height:		expression(constExpression(ie50 ? "22px" : "19px"));
}

.webfx-menu-bar a:hover {
	-moz-outline:	none;
	outline:		none;
	
	ie-dummy:		expression(this.hideFocus=true);
	
	border-left:	1px solid rgb(0,66,174);
	border-right:	1px solid rgb(234,242,255);
	border-top:		1px solid rgb(0,66,174);
	border-bottom:	1px solid rgb(234,242,255);
}
}

.webfx-menu-bar a .arrow {
	border:			0;
	float:			none;
}

 NS6
 IE4.0
 IE5 { 49 95 758 917 } 

body
{background-color: #D1D1ED;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-decoration: none}

table
{color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-decoration: none}

.text
{color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: normal;
text-decoration: none}

.text8ptwhite
{color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
text-decoration: none}


.text10ptboldblack
{color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-decoration: none}

.text12ptboldblack
{color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
text-decoration: none}

.text10ptboldwhite
{color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
text-decoration: none}

.text10ptwhite
{color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-decoration: none}

.text12ptboldwhite
{color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
text-decoration: none}

.content
{color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-decoration: none}

.headline
{color: #ffffff;
background:#5A5AA5;
background-position: right top;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
text-decoration: none}

.box
{
color: #ffffff;
background:#7575B3;
border-bottom: 0.1em solid #000000;
border-top: 0.1em solid #000000;
border-left: 0.1em solid #000000;
border-right: 0.1em solid #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
text-decoration: none
}

.box A
{
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: none
}

.box A:hover
{
color: #cccccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: none
}


.boxhead
{
color: #ffffff;
background:#5A5AA5;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: none
}

.head
{color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
text-decoration: none}

.bottom
{color: #39399B;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: none}


.head_abstatz
{color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
text-decoration: none}

a.link
{color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: none}

a.link:hover
{color: #aaaaaa;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-decoration: none}

a.linksitemap
{color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
text-decoration: underline}

a.linksitemap:hover
{color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
text-decoration: underline}

a.link2
{color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
text-decoration: underline}

a.link2:hover
{color: #cccccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
text-decoration: underline}

.TableHeadline{
background-color: #FFCD6B;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
height:20;
font-size: 10pt;
font-weight: bold;
text-decoration: none
}
.Tableline2{
background-color: #FFF3DD;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-decoration: non
}
