table.ul{
	margin-top: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	position:relative;
	left:-50px;
/*	width: 850px; */
	padding: 3px;
}

td {
	padding: 5px;
	cursor:pointer;
}

td.question {
	border-bottom: 0px;
	font-weight:bold;
}

tr.question {
	font-weight:bold;
}

tr.header {
	display:table-row;
	background-color:#005BAA;
	color:#FFFFFF;
	font-weight:bold;
}

.spacer_fix {
	display:block;
	height: 0px;
}

/*  Tätigkeit  */
table.taetigkeit{
	table-layout:auto;
	width:auto;
	margin-top: 0px;
	margin-left:50px;
	margin-right:50px;
	border-collapse:collapse;
}

table.ul_taetigkeit{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	position:relative;
	left:-50px;
/*	width: 850px; */
	padding: 3px;
}


td.taetigkeit {
	display:table-cell;
	padding: 5px;
	border-bottom: 1px solid #999999;	
}


#taetigkeit_c2, #taetigkeit_c3, #taetigkeit_c4, #taetigkeit_c5 {
	width:100px;
	text-align:center;
	cursor:pointer;
}

#taetigkeit_c1 {
	width:300px;
}

.spacer_fix_taetigkeit {
	display:block;
	height: 65px;
}




/* Reihung  */

table.ul_reihung{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	position:relative;
	left:-50px;
/*	width: 850px; */
	padding: 3px;
}

table.reihung {
	table-layout:auto;
	width:auto;
	margin-top: 5px;
	margin-left:30px;
	margin-right:30px;
	border-collapse:collapse;
}

tr.reihung {
	height:34px;
}

th.reihung_c1, th.reihung_c2, th.reihung_c3, th.reihung_c4, th.reihung_c5 {
	width:50px;
	text-align:center;
	padding: 5px;
}


#reihung_c1, #reihung_c2, #reihung_c3, #reihung_c4, #reihung_c5 {
	width:50px;
	text-align:center;
	padding: 5px;
	border-bottom: 1px solid #999999;	
	cursor: pointer;
}

#reihung_c6 {
	width:500px;
	padding: 5px;
	border-bottom: 1px solid #999999;	
}

.spacer_fix_reihung {
	display:block;
	height: 35px;
}
