@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-image:url(../images/background-image.jpg);
	background-repeat:repeat-x;
	background-color: #dce6ed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:18px;
	}
a:link, a:active, a:visited{
	color:#0074b2;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
.h1{
	font-size:14px;
	font-weight:bold;
	color:#f7f8f8;
	}
.h2{
	font-size:14px;
	font-weight:bold;
	color:#abddf7;
	}
.h3{
	font-size:24px;
	color:#e1e1e1;
	}
.text-heading{
	font-size:14px;
	color:#47545c;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}


/*------ header area ------*/

#header{
	margin:auto;
	width:934px;
	height:121px;
	background-color: #8d9fad;
	background-image:url(../images/header-image.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding: 7px 8px 0 8px;
	text-align:right;
	}
.sitemap a:link, .sitemap a:active, .sitemap a:visited{
	padding-right:22px;
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
	}
.sitemap a:hover{
	text-decoration:none;
	color:#a7a7a7;
	}
.sitemap img{
	padding-right: 2px;
	}
/* -- end header area -- */


/* ------ content area includes the navigation and the content ------*/

#content{
	margin:auto;
	margin-top:5px;
	width:934px;
	padding: 0 8px 20px 8px;
	background-color:#f7f7f7;
	/*height:588px; */
	}
.clear{
	clear:left;
	}
/* -- end content area -- */


/* ------ main menu ------*/

#menu{
	font-size:11px;
	text-transform:uppercase;
	width:908px;
	margin:auto;
	}
#menu a:link, #menu a:active, #menu a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}
#menu a:hover{
	color:#abddf7;
	text-decoration:none;
	}
#menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height:35px;
  }
#menu li {
  float: left;
  position: relative;
  padding: 4px 14px 0 14px;
  height:35px;
  font-weight:bold;
  }
 /*\*/
/*html*#menu li {
font-weight:normal;/*seen only by safari*/
/*padding: 4px 12px 0 12px;
/_font-weight:bold;/*seen only by IE6 for PC*/
/*_padding: 4px 14px 0 14px;
}/**/
#menu li ul {
	display: none;
	position: absolute; 
	background:none;
	top: 33px;
	left: 0;
	width:169px;
  }
#menu li ul li{
	background-image:url(../images/menu-dropdown-middle.gif);
	background-repeat:repeat-y;
	width:169px;
	height: 10px;
	padding: 10px 0 10px 15px;
	font-weight:normal;
	}
#menu ul li.menu-top{
	background-image:url(../images/menu-dropdown-top.gif);
	background-repeat:no-repeat;
	height:22px;
	padding:19px 0 0 15px;
	}
#menu ul li.menu-bottom{
	background-image:url(../images/menu-dropdown-bottom.gif);
	background-repeat:no-repeat;
	height:38px;
	}
#menu li:hover ul, #menu li.over ul { 
	display: block; 
	}
	
	#presse ul {
		width:303px;}
	#presse li.mid{
		background-image:url(../images/menu-dropdown-middle-big.gif);
		background-repeat:repeat-y;
		width:305px;
		height: 10px;
		padding: 10px 0 10px 15px;
		font-weight:normal;
		}
	#presse li.middouble{
		background-image:url(../images/menu-dropdown-middle-big.gif);
		background-repeat:repeat-y;
		width:305px;
		height: 25px;
		padding: 10px 0 10px 15px;
		font-weight:normal;
		}
	#presse ul li.menu-top{
		background-image:url(../images/menu-dropdown-top-big.gif);
		background-repeat:no-repeat;
		height:19px;
		width:305px;
		padding:19px 0 0 15px;
		}
	#presse ul li.menu-bottom{
		background-image:url(../images/menu-dropdown-bottom-big.gif);
		background-repeat:no-repeat;
		width:305px;
		height:38px;
		}
	
	/* background tabs */
.menu-home{
	background-image:url(../images/menu/home.gif);
	background-repeat:no-repeat;
	}
