* {
	margin:0;
	outline: none;
	padding:0;
	
}
@font-face {
        font-family: "Lucida Grande";
        src: url("/fonts/Lucida Grande.ttf")
      }
@font-face {
        font-family: "Lucida Grande Bold";
        src: url("/fonts/Lucida Grande Bold.ttf")
      }
@font-face {
        font-family: "Stempel Garamond Roman";
        src: url("/fonts/Stempel Garamond Roman.ttf.ttf")
      }
html, body{
  margin:0 auto;
  padding:0;
  /*background:#0a2843;*/
  background:#0a2843 url(../img/background.jpg) no-repeat 0 0;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
div.back{
  margin:0 auto;
}
#mainPage{
	padding:0pt 0pt 0pt 100px;
	width:1050px;
	margin:0 auto;
	overflow:hidden;
}

#main-content p
{
	text-align: justify;
}

#head{
	overflow:visible;
	margin:0pt 0pt 0pt -53px;
}
#head div.top-head{
	overflow:hidden;
	width:1000px;
	padding:25px 0pt 0pt;
	height:120px;
}
#head div.top-head h1{
  background:url(../img/logo-new.png) no-repeat 0 0;
  float:left;
  margin-bottom:20px;
  width:419px;
}
#head div.top-head h1 a{
  display:block;
	width:419px;
	height:129px;
	text-indent:-9999px;
	overflow:hidden;

}
#head div.clocks{
	overflow:hidden;
	float:left;
	/*background:url(../img/clocks.png) no-repeat 0px 0px;*/
	width:432px;
	height:57px;
	margin:13px 0pt 0pt 129px;
}
#main-menu{
	float:left;
	overflow:hidden;
	margin:-336px 0pt 0pt;
}
#main-menu ul{
	list-style:none !important;
	
}
#main-menu ul li{
	list-style:none !important;
	float:left;
}
#main-menu ul li a{
	height:45px;
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	cursor:pointer;
}
#main-menu ul li a.home{
	background:url(../img/btn-home.png) no-repeat 0 0px;
	width:120px;
}
#main-menu ul li a.about{
	background:url(../img/btn-about.png) no-repeat 0 0;
 	width:140px;
}
#main-menu ul li a.services{
  background:url(../img/btn-service.png) no-repeat 0 0;
  width:129px;
}
#main-menu ul li a.links{
  /*background:url(../img/btn-links-new.png) no-repeat 0 0;*/
  background:url(../img/btn-info-new_en.png) no-repeat 0 0;
  width:142px;
}
#main-menu ul li a.publications{
  background:url(../img/btn-cases.png) no-repeat 0 0;
  width:129px;
}
#main-menu ul li a.contact{
	background:url(../img/btn-contact.png) no-repeat 0 0;
	width:129px;
}
#main-menu ul li a.client{
  background:url(../img/btn-client.png) no-repeat 0 0;
  width:161px;
}
#main-menu ul li a.home:hover{
	background:url(../img/btn-home.png) no-repeat 0 -45px;
	width:120px;
}
#main-menu ul li a.about:hover{
	background:url(../img/btn-about.png) no-repeat 0 -45px;
 	width:140px;
}
#main-menu ul li a.services:hover{
  background:url(../img/btn-service.png) no-repeat 0 -45px;
  width:129px;
}
#main-menu ul li a.links:hover{
  /*background:url(../img/btn-links-new.png) no-repeat 0 -45px;*/
  background:url(../img/btn-info-new_en.png) no-repeat 0 -45px;
  width:142px;
}
#main-menu ul li a.publications:hover{
  background:url(../img/btn-cases.png) no-repeat 0 -45px;
  width:129px;
}
#main-menu ul li a.contact:hover{
	background:url(../img/btn-contact.png) no-repeat 0 -45px;
	width:129px;
}
#main-menu ul li a.client:hover{
  background:url(../img/btn-client.png) no-repeat 0 -45px;
  width:161px;
}
#main-menu ul li a.active-home{
	background:url(../img/btn-home.png) no-repeat 0 -45px;
	width:120px;
}
#main-menu ul li a.active-about{
	background:url(../img/btn-about.png) no-repeat 0 -45px;
 	width:140px;
}
#main-menu ul li a.active-services{
  background:url(../img/btn-service.png) no-repeat 0 -45px;
  width:129px;
}
#main-menu ul li a.active-links{
  /*background:url(../img/btn-links-new.png) no-repeat 0 -45px;*/
  background:url(../img/btn-info-new_en.png) no-repeat 0 -45px;
  width:142px;
}
#main-menu ul li a.active-publications{
  background:url(../img/btn-cases.png) no-repeat 0 -45px;
  width:129px;
}
#main-menu ul li a.active-contact{
	background:url(../img/btn-contact.png) no-repeat 0 -45px;
	width:129px;
}
#main-menu ul li a.active-client{
  background:url(../img/btn-client.png) no-repeat 0 -45px;
  width:161px;
}

