#header {
	position:relative;
	height:75px;
	clear:left;
	padding:0.5em;
	color:#000000;
}
/* ----------------------------*/
#header #apDivLogo {
	position: absolute;
	width:80px;
	height:80px;
	z-index:1;
	left: 14px;
	top: 5px;
}
#header #apDivLogo img {
	border:none;
}
/* ----------------------------*/
#header #apDiv1 {
	position: absolute;
	width:560px;
	height:55px;
	z-index:1;
	left: 105px;
	top: 0px;
}
/* ----------------------------*/
#header #apDivSwitchLanguage {
	position: absolute;
	left: 755px;
	top: 31px;
	width:180px;
	height:30px;
	z-index:1;
}
#header #apDivSwitchLanguage .selLang {
	font-size:100%;
}
/* ----------------------------*/
#header #apDivFlags {
	position: absolute;
	width:80px;
	height:80px;
	z-index:1;
	left: 758px;
	top: 10px;
}
/* ----------------------------*/
#header #apDivHeaderNavigation {
	position: relative;
	float:right;
	top: 50px;
	z-index:1;
}
#header #apDivHeaderNavigation table td {
	padding:3px; /* The IE seems to need this in order to display the upr- and lwr- borders correctly*/
}
/* ----------------------------*/
#header #apDivHeaderNavigation a, #apDivHeaderNavigation .curPage {
	font-weight:normal;
	padding:2px 5px 2px 5px;
	color: #000000;
	border: 1px solid #CCCCCC;
	text-decoration:none;
}
#header #apDivHeaderNavigation .curPage {
	background-color: #FFFFFF;
}
#header #apDivHeaderNavigation a {
	background-image: url(../images_background/white-gray_transition_nav.jpg);
	background-position: center;
	background-repeat:repeat-x;
}
#header #apDivHeaderNavigation a:hover {
	background-image: url(../images_background/gray-gray_transition_nav.jpg);
	background-position: center;
	background-repeat:repeat-x;
}
