/* CSS Document */

#home{
	width:670px;
	float:right;
	padding:0px 25px 0 25px;
}

.left{
	float:left;
	width:330px;
	border-top:#cecece solid 1px;
	padding:0 0 20px 0;
}

.right{
	float:right;
	width:300px;
	border-top:#cecece solid 1px;
	padding:0 0 0px 0;
}

.left H2 , .right H2{
	font-family:DINRegular , Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#585858;
}
.left H2 B, .right H2 B{
	font-weight:none;
	color:#f7931d;
}

.slogan{
	clear:both;
	height:37px;
	background:url(/design/slogan.gif) no-repeat center center;
	
	padding:15px 0 0 0;
	margin:0 0 20px 0;
	text-align:center;
	
	font-size:14px;
	font-family:DINRegular , Arial, Helvetica, sans-serif;
	color:#777777;
}

.slogan B{font-size:16px;color:#585858;}
.slogan STRONG{}

.buttons{
	padding:10px 0 0 0;
}

.buttons A , .buttons A:visited , .buttons DIV{
	display:block;
	width:300px;
	height:63px;
	margin:0 auto 18px auto;
	background-repeat:no-repeat;
	background-position:0 0;
}
.buttons A:hover , .buttons DIV:hover{
	background-position:0 -63px;
}

.buttons .bank{
	background-image:url(/design/button/bank.gif);
}
.buttons .otherIndustries{
	background-image:url(/design/button/other-industries.gif);
}
.buttons .privateBank{
	background-image:url(/design/button/private-bank.gif);
}
.buttons .securitiesService{
	background-image:url(/design/button/securities-services.gif);
}

.workWithUs{
	width:300px;
	height:63px;
	display:block;
	margin:10px auto;
	background:url(/design/button/workwithus.gif) no-repeat top left;
}
.workWithUs:hover{
	background:url(/design/button/workwithus.gif) no-repeat bottom left;
}

a.next , a.next:visited{
	color:#F7931E;
}
a.next:hover{
	color:#000000;
}

.schema{
  margin:10px auto 0;
  width:301px;
  height:296px;
  padding:15px 0 0 0;
  position:relative;
  background:URL(/design/schema.gif) no-repeat 0 0;
}

.technologieConsulting{
	width:259px;
	height:63px;
	display:block;
	margin:160px auto 0 auto;
	background:url(/design/button/technologie-consulting.gif) no-repeat top left;
}
.technologieConsulting:hover{
	background:url(/design/button/technologie-consulting.gif) no-repeat bottom left;
}

.BusinessConsulting{
	width:259px;
	height:63px;
	display:block;
  margin:0px auto;
	background:url(/design/button/business-consulting.gif) no-repeat top left;
}
.BusinessConsulting:hover{
	background:url(/design/button/business-consulting.gif) no-repeat bottom left;
}

.mainContent {clear:both;}

#home HR.clear{
  height:10px;
}