/*-- German Navigation --*/
#main-menu ul li a.home_de{
	background:url(../img/btn-home_de.png) no-repeat 0 0px;
	width:120px;
}
#main-menu ul li a.about_de{
	background:url(../img/btn-about_de.png) no-repeat 0 0;
 	width:140px;
}
#main-menu ul li a.services_de{
  background:url(../img/btn-service_de.png) no-repeat 0 0;
  width:129px;
}
#main-menu ul li a.links_de{
  /*background:url(../img/btn-links-new.png) no-repeat 0 0;*/
  background:url(../img/btn-info-new_de.png) no-repeat 0 0;
  width:142px;
}
#main-menu ul li a.publications_de{
  background:url(../img/btn-cases_de.png) no-repeat 0 0;
  width:129px;
}
#main-menu ul li a.contact_de{
	background:url(../img/btn-contact_de.png) no-repeat 0 0;
	width:129px;
}
#main-menu ul li a.client_de{
  background:url(../img/btn-client_de.png) no-repeat 0 0;
  width:161px;
}
#main-menu ul li a.home_de:hover{
	background:url(../img/btn-home_de.png) no-repeat 0 -45px;
	width:120px;
}
#main-menu ul li a.about_de:hover{
	background:url(../img/btn-about_de.png) no-repeat 0 -45px;
 	width:140px;
}
#main-menu ul li a.services_de:hover{
  background:url(../img/btn-service_de.png) no-repeat 0 -45px;
  width:129px;
}
#main-menu ul li a.links_de:hover{
  /*background:url(../img/btn-links-new.png) no-repeat 0 -45px;*/
  background:url(../img/btn-info-new_de.png) no-repeat 0 -45px;
  width:142px;
}
#main-menu ul li a.publications_de:hover{
  background:url(../img/btn-cases_de.png) no-repeat 0 -45px;
  width:129px;
}
#main-menu ul li a.contact_de:hover{
	background:url(../img/btn-contact_de.png) no-repeat 0 -45px;
	width:129px;
}
#main-menu ul li a.client_de:hover{
  background:url(../img/btn-client_de.png) no-repeat 0 -45px;
  width:161px;
}
#main-menu ul li a.active-home_de{
	background:url(../img/btn-home_de.png) no-repeat 0 -45px;
	width:120px;
}
#main-menu ul li a.active-about_de{
	background:url(../img/btn-about_de.png) no-repeat 0 -45px;
 	width:140px;
}
#main-menu ul li a.active-services_de{
  background:url(../img/btn-service_de.png) no-repeat 0 -45px;
  width:129px;
}
#main-menu ul li a.active-links_de{
  background:url(../img/btn-info-new_de.png) no-repeat 0 -45px;
  width:142px;
}
#main-menu ul li a.active-publications_de{
  background:url(../img/btn-cases_de.png) no-repeat 0 -45px;
  width:129px;
}
#main-menu ul li a.active-contact_de{
	background:url(../img/btn-contact_de.png) no-repeat 0 -45px;
	width:129px;
}
#main-menu ul li a.active-client_de{
  background:url(../img/btn-client_de.png) no-repeat 0 -45px;
  width:161px;
}

#flash{
	float:left;
/* 	padding:40px 0pt 0pt; */
}
#latest-news{
  background:url(../img/bg-news.gif) no-repeat 0 0;
  width:950px;
  height:34px;
  float:left;
  margin:5px 0pt 0pt;
}
#latest-news ul{
	list-style:none !important;
  padding:7px 0pt 0pt 13px;
  font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#latest-news ul li.left{
	float:left;
	color:#fff;
	font-size:14px;
	padding:0pt 12px 0pt 0pt;
	background:url(../img/bg-news-slash.gif) no-repeat 100% 2px;
}
#latest-news ul li.right{
	float:left;
	padding:2px 0pt 0pt 10px;
	width:700px;
	display:none;
}
#latest-news ul li.right a{
  font-size:12px;
	color:#6abeff;
  text-decoration:none;
  display:block;
}
#main-content{
	float:left;
	margin:6px 0pt 0pt;
	padding-bottom:0px;
}
#main-content div.content{
  background:url(../img/bg-main-content.gif) no-repeat 0 0;
  height:190px;
	padding:25px 30px 25px 32px;
	width:610px;
  float:left;
}
#main-content div.content h2{
	color:#0e67ad;
	padding:0pt 0pt 10px;
  height:33px;
}
#main-content div.content p{
	font:12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#5d5d5d;
	padding:0px 0;
}
#main-content div.service{
	float:left;
  background:url(../img/bg-services.gif) repeat-y 0 0;
  height:186px;
	width:259px;
	padding:56px 0pt 0pt 18px;
}
#main-content div.service ul{
	list-style:none !important;
	width:242px;
}
#main-content div.service ul li{
  padding:18px 0 18px 30px;
	background:url(../img/bg-services-arrow.png) no-repeat 0 19px;
}
#main-content div.service ul li a{
	color:#fff;
	font:12px Tahoma,Arial,sans-serif;
	text-decoration:none;
}
#main-content div.service p.view-all{
	display:block;
	width:62px;
	background:url(../img/view-all.gif) no-repeat 182px 10px;
	padding:7px 0 0 193px;
	margin-top:-30px;
	float:right;
}
#main-content div.service p.view-all a{
  color:#9fd5ff;
	font:12px Tahoma,Arial,sans-serif;
	display:block;
	text-decoration:none;
}

