/*** Navigationsbutton *******************************************************************************************************/
.button_appl{
	padding:0px 0px 0px 10px;
	height:18px;
	background-color: #ffffff;
	border: 1px solid #e7e7e7;	
	color:#555555;
	width:110px;
	height:22px;
}
.button_appl a{
	position:absolute;
	margin-top:4px;
}
.pfeil_appl{
	float:left;
	padding:0px 0px 0px 10px;
	border:0px;
	vertical-align:middle; 
	background-image:url("/inter/blanco/images/pfeil_kl_grau_re.gif");
	background-position:0px center;
	background-repeat: no-repeat;
	font-weight:bold;
}

.button_appl_grey{
	padding:0px 0px 0px 10px;
	height:18px;
	background-color: #e7e7e7;
	border: 1px solid #e7e7e7;	
	color:#555555;
	width:110px;
	height:22px;
}
.button_appl_grey a{
	position:absolute;
	margin-top:4px;
}
.pfeil_appl_grey{
	float:left;
	padding:0px 0px 0px 10px;
	border:0px;
	vertical-align:middle; 
	background-image:url("/inter/blanco/images/pfeil_kl_grau_re.gif");
	background-position:0px center;
	background-repeat: no-repeat;
	font-weight:bold;
}


.button_appl_orange{
	padding:0px 0px 0px 10px;
	height:18px;
	background-color: #ffffff;
	border: 1px solid #ee8413;	
	color:#555555;
	width:110px;
	height:22px;
}
.button_appl_orange a{
	position:absolute;
	margin-top:4px;
}
.pfeil_appl_orange{
	float:left;
	padding:0px 0px 0px 10px;
	border:0px;
	vertical-align:middle; 
	background-image:url("/inter/blanco/images/pfeil_kl_grau_re.gif");
	background-position:0px center;
	background-repeat: no-repeat;
	font-weight:bold;
}
.box_775px{
  width:775px;
}
.box_775px_border{
  width:775px;
  border:1px solid #e7e7e7;
}

/*** WaitMessage *******************************************************************************************************/
.WaitMessage {
	position: absolute;
	top: 200px;
	left:480px;
	visibility: hidden;
	z-index: 102;
	text-align:center;
	padding: 5px 5px 5px 5px;
	border:2px solid #696863;
	background-color:#ffffff;
	width:160px;
}

