
#gangfolge_details_header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 10px 0px;
}

#gangfolge_details_liste {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	height: 568px;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 10px 0px;
}

.gangfolge_button, .gangfolge_button_aktiv {
	float: left;
 	font-size: 20px;
	font-weight: normal;
	
	height: 30px;
	width: 40px;
	margin: 3px 4px 0px 4px;
	
	background-color: #9f9;
	background-image:-moz-linear-gradient(270deg, #fff ,#4775A2); 
	background-image:-webkit-linear-gradient(270deg, #fff ,#4775A2); 
	background: -o-linear-gradient(top, #fff, #4775A2); 
	background: -ms-linear-gradient(top, #fff 30%, #4775A2 100%);
	
	border-top: 2px solid #9cf;
	border-left: 2px solid #9cf;
	border-right: 2px solid #369;
	border-bottom: 2px solid #369;	
}

.gangfolge_button_aktiv {
	border-top: 2px solid #444;
	border-right: 2px solid lightgrey;
	border-bottom: 2px solid lightgrey;
	border-left: 2px solid #444;
}

.gangfolge_print_button {
	color: white;
	font-weight: bold;
	margin-right: 15px;
	background-image: -moz-linear-gradient(270deg, #BCCAA8 ,#518900); 
	background-image: -webkit-linear-gradient(270deg, #BCCAA8 ,#518900);
	background: -o-linear-gradient(top, #BCCAA8 ,#518900);
	background: -ms-linear-gradient(top, #fff 30%, #BCCAA8 ,#518900);
}

.gangfolge_printed {
	background-image:-moz-linear-gradient(270deg, #fff, #c43c3c); 
	background-image:-webkit-linear-gradient(270deg, #fff, #c43c3c);
	background: -ms-linear-gradient(top, #fff 30%, #c43c3c 100%); 
}

.gangfolge_selected {
	background-image:-moz-linear-gradient(270deg, #fff, orange); 
	background-image:-webkit-linear-gradient(270deg, #fff, orange); 
	background: -ms-linear-gradient(top, #fff 30%, orange 100%); 
}

.gangfolge_button_text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: inherit;
	height: inherit;
}

.gangfolge_detail_quantity {
	position: relative;
	float: left;
	width: 30px;
	font-size: 14px;
	text-align: left;
}
.gangfolge_detail_description {
	position: relative;
	float: left;
	width: 250px;
	font-size: 14px;
	text-align: left;
}
.gangfolge_detail_addinfo {
	width: 20px; 
	text-align: center;
}
