/*xhtml_ltr.css*/
	#headerService{
		width:100%;
		font-family : Arial, Helvetica, sans-serif;
		text-align:center;
		background-color:white;
	}


	#headerService .hsHeader{
	width:750px;
	margin:0px auto 0px auto;
	display:table;
	}
	#headerService .hsHeaderRow{
		/*display:table-row;border:1px solid red;*/
		}
	#headerService .hsHeaderCell{
		/*display:table-cell;border:1px solid green;*/
	}
	#headerService A{
		text-decoration:none;
	}

	#headerService .buttonsDelimiter{
		background-color:white;
		width:1px;
	}

	#headerService .languageButtonsDelimiter{
		background-color:#c7d4e2;
		width:1px;
	}


	#headerService .headerButtonsRow{
		color:#222009;
		width:750px;
		background-color:#E2D889;
		height:17px;
		text-align:left;
	}


	#headerService .headerButtonLabel{
		color:#222009;
		font-size:10px;
		white-space: nowrap;
	}


	#headerService .headerLogoRow{
		width:750px;
		height:49px;
		clear:left;
	}

	#headerService .breadcrumbRow{
	background-color:#2D290B;
	width:750px;
	color:white;
	height:17px;
	text-align:left;
	overflow:hidden;

	}
	#headerService .breadcrumbRowDiv{
		border-bottom: 1px solid white;

	}



	#headerService .breadcrumbButtonLabel{
		color:white;
		font-size:11px;
	}

	#headerService .breadcrumbButton{
	padding:0px 3px 0px 10px;
	background-color:#2d290b;
	float:left;
	display:inline;
	}

	#headerService .buttonPad{
		padding-top:2px;
		float:left;
	}


	#headerService .hsButtonL{
		color:#222009;
		float:left;
		font-size:10px;
		height:17px;
		padding-right:10px;
		border-right:1px solid white;
	}
	#headerService .hsButtonLang{
		color:#222009;
		float:left;
		font-size:10px;
		height:17px;
		padding-right:5px;
		border-right:1px solid #C7D4E2;
	}
	#headerService .hsButtonLangCenter{
		color:#222009;
		float:left;
		font-size:10px;
		height:17px;
		padding-right:5px;
		padding-left:5px;
		border-right:1px solid #C7D4E2;
	}
	#headerService .hsButtonLang2{
		color:#222009;
		float:left;
		font-size:10px;
		height:17px;
		padding-right:5px;
		padding-left:5px;
		border-right:1px solid white;
	}
	#headerService .hsImgL{
		float:left;
	}
	#headerService .hsImgLang{
		float:left;
		padding-right:5px;
	}
	#headerService .hsButtonR{
		color:#222009;
		height:17px;
		float:right;
		font-size:10px;
		padding-left:10px;
		padding-right:10px;
		border-left:1px solid white;
	}





#puHeaderService{
  width:100%;
  font-family : Arial, Helvetica, sans-serif;
  text-align:center;
}

#puHeaderService .hsHeader{
  width:100%;
  margin-left:0;
  margin-right:0;
}

#puHeaderService .headerHeadline{
  padding: 10px 10px 0px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222009;
}

#puHeaderService .headerLogo{
  padding: 0px 0px 0px 10px;
  width:100%;
  height:40px;
}
