td.einleitung {
	background		:	#F6F8F9;
	padding			:	8px 4px;
}
td.einleitung h1 {
	font-size		:	16px;
	margin			:	0 0 4px 0;
}
td.einleitung textarea {
	display			:	block;
	width			:	600px;
	height			:	100px;
}
.clusterContainer {
	vertical-align	:	top;
	background		:	#F6F8F9;
	padding			:	4px;
}
.clusterContainer h1 {
	font-size		:	16px;
	margin			:	0;
}
.clusterContainer h2 {
	font-size		:	14px;
	margin			:	0;
}
.clusterContainer input.headline, .clusterContainer textarea.freitext, .clusterContainer input.freitext2 {
	width			:	300px;
	margin			:	4px 0 8px;
}
.clusterContainer input.freitext3 {
	width			:	200px;
	margin			:	4px 0 8px;
}
.clusterContainer textarea.freitext {
	height			:	80px;
}
.clusterContainer input.auswahl {
	margin			:	4px 0 8px 6px;
}

.hr {
	margin-bottom	:	10px;
	border-bottom	:	2px solid #D4DBE2;
	padding-bottom	:	10px;
}

.groupWrapper {
	position		:	relative;
}

table.groupItem {
	border			:	2px solid #D4DBE2;
	padding			:	2px;
	margin-bottom	:	8px;
	font-size		:	12px;
	width			:	300px;
}

table.groupItem th {
	background		:	#D4DBE2;
}

table.groupItem th h3 {
	float			:	left;
	padding			:	4px;
	font-size		:	14px;
	margin			:	0;
}

table.groupItem th img {
	float			:	right;
	padding			:	4px;
	cursor			:	move;
}
table.groupItem td img {
	float			:	right;
	padding			:	2px;
	cursor			:	pointer;
}
table.groupItem td {
	background		:	#F6F8F9;
	padding			:	2px;
}

table.groupItem td.firstColumn {
	width			:	70px;
}

table.groupItem td.sorter {
	vertical-align	:	top;
	text-align		:	right;
	width			:	30px;
}

table.groupItem input.link {
	width			:	200px;
}

table.groupItem select {
	width			:	80px;
}
.sortHelper {
	position		:	relative;
	border			:	3px dashed #666;
	margin-bottom	:	8px;
}

table.full_width .clusterContainer {
	width			:	619px; /* +4px padding */
}
table.full_width .clusterContainer input.headline,
table.full_width .clusterContainer textarea.freitext,
table.full_width .clusterContainer input.freitext2 {
	width			:	600px;
	margin			:	4px 0 8px;
}
table.full_width .clusterContainer input.freitext3 {
	width			:	450px;
	margin			:	4px 0 8px;
}
table.full_width table.groupItem {
	border			:	2px solid #D4DBE2;
	padding			:	2px;
	margin-bottom	:	8px;
	font-size		:	12px;
	width			:	600px;
}
table.full_width table.groupItem input.link {
	width			:	450px;
}


