#xsite {
	position: absolute; 
	top: 10px; 
	left: 875px;
	z-index: 1000;
	display: block;
}
.xheader {
	 background-image: url(../gfx/xsite/top_bg.gif); 
	 background-repeat: repeat-x;
}
.xfooter {
	 background-image: url(../gfx/xsite/footer_bg.gif); 
	 background-repeat: no-repeat;
	 height: 44px;
	 padding-top: 20px;
}
.shadow {
	background-image: url(../gfx/xsite/shadow.gif);
	background-repeat: no-repeat;
	filter: alpha (opacity=30); 
}

/* text */
.xp {
	font-family: arial, verdana, sans serif; 
	font-size: 11px; 
	color: #000000; 
	line-height: 100%; 
	margin-left: 0px;
}
.xpsmall {
	font-family: arial, verdana, sans serif; 
	font-size: 9px; 
	color: #000000; 
	line-height: 115%; 
	margin-left: 0px;
}
.xpheader {
	font-family: verdana, arial, sans serif; 
	font-size: 9px;
	padding: 2px 0px 0px 5px; 
	font-weight: 700;
}
/* tabelrammer */
.xpbdr {
	border: 1px solid #CCCCCC;
}

/* menu */
.xmenu:link, .xmenu:visited {
	padding-left: 3px;
	padding-top: 3px;

	background-image: url(../gfx/xsite/m_bg1.gif); 
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
}
.xmenu:hover {
	background-image: url(../gfx/xsite/m_bg2.gif);
}
.axmenu:link, .axmenu:visited, .axmenu:hover {
	padding-left: 3px;
	padding-top: 3px;
	background-image: url(../gfx/xsite/m_bg3.gif); 
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
}
.xsub:link, .xsub:visited {
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	background-image: url(../gfx/xsite/sub_bg1.gif); 
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	color: #1C15AE;
	text-decoration: none;
}
.xsub:hover {
	background-image: url(../gfx/xsite/sub_bg2.gif); 
	text-decoration: underline;
}
.axsub:link, .axsub:visited, .axsub:hover {
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	background-image: url(../gfx/xsite/sub_bg3.gif); 
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	color: #000000;
	text-decoration: none;
}
.xsubmit {
	font-family: arial, verdana, sans serif; 
	font-size: 11px; 
	color: #000000; 
	width: 50px; 
	height: 20px; 
	margin-top: -1px;
}
