/* ***************************************** */
/* *  START -> HTML ELEMENT STYLES         * */
/* ***************************************** */
html, body {
	margin: 0px;
	background-color: #fff;
	font-family: Tahoma, Sans-serif;
	font-size: 9pt;
	color: #000000;      
}
table {
	font-family: Tahoma, Sans-serif;
	font-size: 9pt;
	color: #000;
}
td {
	vertical-align: top;
}
input {
	font-family: Tahoma, Sans-serif;
	font-size: 8pt;
	color: #000;
	border: 0px;
	background-color: #fff;
}
a:link, a:visited {
	font-family: Tahoma, Sans-serif;
	font-size: 9pt;
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* ***************************************** */
/* *  END -> HTML ELEMENT STYLES           * */
/* ***************************************** */



/* ***************************************** */
/* *  START -> ELEMENT STYLES              * */
/* ***************************************** */
#top {
	background-color: #024a7c;
}
#top_menu {
	display: none;
}
#site_container {
	width: 100%;
}
#footer {
	display: none;
}
#sitelocator_right_cell_content {
	display: none;
}
#leftmenu {
	display: none;
}
#vacancies {
	display: none;
}
#news {
	display: none;
}
/* ***************************************** */
/* *  END -> ELEMENT STYLES                * */
/* ***************************************** */



/* ***************************************** */
/* *  START: CLASSES                       * */
/* ***************************************** */
.header {	
	font-family: Tahoma, Sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	display: block;
	text-transform: uppercase;
	padding: 0px 0px 15px 0px; /* t r b l */
}
.subheader {	
	font-family: Tahoma, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	display: block;
	text-transform: uppercase;
}
.ingress {
	font-family: Tahoma, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 0px 0px 10px 0px; /* t r b l */
}
hr {
    height:1px;
    color: black;
    background: black;
    border: none;
}
.text {
	font-family: Tahoma, Sans-serif;
	font-size: 10pt;
	color: #000;
	display: block;
}
.small_text {
	font-family: Tahoma, Sans-serif;
	font-size: 9pt;
	color: #000;
	display: block;
}
.readmore, .readmore:link, .readmore:visited {
	color: #002964;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
.readmore:hover {
	text-decoration: underline;
}
.menu_table {
	border-collapse: collapse;
	width: 100%;
	font-size: 9pt;
	font-weight: bold;
}
.menu_cell {
	padding: 4px;
	background-color: #002964;
	color: #ffffff;
	width: 107px;
	text-align: center;
	border-right: 2px solid #fff;
}
.menu_cell_last {
	padding: 0px;
	text-align: right;
	background-color: #002964;
}
.menu_innertable {
	margin-right: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.menu_link, .menu_link:link, .menu_link:visited {
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu_link:hover {
	text-decoration: underline;
}
.menu_link_active, .menu_link_active:link, .menu_link_active:visited {
	color: #9fdaf9;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.menu_link_active:hover {
	color: #9fdaf9;
	text-decoration: underline;
}
.search_cell {
	padding: 0px 5px 0px 5px; /* t r b l */
	width: 100%;
	text-align: right;
	vertical-align: middle;
}
.lang_selector_cell {
	padding: 4px;
	background-color: #8f9ac2;
	color: #000;
	white-space: nowrap;
}
.lang_selector_link:link, .lang_selector_link:visited {
	color: #000;
	text-decoration: none;
	font-size: 9pt;
	text-transform: uppercase;
}
.lang_selector_link:hover {
	text-decoration: underline;
}
.menu_search_form {
	display: inline;
}
.sitelocator_table {
	width: 100%;
}
.sitelocator_left_cell {
	display: none;
}
.sitelocator_middle_cell {
	vertical-align: top;
}
.sitelocator_right_cell {
	display: none;
}
.sitelocator_prefix {
	font-weight: bold;
	color: #002964;
	text-transform: uppercase;
}
.sitelocator_link, .sitelocator_link:link, .sitelocator_link:visited {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.sitelocator_link:hover {
	text-decoration: underline;
}
.content_table {
	border-collapse: collapse;
}
.content_left_cell {
	display: none;
}
.content_middle_cell {
	padding: 20px 20px 20px 20px; /* t r b l */
	width: 100%;
}
.content_right_cell {
	display: none;
}
.content_spacer_cell {
	width: 2px;
	background-color: #fff;
	padding: 0px;
}
.footer, .footer:link, .footer:visited {
	font-size: 7pt;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
.footer:hover {
	text-decoration: underline;
}

.projectlifecycle_table {
	border-spacing: 2px;
	padding: 5px;
}
.projectlifecycle_table th {
	background-color: #8e9ac2;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 90px;
}
.projectlifecycle_even {	
	background-color: #5e6fa3;
	text-align: center;
	padding: 3px 0px 3px 0px; /* t r b l */	
}
.projectlifecycle_even:link, .projectlifecycle_even:visited {
	font-size: 7pt;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.projectlifecycle_even:hover {
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
}
.projectlifecycle_odd {	
	background-color: #8e9ac2;
	text-align: center;
	padding: 3px 0px 3px 0px; /* t r b l */	
}
.projectlifecycle_odd:link, .projectlifecycle_odd:visited {
	font-size: 7pt;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
}
.projectlifecycle_odd:hover {
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: underline;
}
.projectlifecycle_cell {
	overflow: hidden;
}
/* ***************************************** */
/* *  END: CLASSES                         * */
/* ***************************************** */

.styled_form_element {
	padding: 3px;
	border: 1px solid #002964;
}
