/* CSS Document */
#container_menu { 
	position: absolute;  
	bottom: 10%; 
}
#distance_between_menu_items {
	height:28px;
}

#distance_between_submenu_items {
	height:14px;
}
#container_logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 15;
	top: 35;
}
#container_main {
	position:absolute;
	z-index:2;
	left: 263px; /* was 253 */
	top: 60;
	margin-left: 10px;
	margin-right: 10px;
}
#container_navigation {
	position:absolute;
	
	z-index:2;
	text-align:left;
	bottom: 10%;
	left:35px;


}
body  {
	background: #A7A8AB; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight : normal;
	text-transform : none;
	line-height : normal;
	
}
.Button,.Active,.Project,.Project-item {
	position:absolute;
	/* Menu dimension settings */
	width:165px; /* was 155 */
	height:40px;
	line-height: 40px;
	left: 32px;
	/* end Menu dimension settings */
	border: none;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	/*font: "Arial"; */
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

.Button:hover {
	color:#D8D8D8;
	border-bottom-color: #D8D8D8;
}

.Active {
	color: FFFFFF;
	border-bottom-color: #FFFFFF;
}

.Active:hover {
	color:FFFFFF;
	border-bottom-color: #FFFFFF;
}

.Project {
	color: FFFFFF;
	border-bottom:none;	
}

.Project-item {
	color: FFFFFF;
	text-align: right;
	border-bottom-color: #FFFFFF;
}
.Project:hover {
	color:#D8D8D8;
	border-bottom-color: #D8D8D8;
}
.textparagraph	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #3A3A3A;
	font-weight: normal;
	text-transform : none;
	line-height : 1.25;
}
.whitelink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: White;
	font-weight: bold;
	text-transform : none;
	line-height : normal;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration: none;
	height: 20px;
}
.textsmall,.counter	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #505050;
	font-weight: normal;
	text-transform : none;
	line-height : normal;
}
.counter	{
	font-size: 11pt;
	text-align:center;
}