.menu-projects{
	background-image:url(../images/menu/projects.gif);
	background-repeat:no-repeat;
	}
.menu-corporate{
	background-image:url(../images/menu/corporate.gif);
	background-repeat:no-repeat;
	}
.menu-reports{
	background-image:url(../images/menu/reports.gif);
	background-repeat:no-repeat;
	}
.menu-announcements{
	background-image:url(../images/menu/announcements.gif);
	background-repeat:no-repeat;
	}
.menu-shares{
	background-image:url(../images/menu/shares.gif);
	background-repeat:no-repeat;
	}
.menu-deutsche{
	background-image:url(../images/menu/deutsche-presse.gif);
	background-repeat:no-repeat;
	}
.menu-media{
	background-image:url(../images/menu/media.gif);
	background-repeat:no-repeat;
	}
.menu-employment{
	background-image:url(../images/menu/empolyment.gif);
	background-repeat:no-repeat;
	}
.menu-contact{
	background-image:url(../images/menu/contact.gif);
	background-repeat:no-repeat;
	}
/* -- end main menu -- */


/* ------ home page ------*/
#home-content{
	clear:left;
	width:934px;
	}
#welcome{
	width:347px;
	float:left;
	margin-top:16px;
	}
.welcome-top{
	background-image:url(../images/welcome-top.jpg);
	padding: 20px 50px 0 43px;
	height:492px;
	}
.welcome-bottom{
	background-image:url(../images/home-welcome-bottom.gif);
	height:31px;
	}
.welcome{
	font-size:30px;
	color:#2d2d2d;
	line-height:normal;
	}
#home-right{
	width:581px;
	background-color:#ebebeb;
	float:left;
	}
.home-right-heading1{
	width:250px;
	height:29px;
	padding: 4px 0 0 40px;
	background-image:url(../images/home-map-background.gif);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#f7f8f8;
	float:left;
	}
.home-right-heading2{
	width:250px;
	height:29px;
	padding: 4px 0 0 41px;
	background-image:url(../images/home-updates-background.gif);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#f7f8f8;
	float:left;
	}
.home-right-search-heading{
	width:247px;
	height:31px;
	padding: 10px 0 0 41px;
	background-image:url(../images/home-search.gif);
	background-repeat:no-repeat;
	background-position:right;
	font-size:14px;
	font-weight:bold;
	color:#f7f8f8;
	margin-top:5px;
	}

	 
.home-map{
	float:left;
	}
#update{
	width:288px;
	margin-left:290px;
	background-image:url(../images/update-background.gif);
	background-position:left;
	background-repeat:repeat-y;
	}
.article{
	width:265px;
	margin:auto;
	padding:10px 0 10px 0;
	background-image:url(../images/article-dot-line.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	font-size:11px;
	color:#636464;
	line-height:normal;
	}
	.articleUnique{
	width:265px;
	margin:auto;
	padding:10px 0 10px 0;
	background-image:url(../images/article-dot-line.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	font-size:11px;
	color:#636464;
	line-height:normal;
	background-color: #EBDC7D; 
	}
	.articleUnique a:link, .articleUnique a:active, .articleUnique a:visited{
	font-weight:bold;
	color:#0c69a8;
	text-decoration:underline;
	font-size:12px;
	}
.article a:link, .article a:active, .article a:visited{
	font-weight:bold;
	color:#0c69a8;
	text-decoration:underline;
	font-size:12px;
	}
	
	.articleUnique a:hover{
	color:#47545c;
	}
	
.article a:hover{
	color:#47545c;
	}
	
.date{
	font-weight:bold;
	color:#5b9ec5;
	font-size:12px;
	}

.home-silver-button{
	border:none;
	}

/* -- end home page -- */



/* ------ sub pages ------*/
#breadcrumbs{
	clear:left;
	margin: 12px 20px;
	font-size:11px;
	color:#058dc5;
	text-transform:uppercase;
	}
#breadcrumbs span{
	padding:0 9px;
	}
