/* CSS Branchen */

.checklist {
	border: 1px solid #FF9C01;
	list-style: none;
	height: 200px;
	overflow: auto;
	width: 220px;
	margin-top:0px;
	margin-bottom:0px;
}
.checklist, .checklist li { float:left; clear:both; margin-left: 0px; padding: 0; }
.checklist label {  display: block; height: 1%; padding-left:0px; text-indent: 0px;}
.checklist label:hover, .checklist label.hover { background: #000; color: #fff; }

/* Checklist 2 */
.spalte2 {
	background: #fff;
	color: #333;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size:11px;
}
.spalte2 input {float:left; margin-top:2px;}
.spalte2 label {padding: 0px 1px 0px 5px; }

.check_label {
	float:left;
	margin-top:-13px;
	margin-left:20px;
	padding-bottom:1px;
	width:170px;
	text-align:left;
	cursor:pointer;
	/*border-bottom: 1px dashed #000;*/ 
}
.check_label:hover {
	color:#666;

}
.branche  {
	width:200px;
	background: #FF9C01;
	text-align:left;
	color:#000;
	font-weight:bold; 
}

.spalte2 label:hover {
	background: #fff;
	color:#000;
}/**/
.spalte2 .branche label:hover{
	background: #FF9C01;
	color:#000;
	cursor:default;
}
#reg_form fieldset .branche label {
	width:330px;
	color:#666;
}
/* 1 Feld ist 25,33px hoch, also .heightX * 25,33 */
.height1 {
	height: 15px;
}
.height2 {
	height: 30px;
}
.height3 {
	height: 45px;
}
.height4 {
	height: 60px;
}
.height5 {
	height: 75px;
}
.height6 {
	height: 90px;
}
.height7 {
	height: 105px;
}
.height8 {
	height: 120px;
}
.height9 {
	height: 135px;
}
.height10 {
	height: 150px;
}
.opt_0 {
	color:#333;
	background-color:#FF9C01;
}
.opt_1 {
	color:#000;
}