/*-- German Services Div --*/
#main-content div.service_de{
	float:left;
  background:url(../img/bg-services_de.gif) repeat-y 0 0;
  height:186px;
	width:259px;
	padding:56px 0pt 0pt 18px;
}
#main-content div.service_de ul{
	list-style:none !important;
	width:242px;
}
#main-content div.service_de ul li{
  padding:18px 0 18px 30px;
	background:url(../img/bg-services-arrow.png) no-repeat 0 19px;
}
#main-content div.service_de ul li a{
	color:#fff;
	font:12px Tahoma,Arial,sans-serif;
	text-decoration:none;
}
#main-content div.service_de p.view-all{
	display:block;
	width:62px;
	background:url(../img/view-all.gif) no-repeat 182px 10px;
	padding:7px 0 0 193px;
	margin-top:-30px;
	float:right;
}
#main-content div.service_de p.view-all a{
  color:#9fd5ff;
	font:12px Tahoma,Arial,sans-serif;
	display:block;
	text-decoration:none;
}
#footer{
	float:left;
	overflow:hidden;
	padding:10px 0 0 0;
	width:100%;
	font:10px Tahoma,Arial,sans-serif;
}
#footer ul{
	list-style:none !important;
	position: relative;
	margin: 0 auto;
	width: 870px;
}
#footer ul li{
	float:left;
	padding:0pt 19px;
	background:url(../img/bg-footer-sep.gif) repeat-y 0 0;
}
#footer ul li.nobg{
	background:none;
}
#footer p{
	overflow:hidden;
	color:#5683ae;
	float:left;
	padding:11px 0pt 30px 351px;
	width:100%;
}
#footer ul li a{
	color:#5683ae;
	text-decoration:none;
}
#section{
/*	float:left; */
	width:950px;
	padding:32px 0 0 0;
}
#section div.section-content{
	padding:0pt 16px 0px;
	margin:0 0 0px;
	overflow:hidden;
	background:#d1e3f2;
	width:950px;
	padding-bottom:28px;
}
#section div.main-title{
  background:#d1e3f2;
  height:93px;
	padding:20px;
	width:910px;
}

/*----------  sectional Images -------------*/

#section div.main-title h2{
	color:#d1e3f2;
	padding:39px 28px 0pt 489px;
	text-align:right;
	width:404px;
	height:55px;
	background:url(../img/bg-main-title-about.gif) no-repeat 0px 0px;
	font: 29px "Stempel Garamond Roman", Verdana, Arial, Helvetica, sans-serif;
}

#section div.main-title h2.about {
	background:url(../img/sec7.jpg) no-repeat 0px 0px;
}

#section div.main-title h2.services {
	background:url(../img/sec2.jpg) no-repeat 0px 0px;
}

#section div.main-title h2.cases {
	background:url(../img/sec3.jpg) no-repeat 0px 0px;
}

#section div.main-title h2.links {
	background:url(../img/sec4.jpg) no-repeat 0px 0px;
}

#section div.main-title h2.contact {
	background:url(../img/seccontact.jpg) no-repeat 0px 0px;
}

#section div.main-title h2.client {
	background:url(../img/signin.jpg) no-repeat 0px 0px;
}

#section div.main-title h2.global {
	background:url(../img/sec6.jpg) no-repeat 0px 0px;
}