#breadcrumbs a:link, #breadcrumbs a:active, #breadcrumbs a:visited{
	color:#058dc5;
	text-decoration:none;
	}
#breadcrumbs a:hover{
	text-decoration:underline;
	}
#sub-content{
	margin: 0 0 0 20px;
	}
#sub-heading{
	width:349px;
	height:27px;
	padding: 5px 0 0 41px;
	background-image:url(../images/sub-heading-background.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#ebebeb;
	font-size:14px;
	font-weight:bold;
	color:#f7f8f8;
	margin-top:5px;
	}
#sub-heading-big{
	height:27px;
	padding: 5px 0 0 41px;
	background-image:url(../images/sub-heading-background-big.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#ebebeb;
	font-size:14px;
	font-weight:bold;
	color:#f7f8f8;
	margin-top:5px;
	}
.content-area{
	background-color:#ebebeb;
	padding: 20px 30px 20px 30px;
	color:#636464;
	margin:0;
	}
.sub-images{
	margin-top:10px;
	width:520px;
	background-image:url(../images/sub-images-background.gif);
	background-repeat:no-repeat;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
.sub-images-single {
	margin-top:10px;
	width:270px;
	background-image:url(../images/sub-images-background%20252x156.gif);
	background-repeat:no-repeat;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

	
.image-border-top{
	margin-top:10px;
	width:520px;
	background-image:url(../images/image-border-top.gif);
	background-repeat:no-repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-left: 0;
	background-position: center;
	}
	.image-border-bottom{
	margin-top:0px;
	width:520px;
	background-image:url(../images/image-border-bottom.gif);
	background-repeat:no-repeat;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
	background-position: center;
	}
		
.table{
	background-color:#6EA5D8;
	}
.table td{
	background-color:#ebebeb;
	}
.divider{
	height: 5px;
	margin: 10px 0;
	background-image:url(../images/article-dot-line.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
	}
.reports{
	width:330px;
	margin:auto;
	padding:10px 0 12px 0;
	background-image:url(../images/article-dot-line.gif);
	background-repeat:no-repeat;
	background-position: bottom center;
	font-size:11px;
	color:#636464;
	line-height:normal;
	}
.reports a:link, .areports a:active, .reports a:visited{
	font-weight:bold;
	color:#0c69a8;
	text-decoration:underline;
	font-size:12px;
	}
.reports a:hover{
	color:#47545c;
	}
.image{
	float:left;
	padding: 0 20px 10px 0;
	}
.smalltext{
	font-size:9px;
	line-height:normal;
	color: #47545c;
	}
	
.text-announcements-disclaimer{
	font-size:xsmall;
	line-height:normal;
	color: #47545c;
	}
	
.pdf{
	width:300px;
	text-align:center;
	padding: 5px 20px;
	border: 1px solid #6EA5D8;
	margin:auto;
	color: #0074b2;
	}

.text-announcements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #47545c;
	text-align: left;
	line-height: 18px;
}
.text-sub-heading {
	font-size:13px;
	color:#47545c;
	font-weight: bolder;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
}
.text-sub-sub-heading {
	font-size:12px;
	color:#47545c;
	font-weight: bold;
	text-transform: capitalize;
	font-style: italic;
	line-height: 14px;
}
.table-heading {
	color: #0074b2;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
	font-style: normal;
	text-align: left;
}
.text-announcemnts-table {
	color: #0074b2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
}

/* -- end sub pages -- */



/* ------ footer ------*/

#footer{
	clear:left;
	margin:auto;
	width:934px;
	background-color: #8d9fad;
	padding: 0 8px;
	font-size:11px;
	}
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color:#abddf7;
	}
#footer-line{
	width:934px;
	height: 7px;
	background-image:url(../images/footer-line.gif);
	background-repeat:repeat-x;
	}
#footer-area{
	background-image:url(../images/footer-gradient.gif);
	background-repeat:repeat-y;
	background-color:#727f87;
	text-align:center;
	padding:12px 0;
	margin:0;
	}
#footer span{
	padding: 0 25px;
	}
