body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	background-color: #FFF; 
}
strong {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #FFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
}
/* BOX                                                                   */
/*     - HEADER (HEADER_1, HEADER_2, HEADER_3)                           */
/*     - MIDDLE (MIDDLE_LEFT, MIDDLE_RIGHT(MIDDLE_MAIN, MIDDLE_MENU))    */
/*     - FOOTER (FOOTER_1, FOOTER_2, FOOTER_3)                           */
.box { 
	width: 931px;
	height: 650px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -465px;
	margin-top: -305px;
	background-color: #FFF;
}

.header {
	width: 100%;
	height: 108px;
	position: absolute;
	border-bottom: 1px solid #ef910d;
	background: url(images/header.jpg) no-repeat;
}

#header_splash { background: url(images/header_splash.jpg) no-repeat; }
#header_std_1 { background: url(images/header_1.jpg) no-repeat; }
#header_std_2 { background: url(images/header_2.jpg) no-repeat; }

.header_1 {
	width: 17px;
	height: 17px;
	left: 0px;
	top: 91px;
	position: absolute;
}

.header_2 {
	width: 17px;
	height: 17px;
	left: 23px;
	top: 91px;
	position: absolute;
}
.header_3 {
	width: 17px;
	height: 17px;
	left: 46px;
	top: 91px;
	position: absolute;
}

.header_1 a:link, .header_2 a:link, .header_3 a:link { color:  #ED8D03; }
.header_1 a:active, .header_2 a:active, .header_3 a:active  { color:  #ef910d; }
.header_1 a:visited, .header_2 a:visited, .header_3 a:visited { color:  #ef910d; }
.header_1 a:hover, .header_2 a:hover, .header_3 a:hover { color: #666; }

.middle{
	width: 100%;
	height: 432px;
	top: 110px;
	position: absolute;
	border-top: 3px solid #4eb0c9;
}
.middle_left{
	width: 220px;
	height: 432px;
	position: absolute;
}

#INTRO { background: url(images/left05.jpg) no-repeat; }
#OURSERVICES { background: url(images/left07.jpg) no-repeat; }
#EXPERTISE { background: url(images/left01.jpg) no-repeat; }
#REFERENCES { background: url(images/left03.jpg) no-repeat; }
#ANNOUNCEMENTS { background: url(images/left04.jpg) no-repeat; }
#VACANCIES  { background: url(images/left06.jpg) no-repeat; }
#NEWS  { background: url(images/left06.jpg) no-repeat; }
#CONTACT { background: url(images/left02.jpg) no-repeat; }
#SPLASH { background: url(images/splash.jpg) no-repeat; }
#right_back { background: url(images/right.jpg) no-repeat; }
#SPLASH_banner {
	height: 162px;
	margin-top: 192px;
	margin-left: 20px;
	}
#SPLASH_banner a img {border:none;}
.middle_right{
	width: 711px;
	height: 432px;
	left: 220px;
	position: absolute;
	overflow: auto;
}
.middle_right_main {
	width: 530px;
	height: 410px;
	left: 15px;
	top: 15px;
	position: absolute;
	overflow: auto;
}
.middle_right_menu {
	width: 150px;
	height: 300px;
	left: 555px;
	top: 15px;
	position: absolute;
}

.footer {
	width: 100%;
	height: 100px;
	top: 550px;
	padding-left: 5px;
	position: absolute;
	background: url(images/footer.jpg) no-repeat;
}
.footer_1 {
	width: 130px;
	height:15px;
	left: 180px;
	top: 13px;
	position: absolute;
	background-color: #bcced8;
	display: block;
}

.footer_2 {
	width: 115px;
	height: 15px;
	left: 380px;
	top: 13px;
	position: absolute;
	background-color: #bcced8;
}

.footer_3 {
	width: 115px;
	height: 15px;
	left: 580px;
	top: 13px;
	position: absolute;
	background-color: #b6cad5;
}
.footer_4 {
	width: 135px;
	height: 15px;
	left: 780px;
	text-align: center;
	top: 13px;
	position: absolute;
}
.button {
	background-color: #BCCED8;
	padding: 2px;
	border: 2px solid #666;
}


/* LINK DEFINITION */

A:link, A:active, A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: right;
}
A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #4eb0c9;
	text-decoration: none;
	text-align: right;
}
.submenu:link, .submenu:active, .submenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: right;
	}
.submenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0d5e95;
	text-decoration: none;
	text-align: right;
	}
.submenu2:link, .submenu2:active, .submenu2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: right;
	}
.submenu2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #4eb0c9;
	text-decoration: none;
	text-align: right;
	}

/* TEXT DEFINITION */

.text_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ef910d;
	text-decoration: none;
}

.text_title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #1F6299;
	text-decoration: none;

}

.text_title3 {
	font-size: 12pt;
	background : #00B9FF;
	background-color : #00B9FF;
	font-weight : bold;
}

.controlview { 
	FONT-SIZE: 12pt; 
	COLOR: #01417F;
	font-weight: bold; }
u {
	FONT-SIZE: 8pt; 
}
td > b, td b  { FONT-SIZE: 12pt; 
	COLOR: #01417F; }
.titel { FONT-SIZE: 14pt; 
	COLOR: #01417F; }
	
.lang_box 
{
	margin-top: 35px;
	margin-left: 35px;
	z-index: 100;
	} 
.lang_box a { color: #EF8E00; }
.lang_box a:hover { color: #4eb0c9; }