.section-main-menu{
	margin:0 !important;
	position:absolute;
/*	left:0px; */
	clear:both !important;
	height:45px;
	width:950px;
	overflow:hidden;
}
#section div.left-menu{
	float:left;
	width:158px;
	background:#1a69c3;
}
#section div.left-menu div.border-top{
  background:url(../img/bg-section-menu-top.gif) no-repeat 0px 0px;
}
#section div.left-menu div.border-bottom{
	background:url(../img/bg-section-menu-bottom.gif) no-repeat 0px 100%;
	height:450px;
}
#section div.left-menu ul{
	list-style:none !important;
	overflow:hidden;
	padding:3px 0pt 0pt;
}
#section div.left-menu ul li{
	float:left;
	background:url(../img/bg-services-arrow.png) no-repeat 10px 48%;
}
#section div.left-menu ul li a{
	display:block;
	width:123px;
	background:url(../img/bg-section-menu_bottom.gif) no-repeat 0px 100%;
	text-decoration:none;
	font:13px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 0pt 8px 35px;
}
#section div.left-menu ul li a:hover{
	color:#c4daec;
}
#section div.content{
	float:left;
	overflow:hidden;
	width:665px;
	padding:0 45px;
	min-height:400px;
}
#section div.content a.pdf-link{
	background-image:url(../../img/pdf-icon.png);
	background-position:2px center;
	background-repeat:no-repeat;
	background-color:#F4F6F8;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	text-decoration:none;
	color: #5D5D5D;
}

#section div.content a.doc-link{
	background-image:url(../../img/word-icon.png);
	background-position:2px center;
	background-repeat:no-repeat;
	background-color:#F4F6F8;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
}

#section div.content a.external-link{
	background-image:url(../../img/internet-icon.png);
	background-position:2px center;
	background-repeat:no-repeat;
	background-color:#F4F6F8;
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
}
#section div.content p{
  font:12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color:#5a5b5b;
  padding:0px 0;
  margin:0px;
}
.bg{
  background:url(../img/bg-section-content.gif) no-repeat 0px 100%;
  float:left;
	padding:0pt 0pt 4px;
	width:950px;
	position:relative;
	overflow:hidden;
	margin:-20px 0pt 0pt;
}
#section div.content h2{
	color:#1a61a8;
}
#section div.content h3{
	font-family:Arial, Helvetica, sans-serif !important;
    color:#1a61a8;
    height:33px;
	font-size:28px;
	margin-bottom:18px;
}
#section div.content h3 a{
  font:14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  color:#1a61a8;
  font-weight:bold;
}
#section div.content ul li{
	padding:0 0 0 10px;
}
#section div.content ul li a{
  font:12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
  color:#1a61a8;
}
.static-page h2{
}
.static-page p{
}
.backgr{
	overflow:hidden;
	float:left;
}
.sIFR-flash {visibility: visible !important;margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
.sIFR-hasFlash div.text{
	visibility: hidden;
	display: block;
	letter-spacing: 0px;
	font-size: 0px;
	line-height:0px;
	height:15px;
}
.sIFR-hasFlash div.text2{
	visibility: hidden;
	display: block;
	letter-spacing: 0px;
	font-size: 20px;
}



#linksContent
{
	padding-bottom:35px;
}

#linksContent p
{
	padding:10px !important;
}

#linksContent a
{
	color:#1a61a8;
	text-decoration:none;
}

#linksContent a:hover
{
	color:#1a61a8;
	text-decoration:underline;
}

h1
{
	margin-bottom:20px !important;
}

strong
{
	color:#5a5b5b;
}

h5
{
	font-size:18px;
	color:#02407e;
	margin-top:28px;
	padding:0px;
	border-bottom:1px dotted #5a5b5b;
	margin-bottom:0px;
}

#linksTable
{
	color:#5a5b5b;
	margin-top:10px !important;
	margin-bottom:35px;
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#linksTable td
{
	padding:4px 8px;
	border-top:1px solid #cccccc !important;
}

#linksTable td.a
{
	color:#3d3d3d;
	text-transform:uppercase;
	width: 125px;
	/*background-color:#dfebf6;*/
}

#linksTable td.b
{
	/*background-color:#e8f1f9;*/
}

#linksTable td a
{
	color:#1a61a8;
	text-decoration:none;
}

#linksTable td a:hover
{
	color:#1a61a8;
	text-decoration:underline;
}

#casesContent
{
}

p
{
 	margin-bottom: 15px !important;
}

#casesContent h2
{
	margin-bottom: 10px;
	font-size:18px;
}

#contactHolder	
	{
	}
	
#contactHolder table		
	{
	margin-bottom:20px;
	}

#contactHolder td	
	{
	width:33%;
	vertical-align:top;
	}
	
#contactHolder #contactImage
	{
	
	}

#contactHolder h4
	{
	margin-top:10px;
	color:#025b98;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	}
	
#contactHolder p
	{
	font-size:11px;
	}

#contactHolder a
	{
	color:#025b98;
	text-decoration:none;
	}
	
#contactHolder a:hover
	{
	color:#017acd;
	text-decoration:underline;
	}
	
ul
{
	font:12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  	color:#5a5b5b;	
	list-style:circle !important;
	list-style-position:inside;
}

ul  li 
{
	line-height:18px;
	list-style-position:inside;
}

