.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	background:url(/img/register/Register_bg1.png) no-repeat 2px 0px;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width:571px!important;
}
.TabbedPanelsTabGroup {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	list-style: none!important;
}
.TabbedPanelsTab {
	xfont-weight:bold!important;
	font-size:11px!important;
	font-family:"Segoe UI", Arial, Verdana!important;
	position: relative;
	top: 1px;
	float: left;
	padding: 6px 9px 0px 9px;
	margin: 0px 0px 0px 0px;
	background-color: none;
	list-style: none!important;
	border-left: none;
	border-bottom: none;
	border-top: none;
	border-right: solid 1px #c4c4c4;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:21px;
	xcolor:#666;
	color:#333;
}
.TabbedPanelsTabHover {color:#333; background:url(/img/register/Register_bg_hover.png) top left;}
.TabbedPanelsTabSelected {color:#333; border-bottom: none;background:url(/img/register/Register_bg_aktiv.png) top left;}
.TabbedPanelsTab a {color: #666;text-decoration: none;}
.TabbedPanelsContentGroup {clear: both;}
.TabbedPanelsContent {padding-top: 5px;}
.TabbedPanelsContentVisible {}