
div.progress_bar {
	padding-top: 5px;
	padding-bottom: 5px;
}

.progress_bar img {
	float: left;
}

.progress_bar div {
	float: left;
	display: block;
}

div.progress_bar_content {
	height: 15px;
	width: 850px;
	background: url(/images/progress_bar/load_back_repeat.gif) repeat-x top left;

}

div.progress_bar_blocks {
	margin: 3px 1px 3px 1px;
	float: none;
	height: 9px;
	width: 0px;
	background: url(/images/progress_bar/load_block_repeat.gif) repeat-x top left;
}

div.progress_bar_text {
	padding-left: 5px;
    text-align: right;
    width: 22px;
}


div.process_info_headers {
	width: 250px;
	padding-top: 20px;
	float: left;
	clear: left;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	line-height: 16px;
}
div.process_info {
	padding-top: 20px;
	float: left;
	padding-left: 20px;
	width: 630px;
	clear: right;
	line-height: 16px;
}

div.process_info_link {
	float: right;
}

div.process_info_container {
	width: 920px;
	float: left;
	padding-left: 10px;
}



div.progress_bar_content_small {
	height: 15px;
	width: 200px;
	background: url(/images/progress_bar/load_back_repeat.gif) repeat-x top left;
}

.process_info_close_button {
	position:absolute;
	cursor:pointer;
	left:268px;
	margin-top:4px;
	height:15px;
	width:14px;
	background-image:url(/images/swf_u_cancelbutton.gif);
	background-position:14px 0;
	z-index:1;
}
.process_info_hide_button {
	position:absolute;
	cursor:pointer;
	left:250px;
	margin-top:4px;
	height:15px;
	width:14px;
	background-image:url(/images/maximize.gif);
	background-position:14px 0;
	z-index:1;
}
.process_info_unhide_button {
	position:absolute;
	cursor:pointer;
	left:250px;
	margin-top:4px;
	height:15px;
	width:14px;
	background-image:url(/images/minimize.gif);
	background-position:14px 0;
	z-index:1;
}

div.process_info_block_small {
	float: left;
}


div.process_info_block_small_detail {
	float: left;
	background-color: #eef3f7;
	border: 1px solid #bbcddd;
	border-top:0;
	width: 265px;
	height: 57px;
	margin-bottom: 5px;
	padding: 5px;
	color: #0d3d6c;
	display:none;

}
div.process_info_block_small_title {
	float: left;
	background-color: #cbdcec;
	background-image:url(/images/process_back.gif);
	border: 1px solid #bbcddd;
	width: 265px;
	height: 10px;/*height: 70px; height verkleinen*/
	margin-top: 0px;
	padding: 5px;
	color: #0d3d6c;


}

div.process_info_container_small {
	float: left;
}

fieldset {
	overflow: hidden;
}

div.process_info_small {
	padding-top: 5px;
	float: left;
	width: 260px;
	text-align: right;
}

div.process_info_type_small {
	/*border-bottom: 1px dotted #bbcddd;*/
}

div.process_info_title_small {
	margin-top: 5px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	width: 170px;
	color: #76a2cc;
}
