/***************************/
/***** CSS FOR FIREFOX *****/
/***************************/

/*****************************************/
/***** CSS File for the all Web Page *****/
/*****************************************/

.header {
	position: absolute;
	top:0px;
	left:0px;
	width:960px;
	height:97px;
	background-color: transparent;
	background-repeat:no-repeat;
}

.header_FRA {
	background: url(../../common/picture/page/backbone/banner_FRA.png);
	background-repeat:no-repeat;
}

.header_ENG {
	background: url(../../common/picture/page/backbone/banner_ENG.png);
	background-repeat:no-repeat;
}

.header_ESP {
	background: url(../../common/picture/page/backbone/banner_ESP.png);
	background-repeat:no-repeat;
}

.header_DEU {
	background: url(../../common/picture/page/backbone/banner_DEU.png);
	background-repeat:no-repeat;
}

.header_NL {
	background: url(../../common/picture/page/backbone/banner_NL.png);
	background-repeat:no-repeat;
}

.page {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: white;
}

.mark_title {
	 position:absolute;
	 top:2px;
	 width:6px;
	 height:20px;
}

.title {
	position:absolute;
	top:4px;
	width:120px;
	height:100%;
	font-size:12px;
	font-family:"Arial";
}

.title_activ a {
	text-decoration:none;
	font-weight:bold;
}

.title_other a {
	text-decoration:none;
	font-weight:bold;
}

.body {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 960px;
	height: 100%;
	background-color: transparent;
}

.footer {
	position: absolute;
	width: 930px;
	height: 35px;
	text-align:left;
	background-color: transparent;
}

.footer td {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#003366;
	font-family:"Arial";
}

.footer a {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.ident_user {
	position:absolute;
	top:13px;
	left:760px;
	height:70px;
	width:175px;
	text-align:center;
	border:1px solid #666666;
	background-color:#003366;
	filter:Alpha(opacity=60, finishopacity=90, style=0); /* Opacity compatible with IE*/
	-moz-opacity:0.80; /* Opacity compatible with FireFox*/
	z-index:2;
}

.ident_user td{
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}

.current_user {
	position:absolute;
	top:5px;
	left:775px;
	height:70px;
	width:175px;
	text-align:center;
	filter:Alpha(opacity=60, finishopacity=90, style=0); /* Opacity compatible with IE*/
	-moz-opacity:0.80; /* Opacity compatible with FireFox*/
	z-index:2;
}

.current_user td {
	color:#003366;
	font-weight:bold;
}

.current_user a{
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

.current_user a:hover{
	text-decoration:underline;
}
