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

/**************************************/
/***** CSS File for the contact page*****/
/**************************************/

/* Parameters for the Backbone for the contact page */

.menu_h {
	position: absolute;
	top: 110px;
	left: 0px;
	width:950px;
	height:30px;
	text-align:left;
	background-color: transparent;
	color: black;
	background: url(../../common/picture/page/contact/eurocorps_contact.png);
}

/* BANNER AND FOOTER PARAMETERS FOR ALL BOXES */
.div_contact_all_banner {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:20px;
	text-align:left;
}

.div_contact_all_banner table {
	color:white;
	width:100%;
	height:100%;
	font-size:13px;
	font-family:"Tahoma";
}

.div_contact_all_footer {
	position:absolute;
	left:0px;
	width:100%;
	height:20px;
	background-color:#CCCCCC;
}
/****************/

/* BOX: CONTACT */
.div_contact {
	position:absolute;
	left:680px;
	width:260px;
	height:170px;
	text-align:left;
	border:2px solid #CCCCCC;
}

.div_contact_contact {
	position:absolute;
	left:0px;
	top:22px;
	width:100%;
	height:130px;
}

.div_contact_contact td{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	font-family:"Tahoma";
	text-decoration:none;
	text-align:center;
}

.div_contact_footer {
	top:150px;
}
.div_contact_footer table{
	width:100%;
	height:100%;
}

.div_contact_footer a {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	font-size:13px;
	font-family:"Tahoma";
}

/****************/

/* BOX: FORMULAR */
.div_contact_form {
	position:absolute;
	width:655px;
	height:275px;
	text-align:left;
	border:2px solid #CCCCCC;
}

.div_contact_form_body {
	position:absolute;
	top:25px;
	text-align:left;
	font-weight:bold;
	font-size:1px;
	z-index:2;
}

.div_contact_form_body td{
	font-weight:bold;
	font-size:11px;
	font-family:"Tahoma";
}

.div_contact_form_footer {
	top:255px;
}
/****************/

/* BOX: ADRESS */
.div_contact_adress {
	position:absolute;
	width:655px;
	height:150px;
	text-align:left;
	border:2px solid #CCCCCC;
}

.div_contact_adress_body {
	position:absolute;
	top:22px;
	text-align:left;
	font-weight:bold;
	font-size:1px;
	z-index:2;
}

.div_contact_adress_body td{
	font-size:12px;
	font-family:"Tahoma";
}

.div_contact_adress_footer {
	top:130px;
}
/****************/

/* BOX: EC LOCATION */
.div_location {
	position:absolute;
	width:260px;
	height:125px;
	text-align:left;
	border:2px solid #CCCCCC;
}

.div_location_body {
	position:absolute;
	left:0px;
	top:25px;
	width:100%;
	height:85px;
}

.div_location_body a{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	font-family:"Tahoma";
	text-decoration:none;
	text-align:center;
}

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


.div_location_footer {
	top:105px;
}
/****************/
