@charset "UTF-8";
/* CSS Document */

#header {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 200px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#headerStripe1 {
	position: absolute;
	top: 173px;
	left: 0px;
	z-index: 3;
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	background-color: #DDDDDD;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	width: 100%;
	height: 26px;
}
#headerStripe2 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	border-right: 1px solid #222222;
	background-color: #DDDDDD;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	width: 140px;
	height: 173px;
}
#headerStripe3 {
	position: absolute;
	top: 0px;
	left: 963px;
	z-index: 2;
	border-left: 1px solid #222222;
	background-color: #DDDDDD;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	width: 36px;
	height: 173px;
}
#headerLanguage {
	position: absolute;
	top: 10px;
	left: 972px;
	z-index: 4;
	width: 20px;
}
#headerLogo {
	position: absolute;
	top: 10px;
	left: 12px;
	z-index: 4;
	width: 120px;
}
#headerNav {
	position: absolute;
	top: 173px;
	left: 0px;
	z-index: 4;
	color: #000873;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
}
#headerNavTitle {
	float: left;
	font-size: 20px;
	padding: 1px 5px;
}
html>body #headerNavTitle {
	padding-top: 1px;
}
#headerClock, #headerDate {
	float: right;
	padding: 3px 10px;
	margin: 5px 0;
	border-right: 1px solid #222222;
}
#headerNavSelect {
	float: right;
	padding: 0 10px;
	margin: 2px 0;
}
html>body #headerNavSelect {
	padding-top: 1px;
}


