.formtabs ul.tabs {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
}
.formtabs ul.tabs li.clear {
  height: 0px;
  line-height: 0px;
  padding: 0px;
  margin: 0px;
  clear: both;
  float: none;
  font-size: 0px;
}
.formtabs .tabs li {
	/*float: none;*/
	margin: 0 3px 0 0;
}
.formtabs .tabs a {
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
.formtabs .section {
	background: #ececec;
	overflow: hidden;
	padding: 15px;
	clear: both;
}



.formtabs-tabs ul.tabs {
	margin: 0;
}

#gruppe-form-tabs-wrapper .formtabs-tabs ul.tabs li {
	margin-top: 0;
}

.formtabs-tabs li a {
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.formtabs-tabs li.sel a {
	background-color: #FFFFFF;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: none;
	/*-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;*/
}